/* line 32, ../sass/screen.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  color: #636363;
  font-family:"Roboto", sans-serif;
  font-size:18px;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 41, ../sass/screen.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 44, ../sass/screen.scss */
body {
  line-height: 1;
}

/* line 47, ../sass/screen.scss */
ol, ul {
  list-style: none;
}

/* line 50, ../sass/screen.scss */
blockquote, q {
  quotes: none;
}

/* line 54, ../sass/screen.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* line 58, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 62, ../sass/screen.scss */
a {
  text-decoration: none;
}

/* line 65, ../sass/screen.scss */
strong, b {
  font-weight: 600;
}

*, *:after, *:before {
    font-size: 18px;
    word-wrap: break-word;
}
/* line 68, ../sass/screen.scss */
.fancybox-margin {
  margin-right: 0 !important;
}
a.fancybox-effects-c {
  overflow: hidden;
}
.fancybox-overlay {
  overflow: hidden;
  height: 100% !important;
  width: 100% !important;
}
div.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened {
  position: absolute !important;
  height: auto !important;
  margin: 10% auto !important;
}
/* line 97, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

/* line 100, ../sass/screen.scss */
h1 {
  line-height: 1em;
  font-size: 3.750em;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
    section#main article.taetowierer img {
        float: none;
    }
    h1 {
        font-size: 2.750em;
    }
}

/* line 109, ../sass/screen.scss */
h2 {
  color: #c9c9c9;
  font-style: italic;
  text-transform: none;
}

/* line 114, ../sass/screen.scss */
h3 {
  line-height: 1.1em;
  font-size: 2.500em;
  margin-bottom: 15px;
}

/* line 121, ../sass/screen.scss */
h4 {
  font-size: 1.375em;
  font-weight: 300;
  text-transform: none;
}

/* line 132, ../sass/screen.scss */
.violetBorder, section#main div.border.violet, section#main section#content article.news:nth-child(2n+1) div.maincolor.border, section#main article.taetowierer:nth-child(2n+1) div.border.maincolor,
.orangeBorder,
section#main div.border.orange,
section#main section#content article.news:nth-child(2n+2) div.maincolor.border,
section#main article.taetowierer:nth-child(2n+2) div.border.maincolor,
.greyBorder,
section#main div.border.grey {
  float: left;
  width: 235px;
  border-top-style: solid;
  border-top-width: 8px;
}

/* line 138, ../sass/screen.scss */
.violetBorder, section#main div.border.violet, section#main section#content article.news:nth-child(2n+1) div.maincolor.border, section#main article.taetowierer:nth-child(2n+1) div.border.maincolor {
  border-top-color: #9c3388;
}

/* line 141, ../sass/screen.scss */
.orangeBorder, section#main div.border.orange, section#main section#content article.news:nth-child(2n+2) div.maincolor.border, section#main article.taetowierer:nth-child(2n+2) div.border.maincolor {
  border-top-color: #f59f04;
}

/* line 144, ../sass/screen.scss */
.greyBorder, section#main div.border.grey {
  float: none;
  width: auto;
  border-top-color: #707070;
}

.brownBorder, section#main div.border.brown, section#main section#content article.news:nth-child(2n+1) div.maincolor.border, section#main article.taetowierer:nth-child(2n+1) div.border.maincolor {
  border-top-color: #633433;
}

/* line 153, ../sass/screen.scss */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 167, ../sass/screen.scss */
.block {
  display: block;
}

/* line 168, ../sass/screen.scss */
.none {
  display: none;
}

/* line 176, ../sass/screen.scss */
header nav {
  background: #f4f4f4;
  height: 63px;
  position: relative;
}
/* line 180, ../sass/screen.scss */
header nav ul {
  height: inherit;
  margin: 0 0 0 235px;
}

