/*  EMBEDDED FONTS  */
@font-face {
  font-family: 'salomeregular';
  src: url('../../files/fonts/Salome-Regular/salome-webfont.eot');
  src: url('../../files/fonts/Salome-Regular/salome-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../../files/fonts/Salome-Regular/salome-webfont.woff2') format('woff2'),
    url('../../files/fonts/Salome-Regular/salome-webfont.woff') format('woff'),
    url('../../files/fonts/Salome-Regular/salome-webfont.ttf') format('truetype'),
    url('../../files/fonts/Salome-Regular/salome-webfont.svg#salomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Thin.ttf) format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Regular.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Yantramanav';
  src: url(../../files/fonts/Yantramanav/Yantramanav-Bold.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}

/** ELEMENT SETTINGS **/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  margin: 0;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wrapper {
  max-width: 100%;
  min-height: calc(100vh - 40px);
  margin: 0 auto;
}
header {
  background-color: white; /*rgb(35, 110, 110);*/
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}
#logo {
  height: 70px;
  text-align: center;
  margin: 0;
  padding: 10px 0 10px 0;
}
#logo h1 {
  font-family: 'salomeregular', serif;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  text-transform: lowercase;
  color: rgb(123, 158, 158);
  text-align: center;
}
#logo h1 a {
  text-decoration: none;
  color: rgb(123, 158, 158);
}
#logo p {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
}
#logo p a {
  text-decoration: none;
  font-weight: 300;
  color: black;
}

/* .rslides{
  grid-column: 1 / 13;
} */
#article-40 {
  /* slider article */
  grid-column: 1 / 13;
  margin: 0;
  text-align: center;
}
.grid-bigtitle {
  grid-column: 2 / 5;
  margin: 50px 0;
  text-align: right;
  color: rgb(123, 158, 158);
}
.grid-bigtitle h1,
.grid-bigtitle-ds h1 {
  position: fixed;
  width: min-content;
}
.grid-bigtitle-ds {
  grid-column: 3 / 6;
  margin: 50px 0;
  text-align: right;
  color: rgb(123, 158, 158);
}
.portrait {
  grid-column: 1 / 13;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: 200;
}
.portrait .image_container {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.portrait .image_container img {
  width: 100%;
  height: auto;
  transform: translateY(-40%);
}
.grid-bigtitle-portrait {
  grid-column: 2 / 5;
  padding: 15vh 0 0 8%;
  position: fixed;
  z-index: 200;
}
.grid-bigtitle-portrait h1 {
  text-align: left;
  color: white;
}
.grid-bigtitle-portrait h3 {
  text-align: left;
  font-weight: 200;
  font-size: 25px;
  letter-spacing: 12px;
  margin: 2% 0 0 3%;
  color: white;
}
.content-portrait {
  grid-column: 5 / 11;
  z-index: 300;
  margin: 60px 0 30px 0;
}
.quote {
  grid-column: 3 / 11;
  margin: 50px 0;
  text-align: center;
}
.content-norm {
  grid-column: 6 / 11;
  margin: 70px 0 30px 0;
}
.content-ds {
  grid-column: 7 / 12;
  margin: 0;
  padding: 70px 0 30px 0;
}
.contact {
  grid-column: 6 / 11;
  margin: 0;
  padding: 70px 0 30px 0;
}
.product-gallery,
.product-text {
  margin: 50px 0 30px 0;
}
.product-gallery {
  grid-column: 6 / 12;
}
.product-text {
  grid-column: 2 / 5;
  text-align: right;
}
.product-text h1 {
  font-size: 500%;
  line-height: 80%;
  margin: 0 0 30px 0;
}
.product-text h2 {
  font-size: 200%;
  line-height: 105%;
  margin: 0 0 80px 0;
  /* color: rgb(123, 158, 158); */
  color: rgb(170 200 200);
}
.product-text h3, .product-text p {
  display: inline;
}
.product-text p {
  margin: 0 0 15px 0;
}
.footnote h6 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  margin: 60px 0 0 0;
}
footer {
  width: 100%;
  height: 40px;
  background-color: rgb(35, 110, 110);
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  float: right;
  font-family: 'Yantramanav', serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
}
footer ul li a {
  text-decoration: none;
  color: white;
  display: inline;
  margin: 20px;
}
footer p {
  margin: 0;
  padding: 0;
}

/** TEXT SETTINGS **/
h1 {
  font-family: 'salomeregular', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 700%;
  line-height: 80%;
  text-align: right;
  color: rgb(123, 158, 158);
  margin: 0;
  padding: 0;
}
h2 {
  font-family: 'salomeregular', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 200%;
  line-height: 105%;
  margin: 0 0 10px 0;
  padding-top: 0;
  color: rgb(35, 110, 110);
}
h3 {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: rgb(35, 110, 110);
}
p {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 30px 0;
  padding: 0;
}
a {
  text-decoration: none;
}
p a {
  text-decoration: none;
  font-weight: 700;
  color: rgb(123, 158, 158);
}
.quote h1 {
  font-size: 550%;
  text-align: center;
}
strong {
  font-weight: lighter;
}

