.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clf {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* close commented backslash hack */
.boxed * {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-weight: inherit;
  font-style: inherit;
  box-sizing: border-box;
}
a,
img,
a img,
form,
fieldset,
abbr,
acronym,
object,
table {
  border: none;
}
q {
  quotes: "" "";
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
/* a,
a:hover,
a:visited {
	color: inherit;
} */
input[type=submit],
a:hover {
  cursor: pointer;
}
input {
  border-radius: 0;
}
a abbr,
a acronym {
  text-decoration: underline;
}
p,
label {
  line-height: 1.1;
}
blockquote {
  padding: 5px;
  margin: 5px 15px 5px 15px;
  background: #EBEBEB;
}
strong,
b {
  font-weight: bold;
}
strong.uppercase {
  font-weight: normal;
  text-transform: uppercase;
}
em,
i {
  font-style: italic;
}
a.link-image {
  font-size: 0;
}
.banner_invest {
  height: 55px;
  background-color: #9757b5;
  text-align: center;
  color: #fff;
  display: flex!important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 38px;
  font-weight: bold;
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.banner_invest:hover {
  background-color: #723c8c;
}
@media screen and (max-width: 768px) {
  .banner_invest {
    padding: 0 5px;
  }
}
@media screen and (max-width: 375px) {
  .banner_invest {
    height: 86px;
  }
}
.bucher-banner {
  background-color: #d2e1ea;
  padding: 10px 25px;
  color: #718999;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  display: flex !important;
  flex-direction: column;
}
.bucher-banner .fake-btn {
  background-color: #f1f1f1;
  padding: 5px;
  display: inline-block;
  margin: 5px 0 0;
  border: 1px solid #adc2cf;
  color: #466375;
  align-self: center;
}
.bucher-banner:hover .fake-btn {
  color: #004268;
}
a.library-link {
  margin-bottom: 5px;
  display: block;
}
a.link-image img {
  font-size: 12pt;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.image-left {
  float: left;
  margin: 10px;
}
.image-right {
  float: right;
  margin: 10px;
}
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}
body {
  background: #FBFBFB;
  color: black;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.8em;
  line-height: 1;
  height: 99%;
  width: 100%;
}
#main {
  min-height: 100%;
  max-width: 1100px;
  margin: auto;
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 25px;
  padding: 0 5px;
}
#main.home {
  margin-bottom: 40px;
  max-width: 1200px;
}
#left-column {
  position: relative;
  float: left;
  top: 15px;
}
.menu {
  margin: -1px 0 0 -1px;
  padding: 0 0 0 1px;
}
.menu ul.menu-sections {
  margin-bottom: 15px;
  /* border-top:1px solid #222B56;*/
}
.menu li {
  margin: 0px 0px 0px 0px;
}
.menu a,
.menu span {
  display: table-cell;
  vertical-align: middle;
  width: 185px;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.77em;
  padding: 4px 0px 4px 1px;
  border-bottom: 1px solid #222B56;
  color: #485d7c;
}
* html .menu a,
* html .menu span {
  display: block;
}
.sub-menu {
  padding-bottom: 2px;
}
.sub-menu li {
  text-align: center;
  list-style: none;
  margin: 0 0 0 9px;
  font-size: 0px;
}
* html .sub-menu {
  margin-top: -3px;
}
.sub-menu a,
.sub-menu span {
  width: 167px;
  padding: 3px 5px;
  text-transform: none;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 0px;
  border-top: none;
  color: #42659D;
}
.menu a:hover,
.menu a:focus,
.sub-menu a:hover,
.sub-menu a:focus {
  outline: none;
  color: #000;
  background: #F5F5F5;
}
.menu span {
  background-color: #E7E7E7;
  color: #494949;
}
.menu span:hover {
  cursor: default;
}
.address {
  display: block;
  margin: 10px 5px 0 0;
  padding: 10px 15px 0 0;
  font-size: 0.74em;
  color: #A9AEB6;
  font-weight: normal;
  line-height: 1.3;
}
.address a {
  color: #A9AEB6;
}
.address strong {
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: inherit;
}
#footer {
  max-width: 1200px;
  margin: 25px auto 0 auto;
  line-height: 28px;
  text-align: center;
  color: #444;
  font-size: 0.71em;
  padding: 0;
  font-style: normal;
  z-index: 1;
  position: relative;
  top: -53px;
}
#footer a {
  color: #3f7da0;
  font-weight: bold;
}
#footer a:hover {
  color: #004268;
}
.signature,
.signature a {
  font-style: italic;
}
.gadget * {
  border: none !important;
}
.gadget .powered,
.gadget a {
  display: none;
}
.max-139 {
  max-width: 139px;
}
#form-rss li,
#form-rss-languages li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 2px;
}
#form-rss li input,
#form-rss-languages li input {
  margin-right: 5px;
}
#tools a.facebook {
  font-family: helvetica, arial, sans-serif;
  background: #4C69BA;
  background: -webkit-gradient(linear, center top, center bottom, from(#4C69BA), to(#3B55A0));
  background: -webkit-linear-gradient(#4C69BA, #3B55A0);
  text-shadow: 0 -1px 0 #354C8C;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 11px;
  -webkit-border-radius: 2px;
  padding: 3px;
  color: #fff;
}
#tools a.facebook:hover,
#tools a.facebook:focus {
  background: #5B7BD5;
  background: -webkit-gradient(linear, center top, center bottom, from(#5B7BD5), to(#4864B1));
  background: -webkit-linear-gradient(#5B7BD5, #4864B1);
  border-color: #5874C3 #4961A8 #41599F;
  -webkit-box-shadow: inset 0 0 1px #607FD6;
  color: #fff;
}
#tools svg.icon-facebook {
  width: 18px;
  height: 18px;
  fill: #FFF;
  margin-right: 5px;
}
#tools a.facebook span {
  line-height: 1em;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
}
form.contactform label.info-maniak {
  display: none;
}
.book-list-mobile {
  clear: both;
}
#invest img {
  max-width: 135px;
}
.page .table-normalized {
  font-size: 1em;
  padding: 0;
}
.page .table-normalized td {
  vertical-align: top;
  width: 50%;
}
.page_container {
  display: flex;
  float: left;
  margin-top: 10px;
}
.article-btn {
  border: 1px solid #8297a2;
  background-color: #ececec;
  padding: 5px;
  border-radius: 3px;
  display: flex;
}
.article-btn:hover {
  background-color: #014267;
}
.article-btn:hover svg {
  fill: #fff;
}
.article-btn svg {
  width: 15px;
  height: 15px;
  fill: #014267;
}
.illus {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.illus img {
  width: calc(33.33% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .illus img {
    width: calc(50% - 10px);
  }
}
.logo-source {
  display: none;
}
.logo {
  position: absolute;
  z-index: 10;
}
.logo.banner {
  width: 104px;
  height: 109px;
  top: 25px;
  left: 95px;
}
.logo.banner .logo-numbers {
  fill: #4D5D85;
}
.logo.banner .logo-round-letters {
  fill: #fff;
}
.logo.banner .logo-round {
  fill: #014268;
}
.logo.banner .logo-text {
  fill: #4D5D85;
}
.logo.logo-illustration {
  width: 155px;
  height: 165px;
  right: -43px;
  top: 7%;
}
.logo.logo-illustration .logo-numbers {
  fill: #afbcc9;
}
.logo.logo-illustration .logo-round-letters {
  fill: #c5d1d9;
}
.logo.logo-illustration .logo-round {
  fill: #a1b7c4;
}
.logo.logo-illustration .logo-text {
  fill: #afbcc9;
}
.logo.logo-event {
  z-index: 0;
  width: 385px;
  height: 202px;
  right: -85px;
  top: -62px;
}
.logo.logo-event .logo-numbers {
  fill: #cfd1cb;
}
.logo.logo-event .logo-round-letters {
  fill: #ececec;
}
.logo.logo-event .logo-round {
  fill: #d0d2cc;
}
.logo.logo-event .logo-text {
  fill: #cfd1cb;
}
#column-one,
#column-two,
aside {
  display: block;
  position: relative;
  top: 14px;
  margin: 0 0 30px 12px;
  flex: 1 0;
}
#column-one,
#column-two {
  top: 2.65em;
}
#column-one {
  margin-left: 0;
}
#column-two {
  margin-left: 15px;
}
#column-two.home-no-column-one {
  width: 555px;
}
aside {
  margin-left: 30px;
  margin-top: 20px;
  flex: 0 0 250px;
}
#main.home aside {
  margin-left: 15px;
  flex: 0 0 214px;
}
@media screen and (max-width: 768px) {
  #main.home aside {
    margin-left: 0;
    flex: 0 0 100%;
  }
}
#main.aktuelle-bucher-der-edition-liberales-institut aside {
  margin-left: 15px;
}
#news,
#publications,
#events,
#books {
  position: relative;
}
#news h2,
#publications h2,
#events h2,
#books h2 {
  position: absolute;
  top: -1.15em;
  color: #014268;
  font-size: 1.6em;
  font-weight: bold;
  font-family: Arial, Geneva, Helvetica, sans-serif;
}
#news h2 {
  top: -1.2em;
}
#events h2 {
  top: -1.2em;
}
#publications .date,
#news .date,
#events .date {
  text-align: right;
  padding: 5px 5px 0 5px;
  margin: 0;
}
#news .read-more,
#publications .read-more,
#events .read-more {
  text-align: center;
  padding: 10px 0 5px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #publications .read-more {
    position: relative;
  }
}
#news a,
#publications a,
#events a {
  text-decoration: underline;
  color: #3f7da0;
}
#news a:visited,
#publications a:visited,
#events a:visited {
  color: #666;
}
#news a:hover,
#publications a:hover,
#events a:hover {
  color: #004268;
}
#news {
  background: #F5F5F5;
  margin: 0 0 0 0;
  line-height: 1.2;
  border-top: 1px solid #D0D3E6;
}
#events {
  line-height: 1.2;
  font-family: Verdana, Geneva, Helvetica, sans-serif;
}
#news li {
  border-bottom: 1px solid #D0D3E6;
}
#news li.news_with_illustration {
  display: flex;
  padding: 10px;
}
#news li,
#events li,
#publications li {
  padding-bottom: 5px;
}
#news h3,
#events h3 {
  color: #3f7da0;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 7px;
}
#news h3 a,
#events h3 a,
#publications h3 a,
#news h3 a:visited,
#events h3 a:visited,
#publications h3 a:visited {
  color: #3f7da0;
  text-decoration: none;
}
#news h3 a:hover,
#events h3 a:hover,
#publications h3 a:hover {
  color: #004268;
}
#news p,
#events p {
  text-align: left;
  padding: 0;
  font-size: 1em;
  line-height: 1.3;
}
#invest {
  padding: 0 0 5px 0;
}
#events {
  margin: 0 0 15px;
}
#events li {
  clear: both;
  position: relative;
  display: block;
  margin: 0 0 8px 0;
  padding: 0;
  background: #F5F5F5;
}
#events li .event_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#events p {
  clear: both;
}
#events a {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#events a:hover .title {
  color: #004268;
}
#events .date {
  color: #014268;
  text-align: left;
  float: left;
  display: block;
  clear: none;
  width: 118px;
  margin: 0px 0 0 0px;
  font-weight: bold;
  font-size: 0.9em;
  padding: 0;
}
#events .place {
  color: #014268;
  text-align: right;
  float: left;
  display: block;
  clear: none;
  width: 75px;
  font-weight: bold;
  font-size: 0.9em;
}
#events .title {
  color: #3f7da0;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
  clear: both;
  display: block;
}
#publications {
  border: 1px solid #DDD;
  margin: 0;
  width: 100%;
  padding: 0;
}
#publications li {
  position: relative;
  clear: both;
  margin: 0 0 0px 0;
  padding: 10px 10px 0;
}
#publications hr {
  width: 100%;
  margin: 0 auto 0px auto;
  height: 1px;
  background: #D0D3E6;
  color: #D0D3E6;
  border: #0A3F67;
}
#publications h3 {
  color: #3f7da0;
  font-size: 1.3em;
  font-weight: normal;
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  z-index: 2;
  position: relative;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
