/*!
Theme Name: chasaeditura
Theme URI: http://underscores.me/
Author: Underscores.me / https://ouwan.ch
Author URI: http://underscores.me/, ouwan gmbh
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chasaeditura
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

chasaeditura is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=a5d6ec74-dda6-4e19-8b56-ecc0d2f29bea");
    @font-face{
    font-family:"Adobe Garamond W05 Regular";
    src:url("Fonts/3e76f1bf-bbf5-4b4a-abf8-16d22804bc80.woff2") format("woff2"),url("Fonts/2f3c5205-9c61-48a7-a35e-77e17aa0f6f4.woff") format("woff");
    }

    @font-face{
        font-family:"Neue Haas Unica W01 UltraLight";
        src:url("Fonts/ef9d5fd1-1516-46d2-b0f4-ef2d64be9235.woff2") format("woff2"),url("Fonts/1eb511a3-6743-4fbf-be70-cfac176482e2.woff") format("woff");
    }
    @font-face{
        font-family:"Neue Haas Unica W01 Regular";
        src:url("Fonts/33e9edd0-ca2a-48d4-ae47-06fc466b53a8.woff2") format("woff2"),url("Fonts/c203919f-772c-4f82-bd69-4f0fb053dde9.woff") format("woff");
    }
    @font-face{
        font-family:"Neue Haas Unica W01 Light";
        src:url("Fonts/c905a6df-d855-44d1-abaf-e662740ad467.woff2") format("woff2"),url("Fonts/2433aad9-5181-4019-9e9a-9b923bb9b6a1.woff") format("woff");
    }
    @font-face{
        font-family:"Neue Haas Unica W01 Medium";
        src:url("Fonts/25ce63bc-2601-4f0a-a001-7a143bea814a.woff2") format("woff2"),url("Fonts/ce49c36c-32c0-4678-80b8-993654a2c6c2.woff") format("woff");
    }
    @font-face{
        font-family:"Neue Haas Unica W01 Bold";
        src:url("Fonts/29640526-aa41-43ab-89b0-daa5c8c0f290.woff2") format("woff2"),url("Fonts/9abfe745-cfc9-4d2d-93ae-24c1a1167107.woff") format("woff");
    }

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
  background: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;

}
button,
a, a:active, a:focus {
       outline: none !important; /* Works in Firefox, Chrome, IE8 and above */
   }
button:hover {
  border: none;
}
.page,
.single {
  top: 10px;
}
.site {
    max-width: 100%;
}
.site-branding {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #b01717;
}
.site-branding img {

}
.site-branding.shrink {
  height: 95px;
    margin-top: -1rem;
    transition: all 0.2s ease-in-out 0s;
    padding: 0 2px 0 0;
}

.site-branding .logochasa {
  position: relative;
  width: 52%;

  float: left;
  left: 0;
  height: 50px;
}
.site-branding .logochasa img {
position: relative;
    float: right;
    padding-right: 30px;
    height: 45px;
width: auto;
top: 16px;


}
.site-branding .logouffants img {
  padding-left: 20px;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
  font-family:"Neue Haas Unica W01 Medium";
  font-weight: normal;
  letter-spacing: 0.02em;

      color: #000;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
font-family:"Neue Haas Unica W01 Medium";
font-weight: normal;
}
.titlehoehe strong {
  font-family:"Neue Haas Unica W01 Bold";
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*startseite*/

.balken {
	width: 100%;
	position: relative;
	border: 2px solid red;
  display: flex;
}

.grid {
	width: 103%;
		border: 1px solid;
}

/*

.testdiv {
	width: 20%;
	height: 400px;
	margin-right: 2%;
	float: left;

    margin-bottom: 40px;

}*/

.testdiv a {
	margin-bottom: 8px;
	display: block;
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Neue Haas Unica W01 Regular";
  text-decoration: none;
}
.page-id-7564 .testdiv,
.page-id-7687 .testdiv,
.page-id-7566 .testdiv {
  	margin-bottom: 40px;

}
.hidden {
    display: none;
}

.gridfour {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;


}
.page-id-7367 .gridfour {
  width: 103%;

}


.gridfour .testdiv {
  width: 22.75%;
  margin-right: 2.2%;
}

.gridfour .testdiv .bookcover {

      color: #404040;
      max-width: 340px;
    background: #f4f4f4;


}
.page-id-7367 .gridfour .testdiv .bookcover,
.page-id-7263 .gridfour .testdiv .bookcover {

      padding-top: 25px;
    padding-bottom: 25px;
}
.page-id-7566 .gridfour .testdiv .bookcover
.page-id-7564 .gridfour .testdiv .bookcover {
  max-height: 320px;

  }
.gridfour .testdiv:nth-child(4n) {
        /*margin-right: 0%;*/
}

.testdiv img {
  width: 100%;
  display: block;
}

.titlehoehe {
    position: initial;
 }
/*end of cudesch*/




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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.5;
  font-family:"Neue Haas Unica W01 Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
  margin-bottom: 3px;
}

