* {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
p {
  line-height: 150%;
  padding: 0;
  margin: 0 0 10px;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.hidden {
  display: none;
}
.hundert {
  width: 100%;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.relative {
  position: relative;
}
.pipe {
  margin: 0 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
a {
  outline: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover {
  outline: none;
  /*Gepunkteten Rahmen um Links entfernen */
}
.pos-static {
  position: static !important;
}
.pos-relative {
  position: relative !important;
}
.divider hr {
  border: 0;
  background: none;
  border-top: solid 1px #ccc;
}
.divider {
  padding: 30px 0;
}
iframe {
  border: none;
}
body {
  overflow-x: hidden !important;
}
body.scroll-block {
  overflow: hidden !important;
}
html.browser-iOS body.scroll-block {
  position: fixed !important;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid {
  max-width: 100%;
}
#uid2 h2 a {
  color: #000000;
}
#uid2 h2 a:active,
#uid2 h2 a:focus,
#uid2 h2 a:hover {
  color: #000000;
}
table {
  margin: 50px 0;
}
table thead {
  font-weight: 600;
}
table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
table thead tr th {
  padding: 10px;
}
table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
table tbody tr td {
  padding: 10px;
}
#content ul {
  margin-left: 15px;
}
#content a {
  text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus {
  text-decoration: none;
  color: #392e2b;
}
#content .csc-textpic-center-inner,
#content .csc-textpic-center-outer {
  float: none;
  right: 0;
}
#content .csc-textpic-center-inner figure,
#content .csc-textpic-center-outer figure {
  margin-bottom: 0;
}
#content .csc-textpic-center-inner figure img,
#content .csc-textpic-center-outer figure img {
  width: 100%;
  height: auto;
}
/* Preloader */
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: url("../images/preloader.gif") no-repeat center center #ffffff;
}
/* Cookies */
#cookie-info-1 {
  text-align: center;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  color: #333;
  font-size: 14px !important;
  box-sizing: border-box;
  line-height: 140%;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}