#publications .type {
  background: #EBEBEB;
  font-size: 0.77em;
  text-transform: uppercase;
  display: block;
  float: left;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  margin: -5px 0px 0 0px;
  clear: none;
  padding: 8px 8px 5px 5px;
  z-index: 1;
}
#publications p {
  clear: both;
  text-align: left;
  padding: 0 5px 0 0;
  font-size: 1em;
  line-height: 1.3;
}
#initiatives {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 5px 0 0 0;
}
#initiatives li {
  margin-bottom: 10px;
}
#tools {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#tools ul,
#tools li {
  margin: 0;
  padding: 0;
}
#tools a {
  background: #485D7C;
  display: block;
  color: #F5F5F5;
  padding: 5px;
  margin: 0 0 5px 0;
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  /*font-weight:bold;*/
  font-size: 0.87em;
  text-align: center;
  line-height: 1.2;
}
#tools a:hover,
#tools a:focus {
  background: #586D84;
  outline: none;
}
h3.weitere {
  padding: 5px 8px 0px !important;
}
h3.weitere a,
#publications h3.weitere a,
#events h3.weitere a,
#news h3.weitere a {
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #3f7da0;
  text-align: right;
  float: none;
  display: block;
  clear: both;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  text-decoration: underline;
  background: inherit;
  margin: 0;
  padding: 4px 0;
}
#column-two h3.weitere a {
  padding: 5px 0;
}
#events h3.weitere a {
  margin-top: -5px;
}
h3.weitere a:hover {
  color: #336079 !important;
  background: inherit !important;
}
#quick-links {
  background: #f5f5f5;
  margin: 5px 0;
}
#quick-links li {
  border-bottom: 1px solid #62708e;
}
#quick-links li a {
  padding: 8px 2px 8px 12px;
  color: #293e68;
  display: block;
  font-size: 11px;
  position: relative;
}
#quick-links li a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #576782;
  left: 4px;
  top: 11px;
}
#quick-links li a:hover {
  color: #5871a3;
}
#quick-links li:last-child {
  border-bottom: none;
}
a.link-image img {
  max-width: 100% !important;
}
.banners {
  margin: 5px 0 15px;
}
.lang-en .banners,
.lang-en .aside_banner {
  margin-top: 0;
}
.aside_banner {
  margin: 5px 0;
  display: block;
}
.social {
  margin: 20px 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.social li {
  margin-bottom: 5px;
}
.social a {
  display: block;
}
.social a:hover svg {
  fill: #3f7da0;
}
.social svg {
  width: 24px;
  height: 24px;
  fill: #0F4069;
}
@media only screen and (max-width: 768px) {
  .social {
    justify-content: center;
  }
  .social li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.page {
  position: relative;
  z-index: 1;
  margin: 10px 0 40px 0px;
  padding: 0;
  text-align: left;
  flex: 1;
}
.page h2 {
  color: #014268;
  margin: 3px 0 5px 0;
  font-size: 1.87em;
  font-weight: normal;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  text-align: left;
}
.page h3 {
  color: #014268;
  margin: 0.75em 0 0.15em 0;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
  font-size: 1.1em;
  text-align: left;
}
.page h3 a,
.page h3 a:visited {
  color: #004268;
  text-decoration: none;
}
.page h3 a:hover {
  color: #3f7da0;
}
.page h4 {
  color: #014268;
  font-weight: bold;
}
.page h4 a,
.page h4 a:visited {
  color: #004268;
  text-decoration: none;
}
.page h4 a:hover {
  color: #3f7da0;
}
.page h3.important {
  margin: 1.2em 0 -0.4em 0;
  font-size: 1.4em;
  font-weight: bold;
}
.page h3.alternative {
  font-size: 1.27em;
  font-weight: normal;
}
.page-environment h4,
.page-akw h4,
.page-media h4,
.page-books h4,
.page-property-index h4,
.page-economic-freedom-index h4,
.page-politische-vielfalt h4,
.page-policy h4 {
  color: #1B355C;
  margin: 0.75em 0 0.15em 4px;
  font-weight: bold;
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
}
.page-environment h3,
.page-akw h3,
.page-anthony-de-jasay h3,
.page-roland-baader h3,
.page-economic-freedom-index h3,
.page-property-index h3,
.page-zentrum-fur-steuerwettbewerb h3,
.page-property-index h3,
.page-economic-freedom-index h3,
.page-politische-vielfalt h3,
.page-policy h3 {
  margin: 1.75em 0 0.15em 4px;
  font-size: 1.27em;
  font-weight: normal;
}
.page li h3 {
  margin: 0 0 10px 0;
}
.page li h4 {
  margin: 0 0 10px 0;
}
.page-books li h4 {
  margin-bottom: 0;
}
.page-organisation h3,
.page-books h3 {
  font-size: 1.27em;
  font-weight: normal;
}
.page p,
.page ul,
.page table,
.page ol {
  margin: 0 0 0 0px;
  padding: 0.35em 0 0.28em 0;
  line-height: 1.4;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
.page-publication p {
  padding: 0.25em 0 0.18em 0;
}
.page hr {
  height: 2px;
  width: 100px;
  text-align: center;
  margin: 0.5em auto 1.2em auto;
  color: #000;
  background: #000;
  border: none;
}
.page table {
  margin: 0;
  width: 100%;
}
.page li {
  list-style: square;
  margin: 0 0 0 28px;
  line-height: 1.3;
  clear: both;
}
.page ol li {
  list-style: decimal;
  margin: 0 0 0 28px;
  line-height: 1.5;
}
ul li ul li {
  list-style: square;
  margin: 0 0 0 25px;
}
.page a {
  text-decoration: underline;
  color: #3f7da0;
}
.page a:visited {
  color: #666;
}
.page a:hover {
  color: #004268;
}
.page .read-more {
  text-align: center;
  font-size: 0.87em;
}
.page .date {
  padding: 5px;
  text-align: right;
  font-size: 0.95em;
}
.page .author {
  text-align: right;
}
.page .place {
  font-weight: bold;
  color: #212121;
}
.page .category {
  float: right;
  margin: 0 14px 2px 0;
  z-index: 5;
  position: relative;
  max-width: 32px;
}
.page .type {
  clear: right;
  text-transform: uppercase;
  display: block;
  float: right;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: -7px 2px 0 0;
}
.page .intro {
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .page .intro {
    padding: 10px 0;
  }
}
ul.sub-links {
  clear: both;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  margin: 20px 0 10px 0px;
}
ul.sub-links li {
  list-style: none;
  margin: 0 10px 0 10px;
  padding: 0;
  display: inline;
  text-align: center;
  font-weight: bold;
}
.sub-links a {
  text-decoration: none;
  color: #666;
}
.sub-links a:visited {
  color: #666;
}
.sub-links a:visited:hover {
  color: #7E93B0;
}
@media only screen and (max-width: 768px) {
  .page-organisation table {
    padding: 0;
    font-size: 0.9em;
  }
}
.page-organisation table.bosses {
  width: 100%;
}
.page-organisation table.bosses td {
  text-align: center;
  padding: 0;
  width: 50%;
}
.page-organisation table.bosses tr.boss-names td {
  color: #242E4E;
  font-weight: bold;
  padding-top: 5px;
}
.page-organisation td {
  text-align: left;
  padding: 5px;
  vertical-align: top;
}
.page-organisation td.first-child {
  width: 13em;
  font-weight: bold;
  color: #242E4E;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .page-organisation td.first-child {
    width: 12em;
    padding: 5px 0;
  }
}
.page-organisation tr.administration td {
  padding-left: 30px;
}
.page-organisation .akademischer-beirat td,
.page-organisation .stiftungsrat td {
  font-size: 0.97em;
}
.page-organisation .akademischer-beirat td.first-child,
.page-organisation .stiftungsrat td.first-child {
  font-size: 1em;
}
.page-organisation h3#institutsleitung {
  margin-top: 30px;
}
.page-organisation .institutsleitung td {
  color: #242E4E;
  font-weight: bold;
}
.page-organisation .institutsleitung td.first-child {
  color: #000;
  width: 17em;
}
@media only screen and (max-width: 768px) {
  .page-organisation .institutsleitung td.first-child {
    width: 12em;
    padding: 5px 0;
  }
}
.page-organisation .revisionsstelle td {
  padding-left: 15px;
  font-size: 1em;
  color: #242E4E;
  font-weight: bold;
}
a.bio-link,
a.bio-link:visited,
a.mail-link,
a.mail-link:visited {
  text-decoration: none;
  text-transform: uppercase;
  color: #242E4E;
  /*border-left:1px solid #66667F;*/
  /* border-right:1px solid #66667F;*/
  margin: auto;
  font-weight: bold;
  font-size: 0.77em;
  padding: 2px;
  text-align: center;
}
a.bio-link,
a.bio-link:visited {
  border-left: 1px solid #66667F;
  border-right: 1px solid #66667F;
}
a.mail-link,
a.mail-link:visited {
  margin: 0 0 0 10px;
}
a.bio-link:hover,
a.bio-link:focus,
a.mail-link:hover,
a.mail-link:focus {
  background: #C6C7D2;
  color: #242E4E;
  outline: none;
}
.page-books ul.categories li {
  margin: 0;
}
.page-books li {
  list-style: none;
  margin: 15px 0 30px 5px;
  padding: 1px 2px 1px 4px;
  display: block;
  clear: left;
  border-top: 1px solid #C3CCD5;
}
.page-books p {
  margin: 0;
}
.page-books li li {
  list-style: square;
  margin: 0 0 0 25px;
}
.page-books img.medium-book {
  float: left;
  margin: 10px 15px 5px 10px;
  position: relative;
  display: block;
  max-height: 160px;
}
.book-author {
  text-align: left;
}
.book-buy {
  text-align: center;
  clear: both;
}
.page-elements ul,
.page-environment ul,
.page-akw ul,
.page-news ul,
ul.elements,
.page-property-index ul,
.page-economic-freedom-index ul,
.page-politische-vielfalt ul,
.page-policy ul {
  padding: 0;
}
.page-elements li p,
.page-environment li p,
.page-akw li p,
.page-news li p,
ul.elements li p,
.page-property-index li p,
.page-politische-vielfalt li p,
.page-economic-freedom-index li p {
  font-size: 0.92em;
}
ul.categories {
  margin-left: 15px;
}
ul.categories li {
  border: none;
  display: block;
  list-style: none;
  margin: 15px 5px;
  padding: 0;
  position: relative;
  font-size: 0.9em;
  display: flex;
  align-items: center;
}
ul.categories img {
  margin: 0 10px 0 0;
  max-width: 32px;
}
ul.categories a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
ul.categories a:visited {
  color: #385783;
}
ul.categories a:visited:hover {
  color: #7E93B0;
}
.page-elements li,
.page-media li,
ul.elements li {
  display: block;
  list-style: none;
  position: relative;
  border-top: 1px solid #C3CCD5;
  background: #FBFBFB;
  margin: 5px 0 15px 0;
  padding: 5px 0;
}
.page-environment li,
.page-akw li,
.page-property-index li,
.page-economic-freedom-index li,
.page-politische-vielfalt li,
.page-policy li {
  display: block;
  list-style: none;
  margin: 15px 0 5px 0;
  padding: 5px 0px 5px 0px;
  position: relative;
  border-top: 1px solid #C3CCD5;
}
.page-elements .date,
.page-environment .date,
.page-akw .date,
.page-media .date,
ul.elements .date,
.page-property-index .date,
.page-economic-freedom-index .date,
.page-politische-vielfalt .date,
.page-policy .date {
  /* position: absolute;
	top: 0px;
	right: 0px; */
  white-space: nowrap;
  padding: 3px 3px 3px 5px;
  background: #EBEBEB;
  float: right;
  font-size: 0.85em;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .page-elements .date,
  .page-environment .date,
  .page-akw .date,
  .page-media .date,
  ul.elements .date,
  .page-property-index .date,
  .page-economic-freedom-index .date,
  .page-politische-vielfalt .date,
  .page-policy .date {
    margin-top: -1px;
    margin-right: -2px;
  }
}
ul.elements li.own,
.page-one-event div.own {
  background: url(/images/logos/logo-events-light.jpg) #EBEBEB;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.elements li.own,
ul.elements li.other {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 10px 0 0px 0;
}
.lang-fr ul.elements li.own,
.lang-fr .page-one-event div.own {
  background: url(/images/logos/logo-events-light-fr.jpg) #EBEBEB;
  background-repeat: no-repeat;
  background-position: center center;
}
.lang-it ul.elements li.own,
.lang-it .page-one-event div.own {
  background: url(/images/logos/logo-events-light-it.jpg) #EBEBEB;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.elements li .date {
  white-space: nowrap;
  margin-top: -5px;
}
ul.elements li.own .date,
ul.elements li.other .date {
  background: #DBDBDB;
  margin-right: -8px;
  margin-top: -6px;
}
ul.elements li li {
  background: inherit;
  border: none;
  padding: 2px;
  margin: 2px;
}
.page-elements li {
  padding: 5px 0;
}
.page-news-archive ul {
  padding: 0 0 0 5px;
}
.page-news-archive li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 1px 2px 1px 4px;
}
.page-links li {
  list-style: none;
  margin: 0 0 0 12px;
  line-height: 1.5;
}
.page-publication .main-text p,
.indented p {
  text-indent: 1.7em;
}
.page-publication .main-text p.first,
.indented p.first {
  text-indent: 0em;
}
.first-letter {
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
  margin-left: -0.1em;
}
.page-gratulationen-zum-25-jahrigen-jubilaum h2 {
  margin-bottom: 0.8em;
}
.page blockquote .right {
  font-weight: bold;
}
.page p.left,
.page p.center,
.page p.right {
  text-indent: 0;
}
.page .books {
  text-align: left;
  display: block;
  position: relative;
  float: left;
  border-top: 1px solid #C3CCD5;
  left: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
  padding-top: 5px !important;
}
.page .books li {
  margin: 0;
  position: relative;
  display: block;
  border: none;
  flex: 0 1 49.5%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .books li {
    flex: 0 1 100%;
  }
}
.page .books a {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  background: #F5F5F5;
  font-size: 0.87em;
  text-decoration: none;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  line-height: 1;
  padding: 5px 5px 5px 0;
}
.page .books a:hover {
  background: #ECECEC;
}
.page .books img {
  float: left;
  margin: 6px;
  max-height: 100px;
}
.page .books span {
  display: block;
  margin: 0 0 5px 5px;
}
.page .books .book-title {
  color: #4B70A5;
  font-size: 0.9em;
  font-weight: bold;
  margin: 5px 2px 5px 0;
}
.page .books .book-author {
  color: #385783;
  font-style: italic;
}
#decoration {
  position: absolute;
  width: 150px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
  top: 125px;
  right: 0;
  border: 1px solid #dadada;
}
.page li p {
  font-size: 0.92em;
  padding-left: 0;
  padding-right: 0;
}
.page-search dl {
  margin: 8px;
}
.page-search dt {
  font-weight: bold;
}
.page-search dd {
  padding: 5px;
}
/*
.page li p {
  font-size:1em;
}

.page-studenten-und-doktoranden li p {
  font-size:0.97em;
}*/
.page-veranstaltungen .date {
  margin-top: -8px !important;
}
.page-event .date {
  font-weight: bold;
}
p.students {
  padding: 0;
  margin: -2px 0 0 72px;
  font-size: 0.8em !important;
}
.page-events ul.elements .date {
  display: table-cell;
  position: inherit;
  background: none;
  padding: 0;
}
.page-events ul.elements li.own .date {
  background: none;
}
.page-events ul.elements .date span {
  padding: 3px 3px 3px 5px;
  background: #EBEBEB;
  white-space: nowrap;
}
.page-events ul.elements li.own .date span {
  background: #DBDBDB;
}
@media screen and (max-width: 768px) {
  .page-events ul.elements li.own .date span {
    font-size: 0.9em;
  }
}
.page-events .elements li h3 {
  width: 100%;
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .page-events .elements li h3 {
    display: block;
  }
}
.page-library img {
  width: 100%;
}
.library-container {
  min-height: 600px;
}
.page-library h3 {
  padding-top: 10px;
}
.page-library .letters {
  margin: 10px 10px 0 0;
}
.page-library .letters li {
  display: inline-block;
  list-style-type: none;
  margin: 2px 1px;
}
.page-library .letters li button {
  text-decoration: none;
  background: #99B5D3;
  border-radius: 50%;
  width: 22px;
  display: block;
  text-align: center;
  height: 22px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  color: #FFF;
}
.page-library .letters li button[disabled],
.page-library .letters li button[disabled]:hover {
  background-color: #DAE1E8;
  cursor: default;
}
button.ng-binding:focus {
  outline: none;
}
.page-library .letters li button.active,
.page-library .letters li button:hover,
.page-library .letters li button.active[disabled]:hover {
  background: #1B355C;
  color: #fff;
}
.page .cat-col {
  display: flex;
  margin: -10px 0 10px 0;
  flex-wrap: wrap;
}
.page .cat-col li {
  list-style-type: none;
  margin: 15px 20px 0 0;
}
.page .cat-col li label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.page .cat-col li input {
  margin-right: 5px;
}
.page .book-list {
  display: table;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
}
.book-list li {
  display: flex;
  margin: 0;
}
.book-list li.book-list-head {
  font-weight: bold;
  color: #1B355C;
}
.book-list li.book-list-head span {
  padding: 10px 2px 5px;
}
.book-list li span {
  border-bottom: 1px solid #C3CCD5;
  padding: 10px 2px;
  flex: 1 1;
}
.book-list li span:last-child {
  flex: 0 0 36px;
}
.book-search {
  padding: 5px;
  width: 80%;
  color: #61728D;
  margin: 10px 10px 10px 0;
  border: 1px solid #C3CCD5;
}
.text-disabled {
  color: #DAE1E8 !important;
}
input[disabled] {
  background: #F3F7FA;
  border: 1px solid #E8EBED;
}
a.clear-search {
  background-color: #E5E5E5;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  text-align: center;
  line-height: 10px;
  text-decoration: none;
  color: #FBFBFB;
  margin-left: -31px;
  font-size: 0.7em;
  font-weight: bold;
  font-family: arial, sans-serif;
  padding-top: 4px;
  margin-top: -2px;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner {
    width: 100%;
  }
}
a[ng-click] {
  cursor: pointer;
}
.page a.reset-letters {
  color: #9E0D0D;
  text-decoration: none;
  font-size: 0.9em;
  margin-left: 5px;
}
.keyword-container {
  width: 33.33%;
  float: left;
}
.lang-container {
  width: 66.66%;
  float: left;
}
.lang-container ul {
  margin: 0 0 10px 0;
  padding: 5px 0;
}
.lang-container ul li {
  display: inline-block;
  list-style-type: none;
  margin: 15px 15px 0 0;
}
.lang-container ul li label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.lang-container ul li input {
  margin-right: 5px;
}
input:disabled + span {
  color: #DAE1E8;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.elements li h3 {
  /* width: 290px; */
  display: inline;
  font-size: 1.1em;
}
.main-text .w-200,
.intro .w-200,
.news_details .w-200,
.publication_details .w-200 {
  max-width: 200px;
}
.main-text .note-float-right,
.intro .note-float-right,
.news_details .note-float-right,
.publication_details .note-float-right {
  float: right;
  margin: 0 0 10px 10px;
  max-width: 200px;
}
.main-text .note-float-left,
.intro .note-float-left,
.news_details .note-float-left,
.publication_details .note-float-left {
  float: left;
  margin: 0 10px 10px 0;
  max-width: 200px;
}
#main.library .aside_banner.link-image {
  display: none;
}
#main.library aside {
  margin-left: 20px;
}
#main.library .page {
  flex: 1 1;
}
@media only screen and (max-width: 768px) {
  .keyword-container {
    width: 100%;
  }
}
.form-rss-languages {
  text-transform: capitalize;
}
ul.payment-options {
  padding-left: 0;
  margin-left: 8px;
}
ul.payment-options li {
  clear: none;
}
p.pre-paypal {
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  float: left;
  clear: left;
}
* html p.pre-paypal {
  float: none;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 8px !important;
}
form.paypal {
  float: left;
  padding: 1px 0 0 3px;
  display: block;
}
* html form.paypal {
  float: left;
  display: inline;
  text-align: right;
  margin: -2.5em 8em 0 0;
}
p.post-paypal {
  clear: left;
  margin: 0 0 0 8px !important;
  padding: 0 !important;
  display: block;
  width: 10px;
  height: 10px;
}
h4.payment-options {
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
form.contactform {
  width: 100%;
  margin: 15px 2px 20px 8px;
  line-height: 1.3;
  font-size: 1em;
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
form.contactform label {
  text-align: left;
  clear: both;
  font-weight: bold;
  display: block;
  margin: 0 0 6px 0;
  color: #000;
}
form.contactform input.input-text,
form.contactform textarea {
  border: 1px solid #66667F;
  margin: 0 0 4px 24px;
  clear: both;
  display: block;
  width: 300px;
  background: #FFF;
  padding: 3px;
}
form.contactform input.input-text {
  height: 2em;
  margin-bottom: 15px;
}
form.contactform input.one-third {
  width: 80px;
  clear: none;
  float: left;
  margin-right: -16px;
}
form.contactform input.two-thirds {
  width: 210px;
  clear: none;
  float: left;
}
form.contactform .fieldset-radio label {
  width: auto;
}
fieldset.fieldset-radio,
fieldset.fieldset-checkbox {
  margin: 1em 0 1em 0;
}
fieldset.fieldset-radio input.input-radio,
fieldset.fieldset-checkbox input.input-checkbox {
  margin-right: 5px;
  margin-top: 1px;
  float: left;
  clear: left;
}
fieldset.fieldset-radio table input.input-radio {
  margin-top: 2px;
}
fieldset.fieldset-radio label,
fieldset.fieldset-checkbox label {
  float: left;
  clear: none;
  display: block;
  font-weight: normal;
  text-align: left;
  width: 450px;
}
@media screen and (max-width: 490px) {
  fieldset.fieldset-radio label,
  fieldset.fieldset-checkbox label {
    width: 90%;
  }
}
fieldset.fieldset-radio-inline,
fieldset.fieldset-checkbox-inline {
  margin: 1.5em 0 1em 0;
}
fieldset.fieldset-radio-inline input.input-radio,
fieldset.fieldset-checkbox-inline input.input-checkbox {
  margin-right: 5px;
  margin-top: 1px;
  float: left;
  clear: none;
}
fieldset.fieldset-radio-inline table input.input-radio {
  margin-top: 2px;
}
fieldset.fieldset-radio-inline label {
  float: left;
  clear: none;
  display: block;
  font-weight: normal;
  text-align: left;
  width: 80px;
}
fieldset.fieldset-checkbox-inline label {
  float: left;
  clear: none;
  display: block;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
  width: calc(100% - 18px);
}
/* submit button size */
.sb-submit {
  width: 100px;
}
.sb-container,
.sb-out-x {
  width: 100px;
  margin-right: 50px;
}
.sb-in-x {
  width: 98px;
}
.sb-container,
.sb-out-y,
.sb-submit {
  height: 19px;
}
.sb-in-y {
  height: 17px;
}
/* submit button colors */
.sb-submit-normal {
  color: #fff;
  background-color: #242E4E;
  border-color: #66667F;
}
.sb-out {
  background: #66667F;
}
.sb-submit:hover {
  color: #242E4E;
  background: #fff;
}
.sb-submit:focus {
  outline: 1px solid #66667F;
}
.sb-submit:focus:active {
  outline: none;
}
/* submit button */
.sb-container {
  position: relative;
  display: block;
  clear: both;
  left: 226px;
  top: 5px;
}
.sb-submit {
  position: absolute;
  top: 0;
  left: -1px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}
.sb-submit-normal,
.sb-submit-action {
  border: 1px solid #222B56;
}
.sb-submit-action,
.sb-submit:hover {
  cursor: pointer;
}
.sb {
  position: absolute;
  display: block;
  font-size: 0px;
}
.sb-out-x,
.sb-in-x {
  height: 1px;
}
.sb-out-y {
  width: 1px;
}
.sb-in-y {
  width: 2px;
}
.sb-out-top {
  top: 0px;
  left: -1px;
}
.sb-out-bottom {
  bottom: 0px;
  left: -1px;
}
* html .sb-out-bottom {
  bottom: -1px;
  left: -1px;
}
.sb-out-right {
  top: 0;
  right: 0;
}
.sb-out-left {
  left: -2px;
  top: 0;
}
.sb-in-top {
  top: 1px;
  left: 0;
}
.sb-in-bottom {
  bottom: 1px;
  left: 0;
}
* html .sb-in-bottom {
  bottom: 0;
  left: 0;
}
.sb-in-right {
  top: 1px;
  right: 1px;
}
.sb-in-left {
  left: -1px;
  top: 1px;
}
/*
a[rel~="external"]:after {
  content:"->"
}
*/
table.support-options,
table.support-options tr,
table.support-options td {
  margin: 0;
  padding: 0;
  text-align: left;
}
table.support-options {
  margin-top: 0;
  padding-top: 0;
  margin-left: 70px !important;
  padding: 0;
  width: 280px !important;
  font-size: 0.97em !important;
  line-height: 1 !important;
}
table.support-options td {
  padding: 0.1em 0 0.1em 0;
  margin: 0;
}
table.support-options th {
  font-weight: normal;
}
table.support-options td.amount {
  text-align: right;
  padding-right: 30px;
}
table.support-options td.small-text {
  font-size: 0.77em;
}
label.book1,
label.book3 {
  display: inline !important;
  clear: none;
  margin-bottom: 10px;
}
.book-container-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
form.contactform .book-container {
  margin-bottom: 25px;
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #d9e3ea;
  margin: 5px;
}
@media only screen and (max-width: 660px) {
  form.contactform .book-container {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width: 500px) {
  form.contactform .book-container {
    flex: 0 0 calc(100% - 10px);
  }
}
form.contactform .book-container .book-container-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-right: 0;
  position: relative;
}
form.contactform .book-container.book-container-all {
  flex: 0 0 calc(100% - 10px);
}
form.contactform .book-container.book-container-all .book-container-top {
  margin-bottom: 0;
  border: 0;
  align-items: center;
}
form.contactform .book-container.book-container-all .book-container-top label {
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
}
form.contactform .book-container.book-container-all .checkmark {
  margin-left: 0;
  margin-right: 10px;
}
form.contactform .book-container .mehr-info {
  font-size: 0.9em;
  color: #3f7da0;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  transition: color 0.1s;
}
form.contactform .book-container .mehr-info:hover {
  color: #014268;
}
form.contactform .book-container .illu-book img {
  transition: border 0.1s;
}
form.contactform .book-container .illu-book:hover img {
  border-color: #014268;
}
form.contactform .book-container input#all-books-input,
form.contactform .book-container input.book-item {
  width: 0;
  height: 0;
  margin: 0;
}
form.contactform .book-container label {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 5px;
  cursor: pointer;
  font-size: 1.1em;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  form.contactform .book-container label {
    min-height: auto;
  }
}
form.contactform .book-container label[for="all-books-input"] {
  font-weight: bold;
}
form.contactform .book-container img {
  display: block;
  width: 115px;
  border: 3px solid #a8bbc7;
  margin: 15px auto 5px;
}
form.contactform .book-container .checkmark {
  border: 2px solid #3f7da0;
  width: 20px;
  height: 20px;
  margin: 5px;
  margin-left: auto;
  flex-shrink: 0;
  background: white;
  position: relative;
  z-index: 1;
  transition: border-color 0.1s;
}
form.contactform .book-container .checkmark:hover {
  border-color: #014268;
}
form.contactform .book-container .checkmark:after {
  display: none;
}
form.contactform .book-container input.book-item:checked ~ .checkmark:after,
form.contactform .book-container input#all-books-input:checked ~ .checkmark:after {
  content: '';
  font-family: sans-serif;
  display: inline-block;
  transform: rotate(45deg);
  height: 8px;
  width: 3px;
  margin-left: 5px;
  border-bottom: 3px solid #014268;
  border-right: 3px solid #014268;
  margin-bottom: 1px;
}
form.contactform .book-container .book-nb {
  display: none;
  border: 2px solid #3f7da0;
  position: absolute;
  right: 0;
  background: #d2e1ea;
  top: 30px;
  right: -5px;
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  z-index: 0;
  align-items: center;
}
form.contactform .book-container .book-nb.active {
  display: flex;
}
form.contactform .book-container .book-nb.active:before {
  content: '';
  position: absolute;
  border: 2px solid #3f7da0;
  background: #d2e1ea;
  width: 36px;
  top: -37px;
  right: -2px;
  height: 35px;
  border-bottom: none;
}
form.contactform .book-container .book-nb span {
  font-size: 0.9em;
  padding: 0 3px 0 0;
  text-align: right;
  line-height: 1;
  color: #014268;
}
form.contactform .book-container .book-nb input {
  border: 2px solid #3f7da0;
  background: #fff;
  width: 30px;
  padding: 2px;
  text-align: center;
  margin: 0 8px 0 0;
  color: #3f7da0;
}
form.contactform .book-container .book-nb input:hover {
  border-color: #014268;
}
.all-books-form-details {
  background-color: #d2e1ea;
  padding: 5px 15px !important;
  margin: 20px 0 !important;
}
.fieldset-submit {
  max-width: 370px;
}
.all-books-form-details .fieldset-submit {
  max-width: 100%;
}
.btn-primary {
  padding: 8px 24px;
  margin: 20px auto;
  display: block;
}
.btn-primary:hover {
  background-color: #3f7da0;
  border-color: #3f7da0;
}
input.book2 {
  border: 1px solid #66667F;
  margin: 0 0 0 0;
  display: inline;
  width: 15px;
  background: #FFF;
  clear: none;
  text-align: right;
}
#author-container {
  display: block;
  float: left;
  display: table;
  height: 30px;
}
@media screen and (max-width: 768px) {
  #author-container {
    padding: 10px 0;
  }
}
.page-publication .author {
  vertical-align: middle;
  display: table-cell;
  text-transform: uppercase;
  font-weight: bold;
  color: #014268;
  /*#66667F;*/
}
#buttons {
  float: right;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 10px 0;
}
#buttons ul {
  margin: 0;
  padding: 0;
}
#buttons ul li {
  list-style: none;
  float: left;
  clear: none;
  margin: 1px;
}
.intro {
  clear: both;
}
.hidden {
  display: none;
}
#footer-print,
.print-only {
  display: none;
}
#form-book,
#form-book-all {
  margin-top: 15px;
  margin-left: 0;
}
header .container {
  max-width: 1100px;
  margin: auto;
}
header .menu_top {
  background-color: #014268;
}
header .menu_top .container {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: flex-end;
}
header .languages {
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
}
header .languages li {
  float: left;
  padding: 0 10px;
  color: #fff;
  position: relative;
}
header .languages li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: -1px;
  background-color: #fff;
}
header .languages li:last-child:after {
  display: none;
}
header .languages li.language-en {
  letter-spacing: 1px;
  /* margin:0 -1px 0 0; */
}
header .languages a {
  font-weight: normal;
  color: #fff;
}
header .contact_link {
  margin-right: 20px;
}
header .contact_link a {
  color: #fff;
  text-transform: uppercase;
  font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
header .links li {
  float: left;
  margin-right: 10px;
}
header .links li a {
  display: block;
}
header .links svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}
header #banner {
  height: 160px;
}
header #banner h1 {
  margin: auto;
  height: 100%;
  max-width: 1200px;
  color: #093E68;
  font-size: 20px;
  text-align: right;
  position: relative;
}
header #banner h1 a {
  display: block;
  height: 100%;
  max-width: 1200px;
  color: #093E68;
}
header #banner h1 img {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: block;
  font-style: normal;
  text-align: left;
  color: #093E68;
  max-width: 1200px;
  width: 100%;
}
header #banner #tagline {
  margin-right: 15px;
  position: relative;
  z-index: -1;
}
header #banner .name {
  position: absolute;
  z-index: 10;
  width: 478px;
  height: 123px;
  top: 20px;
  left: 362px;
  fill: #0F4069;
}
nav#nav-main {
  margin: 5px auto 20px;
  max-width: 1100px;
}
nav#nav-main.nav-home {
  max-width: 1200px;
}
@media only screen and (max-width: 1024px) {
  nav#nav-main {
    padding: 0 15px;
  }
}
nav#nav-main .nav_mobile_el,
nav#nav-main .children_trigger {
  display: none;
}
nav#nav-main > ul {
  display: flex;
  align-items: center;
}
nav#nav-main > ul > li {
  flex-grow: 1;
  height: 25px;
  border-right: 1px solid #c4cdd6;
}
nav#nav-main > ul > li.home svg {
  width: 21px;
  height: 25px;
  fill: #3f7da0;
}
nav#nav-main > ul > li:last-child {
  border: none;
}
nav#nav-main > ul > li a {
  display: block;
  text-align: center;
  font-size: 1.1em;
  height: 25px;
  line-height: 25px;
  font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #3f7da0;
}
nav#nav-main > ul > li a:hover {
  color: #004268;
}
nav#nav-main > ul > li a:hover svg {
  fill: #004268;
}
nav#nav-main > ul > li.has-children > a {
  position: relative;
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  nav#nav-main > ul > li.has-children > a {
    z-index: -1;
  }
}
nav#nav-main > ul > li.has-children > a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #3f7c9f #0000 #0000 #0000;
  top: 11px;
  right: 7px;
}
nav#nav-main > ul > li ul {
  display: none;
}
nav#nav-main > ul > li:hover ul {
  display: block;
  position: absolute;
  z-index: 3;
  background-color: #FBFBFB;
  margin: 0;
  padding-bottom: 10px;
  box-shadow: 0px 2px 5px -1px rgba(183, 177, 177, 0.75);
}
nav#nav-main > ul > li:hover ul li {
  border: none;
  list-style: none;
  margin: 0;
  height: auto;
}
nav#nav-main > ul > li:hover ul li a {
  padding: 11px 15px 3px 0px;
  height: auto;
  line-height: 1;
  text-align: left;
  border-bottom: 1px solid #c4cdd6;
  margin: 0 10px;
  font-size: 1.1em;
}
nav#nav-main > ul > li:hover ul li.selected > a {
  color: #004268;
}
nav#nav-main > ul > li.selected > a {
  color: #004268;
}
nav#nav-main > ul > li.selected > a svg {
  fill: #004268;
}
nav#nav-main > ul > li.selected > a:after {
  border-color: #004268 #0000 #0000 #0000;
}
#menu {
  background-color: #e8edf0;
}
#menu .search {
  margin: 15px 0 0 15px;
}
#menu .search input[type='text'] {
  width: 183px;
}
#menu .search input {
  -webkit-appearance: none;
}
#menu .languages {
  display: flex;
  margin: 15px;
}
#menu .languages li {
  flex: 1;
  text-align: center;
  background: #fff;
  margin: 0 1px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  background-color: #014268;
  color: #fff;
}
#menu .languages li a {
  display: block;
  background-color: #fff;
  color: #014268;
}
#menu .languages li a:hover {
  background-color: #004268;
  color: #fff;
}
#menu .actions {
  display: flex;
  align-items: center;
  margin: 15px;
}
#menu .actions .contact_link {
  background-color: #fff;
  flex: 1;
  text-align: center;
}
#menu .actions .contact_link a {
  color: #014268;
  display: block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
