
:root {
    --gold: #AA773D;
    --gold-transparent: rgba(170, 119, 61, .8);
    --darkgray: #111;
    --darkgray-transparent: rgba(33, 33, 33, .8);
    --lightgray: #eee;
    --font_main_color: #181818; 
    --contrast: #d19961;
}
html{
    box-sizing:border-box;
    color: #ccc;
    background: var(--darkgray);
}
body{
    margin: 0;
    padding: 0;
}
body,h1 {
    font-family: "Raleway", Arial;
}
.header h1 {
    letter-spacing: 8px;
    color: var(--contrast);
}
*,*:before,*:after{
    box-sizing:inherit
}
.header{
    padding: 60px 16px;
}
.center{
    text-align: center;
}
.wrapper{
    max-width: 100%;
}
.wrapper-small{
    max-width: 100%;
    padding: 20px;
}
.content{
    max-width: 100%;
}
.nav{
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 28px;
}
.nav a{
    color: var(--contrast);
    text-decoration: none;
    padding: 12px 14px;
    margin: 2px!important;
    border: 1px solid var(--contrast);
    transition: all ease-in-out 0.6s;
}
.nav a:hover{
    color: #fff;
    background: var(--contrast);
}
.logo{
    width: 280px;
    margin: 0 auto;
}
.circle-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
}
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 8px;
  margin-bottom:128px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 100%;
  flex: 100%;
  max-width: 100%;
  padding: 0 16px;
}

