html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
html {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 137.5%;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul li,
ol li {
  line-height: 1.5rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}
h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem;
}
h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem;
}
h3 {
  font-size: 1.414rem;
}
h4 {
  font-size: 0.707rem;
}
h5 {
  font-size: 0.471333333333rem;
}
h6 {
  font-size: 0.3535rem;
}
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse;
}
table td,
table th {
  padding: 0;
  line-height: 33px;
}
code {
  vertical-align: bottom;
}
.lead {
  font-size: 1.414rem;
}
.hug {
  margin-top: 0;
}
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
.block {
  float: left;
  width: 100%;
}
body.dev:after {
  background: red;
  color: white;
  content: "undefined";
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: absolute;
  text-align: center;
  font-size: 60%;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 44.9375rem) {
  body.dev:after {
    background: orange;
    content: "mobile";
  }
}
@media screen and (min-width: 45rem) and (max-width: 74.9375rem) {
  body.dev:after {
    background: purple;
    content: "tablet";
  }
}
@media screen and (min-width: 45rem) and (max-width: 56.1875rem) {
  body.dev:after {
    background: purple;
    content: "tablet portrait";
  }
}
@media screen and (min-width: 45rem) {
  body.dev:after {
    background: purple;
    content: "tablet portrait up";
  }
}
@media screen and (min-width: 56.25rem) {
  body.dev:after {
    background: purple;
    content: "tablet landscape up";
  }
}
@media screen and (min-width: 75rem) {
  body.dev:after {
    background: green;
    content: "desktop";
  }
}
@media screen and (min-width: 112.5rem) {
  body.dev:after {
    background: blue;
    content: "desktop-xl";
  }
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  69% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fadeIn100 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .7;
  }
  69% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-center .vertical-center-wrapper {
  display: table-cell;
  *display: inline-block;
  vertical-align: middle;
}
#fibu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  pointer-events: none;
  opacity: 0.3;
  background: url("https://art-house.gutweb.at/site/assets/files/1037/fibonacci_sequence-v1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
html,
body {
  margin: 0;
  padding: 0;
  background: transparent;
}
body {
  font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
a {
  color: rgba(137,62,96,0.7);
  text-decoration: none;
}
a:hover {
  color: #893E60;
}
a.active {
  color: rgba(137,62,96,0.4);
}
.html_wrapper {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  z-index: 1;
}
.sep {
  padding: 0 9px;
  font-family: "SF Mono", "Monaco", "Inconsolata", "Fira Mono", "Droid Sans Mono", "Source Code Pro", monospace;
  color: #E0BDCD;
}
.content {
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
  padding-bottom: 30px;
}
#displayCanvas {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
}
.pictureFrame {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #333333;
  border-right-color: #000000;
  border-bottom-color: #333333;
  border-left-color: #000000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
.global_angle {
  transform: rotate(-0.3deg);
}
.swiper-container {
  transform: rotate(-0.3deg);
  max-width: 640px;
  max-height: 60vh;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #333333;
  border-right-color: #000000;
  border-bottom-color: #333333;
  border-left-color: #000000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
@media screen and (min-width: 75rem) {
  .swiper-container {
    display: inline-block;
    max-width: 55%;
  }
}
.swiper-container .swiper-wrapper .swiper-slide {
  color: #fff;
}
.swiper-container .swiper-wrapper .swiper-slide .desc {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(137,62,96,0.9);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  display: block;
  line-height: 1.3;
  padding: 4px 20px 8px 20px;
}
.swiper-container .swiper-wrapper .swiper-slide img {
  margin-bottom: -10px;
}
.page_content {
  width: 100%;
}
.page_content .item_content {
  margin: 0px auto !important;
  width: 85%;
}
@media screen and (min-width: 56.25rem) {
  .page_content .item_content .item_bodycopy {
    width: 65%;
    margin-left: 5%;
    text-align: left;
  }
}
.page_content .item_content .item_imgs {
  margin-top: 3rem;
}
@media screen and (min-width: 56.25rem) {
  .page_content .item_content .item_imgs {
    width: 30%;
  }
}
.page_content .item_content .item_imgs .item_img {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #333333;
  border-right-color: #000000;
  border-bottom-color: #333333;
  border-left-color: #000000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  transform: rotate(-0.3deg);
  margin-bottom: 15px;
}
.page_content .item_content .item_imgs .item_img * {
  max-width: 100%;
}
.more_link {
  display: block;
  padding: 20px 0;
}
.seitenelemente_content {
  text-align: center;
}
.seitenelemente_content .more_link {
  display: block;
  width: 90%;
  text-align: right;
}
.seitenelemente_content .slideshow {
  max-width: 1200px;
  margin: 0px auto;
}
.seitenelemente_content .slideshow .textinfo {
  text-align: left;
  padding: 0 30px 30px 30px;
  display: block;
  max-width: 700px;
  margin: 0px auto;
}
@media screen and (min-width: 75rem) {
  .seitenelemente_content .slideshow .textinfo {
    display: inline-block;
    float: left;
    max-width: 45%;
    padding: 30px 30px 0 0;
  }
}
.seitenelemente_content .slideshow .textinfo .headline {
  font-size: 150%;
  line-height: 100%;
  font-weight: 700;
  color: #893E60;
}
@media screen and (min-width: 75rem) {
  .seitenelemente_content .slideshow .textinfo .headline {
    padding-left: 50px;
  }
}
@media screen and (min-width: 75rem) {
  .seitenelemente_content .slideshow .textinfo .body {
    padding-left: 50px;
  }
}
.seitenelemente_content .zitat {
  background: rgba(137,62,96,0.1);
  padding: 30px;
  width: 100%;
}
.seitenelemente_content .zitat .text {
  text-align: left;
  float: none;
  width: 420px;
  max-width: 100%;
  margin: 0px auto !important;
  font-size: 120%;
  line-height: 140%;
  color: #893E60;
}
.seitenelemente_content .zitat .text small {
  display: block;
  width: 100%;
  text-align: right;
}
.seitenelemente_content .text_bild {
  vertical-align: top;
  max-width: 85%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0px;
  border-style: solid;
  border-width: 5px;
  border-top-color: #333333;
  border-right-color: #000000;
  border-bottom-color: #333333;
  border-left-color: #000000;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.6);
  margin: 56px auto;
}
@media screen and (min-width: 56.25rem) {
  .seitenelemente_content .text_bild {
    display: inline-block;
    width: 45%;
    border: 1px solid rgba(137,62,96,0.1);
  }
}
@media screen and (min-width: 90rem) {
  .seitenelemente_content .text_bild {
    display: inline-block;
    width: 33%;
  }
}
.seitenelemente_content .text_bild .text {
  text-align: left;
}
@media screen and (min-width: 56.25rem) {
  .seitenelemente_content .text_bild .text {
    padding: 15px;
  }
}
.site {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "header header" "title sidebar" "main sidebar" "footer footer";
  grid-gap: 10px;
  margin: 20px;
  padding: 10px;
  border: solid 2px #000;
}
.site > * {
  padding: 30px;
  color: #fff;
  font-size: 20px;
}
.mastheader {
  background: #b46ae3;
  grid-area: header;
}
.page-title {
  background: #51a7fa;
  grid-area: title;
}
.main-content {
  background: #70bf40;
  grid-area: main;
  min-height: 500px;
}
.sidebar {
  background: #f49018;
  grid-area: sidebar;
}
.footer {
  background: #0265c0;
  grid-area: footer;
}
.site:before {
  content: ".site";
  position: absolute;
  left: 20px;
  top: 2px;
  font-weight: bold;
  font-family: arial;
}
