@import "../../bower_components/pure/base-min.css";
@import "../../bower_components/pure/grids-min.css";
@import "../../bower_components/pure/grids-responsive-min.css";
@import "../../bower_components/flexslider/flexslider.css";
@font-face {
  font-family: 'FFDaxlineWebProMedium';
  src: url('../fonts/2F2867_0_0.eot');
  src: url('../fonts/2F2867_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F2867_0_0.woff2') format('woff2'), url('../fonts/2F2867_0_0.woff') format('woff'), url('../fonts/2F2867_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FFDaxlineWebProBold';
  src: url('../fonts/2F2867_1_0.eot');
  src: url('../fonts/2F2867_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/2F2867_1_0.woff2') format('woff2'), url('../fonts/2F2867_1_0.woff') format('woff'), url('../fonts/2F2867_1_0.ttf') format('truetype');
}
body {
  background-image: url(../img/sn-bg-pattern@3x.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 91px;
}
p {
  color: #cf8f7b;
  font-size: 16px;
  line-height: 1.75;
  font-family: FFDaxlineWebProMedium;
}
p:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 35.5em) {
  p:last-of-type {
    margin-bottom: 10px;
  }
}
h1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  font-family: FFDaxlineWebProBold;
}
a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  font-family: FFDaxlineWebProMedium;
}
a:hover {
  color: #cf8f7b;
}
header {
  text-transform: uppercase;
  font-family: FFDaxlineWebProBold;
}
header nav {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.75;
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header li {
  display: inline-block;
  letter-spacing: 2px;
}
@media (max-width: 48em) {
  header li {
    display: block;
    border-bottom: 1px solid #392620;
  }
}
header a {
  display: block;
}
header a.active {
  color: #cf8f7b;
}
header > div.sn-box {
  padding: 10px 7.5%;
}
@media (max-width: 48em) {
  header > div.sn-box {
    padding: 10px 5%;
  }
}
.sn-header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
div.sn-menu-icon-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  display: none;
  z-index: 1;
}
@media (max-width: 48em) {
  div.sn-menu-icon-wrapper {
    display: block;
  }
}
div.sn-menu-icon-wrapper .pure-g {
  position: relative;
}
div.sn-menu-icon-wrapper #sn-menu-icon {
  position: absolute;
  right: 0;
  fill: #cf8f7b;
  height: 37px;
}
div.sn-menu-icon-wrapper .sn-logo {
  width: 20px;
}
div.sn-menu-icon-wrapper .sn-banner {
  width: 115px;
  height: 25px;
  margin: 0 0 0 1px;
}
div.sn-menu-wrapper {
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  z-index: -1;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper {
    top: -270px;
    transition: top 0.3s cubic-bezier(1, 0, 0, 1) 0s;
    -webkit-transition: top 0.3s cubic-bezier(1, 0, 0, 1) 0s;
    -moz-transition: top 0.3s cubic-bezier(1, 0, 0, 1) 0s;
    -ms-transition: top 0.3s cubic-bezier(1, 0, 0, 1) 0s;
    -o-transition: top 0.3s cubic-bezier(1, 0, 0, 1) 0s;
  }
  div.sn-menu-wrapper.active {
    top: 50px;
  }
  div.sn-menu-wrapper.sn-box {
    position: absolute;
    right: 0;
    padding: 0;
  }
  div.sn-menu-wrapper li {
    padding: 4px 30px;
    text-align: center;
  }
  div.sn-menu-wrapper a {
    padding: 10px 40px;
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  div.sn-menu-wrapper li {
    padding: 0;
  }
}
div.sn-menu-wrapper .sn-logo-wrapper {
  padding-top: 2px;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper .sn-logo-wrapper {
    display: none;
  }
}
div.sn-menu-wrapper .sn-nav-l {
  text-align: right;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper .sn-nav-l {
    text-align: left;
  }
}
div.sn-menu-wrapper .sn-nav-l li:first-of-type {
  padding-right: 40px;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper .sn-nav-l li:first-of-type {
    padding-right: 0;
  }
}
div.sn-menu-wrapper .sn-logo {
  display: block;
  margin: auto;
  width: 20px;
}
div.sn-menu-wrapper .sn-nav-r {
  text-align: left;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper .sn-nav-r {
    text-align: right;
  }
}
div.sn-menu-wrapper .sn-nav-r li:nth-child(2) {
  padding-left: 40px;
}
@media (max-width: 48em) {
  div.sn-menu-wrapper .sn-nav-r li:nth-child(2) {
    padding-left: 0;
  }
}
.sn-box,
.sn-box-lightbox {
  background-color: #000000;
  border-bottom: 1px solid #392620;
  border-top: 1px solid #392620;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto 25px auto;
  max-width: 1100px;
}
@media (max-width: 48em) {
  .sn-box,
  .sn-box-lightbox {
    margin: 0 auto 0 auto;
    border-bottom: none;
  }
}
article.sn-box,
.article.sn-box-lightbox {
  padding: 50px 7.5%;
}
@media (max-width: 48em) {
  article.sn-box,
  .article.sn-box-lightbox {
    padding: 10px 5%;
  }
}
.sn-box-lightbox {
  margin: 0;
}
article.sn-box:first-of-type {
  margin-top: 70px;
}
@media (max-width: 48em) {
  article.sn-box:first-of-type {
    margin-top: 44px;
  }
}
.sn-box-detail img {
  display: block;
  margin: 40px auto;
  max-width: 200px;
  border-radius: 100px;
}
.sn-box-detail p {
  text-align: center;
}
.sn-box-detail article {
  float: left;
  width: 50%;
}

@media (max-width: 48em) {
  .sn-box-detail article {
    clear: left;
    width: 100%;
  }
}
span.legend-titel {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  font-family: FFDaxlineWebProBold;
}
@media (max-width: 35.5em) {
  span.legend-titel {
    display: block;
    width: 100%;
  }
}
article.sn-homegate-wrapper {
  padding: 0;
  background: white;
}
article.sn-homegate-wrapper iframe {
  margin: auto;
  display: block;
  border: none;
  height: 1040px;
  width: 615px;
  overflow: hidden;
}
article.sn-homegate-wrapper iframe + p {
  display: none;
}
@media (max-width: 48em) {
  article.sn-homegate-wrapper iframe + p {
    text-align: center;
    display: block;
  }
}
@media (max-width: 48em) {
  article.sn-homegate-wrapper iframe {
    display: none;
  }
}
@media (max-width: 48em) {
  article.sn-homegate-wrapper {
    padding: 10px 5%;
    background: #000000;
  }
}
article.sn-employees {
  height: 400px;
}
footer {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  font-family: FFDaxlineWebProBold;
}
@media (max-width: 48em) {
  footer {
    width: 100%;
  }
}
footer a {
  display: block;
  padding: 10px 50px;
}
@media (max-width: 48em) {
  footer a {
    display: block;
    padding: 15px 50px;
  }
}
.flexslider.sn-slider-custom {
  border: none;
}
.flexslider.sn-slider-custom .flex-control-nav a {
  background: #cf8f7b;
  transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
}
.flexslider.sn-slider-custom .flex-control-nav a.flex-active,
.flexslider.sn-slider-custom .flex-control-nav a:hover {
  background: white;
}
.we-admin {
  color: white;
}
.we-admin-info {
  color: black;
  background-color: #cf8f7b;
  padding: 20px;
}
input.wetextinput {
  background-color: #303030 !important;
  color: white;
}
div.tbButtonWysiwygBorder {
  border: 1px solid white !important;
  background-color: #303030 !important;
}
article.landing {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: initial;
  margin: 0 !important;
  z-index: -99;
  padding: 0 !important;
  box-sizing: initial;
  background-color: transparent;
  max-width: none;
}
.sn-logo-landing {
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -140px 0 0 -140px;
}
.sn-contact-wrapper:first-of-type {
  text-align: center;
}
.sn-contact-wrapper ul {
  padding: 0;
}
.sn-contact-wrapper .sn-contact-1-2 li {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 48em) {
  .sn-contact-wrapper .sn-contact-1-2 li {
    width: 100%;
  }
}
.sn-contact-wrapper .sn-contact-1-2 li img {
  width: 100%;
}
.sn-contact-wrapper .sn-contact-1-3 li {
  display: inline-block;
  width: 60px;
  box-sizing: border-box;
  padding: 10px;
}
@media (max-width: 48em) {
  .sn-contact-wrapper .sn-contact-desktop {
    display: none;
  }
}
.sn-contact-wrapper .sn-contact-mobile {
  display: none;
}
@media (max-width: 48em) {
  .sn-contact-wrapper .sn-contact-mobile {
    display: block;
  }
	.sn-contact-mobile {
		margin-top: 30px;
	}
	.sn-contact-mobile li {
		padding-bottom: 15px;
	}
}
.sn-contact {
  background-color: #cf8f7b;
  margin-right: -35px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 197px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.sn-contact a:hover,
.sn-contact a.active {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 48em) {
  .sn-contact a:hover,
  .sn-contact a.active {
    color: #cf8f7b;
  }
}
@media (max-width: 48em) {
  .sn-contact {
    position: inherit;
    background-color: inherit;
    padding: inherit;
    margin-right: inherit;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .sn-contact a:hover {
    color: #cf8f7b;
  }
}
.sn-referenzen {
  background-color: #cf8f7b;
  margin-right: -48px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 330px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.sn-referenzen a:hover,
.sn-referenzen a.active {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 48em) {
  .sn-referenzen a:hover,
  .sn-referenzen a.active {
    color: #cf8f7b;
  }
}
@media (max-width: 48em) {
  .sn-referenzen {
    position: inherit;
    background-color: inherit;
    padding: inherit;
    margin-right: inherit;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .sn-referenzen a:hover {
    color: #cf8f7b;
  }
}
.sepia img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0 0.85 0 0 0  0 0.7 0 0 0  0 0.7 0 0 0  0.0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: url("#svg-filter");
}
.sepia img:hover {
  filter: none;
  -webkit-filter: none;
}
.icon img {
  width: 40px;
  display: block;
  margin: 0 auto 50px auto;
}
.fancybox-skin {
  background: transparent !important;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  z-index: 8040;
}

body#immotraum {
	background-image: none;
	background-color: #000;
}

#immotraum .sn-box-detail article {
	float: none;
	clear: left;
	width: 100%;
}
#immotraum .sn-box-detail,
#immotraum article.sn-box:first-of-type {
	padding-top: 10px;
	padding-bottom: 10px;
}
#immotraum .sn-box-detail img {
	margin: 10px auto;
	border-radius: 0;
}

