/** Shopify CDN: Minification failed

Line 787:7 Expected ":"
Line 793:7 Expected ":"
Line 820:7 Expected ":"

**/
/* Custom Designs */

.Header--transparent {
box-shadow: none;
}


#shopify-section-161159104035dde629 {
background-color: #f5f9fc;
}

.newsletter-container {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.center {
margin-left: auto;
margin-right: auto;
}

.footer-logo-container {
margin-bottom: 42px;
}

.Footer__Content {
	text-transform: uppercase;
}

.footer-submit {
width: 100%;
background-color: rgba(0, 0, 0, 0);
margin-top: 10px;
}

#footer-newsletter > input.Form__Input {
  border: 0px solid grey;
  border-bottom: 1px solid black;
  
}

/* Custom Button */ 

.cg-button {
  background-color: black;
  padding: 15px 50px;
  color: white !important;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
  align-self: center;
  letter-spacing: 4px;
  font-size: 16px;
  text-align: center;
}

.cg-button-alt {
  background-color: black;
  padding: 15px 50px;
  color: white !important;
  text-decoration: none !important;
  font-weight: 600;
  text-transform: uppercase;
}

.cg-button-container {
  margin-top: 80px;
  margin-bottom: 80px;
}

/* Grid */

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.2fr 0.8fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  /*grid-gap: 10px 10px;*/
  grid-template-areas:
    "first-image first-image first-image custom-made-jewellry custom-made-jewellry"
    "its-perfect its-perfect second-image text-sec-line ."
    "text-third-line . first-blue-img sec-blue-img ."
    "watch-cartier watch-cartier watch-cartier bag bag"
    "finest-diamonds finest-diamonds finest-diamonds bag bag";
}

.first-image { 
  grid-area: first-image;
  background: blue;
}

.custom-made-jewellry { 
  grid-area: custom-made-jewellry;
  background: grey;
}

.its-perfect { 
  grid-area: its-perfect; 
  background: red;
}

.second-image { 
  grid-area: second-image; 
  background: black;
}

.text-sec-line { 
  grid-area: text-sec-line; 
  background: green;
}

.text-third-line { 
  grid-area: text-third-line; 
  background: lightgrey;
}

.first-blue-img { 
  grid-area: first-blue-img; 
  background: lightgreen;
}

.sec-blue-img { 
  grid-area: sec-blue-img;
  background: lightblue;
}

.watch-cartier { 
  grid-area: watch-cartier; 
  background: silver;
}

.bag { 
  grid-area: bag;
  background: blue;
}

.finest-diamonds { 
  grid-area: finest-diamonds; 
  background: gold;
}

/* Product Page */

.h2-above-image {
  text-align: center;
  margin: 3rem 0;
  font-size: 2rem;
}

.pp-header {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
font-style: normal;
font-weight: 400;
line-height: 75px;
letter-spacing: 0em;
text-align: center;

}

.pp-desc {
  text-align: center;
}

.pp-desc-container {
  margin-top: 80px;
  margin-bottom: 80px;
  max-width: 80%;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

.half-flex {
width: 45%;
}

/* Hide Placeholder Select Variants */

#product_form_6219789959339 > div > div:nth-child(1) > ul > li:nth-child(1) > label, #product_form_6219789959339 > div > div:nth-child(2) > ul > li:nth-child(1) > label, #product_form_6219789959339 > div > div:nth-child(3) > ul > li:nth-child(1) > label, #product_form_6219789959339 > div > div:nth-child(1) > ul > li:nth-child(1), #product_form_6219789959339 > div > div:nth-child(2) > ul > li:nth-child(1), #product_form_6219789959339 > div > div:nth-child(3) > ul > li:nth-child(1) {
  display: none;
}


@media only screen and (max-width: 375px) {

  .Product__Gallery {
    max-height: 350px;
  
}
  
}

@media only screen and (max-width: 768px) {

  .Product__Gallery {
    position: sticky;
    top: 80px;
    z-index: 500;
    background: white;
  }
  #yourPersonalMessage {
    margin-top: 20px;
  }
  
}


/* custom styles */

.text-center {
  text-align: center;
}


/* Password Page */ 

#myVideoContent {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}


/* Footer */

.Rte a:not(.Button) {
	text-decoration: none;
	}