.page-id-7183 .flexslider,
.page-id-7370 .flexslider {
  padding-top: 30px;
}
p {
	margin-bottom: 1.5em;
}
.moda-wrapper p {
      margin-bottom: 0em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

/*La Chasa Editura Rumantscha*/
.textrechtsbildlinks,
.textleftbildrechts {
display: flex;
width: 100%;

}
.textrechtsbildlinks p,
.textleftbildrechts p {

  margin-top: 0;
  margin-right: 20px;
}
.right {
  margin-left: 10px;
}
.left,
.right,
.rightbig  {
  width: 48%;
}
.rightresponsive {
  display: none;
}
.editurarightpic {
  float: right;
}

.textrechtsbildlinks,
.textleftbildrechts {
  float: none;
  height:auto;
  margin-left: 1%;

}

.page-id-5440 a,
.page-id-7703 a,
.page-id-3097 a,
.page-id-3088 a,
.page-template-editura  a {
      color: #b01717;
  text-decoration: none;
}
/*end of ediutra*/

/*pressa*/
@media screen and (min-width: 1024px) {
.inhaltepressa {
  display: flex;
  margin-bottom: 30px;
}
.inpressa .featured-image,
.in-pressa .featured-image {
  float: left;
  padding-right: 20px;
  padding-top: 17px;

}

}
/*end of pressa*/
pre {
  background: none;
  font-family: "Neue Haas Unica W01 Regular";
  line-height: auto;
  margin-bottom: 10px;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
}


.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
      align-self: auto;
}
.searchhome {
  position: absolute;
  right: 80px;

}

.wpml-floating-language-switcher {
  display: none;
}
.wprm-wrapper {
  overflow: hidden;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    text-transform: uppercase !important;
        color: #b01717  !important;
            font-family: "Neue Haas Unica W01 Regular";
  opacity: 1 !important;

}

.wpml-ls-legacy-list-horizontal {
    margin-top: -13px;
}
li.wpml-ls-current-language a {

              opacity: 0.5;
}
/*end of La Chasa Editura Rumantscha*/



code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
-----------------------------input[type="submit"] {---------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

.page-id-11560 .entry-content {
max-width: 750px;
}
.page-id-11560 ul {
margin:  0.0em !important;
}

.page-id-11560 a {
    color: #b01717;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a.redlink,
.footer a,
.page-id-60 a,
#modal-content a,
.page-template-veranstaltungen a,
.page-template-prevista a,
.single a  {
color: #b01717;
    text-decoration: none;
}
#modal-content a,
.page-template-veranstaltungen a,
.page-template-prevista a,
.single a {
    text-decoration: underline;
}

a:visited.redlink {
color: #b01717;
}

a:hover,
a:focus,
a:active {
color: #b01717;
    opacity: 0.6;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}
input[type="submit"] {
  display: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="search"] {
  border: none;
  background-image: url(img/lupe.png);
  background-position: right;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  width: 300px;

    max-width: 98%;
}




.searchhome input[type="search"] {
  border: none;
  background-image: url(img/lupe.png), kj;
  background-position: right;
  background-color: #fff;
  background-repeat: no-repeat;
  text-indent: 0px;
}
.searchhome input[placeholder] {
  text-indent: 180px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}



select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 82%;
    float: left;
    padding-top: 3px;
}
.secondrow {
    margin-top: -23px;
}
#menu-item-11981 {
    margin-left: 2px;
    margin-top: 1px;
    opacity: 0.2;
}
.headrightwidget {
    width: auto;
float: right;
  position: relative;
  right: 0px;
}
.toprightwidget {

  width: 16%;
  float: right;
    padding-left: 45px;

}
.widget-area {

}
.chw-widget {
  top: 0px;
  margin-top: -7px;

}