@media only screen and (max-width: 1150px) {
  /* line 180, ../sass/screen.scss */
  header nav ul {
    display: none;
    height: auto;
    margin: 0;
    position: relative;
    z-index: 100;
  }
}
/* line 192, ../sass/screen.scss */
header nav ul a:hover {
  background: #fff;
}
/* line 196, ../sass/screen.scss */
header nav ul a {
  background: #f4f4f4;
  display: inline;
  float: left;
  line-height: 1.5em;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 205, ../sass/screen.scss */
header nav ul a.rex-current {
  background: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1150px) {
  /* line 196, ../sass/screen.scss */
  header nav ul a {
    float: none;
    display: block;
    padding: 0 0 0 255px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 196, ../sass/screen.scss */
  header nav ul a {
    padding: 0 0 0 150px;
  }
}

header nav ul a {
    padding-top: 18px;
    padding-bottom: 18px;
}
/* line 220, ../sass/screen.scss */
header nav a#menu {
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  background: url(../img/icon/icon_menu.png);
  display: none;
  z-index: 200;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 230, ../sass/screen.scss */
header nav a#menu:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 1150px) {
  /* line 220, ../sass/screen.scss */
  header nav a#menu {
    display: block;
  }
}
/* line 237, ../sass/screen.scss */
header nav section#facebook {
  margin: 15px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 244, ../sass/screen.scss */
header nav section#facebook:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
@media only screen and (max-width: 1150px) {
  /* line 237, ../sass/screen.scss */
  header nav section#facebook {
    /*display: none;*/
  }
}

/* line 258, ../sass/screen.scss */
section.title {
    margin: 0 0 0 230px;
    padding: 35px 20px 40px 20px;
    min-height: 192px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 258, ../sass/screen.scss */
  section.title {
    margin: 0;
    padding: 85px 20px 40px 20px;
  }
}
/* line 265, ../sass/screen.scss */
/* section.title section#blockquote {
  margin: 10px 0 0;
}
/* line 267, ../sass/screen.scss */
/*section.title section#blockquote h2 {
  color: #c9c9c9;
}
 */

/* line 269, ../sass/screen.scss */
/* section.title section#blockquote h2:before, section.title section#blockquote h2:after {
  margin: 0 0 10px;
  color: #E3E3E3;
  font-size: 50px;
  font-weight: 500;
  line-height: 0px;
  padding-right: 5px;
  padding-left: 5px;
  content: "â€ž";
} */

/* line 289, ../sass/screen.scss */
img#logo {
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  /* line 289, ../sass/screen.scss */
  img#logo {
    width: 105px;
  }
}

/* line 299, ../sass/screen.scss */
nav#filter {
  width: 100%;
}
/* line 301, ../sass/screen.scss */
nav#filter section#openFilter {
  background: #f4f4f4;
  height: 30px;
  width: inherit;
}
/* line 305, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter {
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #707070;
  cursor: pointer;
  height: inherit;
  padding: 0 0 0 215px;
  width: 350px;
}
/* line 312, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter:hover {
  background-color: #7d7d7d;
}
/* line 316, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter a div {
  color: white;
  line-height: 30px;
  text-transform: uppercase;
}
/* line 320, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter a div.arrow {
  background-image: url(../img/icon/icon_arrow_right.png);
  background-position: left;
  background-repeat: no-repeat;
  float: right;
  height: 30px;
  width: 30px;
}
/* line 328, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter a div:first-child {
  float: left;
  padding-right: 5px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 328, ../sass/screen.scss */
  nav#filter section#openFilter div.textFilter a div:first-child {
    padding: 0 5px 0 25px;
  }
}
/* line 338, ../sass/screen.scss */
nav#filter section#openFilter div.textFilter a div b {
  color: white;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  /* line 305, ../sass/screen.scss */
  nav#filter section#openFilter div.textFilter {
    width: 100%;
    padding: 0;
  }
}
/* line 351, ../sass/screen.scss */
nav#filter section#expandedFilter {
  position: relative;
  overflow: hidden;
  background-color: rgba(112, 112, 112, 0.95);
  background-image: url(../img/background/bg_filter.png);
  background-repeat: repeat-x;
  border-bottom: 5px solid white;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9998;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 362, ../sass/screen.scss */