#menu .actions .contact_link a:hover {
  background-color: #014268;
  color: #fff;
}
#menu .actions .links {
  display: flex;
  flex: 0 0 auto;
}
#menu .actions .links li {
  height: 30px;
}
#menu .actions .links li a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  margin-left: 2px;
  padding: 0 5px;
}
#menu .actions .links li a:hover {
  background-color: #004268;
}
#menu .actions .links li a:hover svg {
  fill: #fff;
}
#menu .actions .links svg {
  width: 20px;
  height: 20px;
  fill: #014268;
}
nav#nav-mobile {
  margin: 15px;
}
nav#nav-mobile li {
  list-style: none;
  margin-top: 2px;
  position: relative;
}
nav#nav-mobile li a {
  display: block;
  background-color: #fff;
  padding: 12px 8px;
  color: #014268;
  font-size: 0.9em;
  line-height: 1.4em;
}
nav#nav-mobile li.selected > a {
  color: #004268;
}
nav#nav-mobile li .children_trigger {
  display: block;
  position: absolute;
  z-index: 4;
  right: 6px;
  width: 32px;
  height: 32px;
  top: 4px;
  background-color: #e8edf0;
}
nav#nav-mobile li .children_trigger:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #014268 #0000 #0000 #0000;
  top: 13px;
  right: 12px;
}
nav#nav-mobile li .children_trigger.open:after {
  transform: rotate(180deg);
}
nav#nav-mobile li ul {
  max-height: 0;
  overflow: hidden;
}
nav#nav-mobile li ul li {
  margin: 0;
  border-top: 1px solid #e8edf0;
}
nav#nav-mobile li ul.open {
  height: auto;
  max-height: 300px;
}
nav#nav-mobile .icon-home {
  display: none;
}
.menu_mobile_title {
  position: fixed;
  height: 60px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  margin-top: -61px;
  transition: margin-top 0.3s;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #c2d3dc;
}
.menu_mobile_title button {
  margin: 10px 0 0 0;
  width: 40px;
  height: 40px;
}
.menu_mobile_title .name {
  height: 44px;
  margin-top: 9px;
  fill: #0F4069;
}
.menu_mobile_title.shown {
  margin-top: 0;
}
@media only screen and (min-width: 931px) {
  .menu_mobile_title {
    display: none;
  }
}
.search {
  margin: 0 20px 0 0;
}
.search .input-text {
  border: none;
  background: white;
  width: 180px;
  height: 24px;
  display: block;
  float: left;
  color: #8c95a2;
  padding: 0px 5px;
}
.search .search-sb-submit {
  background: #858f9e;
  color: #fff;
  margin-left: 3px;
  height: 24px;
  padding: 0 5px;
  font-size: 10px;
  border: none;
  -webkit-appearance: none;
}
.search .search-sb-submit:hover {
  background: #586D84;
}
@media screen and (max-width: 768px) {
  .search .search-sb-submit {
    background: #014268;
  }
}
.section_search aside {
  margin-left: 20px;
}
#cse-search-results iframe {
  width: 100%;
}
.page .bitpay-donate {
  margin: 5px 0 20px;
}
.page .bitpay-donate fieldset {
  border: 0;
}
.page .bitpay-donate input {
  padding: 4px 10px;
}
.page .bitpay-donate select {
  padding: 3px 10px;
}
.page .bitpay-donate ul,
.page .bitpay-donate li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page .bitpay-donate li {
  padding: 5px 0;
  margin: 0 9px;
}
.page .bitpay-donate-field {
  clear: both;
}
.page .bitpay-donate-field label {
  float: left;
  width: 160px;
  padding-top: 8px;
  font-size: 14px;
}
.page .bitpay-donate-field div {
  float: left;
}
.page .bitpay-donate-field-email {
  width: 40%;
}
.page .bitpay-donate-field-price {
  width: 40%;
}
/* .page .bitpay-donate-field-currency {width:40%;} */
.page .bitpay-donate-button-wrapper {
  clear: both;
  margin: auto;
  text-align: center;
}
.page .bitpay-donate-button-wrapper .bitpay-donate-button {
  cursor: pointer;
}
.page input.bitpay-donate-error {
  border: 2px solid red;
}
#books {
  text-align: left;
  border: 1px solid #DDD;
  border-right: none;
  width: 100%;
  position: relative;
  margin: 30px auto 15px;
}
#books li {
  width: 25%;
  float: left;
  position: relative;
  display: block;
  border-right: 1px solid #DDDDDD;
}
@media only screen and (max-width: 1024px) {
  #books li {
    width: 50%;
  }
}
#books a {
  width: 100%;
  float: left;
  position: relative;
  display: block;
  background: #F5F5F5;
  font-size: 0.87em;
  min-height: 95px;
  padding: 10px;
}
#books a:hover .book-title {
  color: #004268;
}
#books img {
  float: left;
  margin: 0px 10px 0 0;
  max-height: 120px;
}
.lang-en #books img {
  max-height: 75px;
}
#books span {
  display: block;
  margin: 0 0 5px 5px;
}
#books .book-title {
  color: #3f7da0;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0px 5px 0;
  line-height: 1.2;
}
#books .book-author {
  color: #55556A;
}
.news_illustration {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  flex: 0 0 30%;
}
.news_illustration img {
  width: 100%;
}
.news_details {
  position: relative;
  padding-left: 10px;
}
.publication_content {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.publication_content .publication_details {
  flex: 1;
  padding-top: 0;
  position: relative;
}
.publication_content .right_illustration {
  max-width: 35%;
  padding: 0;
}
.publication_content .right_illustration img {
  max-width: 100%;
}
.publication_content.list_item {
  margin-top: 10px;
}
.publication_content.list_item .right_illustration {
  width: 170px;
  margin-top: 5px;
}
.publication_content.list_item.list_item_left .right_illustration {
  padding-right: 0;
}
.publication_content.list_item.list_item_right .right_illustration {
  padding-left: 0;
}
.contextual_menu {
  flex: 0 0 36px;
  order: -1;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 15px;
}
.contextual_menu .buttons {
  margin-top: 40px;
}
.contextual_menu .buttons li {
  margin-bottom: 3px;
}
.contextual_menu .buttons a,
.contextual_menu .buttons .fb-share-button {
  display: inline-block;
  padding: 7px;
  background-color: #3f7da0;
  border-radius: 2px;
}
.contextual_menu .buttons a:hover,
.contextual_menu .buttons .fb-share-button:hover {
  background-color: #014267;
}
.contextual_menu .buttons svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.home_newsletter_invite {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 350px;
  height: 200px;
  max-height: 200px;
  background: #c5d1d9;
  z-index: 2;
  transition: 0.5s;
  padding: 15px 30px 15px 15px;
}
.home_newsletter_invite .illustration {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.home_newsletter_invite.form {
  max-height: 270px;
  height: 270px;
}
.home_newsletter_invite.cache {
  max-height: 0;
  bottom: -45px;
}
.home_newsletter_invite .close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  background-color: #014267;
  border-radius: 50%;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.home_newsletter_invite .close span {
  font-size: 1.7em;
  line-height: 1;
  margin-top: -1px;
  display: block;
}
@media only screen and (max-width: 375px) {
  .home_newsletter_invite {
    width: 100%;
  }
  .home_newsletter_invite .close {
    right: 5px;
    width: 32px;
    height: 32px;
  }
}
.home_newsletter_invite .form_container {
  display: none;
}
.home_newsletter_invite .confirmation {
  display: none;
}
.home_newsletter_invite .form_container label {
  margin: 5px 0 10px;
  display: block;
  float: none;
  width: auto;
}
.home_newsletter_invite .form_container label span {
  display: block;
  margin-bottom: 3px;
}
.home_newsletter_invite .form_container label input {
  border: none;
  padding: 5px;
  width: 70%;
}
.home_newsletter_invite .form_container fieldset.fieldset-radio {
  padding-left: 5px;
  margin-bottom: 0;
}
.home_newsletter_invite .form_container fieldset.fieldset-radio label {
  display: inline-block;
  margin: 5px 0;
}
.home_newsletter_invite .form_container fieldset.fieldset-radio input[type="radio"] {
  margin: 5px 5px 5px 0;
}
.home_newsletter_invite .form_container .submit-section {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.home_newsletter_invite .form_container .submit-section button {
  margin: 0;
}
.home_newsletter_invite .form_container .feedback {
  padding: 0 10px;
}
.home_newsletter_invite .intro button,
.home_newsletter_invite .form_container button,
.home_newsletter_invite .confirmation button {
  -webkit-appearance: none;
  border: none;
  background-color: #014268;
  padding: 10px 15px;
  color: #fff;
  margin: 10px 0;
  font-size: 1em;
  cursor: pointer;
}
.home_newsletter_invite .intro button:hover,
.home_newsletter_invite .form_container button:hover,
.home_newsletter_invite .confirmation button:hover {
  background-color: #0a293c;
}
.home_newsletter_invite .intro .title,
.home_newsletter_invite .confirmation .title {
  color: #014268;
  font-size: 1.6em;
  font-family: arial;
  margin-bottom: 10px;
  margin-top: 10px;
}
.home_newsletter_invite .intro p,
.home_newsletter_invite .confirmation p {
  margin-bottom: 10px;
  line-height: 1.3;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fbfbfb;
  /* A background-color is required */
  min-height: 100vh;
  padding-bottom: 10px;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block !important;
}
.btn-hamburger {
  display: none;
}
@media only screen and (max-width: 930px) {
  nav#nav-main,
  .menu_top,
  .news_illustration,
  .publication_content .right_illustration {
    display: none;
  }
  .btn-hamburger {
    display: block;
    position: absolute;
    z-index: 4;
    border: none;
    margin: 15px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    background: transparent;
  }
  .btn-hamburger span {
    background: #014267;
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    margin: 0 auto 3px;
  }
  .btn-hamburger span:last-child {
    margin-bottom: 0;
  }
  header #banner .logo {
    position: relative;
    left: auto;
    display: block;
    margin: auto;
    top: 35px;
  }
  header #banner .name {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #main {
    padding: 0 15px;
  }
  #column-two {
    margin-left: 15px;
  }
  aside {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #column-one,
  #column-two,
  aside {
    margin-left: 0;
    flex: 1 1 auto;
  }
  aside {
    margin-top: 30px;
  }
  #main {
    padding: 0 15px;
    margin-top: 0;
  }
  a.link-image {
    text-align: center;
  }
  a.link-image img {
    max-width: 250px !important;
  }
  #books li {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }
  #books li img {
    max-height: 90px;
  }
  .banners {
    display: flex;
    margin: 5px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .banners a {
    width: 250px;
    margin: 5px;
  }
  .banners a img {
    max-width: 100% !important;
  }
  .page {
    flex: 1 1 100%;
  }
  .contextual_menu {
    flex: 1 1 100%;
    padding-top: 0;
    padding-right: 0px;
  }
  .contextual_menu .buttons {
    margin: 0 0 10px 0;
    display: flex;
    justify-content: flex-end;
  }
  .contextual_menu .buttons li {
    margin: 0 0px 0 2px;
  }
  .contextual_menu .buttons li a {
    padding: 5px;
  }
  .page-elements li,
  .page-media li,
  ul.elements li {
    margin: 5px 0 15px 0px;
    padding: 1px 2px 0px 2px;
  }
  .page .read-more {
    position: relative;
    margin-top: 7px;
  }
  .book-list-mobile {
    width: calc(100vw - 20px);
    overflow-y: scroll;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 375px) {
  .banners a {
    width: 100%;
    margin: 5px;
  }
}
@media print {
  * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: inherit;
    font-style: inherit;
  }
  a,
  img,
  a img,
  form,
  fieldset,
  abbr,
  acronym,
  object,
  table {
    border: none;
  }
  a,
  a:hover,
  a:visited {
    color: inherit;
  }
  a abbr,
  a acronym {
    text-decoration: underline;
  }
  p,
  label {
    line-height: 1.1;
  }
  blockquote {
    padding: 5px;
    margin: 5px 15px 5px 15px;
    background: #EBEBEB;
  }
  strong,
  b {
    font-weight: bold;
  }
  strong.uppercase {
    font-weight: normal;
    text-transform: uppercase;
  }
  em,
  i {
    font-style: italic;
  }
  a.link-image {
    font-size: 0;
  }
  a.link-image img {
    font-size: 12pt;
  }
  .center {
    text-align: center;
  }
  .left {
    text-align: left;
  }
  .right {
    text-align: right;
  }
  .image-left {
    float: left;
    margin: 10px;
  }
  .image-right {
    float: right;
    margin: 10px;
  }
  body {
    background: white;
    color: black;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    text-align: left;
    font-size: 14pt;
    line-height: 1;
  }
  h1 {
    color: #093E68;
    text-align: left;
  }
  #footer-print {
    clear: both;
    display: block;
    position: relative;
    width: 1200px;
    margin: 40px auto 0 auto;
    text-align: center;
    color: #444;
    font-size: 12pt;
    padding: 3px 0 0 0;
    font-style: normal;
    border-top: 1px solid #1B355C;
  }
  #footer-print a {
    color: #444;
    font-weight: bold;
  }
  #footer-print a:hover {
    color: #777;
  }
  h2 {
    color: #66667F;
    margin: 3px 0 5px 0;
    font-size: 1.77em;
    font-weight: normal;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    text-align: left;
  }
  h3 {
    color: #1B355C;
    margin: 0.75em 0 0.15em 4px;
    font-weight: bold;
    font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
    font-size: 1em;
    text-align: left;
  }
  h4 {
    color: #1B355C;
    font-weight: bold;
  }
  li h3 {
    margin: 0;
  }
  li h4 {
    margin: 0;
  }
  p,
  ul,
  table,
  ol {
    margin: 0 0 0 0px;
    padding: 0.25em 5px 0.18em 8px;
    line-height: 1.3;
    font-size: 0.9em;
    font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
  }
  p {
    padding: 0.25em 5px 0.18em 8px;
  }
  hr {
    height: 2px;
    width: 100px;
    text-align: center;
    margin: 0.5em auto 1.2em auto;
    color: #000;
    background: #000;
    border: none;
  }
  table {
    margin: 0;
    width: 100%;
  }
  li {
    list-style: square;
    margin: 0 0 0 28px;
    line-height: 1.3;
    clear: both;
  }
  ol li {
    list-style: decimal;
    margin: 0 0 0 28px;
    line-height: 1.5;
  }
  ul li ul li {
    list-style: square;
    margin: 0 0 0 25px;
  }
  a {
    text-decoration: underline;
    color: #385783;
  }
  a:visited {
    color: #666;
  }
  a:hover {
    color: #7E93B0;
  }
  .date {
    padding: 5px;
    text-align: right;
  }
  .author {
    text-transform: uppercase;
    font-weight: bold;
    color: #1B355C;
    /*#66667F;*/
  }
  .place {
    font-weight: bold;
    color: #212121;
  }
  .category {
    float: right;
    margin: 0 14px 2px 0;
    z-index: 5;
    position: relative;
  }
  .intro {
    font-style: italic;
  }
  .main-text p,
  .indented p {
    text-indent: 1.7em;
  }
  .main-text p.first,
  .indented p.first {
    text-indent: 0em;
  }
  .first-letter {
    font-size: 1.4em;
    line-height: 1;
    font-weight: bold;
    margin-left: -0.1em;
  }
  blockquote .right {
    font-weight: bold;
  }
  p.left,
  p.center,
  p.right {
    text-indent: 0;
  }
  li p {
    font-size: 0.97em;
  }
  em p {
    font-style: italic;
  }
  .menu_top,
  #left-column,
  #footer,
  #decoration,
  #buttons,
  #tagline,
  nav,
  aside .banners,
  #tools,
  #quick-links,
  .address {
    display: none;
  }
  aside {
    margin: 0;
    float: left;
  }
  #events {
    margin: 30px 0 0 0;
  }
  header #banner {
    background-image: none;
  }
  .page,
  #column-two {
    width: 100%;
    margin: 0;
  }
  .page {
    float: none;
  }
  #column-one {
    width: 100%;
  }
  #main {
    min-height: 0;
  }
  #news li,
  #events li,
  #publications li {
    list-style: none;
    margin: 0;
  }
  #column-one,
  #column-two {
    float: none;
  }
  #column-one,
  #column-two {
    margin-bottom: 50px;
  }
  #books {
    margin: 70px auto 15px;
    border: none;
  }
  #books a {
    background-color: #fff;
    min-height: 145px;
  }
  #books ul {
    padding: 0;
    display: flex;
  }
  #books ul li {
    margin: 0;
  }
  .social,
  .contextual_menu,
  aside {
    display: none;
  }
}
