*,*:before,*:after {
  box-sizing:border-box;
}
:root {
  --gray:#949498;
  --dark-gray:#6A6F74;
  --red:#9A141B;
}
html,body {
  height:100%;
}
body {
  margin:0;
  padding:0;
  background:#fff;
}
body,table,input,textarea,button,select {
  font-family:'Montserrat',arial,sans-serif;
  font-size:1rem;
  line-height:1.6em;
  font-weight:300;
  color:#949498;
}
h1,h2,h3,h4,h5,h6,p,ol,ul,dl,table,form,fieldset,object {
  margin:0 0 1.3rem 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}
h1,.h1 {
  font-size:1.9rem;
  line-height:1.3em;
  font-weight:500;
  color:#6A6F74;
  margin-bottom:2rem;
  margin-bottom:3rem;
}
h2,.h2 {
  font-size:1.5rem;
  font-size:1.375rem;
  line-height:1.3em;
  font-weight:normal;
  color:#6A6F74;
}
h3,.h3 {
  font-size:1.3rem;
  line-height:1.3em;
  font-weight:normal;
  color:#6A6F74;
}
h4,.h4,
h5,.h5,
h6,.h6 {
  font-size:1rem;
  line-height:1.3em;
  font-weight:400;
  margin:0;
  color:#6A6F74;
}
a:link {
  text-decoration:none;
  color:#9A141B;
}
a:visited {
  color:#9A141B;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color:#9A141B;
}

b,strong {
  font-weight:500;
  color:#6A6F74;
}

hr {
  margin:1.5rem 0;
  height:0;
  border:0;
  border-bottom:solid #949498 1px;
}

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

table {
  border-spacing:1px;
}
table th,
table td {
  padding:.3em 1em .3em .3em;
  text-align:left;
  vertical-align:top;
  background:#fff;
}
table th {
  font-weight:600;
  vertical-align:bottom;
  background:#f5f4f2;
}

figure {
  margin:0 0 1.3em 0;
  padding:0;
}
figure img {
  display:block;
}
figure figcaption {
  background:#fff;
  margin:0;
  padding:.5em;
  font-style:italic;
  font-size:.8em;
}
figure figcaption:empty {
  display:none;
}

video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1.3rem;
}

ul {
  list-style:square;
  margin-left:0;
  padding:0;
}
ul li {
  margin:0 0 0 1.3em;
  padding:0;
}

.video-container {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
  height:0;
}
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dialog {
  border: 0;
  padding: 0 1rem;
  background-color: transparent;
  width: 100%;
}
.dialog::backdrop {
  background-color: #fff;
}
.dialog form {
  margin: 0;
}
.dialog__close {
  position: fixed;
  z-index: 10;
  right: 1rem;
  top: 1rem;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}
.dialog__close svg {
  display: block;
  width: 1.6rem;
  height: auto;
}
.dialog__close path {
  transition: fill .2s ease;
}
.dialog__close:hover {
  background-color: transparent;
  color: var(--dark-gray);
}
.dialog__close:hover path {
  fill: var(--red);
}
.dialog--16-9 {
  aspect-ratio: 16/9;
  max-height: 80vh;
  margin-inline: auto;
  overflow: hidden;
}
/* .dialog--16-9 video,
.dialog--16-9 .photosphere,
.dialog--16-9 .vista-3d {
  aspect-ratio: 16/9;
  max-height: 80vh;
  margin: 0 auto;
  border: 0;
}
.dialog--16-9 .vista-3d {
  width: 100%;
} */
.container-16-9 {
  aspect-ratio: 16/9;
  max-height: 80vh;
  margin: 0 auto;
  border: 0;
}
.container-16-9 > * {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
}
/* clearfix
********************************/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* ie 6/7 */
}

/* Grid
********************************/

.container {
  --container-width: auto;
  padding:0 1rem;
  margin:0 auto;
  width: var(--container-width);
}
.container-fluid {
  padding:0 1rem;
  margin:0 auto;
}
.row {
  margin:0 -.5rem;
  display:flex;
  flex-wrap: wrap;
}
.row .col {
  padding:0 .5rem;
  width:100%;
}
@media only screen and (min-width : 768px) {
  .container {
    /* width:740px; */
    --container-width: 740px;
  }
}
@media only screen and (min-width : 992px) {
  .container {
    /* width:940px; */
    --container-width: 940px;
  }
}
@media only screen and (min-width : 1200px) {
  html {
    font-size:18px;
  }
  .container {
    /* width:1140px; */
    --container-width: 1140px;
  }
}


/* Seitenelemente (Master)
********************************/
#header {
  position:fixed;
  left:0;
  top:0;
  right:0;
  z-index:990;
  padding:1.25rem 1rem;
  background:#fff;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
/*.id-2 #header,*/
.id-67 #header {
  /*background:transparent;*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 100%);
  padding:1.5rem 3rem 4rem 3rem
}
#logo {
  position:relative;
}
#logo a {
  display:block;
}
#logo img {
  display:block;
  transition:opacity .25s ease;
  width:10rem;
  height:auto;
  max-width:none;
}
#logo img.inverted {
  position:absolute;
  left:0;
  top:0;
  opacity:0;
}
/*
.id-2 #logo img {
  opacity:0;
}
.id-2 #logo img.inverted{
  opacity:1;
}
*/
.nv-open #logo img {
  opacity:1;
}
.nv-open #logo img.inverted {
  opacity:0;
}