nav#filter section#expandedFilter div.filterPoint {
  margin: 0 0 0 -310px;
  position: relative;
  left: 50%;
  color: white;
  width: 750px;
}
/* line 369, ../sass/screen.scss */
nav#filter fieldset {
  display: block;
  float: left;
  width: 250px;
}
nav#filter fieldset label {
  color: white;
}
/* line 373, ../sass/screen.scss */
nav#filter form p {
  color: #f59f04;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px !important;
}
/* line 379, ../sass/screen.scss */
nav#filter form li:nth-child(2) {
  margin-top: 15px !important;
}
/* line 384, ../sass/screen.scss */
nav#filter form li:nth-child(1n+2) {
  line-height: 25px;
  margin-top: 10px;
}
/* line 390, ../sass/screen.scss */
nav#filter form li:last-child {
  margin-bottom: 15px;
}
/* line 395, ../sass/screen.scss */
nav#filter form li input {
  margin-right: 15px;
}
/* line 401, ../sass/screen.scss */
nav#filter form li div.checkbox {
  position: relative;
}
/* line 403, ../sass/screen.scss */
nav#filter form li div.checkbox div.inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid white;
  cursor: pointer;
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 10px;
}
/* line 413, ../sass/screen.scss */
nav#filter form li div.checkbox div.inner:hover {
  border-color: #f59f04;
}
/* line 417, ../sass/screen.scss */
nav#filter form li div.checkbox p {
  line-height: 20px;
  color: white;
  padding-top: 1px;
}
@media only screen and (max-width: 660px) {
  /* line 369, ../sass/screen.scss */
nav#filter form {
    float: none;
    background: url(../img/background/bg_filter.png);
    background-repeat: repeat-x;
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  /* line 362, ../sass/screen.scss */
  nav#filter section#expandedFilter div.filterPoint {
    margin: 0;
    left: 0;
  }
}
section.picture {
  height: 150px;
}
/* line 447, ../sass/screen.scss */
section#main {
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}
/* line 462, ../sass/screen.scss */
section#main div.insideSpacing {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}
/* line 471, ../sass/screen.scss */
section#main aside {
  background-color: white;
  float: left;
  overflow: inherit;
  width: 235px;
}
/* line 476, ../sass/screen.scss */
section#main aside img {
  float: inherit;
  width: 230px;
  padding: 2px 0 0 0;
}
/* line 480, ../sass/screen.scss */
section#main aside img:first-child {
  padding: 0;
}
/* line 488, ../sass/screen.scss */
section#main section#content article.news {
  overflow: hidden;
}
/* line 490, ../sass/screen.scss */
section#main section#content article.news:nth-child(2n+1) {
  background-color: #f4f4f4;
}
/* line 496, ../sass/screen.scss */
section#main section#content article.news:nth-child(2n+1) div.text a {
  color: #9c3388 !important;
}
/* line 498, ../sass/screen.scss */
section#main section#content article.news:nth-child(2n+1) div.text a span {
  color: inherit;
}
/* line 509, ../sass/screen.scss */
section#main section#content article.news:nth-child(2n+2) div.text a {
  color: #f59f04 !important;
}
/* line 511, ../sass/screen.scss */
section#main section#content article.news:nth-child(2n+2) div.text a span {
  color: inherit;
}
/* line 517, ../sass/screen.scss */
section#main section#content article.news div.date {
  float: left;
  height: 115px;
  width: 210px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}
/* line 526, ../sass/screen.scss */
section#main section#content article.news div.date p {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
/* line 530, ../sass/screen.scss */
section#main section#content article.news div.date p.day {
  font-size: 70px;
  line-height: 55px;
}
/* line 534, ../sass/screen.scss */
section#main section#content article.news div.date p.month {
  font-size: 40px;
  line-height: 35px;
}
/* line 538, ../sass/screen.scss */
section#main section#content article.news div.date p.year {
  font-size: 30px;
  line-height: 25px;
}
/* line 544, ../sass/screen.scss */
section#main section#content article.news div.text {
  padding-top: 27px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 265px;
}
/* line 551, ../sass/screen.scss */
section#main section#content article.news div.text img {
  float: right;
  max-width: 350px;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* line 559, ../sass/screen.scss */