.toprightwidget img {
  width: auto;
  height: 30px;
  margin-right: 6px;

}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;


}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;    padding-top: 3px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;

  font-family:"Neue Haas Unica W01 Regular";
  color: #b01717;
  line-height: 19px;
  margin-top: 3px
}
.main-navigation li.current-menu-item a {
    font-family:"Neue Haas Unica W01 Bold";
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*sprachumschalter*/
.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0px !important;
    clear: both;
}
/*startseite*/



.container-fluid {
    height: 450px;
		width: 100vw;
		display: flex;


}
.flex-active-slide {
        z-index: 99999 !important;
}
/*reset löst ein full wide problem des container-fluid*/
.reset {
    height: 1px;

}
.buchbalken {
	width: 100%;
  max-width: 1400px;
	margin: auto;
  z-index: 999999 !important;
}

.balkenimg {
  margin-right: 10px;
	float: left;
}
.balkenimg.rechts {
  height: 450px !important;
  float: right;
margin-right: 0px;

}
.balkenimg.rechts img,
.balkenimg.links img {
  height: 450px !important;
  width: auto;
}/*
.balkenimg.rechts img {
  margin-right: -10px;
  }*/
.titlehoehe {
	font-size: 6em;
    line-height: 1.1em;
  color: #fff;
  z-index: 9999999 !important;
  margin-top: -20px;
}

.testdiv .titlehoehe p,
.page-id-7370 .textzuslideshow,
.page-id-7183 .textzuslideshow  {
  	font-size: 14px;
    line-height: 17px;
}
.page-id-7367 .titlehoehe,
.page-id-7263 .titlehoehe {
    margin-top: 20px !important;
    margin-bottom: 48px;
}

.page-id-7564 .titlehoehe,
.page-id-7687 .titlehoehe,
.page-id-7566 .titlehoehe {
    margin-top: 0px !important;
}

.titlehoehe .sans-serif {
font-family:"Neue Haas Unica W01 Light";

	}
  .titlehoehe .serif {
font-family:"Adobe Garamond W05 Regular";

  	}
/* eond of balken mit farbigem hintergrund*/


.sliderandtext,
.sliderandtexttripple {
	width: 1400px;
  max-width: 100%;
}
.buchbalkenslider {
  width: 100%;
  padding-bottom: 70px;
}

.buchbalkenslider .flexslider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.
.buchbalkenslider .flex-control-nav,
.buchbalkenslider .flex-direction-nav,
.flex-control-nav {
  /*display: none;*/
  display: block;
}
.page-template-auturs .flex-control-nav,
.kidz .flex-control-nav {
  display: none;
}

.sliderandtextquat {
/*  border: 2px solid red;/*/
}

.sliderandtext h2 {

}

.slides {
/*
  border: 1px solid red;*/
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}



.slide {

}

.flex-active-slide {
  display: flex;
}
.sliderandtextquat .blog-post-slide,
.archive .blog-post-slide {
		width:23%;
		float: left;
background: #f4f4f4;
margin-right: 2.66%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  height: 100%;
    margin-bottom: 70px;
}
.searchresults {
  display: inline-block;
}

.sliderandtextquat .blog-post-slide.cudeschs {
    height: 550px !important;
    border: 2px solid black;
}


.sliderandtextquat.two .blog-post-slide:nth-child(2) {
    margin-right: 0%;
}

.page-id-7183 .sliderandtextquat .blog-post-slide,
.page-id-7370 .sliderandtextquat .blog-post-slide  {
  height: 400px;

}

.page-id-7183 .sliderandtextquat .blog-post-slide p {
  margin-left: 20px;

}

.page-id-7183 .blog-post-slide  {
  height: 100%;
  display: contents;
}

.blog-slide-image {
  padding: 25px;
  background: #f4f4f4;
  height: 100%;
  margin-bottom: 10px;
}