#cookie-info-1.cookie-hide {
  max-height: 0;
  padding: 0;
  border: none;
}
#cookie-info-1 .cookie-relative {
  position: relative;
}
#cookie-info-1 a.button {
  line-height: 140%;
  background: #777;
  padding: 5px 7px;
  margin: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  height: auto;
  width: auto;
}
#cookie-info-1 a.button:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  opacity: 1;
}
#cookie-info-1 p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#cookie-info-1 .cookie-text-1 {
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 15px -15px #777777;
  -moz-box-shadow: 0 10px 15px -15px #777777;
  box-shadow: 0 10px 15px -15px #777777;
}
#cookie-info-1 .cookie-text-1 p {
  text-align: center;
}
#pageNotFound404 #img404 {
  margin: 150px 0;
}
#pageNotFound404 #img404 img {
  position: relative;
  left: -30px;
  width: 85%;
}
#pageNotFound404 #text404 {
  position: relative;
  float: right;
  top: -350px;
}
#pageNotFound404 #text404 h2 {
  margin-bottom: 30px !important;
}
#pageNotFound404 #text404 a.button {
  margin-top: 15px !important;
}
@media screen and (max-width: 991px) {
  #pageNotFound404 #img404 {
    margin: 100px 70px 150px 70px;
  }
  #pageNotFound404 #img404 img {
    width: 100%;
  }
  #pageNotFound404 #text404 {
    float: none;
    top: -100px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #pageNotFound404 #img404 {
    margin: 75px 25px;
  }
  #pageNotFound404 #img404 img {
    left: 0;
  }
  #pageNotFound404 #text404 {
    top: -50px;
    left: 42px;
  }
}
#uid4 .tx-powermail h3 {
  display: none;
}
#uid4 .tx-powermail legend {
  display: none;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap {
  width: 66.666%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #uid4 .tx-powermail fieldset .powermail_fieldwrap {
    width: 100%;
  }
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label {
  width: 30%;
  text-transform: uppercase;
  float: left;
  padding: 11.5px 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label span.mandatory {
  position: absolute;
  right: -10px;
  top: 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input,
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  width: 70%;
  border: 1px solid;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input {
  height: 40px;
  padding: 0 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  min-height: 200px;
  padding: 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacy {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  margin: 25px 0 60px;
  display: block;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit {
  background-color: #392e2b;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  border: 1px solid #392e2b;
  transition: all 0.5s;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit:hover {
  color: #392e2b;
  background-color: #fff;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .required {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacytext {
  display: block;
  margin: 10px 0px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_pflichtfelder {
  width: 100%;
  font-size: 13px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled {
  margin: 0 !important;
  position: absolute;
  top: 43px;
  left: calc(30% + 5px);
  z-index: 100;
  background: #eeeeee none repeat scroll 0 0;
  list-style-type: none;
  padding: 10px;
  box-shadow: 0 0 3px 0 red;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  top: -10px;
  left: 10px;
}
body {
  font-family: acumin-pro, sans-serif;
}
#content {
  background: #9b9684;
  color: #fff;
  min-height: calc(100vh - 300px);
  width: 100vw;
}
#content > .container-fluid {
  padding: 105px 15px;
}
#content > .container-fluid:nth-child(odd) {
  background: #392e2b;
}
#content > .container-fluid:nth-child(even) {
  background: #9b9684;
}
#content > .container-fluid.odd {
  background: #9b9684;
}
#content > .container-fluid.even {
  background: #392e2b;
}
#content > .container-fluid > .container > .row > div > div > .csc-textpic .csc-textpic-image {
  width: 100%;
}
#content > .container-fluid > .container > .row > div > div > .csc-textpic .csc-textpic-image img {
  width: 100%;
  height: auto;
}
#content h1,
#content h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 0em;
  margin: 0 0 30px 0;
}
#content p {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0.02em;
  font-weight: 200;
}
#content b,
#content strong {
  font-weight: 400;
}
#content iframe {
  float: right;
  margin-right: 30px;
}
#content a {
  color: white;
}
#content .teaser {
  text-transform: uppercase;
}
#content .teaser a {
  color: #9b9684;
  text-decoration: none;
}
#content .teaser a:hover,
#content .teaser a:active,
#content .teaser a:focus {
  color: #9b9684;
}
#content .teaser a:hover div.csc-textpic .csc-textpic-imagewrap figure img,
#content .teaser a:active div.csc-textpic .csc-textpic-imagewrap figure img,
#content .teaser a:focus div.csc-textpic .csc-textpic-imagewrap figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
#content .teaser a .image {
  display: none;
}
#content .teaser > .container > .row > div > div {
  background: #392e2b;
  position: relative;
}
#content .teaser > .container > .row > div > div:not(:last-child) {
  margin-bottom: 30px;
}
#content .teaser .csc-textpic-imagewrap {
  width: 100%;
}
#content .teaser div.csc-textpic {
  padding: 30px;
}
#content .teaser div.csc-textpic .csc-textpic-imagewrap figure {
  margin: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
}
#content .teaser div.csc-textpic .csc-textpic-imagewrap figure img {
  width: calc(100% + 2px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .teaser div.csc-textpic .csc-textpic-text p {
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.02em;
  margin: 0 0 25px;
}
#content .teaser a.newslink {
  color: #fff;
}
#content .teaser .container-fluid {
  margin: 0 0 30px 0 !important;
  height: 372px;
  background-color: #392e2b;
}
#content .teaser .container-fluid > .csc-default {
  display: none;
}
#content .teaser .container-fluid > .csc-default:nth-child(1):before {
  content: "Events";
  display: block;
  padding: 30px 30px 0 30px;
  color: #9b9684;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.02em;
  margin: 0 0 25px 0;
}
#content .teaser .container-fluid > .csc-default:nth-child(1),
#content .teaser .container-fluid > .csc-default:nth-child(2),
#content .teaser .container-fluid > .csc-default:nth-child(3) {
  display: block;
}
#content .teaser .container-fluid .events .container {
  width: 100%;
  padding: 0 30px;
  border: none;
}
#content .teaser .container-fluid .events h1 {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0em;
  margin: 0 0 15px 0;
}
#content .teaser .container-fluid .events h2 {
  font-size: 20px;
}
#content .teaser .container-fluid .events .description {
  display: none;
}
#partner {
  position: relative;
  height: 400px;
}
#partner h2 {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.1em;
  font-family: acumin-pro-condensed, sans-serif;
  text-transform: uppercase;
  color: #9b9684;
}
#partner img {
  height: auto;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#partner .architekturbuerokienzl img {
  top: 100px;
  left: 0;
  width: 270px;
}
#partner .moserbau img {
  top: 100px;
  left: 345px;
  width: 140px;
}
#partner .trienbacherbau img {
  top: 100px;
  left: 550px;
  width: 195px;
}
#partner .eurokeramik img {
  top: 110px;
  left: 820px;
  width: 70px;
}
#partner .zimmereitrienbacher img {
  top: 100px;
  left: 955px;
  width: 185px;
}
#partner .trojerbauunternehmen img {
  top: 230px;
  left: 0;
  width: 150px;
}
#partner .trojerenergiesysteme img {
  top: 225px;
  left: 215px;
  width: 160px;
}
#partner .heissfenster img {
  top: 240px;
  left: 445px;
  width: 130px;
}
#partner .elektromair img {
  top: 220px;
  left: 635px;
  width: 300px;
}
#partner .stueferspengler img {
  top: 230px;
  left: 990px;
  width: 150px;
}
#partner .oberhoellersteinmaurer img {
  top: 360px;
  left: 0;
  width: 180px;
}
#partner .tischlereigasser img {
  top: 360px;
  left: 240px;
  width: 155px;
}
#partner .gasserschmied img {
  top: 360px;
  left: 460px;
  width: 220px;
}
#partner .sarnerholz img {
  top: 346px;
  left: 755px;
  width: 125px;
}
#partner .mirsarner img {
  top: 369px;
  left: 960px;
  width: 180px;
}
#uid23 #content {
  padding: 105px 0;
}
#content .events .container {
  border-bottom: solid 1px white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#content .events h2 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin: 0;
}
#content .events .image {
  float: left;
  margin: 0 40px 40px 0;
}
#content .events .image img {
  max-width: 480px;
  width: 100%;
  height: auto;
}
#content .tx-hantha-news > .container-fluid {
  padding: 105px 15px;
}
#content .tx-hantha-news h2,
#content .tx-hantha-news h3 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: -0.02em;
}
#content .tx-hantha-news .item {
  width: calc(50% - 30px);
  margin: 0 15px;
  background: #392e2b;
  float: left;
  padding: 30px;
  position: relative;
  color: #9b9684;
}
#content .tx-hantha-news .item a {
  color: #9b9684;
  text-decoration: none;
}
#content .tx-hantha-news .item a:hover,
#content .tx-hantha-news .item a:active,
#content .tx-hantha-news .item a:focus {
  color: #9b9684;
}
#content .tx-hantha-news .item a:hover .image img,
#content .tx-hantha-news .item a:active .image img,
#content .tx-hantha-news .item a:focus .image img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
#content .tx-hantha-news .item h3 {
  margin: 0 0 25px;
}
#content .tx-hantha-news .item h3.titel {
  font-family: acumin-pro-condensed, sans-serif;
}
#content .tx-hantha-news .item h3.datum {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 600;
}
#content .tx-hantha-news .item .image {
  margin: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: block;
}
#content .tx-hantha-news .item .image img {
  width: calc(100% + 2px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .tx-hantha-news .view {
  margin: 0 15px;
  background: #392e2b;
  padding: 30px;
  position: relative;
}
#content .tx-hantha-news .view h3 {
  margin: 0 0 25px;
}
#content .tx-hantha-news .view h3.titel {
  font-family: acumin-pro-condensed, sans-serif;
}
#content .tx-hantha-news .view h3.datum {
  position: absolute;
  top: 30px;
  right: 30px;
  font-weight: 600;
}
#content .tx-hantha-news .view .image {
  margin: 0;
  width: calc(50% - 15px);
  height: 250px;
  overflow: hidden;
  float: left;
  position: relative;
  display: block;
}
#content .tx-hantha-news .view .image img {
  width: calc(100% + 2px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#content .tx-hantha-news .view .text {
  float: right;
  width: calc(50% - 15px);
}
#content .tx-hantha-news .view > div:last-child {
  clear: both;
}
#content .tx-hantha-news .bx-wrapper {
  max-width: 1140px !important;
}
/******************************
Frames
******************************/
.csc-frame-invisible .csc-textpic-right img {
  width: auto !important;
  margin-right: 40px;
}
/******************************
 Impressum, Privacy, Cookies
 *****************************/