section#main section#content article.news div.text h3 {
  text-transform: none;
  line-height: 1.1em;
  margin: 0;
}
/* line 564, ../sass/screen.scss */
section#main section#content article.news div.text h4 {
  text-transform: none;
  line-height: 1.1em;
}
/* line 568, ../sass/screen.scss */
section#main section#content article.news div.text p {
  font-size: 18px;
  line-height: 1.4em;
  margin-top: 20px;
}


/* line 575, ../sass/screen.scss */
section#main section#content article.news div.text a, section#main section#content article.news div.text a:active, section#main section#content article.news div.text a:hover, section#main section#content article.news div.text a:link, section#main section#content article.news div.text a:visited {
  font-weight: 500;
  text-decoration: underline;
}

/* line 580, ../sass/screen.scss */
section#main section#content article.news section.gallery {
  padding: 3px;
  background-color: white;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 265px;
}
/* line 588, ../sass/screen.scss */
section#main section#content article.news section.gallery ul {
  display: block !important;
}
/* line 590, ../sass/screen.scss */
section#main section#content article.news section.gallery ul li {
  float: left;
  overflow: hidden;
}
/* line 593, ../sass/screen.scss */
section#main section#content article.news section.gallery ul li figure {
  float: left;
  max-height: 120px;
  padding: 2px;
}
@media (min-width: 2700px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 11.11111%;
  }
}
@media (max-width: 2400px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 12.5%;
  }
}
@media (max-width: 2100px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 14.28571%;
  }
}
@media (max-width: 1800px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 16.66666%;
  }
}
@media (max-width: 1500px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 25%;
  }
}
@media (max-width: 900px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 33.33333%;
  }
}
@media (max-width: 600px) {
  /* line 590, ../sass/screen.scss */
  section#main section#content article.news section.gallery ul li {
    width: 50%;
  }
}
/* line 615, ../sass/screen.scss */
section#main section#content article#downloads div.spacing {
  margin-left: 235px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}