.page-id-7183 .blog-slide-image {
        margin-bottom: 0px;
        background: none !important;
}
.page-id-7183 .fleximage {
  display: block;
      margin-top: 30px;
  background: #f4f4f4;
      margin: 0px;
}
.page-id-7183 .fleximage .popup {
  display: block;
  margin-top: 0px;
}
.textzuslideshow {
  position: relative;
  bottom: 0px;
  }


  
.page-id-861 .flexslider .slides img,
.page-id-863 .flexslider .slides img,

.page-id-7263 .testdiv img,
.page-id-7367 .testdiv img {
    height: 377px;
    -moz-user-select: none;
    width: auto;
    margin: auto;
}
.page-id-12729 .flexslider .slides img,
.page-id-12726 .flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    width: auto;
    margin: auto;
}
.page-id-12726 .flexslider .blog-slide-image,
.page-id-12729 .flexslider .blog-slide-image {
    padding: 25px;
    background: #f4f4f4;
    height: 377px;
    margin-bottom: 10px;
}
/*
.blog-slide-image  {
  padding: 25px;
  background: #f4f4f4;
  height: 100%;
  margin-bottom: 10px;
}

.page-id-12726 .flexslider .slides img {
    height: 377px;
    -moz-user-select: none;
    width: auto;
    margin: auto;
}
*/
.sliderandtextquat .blog-post-slide:nth-child(4),
.sliderandtextquat .blog-post-slide:nth-child(8) {
    margin-right: 0%;
}
.sliderandtextquat .blog-post-slide {

}

.page-id-861 .flexslider .slides img,
.page-id-863 .flexslider .slides img,
.page-id-7263 .testdiv img,
.page-id-7367 .testdiv img {
    display: block;
    height: 377px;
    width: auto;
    -moz-user-select: none;
}
/*
.page-id-7367 .gridfour .testdiv .bookcover img {
  max-width: 200px;

}
*/
.page-id-863 .textzuslideshow,
.page-id-861 .textzuslideshow {
  position: relative;
  bottom: 0px;
  display: table-caption;
  width: 100%;
  min-width: 300px;
  font-size: 14px;
  }
  .modal-wrapper.styled .wp-post-modal .close-modal {
      top: -8px;
      right: -13px;

  }

.parentdiv {
  overflow: hidden;
position: relative;
overflow: hidden;
height: 400px;
}
.page-template-veranstaltungen .parentdiv {
  width: 100%;
    margin-bottom: 2vw;
}

.flexslider.news {
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
}
.newsfilm {
  width: 49%;
      float: left;
      margin-right: 2%;

}


.rightnews {
      width: 49%;
      height: 100%;
      float: right;
      position: absolute;
      right: 0;
      top: 0;
      padding-left: 10px;
      font-family:"Neue Haas Unica W01 Regular";
}

.page-template-veranstaltungen .newsfilm {
  width: 33%;
}
.page-template-veranstaltungen .rightnews {
  width: 66%;
}
.titelresponsive h4,
.rightnews h4 {
    font-family:"Neue Haas Unica W01 Regular";
    font-size: 20px;
        color: #b01717;
        font-weight: normal;
            margin: 0;
}
.rightnews b {
      font-family:"Neue Haas Unica W01 Bold";
      font-weight: normal;
}
.page-id-7183 .blog-slide-image img {
/*  opacity: 0.5;*/
}
.page-id-7183 .blog-post-slide:first-child .blog-slide-image img,
.page-id-7183 .blog-slide-image img:hover {
  opacity: 1;
}




.site-footer {


      height: auto;
      display: inline-block;
}
.footer {
  border-top: 3px solid #c1c1c1;
}

.container-fluidfooter {
    height: 71px;
    width: 100vw;
	  margin-left: calc(-50vw + 50% - 8px);
		display: flex;

    overflow-x: hidden;

}
.footerfarbbalken {
    display: inline-block;
    background-image: url(img/cer-footerband_web.png);
    width: 100%;
    button: focus { outline: none; } height: auto;
    position: fixed;
    position: relative;
    padding-top: 0px;
    margin-bottom: 0px;
}
    button:focus {
	outline: none;
}

.footer-widget-column {
    width: 19.5%;
    margin-left: 2.0%;
    float: left;
    padding-bottom: 20px;
}