.westbury-heading {
	font-size: 90px;
    font-weight: 400;
}

#section-footer > div > div:nth-child(2) {
  margin-left: 2%;
}

.newsletter-container {
margin-left: auto;
margin-right: auto;
}

/* video with logo */

.absolute-position-container {
	position: absolute;
    top: 38%;
    left: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 25%;
}

.absolute-positioned-image {
    
    
}

.relative-container {
  position: relative;
}

/* Product Page */

.cg-variant-picker {
  border: none;
  background-color: #e7e7e7;
  border: none;
  border-radius: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.Product__SlideshowMobileNav {
  color: #e7e7e7;
  padding: 9px 15px;
} 

.ProductForm__Label {
  font-family: "Athelas" !important;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 20px;
}



.SizeSwatch.is-active::after, .SizeSwatch__Radio:checked + .SizeSwatch, .size-swatch-selected {
  background-color: black;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 12px 12px;
}

.HorizontalList--spacingTight .HorizontalList__Item {

}

.SizeSwatch, .size-swatch-selfmade {
padding: 12px 12px;
  font-size: 9.6px;
}





#product_form_6219789959339 > div > div:nth-child(3) > ul > li > label{
    /*padding: 8px;*/
    border-radius: 100%;
}

.ProductMeta {
  visibility: hidden;
}

.Button__SeparatorDot {
  display: none;
}




.basket-symbol::before {
  padding-left: 20px;
}

.Button--primary1 {
  padding-left: 0;
}

.size-swatch-selfmade {
padding: 12px 15px;
}

.selfmade-unselected {
  background: #e7e7e7;
  color: var(--text-color-light);
}

#yourPersonalMessage {
 
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  min-width: 210px;
  min-height: 30px;
  padding-left: 5px;
  font-size: 9.6px;
  text-align: center;
  
  
  
}

/* Ruler Download Element */

#product_form_6219789959339 > div > div:nth-child(3) {
margin-bottom: 0px;
}

.download-ruler {
  color: grey;
  text-decoration: underline;
  margin-bottom: 40px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
/*

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%; 
  min-height: 100%;
}

*/

@media only screen and (max-width: 768px) {

}

 /* Product Page Description */ 
.cg-pp-wrapper {
    /*margin: 15px;*/
}

.cg-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cg-spacing {
padding: 60px 0;
}

.cg-text-field {
  max-width: 600px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.cg-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}


.grid-image {
    width: 100%;
    height: auto;
}

.cg-pp-row {
  display: flex;
  gap: 10%;
  text-align: justify;
  margin-bottom: 10%;
}

.cg-product-sub {
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
text-align: justified;

}

.cg-product-headline {
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 34px;
letter-spacing: 0em;
text-align: left;
}

.pp-first-image {
width: 405px;
height: 516px;
}

.pp-sec-image {
width: 458px;
height: 403px;
margin-top: 50px;
}

.pp-third-image {
width: 641px;
height: 360px;
}

.pp-text {
  max-width: 500px;
}

.pp-product-text {
margin-top: 10%;
}

/* Front Page Grid */
/*
.cg-grind-container {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100vw;
    overflow-y: hidden;
     font-family: 'Athelas' !important;
}

.cg-grid-container h2 {
    text-transform: uppercase;
    font-weight: 100;
    margin: 0;
    padding: 0;
      font-family: 'Athelas';
    line-height: 40px;
}

.Rte .cg-grind-container  img {
    margin-top: 0;
    margin-bottom: 0;
}


.sub-text {
    line-height: 40px;
    letter-spacing: 1;
    text-align: justify;
    text-align-last: left;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.grid-row {
    display: flex;
    justify-content: space-around;
    position: relative;
   
    padding-bottom: 60px;
}

.first-row {
    align-items: flex-start;
}

.first-row>.text-right {
    margin-top: 10%;
}

.second-row {
    align-items: center;
}

.second-row {
    margin-top: -10%;
}

.third-row {
    align-items: center;
}

.fourth-row img,
.sixth-row img {
    max-width: 60%;
    justify-content: center;
  vertical-align: top;
}

.fourth-row div,
.sixth-row div {
    text-align: center;
}

.fifth-row {
    justify-content: flex-start;
}

.fifth-row img {
    max-width: 80%;
}

.seventh-row {
    justify-content: center;
}

.text-right,
.text-left {
    max-width: 50%;
    width: 400px;
    font-family: 'Athelas';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: justified;
}

.grid-heading {
    margin-bottom: 1em !important;
}

.image-left,
.image-right {
    max-width: 40%;
}

.wall-img {
    width: 100%;
}
*/
#section-1614966767fe40ae8b > div > div > div > div.grid-row.first-row > div.text-right > h2:nth-child(1) {
text-align: left;
}