/* NAVIGATION (responsiv) */
/* Add a background color to the mod_navigation */
.topnav {
  height: 38px;
  background-color: white;
  /* set navigation horizontal center */
  margin-left: 50%;
  transform: translateX(-50%);
  min-width: 650px;
}

/* Remove the points from the mod_navigation list */
.topnav ul li {
  list-style-type: none;
}
/* Style the links inside the navigation bar */
.topnav ul.level_1 li {
  float: left;
  display: block;
  text-align: center;
  padding: 10px;
  margin: auto;
  text-decoration: none;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  color: grey;
  text-transform: uppercase;
}
.topnav a {
  color: inherit;
}
/* Add an active class to highlight the current page */
.topnav ul.level_1 li.active {
  background-color: rgb(35, 110, 110); /* rgb(123, 158, 158); #d8991b;*/
  color: white;
}
/* Hide the link that should open and close the mod_navigation on small screens */
.topnav .icon {
  display: none;
  font-size: 20px;
  vertical-align: middle;
  background: none;
  color: rgb(123, 158, 158); /* #d8991b;*/
  margin: 5px 15px 0 0;
  padding: 0;
}
*/
  /* Dropdown container - needed to position the dropdown content */
 .dropdown {
  float: left;
  overflow: hidden;
}
/* Style the dropdown button to fit inside the mod_navigation */
.dropdown .dropbtn {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background-color: white;
  color: grey;
  border: none;
  outline: none;
  padding: 10px;
  margin: 0;
}
/* Style the dropdown content (hidden by default) */
.topnav .level_2 {
  display: none;
  position: absolute;
  margin-left: -10px;
  margin-top: 10px;
  min-width: 127px;
  z-index: 600;
}
/* Style the links inside the dropdown */
.topnav ul.level_1 li ul.level_2 li {
  float: none;
  background-color: rgb(255, 255, 255);
  color: grey;
  padding: 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.topnav ul.level_1 li:hover,
.topnav ul.level_1 ul.level_2 li:hover {
  background-color: rgb(230, 228, 228);
  color: rgb(123, 158, 158);
}
/* Add a background on mod_navigation links and the dropdown button on hover */
.topnav ul.level_1 ul.level_2 li.active,
.topnav ul.level_1 li.active:hover,
.topnav ul.level_1 li ul.level_2 li.active:hover {
  background-color: rgb(35, 110, 110);
  color: white;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
li.submenu:hover .level_2 {
  display: block;
}

/*  SLIDER IMAGES */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 500;
}
/* .rslides li */
.rslides div {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
/* .rslides li:first-child */
.rslides div:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  width: 100%;
  float: left;
  border: 0;
}

/** CONTACT FORMULAR SETTINGS  **/
/* Style inputs with type="text", select elements and textares */
label {
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
select {
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
}
input[type='text'],
input[type='email'],
select,
textarea {
  width: 100%;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 300;
  font-size: 15px;
  padding: 5px;
  border: 1px solid rgb(35, 110, 110);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px 0 10px 0;
  resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}
/* Style the submit button with a specific background color etc */
button.submit {
  background-color: rgb(123, 158, 158);
  color: white;
  margin: 0;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* Hover over Abschicken button */
button.submit:hover {
  background-color: rgb(35, 110, 110);
}




/** RESPONSIVE SETTINGS  **/

@media (max-width: 950px) {
  .grid-bigtitle {
    grid-column: 2 / 5;
    margin: 0;
    padding: 40px 0;
    text-align: right;
  }
  .grid-bigtitle-ds {
    grid-column: 2 / 6;
    margin: 0;
    padding: 40px 0;
    text-align: right;
  }
  .grid-bigtitle-portrait {
    padding: 150px 0 0 8%;
  }
  .grid-bigtitle-portrait h3 {
    letter-spacing: 3.7px;
    margin: 2% 0 0 3%;
  }
  .content-portrait {
    grid-column: 5 / 12;
  }
  .quote {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: center;
  }
  .content-norm {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .content-ds {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .contact {
    grid-column: 6 / 12;
    margin: 0;
    padding: 40px 0;
  }
  .product-gallery,
  .product-text {
    margin: 40px 0;
  }
  .product-gallery {
    grid-column: 6 / 13;
  }
  .product-text {
    grid-column: 1 / 5;
    text-align: right;
    margin-left: 10px;
  }
  .product-text h1 {
    font-size: 350%;
    line-height: 80%;
    margin: 0 0 30px 0;
  }
  .product-text h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 80px 0;
  }
  .product-text h3, .product-text p {
    display: inline;
  }
  .product-text p {
    margin: 0 0 15px 0;
  }
  .footnote h6 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 10px;
  }



  h1 {
    font-size: 500%;
    line-height: 80%;
    text-align: right;
  }
  .quote h1 {
    font-size: 400%;
  }
  h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 10px 0;
    padding-top: 0;
  }
  h3 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: rgb(35, 110, 110);
  }
  p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px 0;
    padding: 0;
  }
}