.footer-widget-column:first-child {
    width: 19.5%;
    margin-left: 0%;
    float: left;
}
.footer-widget-column:last-child {
  width: 14%;
  margin-left: 0%;
  float: left;
}

.main-navigation ul {

  display: flex;
  justify-content: space-between;
}
.menu-toggle {
  display: none;
}
.embed-container {
  position:
  relative;
  padding-bottom: 56.25%;
  height: 0; overflow:
  hidden; max-width: 100%;
}
.page-template-veranstaltungen-php .embed-container {
  padding: 25px;
  margin-bottom: 25px;
  background: #f4f4f4;
  height:100%;
  display: block;
  hidden: max-width: 100%;
}
.embed-container iframe, .embed-container object,
.embed-container embed {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%; }

/*vergangene veranstaltungen*/
.page-id-8957 a,
.page-id-8952 a {
  font-family: "Neue Haas Unica W01 Regular";
      color: #b01717;
}
/*end of vergangene veranstaltungen*/

/*autoren pop up*/

.modal-wrapper.styled .wp-post-modal {
    width: 60%;
    transition: all 2s ease;
    font-size: 18px;
}
#modal-content .attachment-auturs,
#modal-content .attachment-startseite {
  float: left;
  padding-right: 20px;
}



.wp-post-modal span {
  font-family: "Neue Haas Unica W01 Medium";
font-weight: normal;
font-size: 32px;
color: #b01717;
}

#modal-content {
  height: auto;
      display: flex;
}
.page-template-cudeschs .featured-image {
  float: left;
margin-right: 20px;
}
#modal-content .featured-image  img {
  float: left;
}

element.style {
}


/*buchfilter*/

.button-group {
	margin: 30px 0;
  border-top: 1px solid;

}
button {
    padding: 0px;
    margin-right: 30px;
  font-family: "Neue Haas Unica W01 Regular";
  border: none;
background: none;
}
button:hover {
	    border-bottom: 3px solid #b01717;
			padding: 0px;
}
.is-checked {
    border-bottom: 3px solid #b01717;
  }
  button:focus {
	outline: none;
}
/*end of buchfilter*/
.dummy {
  border: 2px solid;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
    width: 96%;

}
pre,
.wp-block-media-text .wp-block-media-text__content {
    padding:0% 4% 0% 0%;

}

.page-id-60 .entry-content {
  max-width: 800px;
}


.search-form .search-field {
  padding-left: 4px;
}

.mittlerespalte {
  width: 48%;
  float: left;
}
.rechtespalte {
  width: 48%;
    float: right;
}

.tnp-subscription label {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 5px;
    font-weight: normal !important;
    margin: 0;
    width: 600px;
}

.tnp-subscription input[type=checkbox], .tnp-widget input[type=radio] {
    max-width: 20px;
    display: inline-block;
    margin-right: 10px;
    border: 2px solid;
}
.checkboxdiv {
  border: 2px solid;
  appearance: none ;
          -moz-appearance: none ;
          -webkit-appearance: none ;
}
.tnp-subscription input.tnp-submit {
    background-color: #ae192f !important;
    border-radius: 7px;

}
/*
.shrinker {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 196px;
  max-width: 76.3rem;
  padding: 2rem 2px;
  position: fixed;
  width: 95.5%;
  z-index: 99999;
}
.shrinker.shrink {
  position: fixed;
  border: 1px solid;
  height: 197px ;
  overflow: hidden;
  margin-top: -134px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.inhalt {
margin-top: 200px;
display: block;

}*/
.modal-wrapper.show, .wp-post-modal.show, .wp-post-modal.show .close-modal {
    display: block !important;
    border: none;
}
.icons {
    display: flow-root;
    right: 0;
float: right;
}
img.award,
img.musikcd,
img.uffants,
img.ebook,
img.hoerbuecher {
  display: none !important;
}
.award-2 img.award,
.award img.award,
.musikcd-2 img.musikcd,
.musikcd img.musikcd,
.e-books-rom img.ebook,

.e-books  img.ebook,
.cudeschs-duffants img.uffants,
.kinderbuecher  img.uffants,
.cudeschs-auditivs  img.hoerbuecher,