.column img {
  padding-top: 32px;
  vertical-align: middle;
  width: 100%;
}
.disclaimer{
    
    font-size: .9em;
}
.disclaimer a{
    color: #ccc;
}
.image-container {
  position: relative;
  width: 100%;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  text-align: center;
  font-size: .8em;
}
.overlay-text{
    margin: 28px;
}
.shopping-card-outer{
    display: none;
}
.shopping-card-overlay{
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-card{
    position: relative;
    width: 90%;
    height: 90%;
    background: #222;
    color: #fff;
    padding: 26px;
    border-radius: 12px;
}
.shopping-card h2{
    text-align: center;
}
.shopping-card-div{
    width: 90%;
    margin: 0 auto;
}
.shopping-card-image{
    width: 100%;
    margin: 0 auto;
}
.shopping-card-image img{
    width: 100%;
}
.shopping-card-image span{
    font-size: .7em;
}
.shopping-card-div label{
    font-size: .7em;
}
.txt{
    width: 100%;
    background:#333;
    border: none;
    border-radius: 6px;
    padding-left: 12px;
    height: 40px;
    color: #ccc;
}
textarea{
    padding-top: 6px;
    height: 60px!important;
    resize: none;
}
.ds-meldung{box-sizing: border-box;position:fixed;bottom:0;width:100%;padding:12px;z-index:200;background:rgba(22,22,22,0.9);color:#fff; font-size: 0.9em}
.ds-meldung a{color:#fff;font-weight: bold;}

#ds-close{width: 18px;float: right;padding:10px;}
#ok{margin-top:28px;margin-left:12px;float:right;background: transparent;border:0;}
#notok{margin-top:28px;margin-left:12px;float:right;background: transparent;border:0;}
label{
    font-size: .8em;
}
.table-descript{padding:3px;float:left;width:60px;}
.table-left{padding:4px;float:left;width:100%;box-sizing: border-box;}
.table-left-wide{padding:4px;float:left;width:100%;box-sizing: border-box;}
.table-left-note{padding:4px;width:100%;box-sizing: border-box;display: none;text-align:center;font-size:1.2em;}
#betreff{width:100%;}
.clear{
    clear:both;
}
button{
    padding: 12px 20px;
    margin: 12px 0;
    background:  var(--contrast);
    color: #fff;
    border: none;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.2em;
}

.close-btn{
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.image-container:hover .overlay {
  height: 120px;
}

.link-btn{
    background: var(--contrast);
    color: #fff;
    padding: 6px 12px;
    font-size: 1.2em;
    border: 2px solid var(--contrast);
    text-decoration: none;
    line-height: 12px;
    border-radius: 6px;
    transition: all ease-in-out 0.6s;
}
.link-btn:hover{
/*    background: rgba(200, 200, 200, .4);
    border: 2px solid rgba(200, 200, 200, .4);*/
}
.cite{
    text-align: center;
    margin-bottom: 60px;
}
.cite span{
    font-size: .8em;
}
blockquote {
border:none;
margin: 0;
padding: 0;
margin-bottom:-20px;
}
blockquote h4{
    /*font-size: 0.9em;*/
}
blockquote h4:before { 
    font-family:Georgia, "Times New Roman", Times, serif;
    content: open-quote;
    font-weight: bold;
    /*font-size: 60px;*/
    color: var(--contrast);
    margin: 0;
    /*margin-right: -4px;*/
} 
blockquote h4:after { 
    font-family:Georgia, "Times New Roman", Times, serif;
    content: close-quote;
    /*content: '';*/
    font-weight: bold;
    /*font-size:60px;*/
    color: var(--contrast);
    margin: 0;
    /*margin-left: -3px;*/
    position: relative;
   line-height: 0;
   vertical-align: baseline;
   /*top: 0.5em;*/
   z-index: -1;
}
.footer{
    position:relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    display: flex;
    justify-content: space-around;
    padding-top: 12px;
    margin-bottom: 0;
    color: #fff;
    background: #050505;
}
.footer-newsletter{
    text-align: center;
    padding: 28px;
    background: url('../xcms/pageimages/footer-bg.jpg') repeat no-repeat;
    
}
.footer-newsletter::after{
    content: "";
    clear: both;
    display: table;
}
.footer-newsletter div{
    display: inline-block;
}
.footer-newsletter h2{
    color: #fff;
}
.footer-newsletter h2 i{
    font-size: 1.2em;
    color: var(--contrast);
}
footer-newsletter label{
    padding-bottom: 12px;
}
.footer-newsletter .alert{
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: none;
      min-width: 260px;
      padding: 26px;
      z-index: 1008;
      background: var(--contrast);
      color: #fff;
      text-align: center;
      border-radius: 6px;
      box-shadow: 12px 12px 12px rgba(0,0,0, .6);
  }
  #read-alert{
      z-index: 1001;
      text-align: center;
      padding: 6px;
      background: #fff;
      color: #424242;
      cursor: pointer;
      border-radius: 6px;
  }
.inputEmail{
    width: 220px;
    padding: 12px;
    font-size: 17px;
    float: left;
    border-radius: 4px 0 0 4px;
    border: 1px solid #fff;
    border-bottom: none;
}
.nl-button{
    float: left;
    padding: 12px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    border: 1px solid var(--contrast);
    background: var(--contrast);

}
.footer-logo{
    margin-right: 40px;
    width: 120px;
    height: 120px;
}
.footer-section{
    margin: 0 20px;
    width: 100%;
}
.footer h3{
    font-size: 1.2em;
    color: var(--contrast);
}
.footer a{
    text-decoration: none;
    color: #aaa;
}
.footer-symbol{
    font-size: 4em;
    color: var(--contrast);
}
.payments{
    display: flex;
    align-items: center;
    justify-content: center;
}
.payments i{
    font-size: 4em;
    margin: 2px;
    
}

.footer ul li{
    list-style-type: none;
}
.footer ul { 
   padding-left: 0;
}
.footer .socialmedia{
    text-align: center;
}
.footer .socialmedia i{
    padding: 4px;
    font-size: 2em;
    color: #fff;
}
.footer .line{
    background-color: var(--contrast);
    height: 1px;
    width: 200px;
    margin: 12px auto;
}
.copyright{
    font-size: .8em;
}
.popup-donation{
    display: none;
    position: fixed;
    margin: auto;
    bottom: 12px;
    width: 100%;
    font-size: .8em;
    padding: 12px;
    background: var(--contrast);
    color: #fff;
    border-radius: 12px;
    z-index: 1000;
}
.popup-donation .symbol{
    font-size: 2em;
}
.popup-close-btn{
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 24px;
    color: #fff;
    
    cursor: pointer;
}

.back-to-top {
   position: fixed; 
   z-index: 2000; 
   border-radius: 20px;
   padding: 18px;
   font-size: 2.2em;
   right: 12px; 
   bottom: 12px;
   display: none;
   transition: opacity 2s 0.5s;
    color: #fff;
    outline: none;
}

.container{
    position: relative;
    padding-left: 6px;
    line-height:40px;
    cursor: pointer;
}
/* Hide the browser's default checkbox */
.container input {
  visibility: hidden;
}
.checkmark {
  position: absolute;
  top: -6px;
  left: 6px;
  height: 25px;
  width: 25px;
  background-color: #444;
  margin-right: 40px;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #444;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 48em) {
    .content{
        max-width: 100%;
    }
    
    .wrapper{
        margin: 0 auto;
        max-width: 1200px;
    }
    .wrapper-small{
        margin: 0 auto;
        max-width: 900px;
    }
    .logo{
        width: 400px;
        margin: 0 auto;
    }
    
    .nav a{
        padding: 12px 38px;
    }
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
      padding: 0 16px;
    }
    
    .flex-box{
      display: flex;
      justify-content: space-around;
    }
    
    .shopping-card{
        width: 600px;
        height: auto;
    }
    .shopping-card-div{
        width: 50%;
        margin: 0 auto;
    }
    .shopping-card-image{
        width: 50%;
        margin: 0 auto;
    }
    .footer-section{
        width: 280px;
    }
    
    .payments i{
        font-size: 4em;
        margin: 4px;

    }
    .footer .line{
        width: 400px;
    }
    .inputEmail{
        width: 260px;
    }
    blockquote h4{
        font-size: 1.2em;
    }
    
.ds-meldung{box-sizing: border-box;position:fixed;border-radius: 6px;bottom:6px;right:6px;width:280px;padding:12px;z-index:200;background:rgba(22,22,22,0.9);color:#fff; font-size: 0.9em}
.ds-meldung a{color:#fff;font-weight: bold;}
.ds-wrapper{margin:0 auto;}
#ds-close{width: 18px;float: right;z-index:200;cursor:pointer;}
#ok{margin-top:28px;margin-left:12px;float:right;background: transparent;border:0;cursor:pointer;}
#notok{display:none;margin-top:28px;margin-left:12px;float:right;background: transparent;border:0;cursor:pointer;}

.table-descript{padding:3px;float:left;width:60px;}
.table-left{padding:4px;float:left;width:50%;box-sizing: border-box;}
.table-left-wide{padding:4px;float:left;width:100%;box-sizing: border-box;}
.table-left-note{padding:4px;width:100%;box-sizing: border-box;display: none;text-align:center;font-size:1.2em;}

    button{
        float: right;
        width: 240px;
    }
    
.popup-donation{
    margin: 0;
    right: 12px;
    width: 220px;
}
}

@media (min-width: 1454px) {
    
    .column {
      -ms-flex: 33.3333333%;
      flex: 33.3333333%;
      max-width: 33.3333333%;
      padding: 0 16px;
    }
    .content{
        max-width: 1200px;
        margin: 0 auto;
    }
}