html{
    background-color: black;
    font-family: Myriad Pro;
    letter-spacing: 4px;
}
.grey{
    background-color: grey;
}
.hb-button{
	width: 35px;
    height: 35px;
    border: none;
    color: white;
    display: none;
    background-color: #231f20;
}
.hb-padding{
	padding-left: 54px;
    padding-right: 54px;
    padding-top: 40px;
    padding-bottom: 100px;
    
}
.white{
	background-color: white;
	
}
.icons-padding{
    padding-top: 20px;
    margin-right: 20px;
    padding-left: 178px;
}
.icons{
    margin-left: 20px;
    color:white;
    float: left;
}
.img{
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}
.box1{
     flex-grow: 0; /* default 0 */
}
.box2{
     flex-grow: 4; /* default 0 */
}
.box3{
     flex-grow: 0; /* default 0 */
}
.grey{
    background-color: #231f20;
}
.title1{
    color: #c3b2b2;
    padding-top: 100px;
    text-align: center;
    font-size: 30px;
    padding-bottom: 50px;
}
.text1{
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.textgedicht{
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.text2{
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}
.center{
    margin-left:auto;
    margin-right:auto;
}
.button{
    border-radius: 10px;
    height: 138px;
    background-color: #c3b2b2;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    position:relative;
    left:45%;
}
.titleibiza{
    color: #c3b2b2;
    padding-top: 40px;
    font-size: 25px;
    padding-left: 20px;
}
.textibiza{
    color: white;
    text-transform: uppercase;
    padding-left: 20px
}
@media screen and (max-width: 1200px){
    .logo-section{
        float: none;
        padding: initial;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    nav ul{
        background: #ffffff;
        max-height: 0;
        width: 100%;
    }
    nav ul.show{
        max-height: 30em;
    }

    nav ul li{
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        background-color: #231f20;
    }
    .hb-button{
        display: inline;
    }
    .logo{
    width: 115px;
    height: 55px;
    
    }  
}
@media screen and (max-width: 992px){
    .icons-padding {
    display: none;
    padding-top: 20px;
    margin-right: 20px;
    padding-left: 178px;
    }
    .logo {
    height: 50px;
    width: auto;
    margin-top: 10px;
    float: right;   
    }
}
@media screen and (max-width: 575px){
    .logo-section {
        float: none;
        padding: initial;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .logo{
    width: 115px;
    height: 55px;
    
    }  
}
@media screen and (max-width: 448px){
    .logo{
    width: 115px;
    height: 55px;
    display: none;
    
    }  
    .box2{
        display: none;
    }
}




    


nav a{
    text-decoration: none;
   
}

nav ul{
    overflow: hidden;
    color: #fff;
    padding: initial;
    margin-top: 18px;
    margin-bottom: 18px;
}

nav ul li{
    display: inline-block;
    padding-right: 15px;
    padding-left: 80px;
}

.atop{
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 15px;
}
.afooter{
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 15px;
}

li > a:hover{
    color: #c3b2b2;
}

li > a:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

li > a:hover:before{
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.logobox{
    height: 50px;
    width: auto;

}
.logo{
    height: 50px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.padding{
    padding-bottom: 80px;
}
.boxstyle{
    width: 100%;
    height: 450px;
}
.banner{
    height: 200px;
    width: 100%;
}
.purple{
    background-color: #c3b2b2;
}
.icons-footer {
    padding-top: 10px;
    padding-bottom: 100px;
    /* padding-left: 178px; */
}

.parallax-klein {
    /* The image used */
    background-image: url("./img/wicca.jpg");

    /* Set a specific height */
    height: 412px; 

    /* Create the parallax scrolling effect */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-klein-1 {
    /* The image used */
    background-image: url("./img/DSC_1770.jpg");

    /* Set a specific height */
    height: 412px; 

    /* Create the parallax scrolling effect */

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-klein-2 {
    /* The image used */
    background-image: url("./img/DSC_3368.jpg");

    /* Set a specific height */
    height: 412px; 

    /* Create the parallax scrolling effect */
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.textcolorwhite{
    color: white;
}
.borderdown{
    border-bottom:1px solid #c3b2b2;
    
}
.bordertop{
    padding: 0;
    border-style: solid;
    border-bottom: solid #c3b2b2;

}
.borderbottom{
    padding: 0;
    border-style: solid;
    border-bottom: solid #c3b2b2;

}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.fotobox-about{
  width: 100%;
  height: 100%;
}
.foto-about{
    width: 100%;
        height: 180px;
}
html, body {
  margin: 0;
  padding: 0;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.carousel-indicators .active {
    background-color: #c3b2b2;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #c3b2b2; 
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    /* margin-right: 15%; */
    /* margin-left: 15%; */
    list-style: none;
    margin: 0 auto;
}

.footer__block .footer__block__title {
    margin-bottom: 2rem;
    color: black;
    text-align: center;
    margin-top: 50px;
}
.footer__block .footer__block__list {
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center;
    padding-left: 0;
        border-left: 1px solid #ccc!important;
    border-right: 1px solid #ccc!important;
}
ul {
    list-style-type: none;
}
 .footer__block .footer__block__social-list-item {
    display: inline-block;
}

 .footer__block .footer__block__social-list {
    margin-bottom: 3rem;
}
.menu-padding{
    margin-top: 50px;
}
.title-faq{
    color: white;
    text-align: center;
    padding-bottom: 50px;
    font-size: 14px;
}
.faq__item{
    text-align: center;
    color: white;
    margin-top: 20px;
}
.white-text{
    color: white;
    text-align: center;
}
.text-shipping{
    padding-bottom: 40px;
    font-size: 14px;
}
.faq__item__content{
    display: none;
}
.pagetitle{
    font-size: 70px;
    color: #c3b2b2;
    text-align: center;
    font-weight: 500;
    padding-top: 200px;
    position: relative;
    overflow-wrap: break-word;
}
.pagetitle2{
    color: white;
    text-align: center;
    padding-bottom: 200px;
    font-weight: 500;
    padding-top: 20px;
    position: relative;
}
.pageclickme{
    color: white;
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    position: relative;
}
.topfotodiv{
    height: 200px;
    width: 100%
}
.black{
    background-color: black;
    width: 100%;
    height: 100%;

}
.gif{
    width: 100%;
    height: 100%;
    position: fixed;
}
#myDIV {
    width: 100%;
    display: none;
}
.togglestyle{
    color: white;
    position: relative;

}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.taalicon{
    height: 20px;
    width: 20px;
}
.taaldiv{
    float: right;
}
.dark{
background-color: #1C1C1E;
}
.padding-bottom{
    padding-bottom: 100px;
}

.gallerij{
    width: 100%;
    height: 100%
}
.droom1{
    width: 100%;
    height: 100%;
}
.padding0{
    padding:0;
}

.navfixed{
    position: fixed;
    width: 100%;
    z-index: 9;
}



.overlay {
    width: 100%;
    background: rgba(17, 17, 17, 0.5);
}

.cta-link {
    background: url(./img/shattered.gif) repeat;
}
.cta-link .cta-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}












/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 500px;
  max-width: 1200px;
}

/* The Close Button */
.close2 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.imgbox{
    width: 100%;
    height: 500px;
}