/* line 626, ../sass/screen.scss */
section#main section#content article#downloads div.spacing div#sources button {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #f59f04;
  border: 0;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 45px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 20px;
}
/* line 644, ../sass/screen.scss */
section#main section#content article#downloads div.spacing div#sources button:first-child {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 651, ../sass/screen.scss */
section#main section#content article#downloads div.spacing div#sources button:hover {
  background: #fcb330;
}
/* line 654, ../sass/screen.scss */
section#main section#content article#downloads div.spacing div#sources button p {
  background: url(../img/icon/icon_download.png) right;
  background-repeat: no-repeat;
  color: white;
  line-height: 35px;
  padding-right: 40px;
}
/* line 669, ../sass/screen.scss */
section#main section#content article#informations {
  background-color: #f4f4f4;
}
/* line 671, ../sass/screen.scss */
section#main section#content article#informations div.spacing {
  margin-left: 235px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
}
/* line 682, ../sass/screen.scss */
section#main section#content article#informations div.spacing div.text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
/* line 687, ../sass/screen.scss */
section#main section#content article#informations div.spacing div.text p {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 13px;
}
/* line 693, ../sass/screen.scss */
section#main section#content article#informations div.spacing div.text p:last-child {
  margin: 0;
}
/* line 702, ../sass/screen.scss */
section#main article#contact {
  background-color: #f4f4f4;
  float: left;
  width: 50%;
}
/* line 708, ../sass/screen.scss */
section#main article#contact div.insideSpacing address,
section#main article#contact div.insideSpacing div#phone p {
  margin-bottom: 20px;
}
/* line 715, ../sass/screen.scss */
section#main article#contact address h4 {
  line-height: 1.4em;
}
/* line 717, ../sass/screen.scss */
section#main article#contact address h4:first-child {
  margin-bottom: 20px;
}
/* line 726, ../sass/screen.scss */
section#main article#contact h4,
section#main article#contact table th,
section#main article#contact table td {
  font-size: 100%;
  font-weight: 600;
}
/* line 731, ../sass/screen.scss */
section#main article#contact div#phone h4 {
  margin: 0;
}
/* line 736, ../sass/screen.scss */
section#main article#contact div#openingHours h4 {
  margin: 0;
}
/* line 739, ../sass/screen.scss */
section#main article#contact div#openingHours p {
  margin-bottom: 20px;
}
/* line 746, ../sass/screen.scss */
section#main article#contact table th {
  text-align: right;
  padding-right: 20px;
  padding-bottom: 5px;
}
/* line 753, ../sass/screen.scss */
section#main article#contact table a {
  color: #9c3388;
  text-decoration: underline;
}
/* line 760, ../sass/screen.scss */
section#main article#way {
  background-color: #f4f4f4;
  float: right;
  width: 50%;
}
/* line 764, ../sass/screen.scss */
section#main article#way div#map iframe {
  margin-bottom: 10px;
}
/* line 770, ../sass/screen.scss */
section#main article#way div#map iframe {
  height: 350px;
  width: 100%;
}
/* line 776, ../sass/screen.scss */
section#main article#way div.content h4 {
  line-height: 1.4em;
  font-size: 100%;
  font-weight: 600;
}
/* line 781, ../sass/screen.scss */
section#main article#way div.content p {
  line-height: 1.4em;
  margin-bottom: 20px;
}
/* line 786, ../sass/screen.scss */
section#main article#way div.content p:last-child {
  margin: 0;
}
/* line 793, ../sass/screen.scss */
section#main article.taetowierer {
  position: relative;
}
/* line 795, ../sass/screen.scss */
section#main article.taetowierer a {
  font-weight: 600;
  text-decoration: underline;
}
/* line 799, ../sass/screen.scss */
section#main article.taetowierer img {
  width: 230px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  float: left;
}
/* line 808, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+1) {
  background-color: #f4f4f4;
}
/* line 810, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+1) a {
  color: #9c3388;
}
/* line 817, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+1) section.button button {
  background: #9c3388;
}
/* line 819, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+1) section.button button:hover {
  background: #af3999;
}
/* line 826, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+2) a {
  color: #f59f04;
}
/* line 833, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+2) section.button button {
  background: #f59f04;
}
/* line 835, ../sass/screen.scss */
section#main article.taetowierer:nth-child(2n+2) section.button button:hover {
  background: #fbaa17;
}
/* line 841, ../sass/screen.scss */
section#main article.taetowierer section.content {
  overflow: hidden;
  padding: 20px 30px 20px 30px;
}
/* line 846, ../sass/screen.scss */
section#main article.taetowierer section.content header h3 small {
  font-weight: 400;
  font-size: 60%;
}
/* line 854, ../sass/screen.scss */
section#main article.taetowierer section.content section.text div p {
  font-size: 18px;
  line-height: 1.4em;
}
/* line 861, ../sass/screen.scss */
section#main article.taetowierer section.content section.text div:nth-child(2) {
  display: none;
}
/* line 863, ../sass/screen.scss */
section#main article.taetowierer section.content section.text div:nth-child(2) p {
  padding: 0 0 20px 0;
}
/* line 870, ../sass/screen.scss */
section#main article.taetowierer section.button {
  -webkit-box-shadow: 0 -8px 8px -9px #565656;
  -moz-box-shadow: 0 -8px 8px -9px #565656;
  box-shadow: 0 -8px 8px -9px #565656;
  height: 44px;
  margin: 0 0 0 235px;
}
/* line 876, ../sass/screen.scss */
section#main article.taetowierer section.button button {
  left: 50%;
  margin-bottom: 5px;
  margin-left: -123px;
  width: 244px;
  bottom: 2px;
  cursor: pointer;
  position: absolute;
  padding: 0 0 0 10px;
  outline: none;
  border: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  overflow: hidden;
}
/* line 893, ../sass/screen.scss */
section#main article.taetowierer section.button button p {
  line-height: 30px;
  color: white;
  padding: 0 30px 0 0;
  background-image: url(../img/icon/icon_arrow_right.png);
  background-position: right;
  background-repeat: no-repeat;
}