.hoerbuecher  img.hoerbuecher {
  display: block !important;
  position: relative;

  margin: 0;
  margin-right: 5px;
  float: left;
  width: 20px !important;
  height: auto;
}

.award-2 img.award,
.award img.award {

    width: 22px !important;
}
.postid-9533 .featured-image,
.postid-8912 .featured-image {
  margin-right: 20px;
}
.punctdubels {
  width: 200px;
  float: left;
}
input[type="submit"] {
    display: block;
    background: #b01717;
    border: 1px solid black;
    color: #fff;
}
.wpcf7-list-item {
     float: none !important;
    width: 100%;
}

@media screen and (max-width: 1400px) {
.site-header, .gridfour,
.site-branding,
.site-main,
.section, .main-navigation,
.range, .flexslider.news,
.button-group, .footer,
.events, section,
.maxwidth {
  width: 98%;
  margin: auto;
}
.input[type="search"],
.maxwidth,
.main-navigation ul {
margin-left: 1%;

}


.titlehoehe {
    padding-left: 10px;
}
.modal-wrapper.styled .wp-post-modal {
    width: 90%;

}
  .site-branding {
    padding-top: 31px;
}
  .flex-direction-nav .flex-prev {
      left: 13px;
      background-image: url(img/arrow-left.png);
      background-repeat: no-repeat;
      background-size: 20px 36px;
  }
  .flex-direction-nav .flex-next {
      right: 13px !important;
      background-image: url(img/arrow-right.png);
      background-repeat: no-repeat;
      background-size: 20px 36px;
      outline: none;
  }


  .gridfour {
  	display: flex;
  	-webkit-justify-content: left;
  	justify-content: left;
  	-webkit-flex-wrap: wrap;
  	flex-wrap: wrap;
  	margin-top: 15px;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;


  }


  .icons {
  margin-top: 0;
      position: relative;
      float: none;
      left: 0px;
      top: 0px;
    border: 1px solid;
    height: 20px;
  }
  img.musikcd,
  img.uffants,
  img.ebook,
  img.hoerbook {
    display: none !important;
  }
  img.uffants,
  img.ebook,
  img.hoerbook {

  }
  .award-2 img.award,
  .award img.award,
  .musikcd img.musikcd,
    .musikcd-2 img.musikcd,
  .e-books img.ebook,
  .e-books-rom img.ebook,
  .kinderbuecher  img.hoerbook,
  .cudeschs-duffants  img.uffants,
  .kinderbuecher img.uffants,
  .cudeschs-auditivs img.hoerbuecher,
  .hoerbuecher  img.hoerbuecher,
  .cudeschs-auditivs img.ebook {
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px solid;
    height: 20px !important;
  }
  .award-2 img.award,
  .award img.award {
    position: relative;
    left: 0px;
    top: 0px;
    border: 1px solid;
    height: 24px !important;
  }
/*testgrid neu*/

.gridfour .testdiv {
  width: 21.75%;
  margin-right: 3%;
}
.page-id-7564 .blog-slide-image,
.page-id-7566 .blog-slide-image,
.page-id-7687 .blog-slide-image {
    padding: 0px;

}
.gridfour .testdiv .titlehoehe p,
.gridfour .testdiv .titlehoehe a {
  font-size: 16px;
  line-height: 20px
}



.testdiv a {
    margin-bottom: 8px;
    display: block;
    line-height: 16px;
    font-size: 16px;
}

.gridfour .testdiv .bookcover {
      color: #404040;
      max-width: 100%;
      max-height: 340px;
      margin-right: 20px;
      margin-bottom: 20px;
    background: #f4f4f4;
      padding: 25px;

}


/*end of testgrid neu*/


  .page-id-861 .flexslider .slides img,
  .page-id-863 .flexslider .slides img,
  .page-id-7263 .testdiv img,
  .page-id-7367 .testdiv img  {
      height: 240px;
      -moz-user-select: none;
      width: auto;
      margin: auto;
  }

}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .newsfilm {
      width: 49%;
      float: left;
      margin-right: 2%;
  }
  .rightnews {
    font-size: 0.85rem;
  }
  .page-id-863 .textzuslideshow,
  .page-id-861 .textzuslideshow {
    font-size: 14px !important;
    }
    .page-id-861 .flexslider .slides img,
    .page-id-863 .flexslider .slides img,
    .page-id-7263 .testdiv img,
    .page-id-7367 .testdiv img  {
        height: 200px;
        -moz-user-select: none;
        width: auto;
        margin: auto;
    }



}
@media screen and (max-width: 1024px) {


	.menu-toggle {
		display: none;
	}

  .toprightwidget {
      width: auto;
      float: right;

  }

/*buchslider*/
.container-fluid {
    height: 250px;
}
.buchbalkenslider {
}

.titlehoehe {
    font-size: 3em;
    line-height: 1.1em;
    color: #fff;
    z-index: 9999999 !important;
    margin-top: -20px;
}
.container-fluid .buchbalkenslider {
  border: 2px solid blue;
}
.balkenimg {
	float: left;
}
.balkenimg.rechts {
  height: 250px !important;
      float: right;
}
.balkenimg.rechts img,
.balkenimg.links img {
  height: 250px !important;
  width: auto;
}

.buchbalkenslider .flexslidernews .flex-direction-nav a,.buchbalkenslider .flex-direction-nav a {

    margin: 20px 0 0 !important;

}

.events .newsfilm {
  display: block;
  width: 50%;
  float: left;
}
.events .rightnews {
    padding-top: 6px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #c1c1c1;
    border-width: 60%;
    padding-left: 0;
    }
.events:last-child .rightnews {
  border: none;
}/*
.events .embed-container {
    padding-bottom: 48.25%;
}*/
.rightnews h4 {
  display: none;
}

.events .embed-container {
  padding-bottom: 20px;
}

.mittlerespalte {
  width: 30%;
}
.rechtespalte {
  width: 30%;
    border: 1px solid;
}

.parentdiv {
    position: relative;
    height: auto;
}

.page-id-861 .newsfilm {
    width: 100%;
        /*padding-bottom: 48.25%;*/
}
.page-id-861 .rightnews {
      width: 100%;
      padding-top: 1%;
          display: contents;
}
.testdiv .titlehoehe p {
  	font-size: 11px;
}
/*events*/
.events .rechtespalte {
  display: none;
}
.mittlerespalte {
    width: 100%;
}
.events .embed-container img {
  width: 100%;
}
/*end of events*/

}
@media screen and (min-width: 1024px) {
/*events*/
.titelresponsive,
.rechtespalteresponsive {
  display: none;
}
/*end of events*/

.page-id-12726 .flexslider .blog-slide-image, .page-id-12729 .flexslider .blog-slide-image {
    padding: 25px;
    background: #f4f4f4;
    height: 510px;
    margin-bottom: 10px;
}
}
@media screen and (max-width: 900px) {







/*testgrid neu*/

.gridfour .testdiv {

        width: 30.33%;
        margin-right: 3% !important;
}

.gridfour .testdiv .bookcover {
  		margin-right: 20px;
  		margin-bottom: 20px;
      color: #404040;
      max-width: 100%;
      max-height: 340px;
    background: #f4f4f4;
      padding-top: 25px;

}
.page-id-7566 .gridfour .testdiv .bookcover
.page-id-7564 .gridfour .testdiv .bookcover  {
  padding: 0px !important;

}


.gridfour .testdiv:nth-child(3n) {
        margin-right: 0%;

}


/*end of testgrid neu*/

.page-id-861 .flexslider.range .slides img,
.page-id-863 .flexslider.range .slides img,
.page-id-7263 .bookcover img,
.page-id-7367 .bookcover img {
  margin-bottom: 20px;
  max-width: 340px;
  margin-bottom: 20px;
    background: #f4f4f4;
    height: 220px;
    -moz-user-select: none;
    width: auto;
    margin: auto;
}


.firstrowfooter,
.secondrowfooter {
  border: 1px solid;

    display: grid;
}
.footer p {
    font-size: 14px;
}

}
@media screen and (max-width: 728px) {
  .toprightwidget {
      width: 50%;
      float: right;
      padding: 0px;
  }

.toprightwidget .chw-widget-area {
      float: right;
}
.wpml-ls-legacy-list-horizontal {
    margin-top: 0px;
}
.gridfour .testdiv .titlehoehe p,
.gridfour .testdiv .titlehoehe a {
  font-size: 12px;
  line-height: 14px
}
.page-id-861 .footerwidgets,
.page-id-863 .footerwidgets,
.page-id-7370 .footerwidgets,
.page-id-7183 .footerwidgets,
.page-id-7544 .footerwidgets,
.page-id-7682 .footerwidgets
 {
  display: none;
}

.page-id-863 .textzuslideshow,
.page-id-861 .textzuslideshow {
  position: relative;
  bottom: 20px;
  display: table-caption;
  width: 100%;
  min-width: 300px;
  font-size: 12px;
  }

  .footer-widget-column {
      width: 98%;
      margin-left: 2.0%;
      float: none;
      padding-bottom: 20px;
          display: contents;
  }
.footer p {
  font-size: 16px;
}

.textrechtsbildlinks, .textleftbildrechts {
    display: block;
    height: auto;
}
.rightresponsive,
.left,
.right {
  width: 98%;
  margin-left: 1%;
}
.rightresponsive img,
.right img,
.left img {
  width: 100%;
}
.rightresponsive {
    display: block;
}
.rightbig {
  display: none;
}
}