/* Desktop View */

.grid-text-to-img {
    margin-top: 2.4em;
    margin-bottom: 2.4em;
}

/* Engraving Preview */

#previewButton {
  cursor: pointer;
}

#previewField {
  background-image: url("/cdn/shop/files/Bildschirmfoto_2021-03-19_um_19.23.52.png"); 
  height: 180px;
  width: 180px;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: contain; 
  border: 2px solid #e7e7e7e7;
  
  margin-right: auto;
  font-family: var(--heading-font-family);
  font-weight: 600;
  font-size: 14px;
  padding-top: 90px;
  padding-left: 74px;
  text-transform: uppercase;
  color: #DAA520;

}

.hideField {
display: none;
}

.showField {
display: block;
}

/* Shrink Logo on Scroll */

.Header__LogoImage--primary {
  transition: 1.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

/* Front Page Layout v3 */

#section-16115850776f12e120 {
	padding: 3em 0 0 0;
}

.cg-center {
  display: flex;
  flex-direction: column;
}


.cg-first-section {
background: white;
}

.cg-second-section {
  background: white;
}

.cg-third-section {
background: white;
}

.text-on-image {
  margin-left: 0;
  margin-right: auto;
  max-width: 300px;
}

.text-on-image-right {
  margin-right: 0;
  margin-left: auto;
  max-width: 300px;
}

/* Cart Page */

/* Checkout Toggle */

.checkoutForbidden {
  opacity: 0.1;
  cursor: not-allowed;
  pointer-events: none;
}

.checkoutActive {
 opacity: 1;
 cursor: pointer;
}



/* Identität */


.cg-header {
/*FF*/
  text-align: left;
  margin-top: 3em;
}

/* Individual Fixes */

/* Second Gravur Selector */
#product_form_6219789959339 > div > div:nth-child(7) > p > span.cg-variant-picker.size-swatch-selected.size-swatch-selfmade.selfmade-unselected {
  margin: 0 8px;
}

/* Last Section Frontpage */
#section-1613483559f4f6f0e0 {
padding: 0;
}

/* Create your own padding Fixes */

.FeatureText__ContentWrapper, .FeatureText__ImageWrapper {
padding-top: 0px !important;
  padding-bottom: 0px !important;
}


/* Create your own Product Page Variant Pre-Select - Hide CYO Variant */

#product_form_6219789959339 > div > div:nth-child(3) > ul > li:nth-child(8) {
display: none;
}

/* DESKTOP FIXES */

@media only screen and (min-width: 1000px) {

  .sub-text {
  max-width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  
}



/* MOBILE FIXES */



/* Customizer */

/* Circle Fix Hack */
.pplr-drop-item.active {
padding 12px 12px !important;
background-color: #000 !important;
color: #fff !important;
}

.pplr-drop-item.active {
padding 12px 12px !important;
background-color: #000 !important;
color: #fff !important;
}

.pplrimage {
display: none !important;
}

@media only screen and (max-width: 768px) {

.Footer__Block, .Footer__Inner {
margin-left: 0;
margin-bottom: 20px;
}
  
  

}
/* Optisch an Nina */

.ProductMeta {
display: none;
}


#pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_15lr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_16_, #pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_17_, #pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_18_, #pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_19_, #pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_20_, #pplr-6658681372843 > div.pplr-wrapper.pplr-dropdown.pplr-grsse.pplr_show_preview > span.pplr-drop-item._pplr_21_ {
padding 12px 12px !important;
color: white !important;
background-color: black !important;
}

.pplrlabel {
text-transform: uppercase;
font-size: 1.8em;
letter-spacing: 12px;
font-family: initial;
}