#nv-toggle button {
  margin:0;
  padding:0;
  border:0;
  background:transparent;
}
#nv-toggle button:focus {
  outline:0;
}
#nv-toggle button img {
  width:2rem;
  height:2rem;
  display:block;
}


/* Hamburger
 * ***********************************/

.nv-icon {
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nv-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6A6F74;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/*
body.id-2 .nv-icon span {
  background:#fff;
}
*/

/* Icon 3 */

.nv-icon span:nth-child(1) {
  top: 5px;
}

.nv-icon span:nth-child(2),.nv-icon span:nth-child(3) {
  top: 14px;
}

.nv-icon span:nth-child(4) {
  top: 23px;
}

.nv-icon.open span {
  background:#6A6F74 !important;
}
.nv-icon.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.nv-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nv-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nv-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}


#nv {
  display:none;
}
#nv ul {
  margin:0;
  padding:0;
  list-style:none;
}
#nv ul li {
  margin:0;
  padding:0;
}
#nv ul li a {
  display:block;
  color:#6A6F74;
  text-decoration:none;
  text-transform:uppercase;
  padding:.5rem;
  white-space:nowrap;
  transition:color .2s ease;
}
#nv ul li a:hover {
  color:#9A141B;
}
#nv ul li.a1 > a,
#nv ul li.s1 > a,
#nv ul li a.active {
  color:#9A141B;
}

#main {
  min-height:calc(100vh - 3.4375rem);
}

#footer {
  padding:1rem 1rem;
  background:#fff;
}

#footer .seidel-interieurs img {
  width:6.5rem;
  height:1.5494rem;
}
#footer .seidel-studios img {
  width:11.25rem;
  height:1.125rem;
  display:block;
}
#footer .dgnb img {
  width:7.7778rem;
  height:auto;
  display:block;
}

#footer .nv-meta {
  font-size:.75rem;
}
#footer .nv-meta ul {
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
#footer .nv-meta ul li {
  margin:0 1.5rem 0 0;
  padding:0;
}
#footer .nv-meta ul li a {
  color:#949498;
  transition: color .2s ease;
}
#footer .nv-meta ul li a:hover {
  color:#000;
  text-decoration:none;
}

/*@media only screen and (max-width : 767px) {*/
@media only screen and (max-width : 849px) {
  #logo {
    position:relative;
    z-index:2;
  }
  #nv-toggle {
    position:relative;
    z-index:2;
  }
  #nv {
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    background:rgba(255,255,255,.95);
    text-align:center;
    font-size:1.5rem;
    line-height:1.6;
    padding:3.6rem 1rem 1rem 1rem;
  }
  #nv .nv-inner {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  #nv .nv-inner > ul {
    /*max-width:80%;*/
    width:calc(100% - 2rem);
  }
  #nv ul li {}
  #nv ul li:not(:last-child) {
    border-bottom:solid #949498 1px;
  }
  #nv ul li a {
    padding:.5rem 2rem;
    position:relative;
  }
  #nv ul li .toggle {
    position:absolute;
    right:0;
    top:50%;
    transform:translate(0, -50%) rotate(90deg);
    display:block;
    width:1.5rem;
    height:1.5rem;
    text-align:center;
    line-height:1.5rem;
  }
  #nv ul .articles-filter {
    /*display:none;*/
  }
  #nv ul ul {
    text-align:center;
    font-size:1rem;
    padding-bottom:1rem;
    display:none;
  }
  #nv ul li.a1 ul,
  #nv ul li.s1 ul {
    display:block;
  }
  #nv ul ul li {
    display:inline-block;
    border:0 !important;
  }
  #nv ul ul li a {
    padding:.3125rem.5rem;
  }
  
  #footer .seidel-studios a {
    padding:1rem 0;
    display:inline-block;
  }
  #footer .nv-meta ul li a {
    padding:1rem 0;
    display:inline-block;
  }
}

/*@media only screen and (min-width : 768px) {*/
@media only screen and (min-width : 850px) {
  #header {
    padding:2.3rem 3rem;
    align-items: center;
    height:6.85rem;
  }
  #nv-toggle {
    display:none;
  }
  #nv {
    display:block !important;
    opacity:1 !important;
    position:relative;
    width:100%;
    margin-left:2rem;
  }
  #nv ul {
    display:flex;
    float:right;
  }
  #nv ul li {
    margin:0 0 0 1rem;
  }
  #nv ul li .toggle {
    display:none;
  }
  #nv ul li a {
    padding:0 .5rem;
    padding:0;
  }
  #nv ul ul {
    display:none;
    font-size:.75rem;
    position:absolute;
    right:0;
    flex-wrap:wrap;
    justify-content: flex-end;
  }
  #nv ul li.a1 ul,
  #nv ul li.s1 ul {
    display:flex !important;
  }
  #nv ul li.a0.s0 ul {
    display:none !important;
  }

  /*
  .id-2 #nv ul li a {
    color:#fff;
  }
  .id-2 #nv ul li a:hover {
    color:#9A141B;
  }
  */

  #main {
    min-height:calc(100vh - 4.4375rem);
  }

  #footer {
    padding:1.5rem 3rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .nv-meta ul li {
    margin:0 0 0 1.5rem;
  }
}