@media screen and (max-width: 600px) {

  /*testgrid neu*/

  .gridfour .testdiv {

    width: 47.0%;
    margin-right: 2% !important;
    padding-bottom
  }
  .page-id-7564 .titlehoehe,
  .page-id-7687 .titlehoehe,
  .page-id-7566 .titlehoehe {
      margin-top: 80px !important;
          padding-left: 0px;
  }
  .gridfour .testdiv:nth-child(2n) {
          margin-right: 0%;


  }
  .gridfour .testdiv:nth-child(odd) {
    margin-left: 1%;

  }

  .gridfour .testdiv .bookcover {
    		margin-right: 20px;
    		margin-bottom: 20px;
        color: #404040;
        max-width: 100%;
        max-height: 340px;
        margin-right: 20px;
        margin-bottom: 20px;
      background: #f4f4f4;
        padding: 25px;
  }
  .page-id-7566 .gridfour .testdiv .bookcover
  .page-id-7564 .gridfour .testdiv .bookcover {
          max-height: 150px;
  }

  .gridfour .testdiv:nth-child(3n) {
          margin-right: 0%;

  }


  /*end of testgrid neu*/

  .page-id-861 .flexslider .slides img,
  .page-id-863 .flexslider .slides img,
  .page-id-12726 .flexslider .slides img,
  .page-id-7263 .bookcover img,
  .page-id-7367 .bookcover img {
    margin-bottom: 20px;
    max-width: 340px;
    margin-bottom: 20px;
      background: #f4f4f4;
      height: 170px;
      -moz-user-select: none;
      width: auto;
      margin: auto;
  }




}