/* line 921, ../sass/screen.scss */
article#gallery {
  margin-top: 1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 1px;
}

article#gallery section.picture {
    background-color: #707070;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    -webkit-transition: ease .5s ease;
       -moz-transition: ease .5s ease;
        -ms-transition: ease .5s ease;
         -o-transition: ease .5s ease;
            transition: ease .5s ease;
}
article#gallery section.picture img {

}
.mix {
  display: none;
}
/* line 929, ../sass/screen.scss */
article#gallery > div {
  float: left;
  margin-bottom: 1px;
}
/* line 931, ../sass/screen.scss */
article#gallery > div figure {
  padding: 1px;
}
/* line 933, ../sass/screen.scss */
article#gallery > div figure a {
  display: block;
  position: relative;
  text-decoration: none;
}
/* line 938, ../sass/screen.scss */
article#gallery > div figure a:hover figcaption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 942, ../sass/screen.scss */
article#gallery > div figure a section.picture {
    overflow: hidden;
}
article#gallery > div figure a section.picture img {
    width: 100% !important;
    height: auto !important;
}
/* line 945, ../sass/screen.scss */
article#gallery > div figure a figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(112, 112, 112, 0.9);
  bottom: 0;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
}
/* line 956, ../sass/screen.scss */
article#gallery > div figure a figcaption p {
  color: white;
}
/* line 958, ../sass/screen.scss */
article#gallery > div figure a figcaption p:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 700;
  font-size: 25px;
  margin: -30px 0 0 -27px;
}
/* line 966, ../sass/screen.scss */
article#gallery > div figure a figcaption p:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  margin: 0 0 0 -76px;
}
article#gallery > div {
  overflow: hidden;
  height: 150px;
}
@media (min-width: 2700px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 11.11111%;
  }
}
@media (max-width: 2400px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 12.5%;
  }
}
@media (max-width: 2100px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 14.28571%;
  }
}
@media (max-width: 1800px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 16.66666%;
  }
}
@media (max-width: 1500px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 25%;
  }
}
@media (max-width: 900px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 33.33333%;
  }
}
@media (max-width: 600px) {
  /* line 929, ../sass/screen.scss */
  article#gallery  > div {
    width: 50%;
  }
}

@media only screen and (max-width: 1024px) {
    h1 {
      font-size: 2em;
    }
nav#filter form li:first-child {
        line-height: 20px;
    }
    header nav ul a {
        padding: 18px 0;
        padding-left: 255px;
    }
    header nav ul {
        border-bottom: 2px solid white;
    }
}
@media only screen and (max-width: 768px) {
    header nav ul a {
      padding-left: 155px;
    }
    section#main article.taetowierer img {
        float: none;
    }
    section#main article.taetowierer section.button {
        margin: 0;
    }
    .maincolor.border {
        width: 290px !important;
    }
    section#main article.taetowierer img {
        max-width: 100%;
        margin: 5px 30px;
        padding: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    }
    section#main aside {
        display: none;
    }
    section#main section#content article#informations div.spacing,
    section#main section#content article#downloads div.spacing {
        margin-left: 0;
    }
    section#main article#contact,
    section#main article#way {
        float: none;
        width: 100%;
    }
    section#main section#content article.news div.text {
        padding-left: 30px;
    }
    section#main section#content article.news div.date {
        width: auto;
        display: inline-block;
        max-width: 190px;
        float: none;
        padding-left: 25px;
        padding-right: 25px;
    }
    section#main section#content article.news section.gallery {
        margin-left: 30px;
    }
}












html, body {
  height: 100%;
}








fieldset > div{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}

fieldset > div input[type="checkbox"]{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
fieldset > div {
  margin-top: 10px;
}

fieldset > div label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.5em;
}