.pplr-drop-item {
background-color: #E4E3E3;
border-radius: 24px;
margin-right: 8px !important;
margin-bottom: 8px !important;
letter-spacing: 2px;
text-transform: uppercase;
padding: 8px 8px !important;
font-size: 0.8em;
}
.pplr-selecter-item {
background-color: #E4E3E3 !important;
  background: #E4E3E3;
border-radius: 24px;
margin-right: 8px !important;
margin-bottom: 8px !important;
letter-spacing: 2px;
text-transform: uppercase;
padding: 12px 18px !important;
font-size: 0.8em;
}

.pplr_tag .active {
background-color: black !important;
color: white;
}

.pplr-selecter-item-active {
background-color: black !important;
color: white;
}

/* Input Field */

.pplr-wrapper input {
width: 50% !important;
border-radius: 14px !important;
}





/* Fix Header Video Spacing */ 
#shopify-section-1614359308b55352a1 > div {
line-height: 0 !important;
}

/* Fix Header Underline */
#section-header {
box-shadow: none;
}

/* Hide Headline Mobile */
@media only screen and (max-width: 769px) {
  #fermet-headline {
  display: none;
	}
}

/* Accordion */

details[open] summary ~ * {
  animation: open 1s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 1px solid black;
  position: relative;
  cursor: pointer;
  font-size: 1.25rem;
  font-weight: 300;
  list-style: none;
}

details summary:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
details[open] summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
details summary {
  outline: 0;
}
details p {
  font-size: 0.95rem;
  margin: 0 0 1rem;
  padding-top: 1rem;
}

/* Collection Page */

.collection-link {
text-decoration: underline !important;
}


.flickity-page-dots {
display: none;
}




/* Front Page */
.absolute-headline {
    position: absolute;
    top: 10%;  
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 2;
}

.relative-positioned {
  position: relative;
}

#section-footer > div > div:nth-child(2) > div.Footer__Block.Footer__Block--newsletter {
display: none;
}


#section-footer > div > div.newsletter-container.Footer__Inner {
margin-top: 20px;
}

/* La Maison Fix */
/*
#shopify-section-slideshow-maison {
margin-bottom: -120px;
}
*/

.maison-intro {
font-family: Athelas;
text-align: center;
font-size: 19px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 400;
letter-spacing: 0.1em;
line-height: 40px;
}

.ProductForm__AddToCart, .p_a_t_c {

color: white !important;
 font-size: 1em;
 font-weight: 300;
font-family: 'Nunito Sans' !important;
 

}


.flickity-prev-next-button {
box-shadow: none !important;
}


@media only screen and (max-width: 500px) {
  #shopify-section-1614359308b55352a1 {
display: none !important;
  }
  #shopify-section-1620132897cfcc621b > section > div > div.FeatureText__ContentWrapper1 > div {
  margin-bottom: 20px;
  }
  
  body {
  overflow-x: hidden;
  max-width: 100vw !important;
  }
  
  .newsletter-container {
  max-width: 320px;
  }
  
  #shopify-section-16204974390626f0e4 > div > video {
  margin-top: -60px;
  }
  
  
}

@media only screen and (min-width: 500px) {
  #shopify-section-16204974390626f0e4 {
  display: none !important;
  }

}


.pplr-character-count {
display: none;
}

.pplr_text {
max-width: 160px;
margin-right: 200px;
}

.pplr_monogram:placeholder {
padding-left: 20px;
  color: grey;
}

#pplr-6658681372843 > div.pplr-wrapper.pplr-gold > div > div > span:nth-child(1) {
display: none !important;
}

#shopify-section-grid-identitaet-1 > section > div > div.FeatureText__ContentWrapper > div > header > h2{
    padding-top: 20px;
}

#shopify-section-grid-identitaet-2 > section > div > div.FeatureText__ContentWrapper > div > header > h2 {
    padding-top: 20px;
}
#shopify-section-grid-identitaet-1 > section > div > div.FeatureText__ContentWrapper > div > header > div > p {
    font-size: 18px;
}
#shopify-section-grid-identitaet-2 > section > div > div.FeatureText__ContentWrapper > div > header > div > p:nth-child(1) {
    font-size: 18px;
}



/* Sidebar Menu Fix with Customizer */

#sidebar-menu {
z-index: 50000;
}

/* Front Page Fixes */

@media only screen and (max-width: 375px) {
#shopify-section-162013378785125e37 .SectionHeader {
margin-top: 40px;
 
}
}