@media (max-width: 650px) {
  .grid-bigtitle {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
  .grid-bigtitle h1,
  .grid-bigtitle-ds h1 {
    position: unset;
    width: unset;
  }
  .grid-bigtitle-ds {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
    text-align: left;
  }
  
  .portrait {
    grid-column: 1 / 13;
    width: 100%;
    /* new
    height: 470px;
    end new */
    /* new */
    margin-bottom:30px;
    /* end new */
    /* background-image: url(../../files/scripts/images/gina_DSC4006.jpg);
    background-position: center;
    background-size: cover; */
  }
 
  .portrait .image_container {
    /* new 
    height: 470px;
    end new */
    position: relative;
    overflow: hidden;
  }
  .portrait .image_container img {
    width: 100%;
    height: auto;
    /* new */
    transform: none;
    /* end new */
    /* new 
    transform: translateY(-40%);
    end new */
  }
  .grid-bigtitle-portrait {
  	/* new */
  	position: relative;
  	padding: 0;
  	/* end new */
    grid-column: 2 / 12;
    /* new
    padding: 150px 0 0 8%;
    end new */
  }
  /* new */
  .grid-bigtitle-portrait h1 {
  	color: rgb(123, 158, 158)
  }
  /* end new */
  .grid-bigtitle-portrait h3 {
    letter-spacing: 3.2px;
    /* new */
    color: rgb(123, 158, 158)
    /* end new */
  }
  .content-portrait {
    grid-column: 2 / 12;
    /* new */
    margin-top:30px;
    /* end new */
  }
  .quote {
    grid-column: 2 / 12;
    margin: 0;
    padding: 50px 0;
    text-align: center;
  }
  .content-norm {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
  }
  .content-ds {
    grid-column: 2 / 12;
    margin: 0;
    padding: 15px 0;
  }
  .contact {
    grid-column: 2 / 12;
    margin: 0;
    padding: 25px 0;
  }
  .product-gallery,
  .product-text {
    margin: 15px 0;
  }
  .product-gallery {
    grid-column: 2 / 12;
  }
  .product-text {
    grid-column: 2 / 12;
    text-align: left;
  }
  .product-text h1 {
    font-size: 350%;
    line-height: 80%;
    margin: 0 0 30px 0;
  }
  .product-text h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 20px 0;
  }
  .product-text h3, .product-text p {
    display: inline;
  }
  .product-text p {
    margin: 0 0 15px 0;
  }
  .footnote h6 {
    font-family: 'Yantramanav', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 0;
  }

  #logo {
    height: 60px;
    text-align: left;
    padding: 10px 0 0 20px;
  }
  #logo h1 {
    text-align: left;
  }
  #logo p {
    font-weight: 300;
  }
  h1 {
    font-size: 450%;
    line-height: 80%;
    text-align: left;
  }
  .quote h1 {
    font-size: 350%;
  }
  /* .grid-bigtitle-ds h1 {
    text-align: left;
    font-size: 450%;
  } */
  h2 {
    font-size: 200%;
    line-height: 105%;
    margin: 0 0 10px 0;
    padding-top: 0;
  }
  h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: rgb(35, 110, 110);
  }
  p {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 40px 0;
    padding: 0;
  }

  .topnav {
    width: 100%;
    height: 40px;
    z-index: 600;
    background-color: white;
  }
  /* .topnav a:not(.activ),
  .dropdown .dropbtn {
    display: none;
  } */
  .topnav a.icon {
    float: right;
    display: block;
    height: 35px;
  }
}

@media (max-width: 400px) {
  #article-40 {
    /* slider article */
    grid-column: 1 / 13;
    margin: 0;
  }
  .grid-bigtitle-portrait {
    padding: 317px 0 0 8%;
  }
  .grid-bigtitle-portrait h1 {
    font-size: 350%;
  }
  .grid-bigtitle-portrait h3 {
    font-size: 22px;
    letter-spacing: 1.2px;
  }
}

/* The "responsive" class is added to the mod_navigation with JavaScript when the user hover on the icon. This class makes the mod_navigation look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 650px) {
  .topnav {
    margin: 0;
    transform: unset;
    min-width: unset;
    margin-top: 10px;
  }
  .topnav .level_1 {
    display: none;
  }

  .topnav.responsive {
    position: relative;
    display: block;
  }
  .topnav.responsive .level_1 {
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive .level_1 li {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .level_1 li.submenu {
    padding: 10px 0 0 10px;
  }
  .topnav .level_2 {
    display: block;
    position: relative;
  }
  .topnav ul.level_1 li ul.level_2 li {
    padding-left: 20px;
  }
  /* .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  } */
}

@media screen and (max-width: 900px) {
  .rslides li {
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 125%;
    left: -15%;
    top: -0%;
  }
}

@media screen and (max-width: 600px) {
  .rslides li {
    backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 150%;
    left: -30%;
    top: -0%;
  }
}