fieldset > div label:before,
fieldset > div label:after{
  content: '';
  display: block;
  position: absolute;
}

fieldset > div label:before{
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: transparent;
  border: 2px solid white;
}


fieldset > div label:after{
  content: '';
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #f59f04;
  border: 2px solid #f59f04;
  opacity: 0;
  pointer-events: none;
  background-image: url(../img/icon/20141215_check_mark.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

fieldset > div input:checked ~ label:after{
  opacity: 1;
}

fieldset > div input:hover ~ label:before{
  border: 2px solid #f59f04;

}

/* fancybox */
div.fancybox-overlay.fancybox-overlay-fixed {
  height: 100% !important;
}
.fancybox-title-outside-wrap {
  margin: 0 !important;
  padding: 10px;
  background: white;
}
.fancybox-title table,
.fancybox-title tbody,
.fancybox-title tr {
  width: 100%;
}
.fancybox-title td {
  vertical-align: top;
  line-height: 1.2em !important;
  padding-bottom: 10px;
}
.fancybox-title tr:last-of-type td {
  padding-bottom: 0;
}
.fancybox-title td:first-of-type {
  text-align: left;
  color: #9c3388;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px ;
  padding-right: 10px;
    width: 1px;
    white-space: nowrap;
}
.fancybox-title .galerie-picture-title {
  color: #9c3388;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.fancybox-title span {
  margin-right: 5px;
}
.fancybox-title span:after {
  content: ",";
}
.fancybox-title span:last-of-type {
  margin-right: 0;
}
.fancybox-title span:last-of-type:after {
  display: none;
}
.fancybox-title td > * {
  display: inline-block;
  -ms-word-break: break-all !important;
      word-break: break-all !important;
     word-break: break-word !important;
  line-height: 1.2em !important;
}
.fancybox-title span {
  -ms-word-break: break-all !important;
      word-break: break-all !important;
     word-break: break-word !important;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
      }
.fancybox-outer {
  background: #707070;
}
.fancybox-inner {
  margin-left: auto !important;
  margin-right: auto !important;
}
div.fancybox-wrap.fancybox-desktop.fancybox-type-image.fancybox-opened,
.fancybox-mobile {
      min-width:280px !important;
}






/* kleiner tablet hochformat */
@media (max-width: 767px) {
  nav#filter section#expandedFilter div.filterPoint {
    width: 100%;
  }
  nav#filter fieldset {
    display: block;
    float: none;
    width: 100%;
  }
  nav#filter section#expandedFilter {
    padding: 0;
  }
  nav#filter section#expandedFilter div.filterPoint {
    margin: 0;
    left: 0;
  }
  nav#filter fieldset {
    width: auto;
  }
  nav#filter fieldset > * {
    margin-left: 25px;
  }
  nav#filter fieldset > p {
    margin-left: 0;
    padding-left: 25px;
    background: white;
  }
}

/* news */

.next_arrow{
    position: absolute;
    right: 0;
    margin-right: 20px;
    margin-top: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery_arrow{
    width: auto !important;
}


/* news Teaser */
article.news{
    position: relative;
}


article.news_teaser{
    background-color: #ffffff !important;
}

/* Teaser Gallery */


section#main article.taetowierer_gallery:nth-child(1n+2) a{
    color: transparent;
}

section#main article.taetowierer_gallery:nth-child(2n+2) a{
    color: transparent;
}

article.taetowierer_gallery h3{
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}




/* Gallery Tatowierer */


article.taetowierer h3{
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 20px;
}


div.taetowierer h3{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 20px;
}

.taetowierer_teaser{
    float: left;
}

.taetowierer_teaser_img{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.5;
}


.taetowiererTeaser_smallImg{
    width: 160px;
    height: 110px;
    background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   float: right;
   background-position: 50% 50%;
   margin: 1px;
}


/* Impressum */

article.impressum p{
    font-style: normal;
    font-size: 18px;
    line-height: 1.4em;
}