body > div.weglot-container.wg-default > aside {
background: white;
}


.flickity-prev-next-button {
width: 40%;
height: 40%;
}




/*Unsere Identität schriftart ändren */




#shopify-section-grid-identitaet-1 > section > div > div.FeatureText__ContentWrapper > div > header > div > p  {
  font-family: 'Athelas';
  text-align:justify;
}


#shopify-section-grid-identitaet-2 > section > div > div.FeatureText__ContentWrapper > div > header > div > p:nth-child(1)  {
  font-family: 'Athelas';
  text-align:justify;
}


/*---------------------------------------------------------------------------------------------*/















/* Shake Checkout 

#continueToCheckout:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

*/

/* Find your Size & Incl. Tax Product Page */

.product-sub {
font-size: 0.5em !important;
text-transform: none;
letter-spacing: 0;
}

#find-your-size {
text-align: right;
position: absolute;
text-decoration: underline;
font-size: 0.75em;
z-index: 4000;
top: 345px;
left: 350px;
font-family: var(--heading-font-family);
}

@media only screen and (max-width: 1006px) {

#find-your-size {
top: 750px;
left: 220px;
z-index: 4;
}
  
}


/* makes the newsletter button show on mobile on the top and on desktop on the bottom for questions : SK_PO ansprechen */

@media only screen and (max-width: 768px){
  #section-footer > div > div:nth-child(4){
  display:none !important;
  
  }}

@media only screen and (min-width: 769px){
  #section-footer > div > div:nth-child(2){
  display:none !important;
  
  }}



#section-footer > div > div:nth-child(3) > div.Footer__Block.Footer__Block--newsletter{
    flex-basis: 0 !important;
    margin-left: -120px;
  
} 

#section-footer{
  margin-bottom: -62px;
}

#section-footer > div > div.footer-logo-container.Footer__Inner > a > img{

  margin-bottom: 20px;

}

#footer-newsletter{
	margin-bottom: 20px;
}

#section-footer > div > div:nth-child(2) > div > ul{

	margin-bottom: 20px;
  	margin-left: 120px;
}

@media only screen and (min-width: 640px) {
  #section-footer > div > div:nth-child(2) > div > ul{
    margin-left: 0 !important; 
    padding-right: 45px;
    
  }}

#section-footer > div > div:nth-child(2){

	margin-right: 50px;
  	margin-left: 0;

}
@media only screen and (min-width: 640px) {
	#section-footer > div > div:nth-child(2){
      
      margin: 0px 50px 20px 0px !important;
    }}

#Slide1628520387175ea84c-0 > div.Slideshow__ImageContainer.AspectRatio.AspectRatio--withFallback.hidden-phone{
max-height:100vw;
}








#Slide162013378785125e37-0 > div.Slideshow__Content.Slideshow__Content--middleRight > header > div > div{
    margin-right: 156px;

  
  }



/*start seite bilder non mobiel löschen */




@media only screen and (max-width: 769px){
#Slide162013378785125e37-0 > div.Slideshow__ImageContainer.AspectRatio.hidden-tablet-and-up{
  display:none !important;
  
  }

  #Slide1628520414c882b43a-0 > div.Slideshow__ImageContainer.AspectRatio.hidden-tablet-and-up{
  display:none !important;
  
  }
  
  
}

/*start seite section nur bet mobiel full screen */

@media only screen and (max-width: 769px){
#shopify-section-1620132891b1e3f689 > section > div > div.FeatureText__ContentWrapper{
    height: 90vh;
}

  #shopify-section-1620132907bbc506d0 > section > div > div.FeatureText__ContentWrapper{
    height: 90vh;
}
  
  #shopify-section-1620132891b1e3f689 > section > div > div.FeatureText__ContentWrapper > div{
    margin-top: 25%;
}
  
#shopify-section-1620132907bbc506d0 > section > div > div.FeatureText__ContentWrapper > div{
    margin-top: 25%;
}
  }

/* start seite letzte section collectionsname bild bearabeiten   */

#fermet-headline\  > img{



    max-width: 120%;
    margin-top: 42em;
    margin-left: -20%;
    margin-right: 20%;
}
#fermet-headline\ {
  display:none !important;
  
  }