#uid2 h2,
#uid3 h2,
#uid6 h2,
#uid2 h2 a,
#uid3 h2 a,
#uid6 h2 a,
#uid2 h2 a:hover,
#uid3 h2 a:hover,
#uid6 h2 a:hover {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0em;
  margin: 40px 0 20px 0;
  color: white;
}
/********************************
Home
/*******************************/
@media (max-width: 767px) {
  #uid1 .tx-dce-pi1 {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .teaser .container-fluid .csc-default:nth-child(3) {
    display: none !important;
  }
}
#uid1 .tx-dce-pi1 .events .container {
  margin-bottom: 10px;
}
.powrLoaded iframe {
  margin-right: 0 !important;
  margin-bottom: 6rem;
  padding-left: 50px;
}
.mobileContainer {
  display: none;
}
@media (max-width: 1023px) {
  .mobileContainer {
    display: block;
  }
  .mobileContainer .instagramLogo {
    background-image: url("/fileadmin/templates/images/instagramLogo.svg");
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
  }
  .mobileContainer .title {
    width: 49vw;
    margin: 0 auto;
    text-align: center;
    color: black;
    padding: 10px;
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mobileContainer .title .text {
    width: 100%;
  }
}
.desktopInsta .instagramLogo {
  background-image: url("/fileadmin/templates/images/instagramLogo.svg");
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
}
.desktopInsta .title {
  width: 49vw;
  margin: 0 auto;
  text-align: center;
  color: black;
  padding: 10px;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.desktopInsta .title .text {
  width: 100%;
}
@media (max-width: 1023px) {
  .desktopInsta {
    display: none;
  }
}
@media (max-width: 1199px) {
  #content .teaser div.csc-textpic .csc-textpic-imagewrap figure,
  #content .tx-hantha-news .item .image {
    height: 195px;
  }
  #content .tx-hantha-news .view .image {
    height: 210px;
  }
  #content .teaser .container-fluid {
    height: 317px;
  }
  #content .teaser .container-fluid > .csc-default > .row > .csc-default:nth-child(2) {
    display: none;
  }
  #content .teaser .container-fluid .events .container {
    margin-bottom: 5px;
  }
  #content .teaser .container-fluid .events h1 {
    margin: 0 0 10px 0;
  }
  #partner .architekturbuerokienzl img {
    top: 100px;
    left: 0;
    width: 230px;
  }
  #partner .moserbau img {
    top: 100px;
    left: 280px;
    width: 125px;
  }
  #partner .trienbacherbau img {
    top: 100px;
    left: 445px;
    width: 175px;
  }
  #partner .eurokeramik img {
    top: 110px;
    left: 670px;
    width: 60px;
  }
  #partner .zimmereitrienbacher img {
    top: 100px;
    left: 775px;
    width: 165px;
  }
  #partner .trojerbauunternehmen img {
    top: 230px;
    left: 0;
    width: 135px;
  }
  #partner .trojerenergiesysteme img {
    top: 225px;
    left: 175px;
    width: 140px;
  }
  #partner .heissfenster img {
    top: 240px;
    left: 355px;
    width: 115px;
  }
  #partner .elektromair img {
    top: 220px;
    left: 520px;
    width: 250px;
  }
  #partner .stueferspengler img {
    top: 230px;
    left: 810px;
    width: 130px;
  }
  #partner .oberhoellersteinmaurer img {
    top: 360px;
    left: 0;
    width: 165px;
  }
  #partner .tischlereigasser img {
    top: 360px;
    left: 215px;
    width: 140px;
  }
  #partner .gasserschmied img {
    top: 360px;
    left: 395px;
    width: 195px;
  }
  #partner .sarnerholz img {
    top: 346px;
    left: 635px;
    width: 110px;
  }
  #partner .mirsarner img {
    top: 369px;
    left: 780px;
    width: 160px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
  #uid23 #content {
    margin-top: 0;
  }
  #content > .container-fluid > .container > .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  #content .teaser > .container > .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  #content .teaser .container-fluid {
    height: 262px;
  }
  #content .teaser h1 {
    font-size: 25px;
    line-height: 25px;
  }
  #content .teaser h2 {
    font-size: 20px;
  }
  #content .teaser div.csc-textpic .csc-textpic-imagewrap figure,
  #content .tx-hantha-news .item .image {
    height: 140px;
  }
  #content .tx-hantha-news .item h3.datum {
    position: relative;
    margin-top: -30px;
    right: 0;
    top: 0;
  }
  #content .tx-hantha-news .view .image,
  #content .tx-hantha-news .view .text {
    width: 100%;
    margin: 0;
  }
  #content .tx-hantha-news .view .image {
    height: 320px;
    margin-bottom: 30px;
  }
  #content .events .image {
    float: none;
    margin: 40px 0;
  }
  #content .events .image img {
    width: 100%;
    height: auto;
  }
  #partner {
    height: 710px;
  }
  #partner .architekturbuerokienzl img {
    top: 100px;
    left: 0;
    width: 290px;
  }
  #partner .moserbau img {
    top: 100px;
    left: 360px;
    width: 150px;
  }
  #partner .heissfenster img {
    top: 100px;
    left: 570px;
    width: 140px;
  }
  #partner .eurokeramik img {
    top: 230px;
    left: 0;
    width: 80px;
  }
  #partner .trojerbauunternehmen img {
    top: 230px;
    left: 155px;
    width: 160px;
  }
  #partner .elektromair img {
    top: 230px;
    left: 390px;
    width: 320px;
  }
  #partner .trienbacherbau img {
    top: 370px;
    left: 0;
    width: 220px;
  }
  #partner .tischlereigasser img {
    top: 370px;
    left: 295px;
    width: 175px;
  }
  #partner .trojerenergiesysteme img {
    top: 370px;
    left: 530px;
    width: 180px;
  }
  #partner .oberhoellersteinmaurer img {
    top: 495px;
    left: 0;
    width: 190px;
  }
  #partner .sarnerholz img {
    top: 500px;
    left: 260px;
    width: 140px;
  }
  #partner .gasserschmied img {
    top: 515px;
    left: 470px;
    width: 240px;
  }
  #partner .stueferspengler img {
    top: 650px;
    left: 0;
    width: 170px;
  }
  #partner .zimmereitrienbacher img {
    top: 650px;
    left: 235px;
    width: 205px;
  }
  #partner .mirsarner img {
    top: 650px;
    left: 505px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  #content iframe {
    margin-right: 0;
    max-height: 70vh;
  }
  #content .teaser div.csc-textpic .csc-textpic-imagewrap figure,
  #content .tx-hantha-news .item .image {
    height: 180px;
  }
  #content .tx-hantha-news .item {
    width: calc(100% - 30px);
  }
  #content .tx-hantha-news .item:not(:last-child) {
    margin-bottom: 30px;
  }
  #content .tx-hantha-news .view .image {
    height: 180px;
  }
  #content h1,
  #content h2 {
    font-size: 38px;
    line-height: 50px;
    letter-spacing: 0em;
    margin: 0 0 20px 0;
  }
  #content p {
    font-weight: 200;
  }
  #content .teaser .container-fluid {
    height: auto;
  }
  #content .teaser .container-fluid > .csc-default > .row > .csc-default:nth-child(2) {
    display: block;
  }
  #content .teaser .container-fluid .events .container {
    padding: 0;
    margin-bottom: 30px;
  }
  #partner {
    height: 800px;
  }
  #partner .architekturbuerokienzl img {
    top: 100px;
    left: 0;
    width: 230px;
  }
  #partner .moserbau img {
    top: 100px;
    left: 295px;
    width: 125px;
  }
  #partner .sarnerholz img {
    top: 200px;
    left: 0;
    width: 110px;
  }
  #partner .elektromair img {
    top: 200px;
    left: 170px;
    width: 250px;
  }
  #partner .heissfenster img {
    top: 320px;
    left: 0;
    width: 115px;
  }
  #partner .eurokeramik img {
    top: 320px;
    left: 175px;
    width: 60px;
  }
  #partner .stueferspengler img {
    top: 320px;
    left: 285px;
    width: 130px;
  }
  #partner .trienbacherbau img {
    top: 440px;
    left: 0;
    width: 195px;
  }
  #partner .trojerenergiesysteme img {
    top: 440px;
    left: 270px;
    width: 150px;
  }
  #partner .oberhoellersteinmaurer img {
    top: 560px;
    left: 0;
    width: 165px;
  }
  #partner .zimmereitrienbacher img {
    top: 560px;
    left: 240px;
    width: 175px;
  }
  #partner .trojerbauunternehmen img {
    top: 670px;
    left: 0;
    width: 150px;
  }
  #partner .mirsarner img {
    top: 660px;
    left: 245px;
    width: 170px;
  }
  #partner .gasserschmied img {
    top: 770px;
    left: 0;
    width: 210px;
  }
  #partner .tischlereigasser img {
    top: 770px;
    left: 270px;
    width: 150px;
  }
  .csc-frame-invisible .csc-textpic-right img {
    margin-right: 0px;
  }
}