@media screen and (max-width: 728px) {
/*buchslider*/
.container-fluid {
    height: 150px;
}
.site-branding {
    display: inline-block;
}
.site-branding .logochasa img {
    float: right;
    padding-right: 10px;
    width: 100%;

    height: auto;
}
.site-branding .logouffants img  {
  float: left;
  width: 40%;
}

.balkenimg.rechts {
  height: 150px !important;
}
.balkenimg.rechts img,
.balkenimg.links img {
  height: 150px !important;
  width: auto;
}
.titlehoehe {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    z-index: 9999999 !important;
      margin-top: 0px;
}



element.style {
}

.page-id-861 .flexslider.range .slides img, .page-id-863 .flexslider.range .slides img, .page-id-7263 .bookcover img, .page-id-7367 .bookcover img {
    height: 155px;

}
.titlehoehe .sans-serif {
    font-family: Arial;
    font-size: 22px;
    color: #fff;
}
.sliderandtextquat.four {
  display: none;
}
.oversize {
  display: none;
}
.undersize {
  display: block
}


.sliderandtextquat.two {
  display: none;
}
.page-id-12729 .flexslider .slides img {
  height:200px;
  -moz-user-select: none;
  width: auto;
  margin: auto;
}
}

/*end of buchslider*/

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page,
.search,
.archive,
.single {
	margin: 0 auto;
	max-width: 1400px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