/*#immotraum .sepia img {
	filter: sepia(1);
}*/

/* Accordion */
.accordion {
	position: relative;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader {
	position: relative;
	cursor: pointer;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	border: none !important;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.accordionHeader h3 {
	padding-right: 40px;
	margin-bottom: 0;
}

.accordionHeader p:last-of-type {
	margin-bottom: 0;
}

.accordionHeader,
.accordionHeader:focus,
.accordionHeader:active,
.accordionHeader div,
.accordionHeader div:focus,
.accordionHeader div:active{
	border: none !important;
}


.accordionContent {
	/*padding-bottom: 30px;*/
}

.accordionContent .fliesstext {
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.accordionContent article {
	padding-bottom: 2.5em;
}

.ui-accordion-header-icon {
	display:none;
}

/* Immofix */
.centerText {
	text-align: center;
}

.immofix {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.immofix li {
	border-bottom: #cf8e7c 1px solid;
	padding: 10px 0;
}

.immofix li:last-of-type {
	border-bottom: none;
}

.immofix li:hover {
	cursor: pointer;
}

.immofixIcon {
	position: relative;
	float: left;
	width: 44px;
	margin-right: 26px;
	padding-top: 12px;
}

.immofixIcon img {
	width: 100%;
	height: auto;
}

.immofixLink {
	position: relative;
	float: left;
	width: calc(100% - 70px);
}

.immofixLink h3 {
	font-family: 'FFDaxlineWebProMedium';
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0.5em 0;
	line-height: 1.3em;
}

.immofix p {
	color: #cf8e7c;
}

.immofix p:last-of-type {
	margin-bottom: 0;
	margin-top: 0;
}

.immofix a:link,
.immofix a:visited {
	color: #cf8e7c;
}

.immofix a:hover,
.immofix a:active,
.immofix li:hover a {
	color: #fff;
}

.clear {
	position: relative;
	float: none;
	clear: both;
	width: 100%;
	height: 0;
}

@media (max-width: 48em) {
	.immofixIcon {
		width: 34px;
		margin-right: 20px;
		padding-top: 12px;
	}
	.immofixLink {
		width: calc(100% - 54px);
	}
	.immofixLink h3 {
		font-size: 1em;
	}
	.immofixLink p {
		font-size: 14px;
		line-height: 1.3em;
	}
}

/* Link Box
*******************************************************************************/
.link-box__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0;
  justify-content: space-between;
  padding-bottom: 32px;
}

.link-box {
  box-sizing: border-box;
  border-bottom: 1px solid #cf8f7b;
  display: flex;
  flex: 1 1 auto;
  padding: 16px;
  width: auto;
}

.link-box__icon {
  align-items: center;
  display: flex;
  flex: 0 0 30px;
  padding-right: 16px;
  width: 30px;
}

.link-box__icon img {
  max-height: 30px;
  width: auto;
}

.link-box__body {
  flex: 1 1 auto;
  width: auto;
}

.link-box__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  margin-top: 8px;
}

.link-box__text {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 761px) {
  .link-box__wrapper {
    flex-direction: column;
    padding-bottom: 16px;
  }

  .link-box:nth-child(even) {
    margin-right: 0;
  }

  .link-box__icon {
    flex: 0 0 40px;
    padding-right: 32px;
    width: 40px;
  }

  .link-box__icon img {
    max-height: 40px;
  }

  .link-box__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
}

/* Side Link
*******************************************************************************/
@media only screen and (min-width: 769px) {
  .side-link {
    background-color: #fff;
    border: 1px solid #cf8f7b;
    right: 43px;
    padding: 10px 20px;
    position: absolute;
    top: 430px;
    transform: rotate(-90deg);
    transform-origin: top right;
  }

  .side-link a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0 !important;
    text-transform: uppercase;
  }

  .side-link:hover p {
    color: #cf8f7b;
    transition: color 0.2s ease;
  }
}


/* Main Nav
*******************************************************************************/
@media (max-width: 48em) {
  div.sn-menu-wrapper.sn-box {
      top: -300px;
  }

  div.sn-menu-wrapper.active {
    top: 50px;
  }
}



/*# sourceMappingURL=main.css.map */
