.fixed-top {
  position: fixed;
  top: 50px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-top {
  position: absolute;
  top: -0px !important;
  right: 0;
  left: 0;
  z-index: 1030;
}

.container-fluid2, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
  margin-right: auto;
  margin-left: auto;
}


.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid3, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}


.header-logo {width:110px;
			  height:110px;}
			  
.bg-dark {
  background-color: #FFF !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  background-color:#acc73a;
}

.btn-primary {
  color: #fff;
  background-color: #acc73a;
  border-color: #acc73a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #879e28;
  border-color: #879e28;
}


a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

.content-area1 {margin-left:4%;}

.content-area2 {margin-left:4%;}

#content-img {
	width:750px; 
	height:450px;}


#content-img2 {
	width:750px; 
	height:540px;}


.cbd-section {height:230px;
			  margin-top:-150px;}

.hanfsamen-section {height:230px;
					margin-top:-50px;}

.rauchen-section {height:230px; 
				  margin-top:-50px;}

.titlebar {
  overflow: hidden;
}
.titlebar .next-back {
  float: right;
  margin: 12px 0;
}
.titlebar .next-back span a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Poppins;
  color: #222222;
}
.titlebar .next-back span a:hover {
  text-decoration: none;
  color: #888888;
}
.titlebar .next-back span {
  border-right: 1px solid #000;
  padding: 0 8px 0 5px;
  display: inline-block;
  line-height: 10px;
}
.titlebar .next-back span:last-child {
  border-right: none;
  padding-right: 0;
}

/*.carousel-inner > .carousel-item {*/
/*  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;*/
/*  -o-transition: -o-transform 1.2s ease-in-out !important;*/
/*  transition: transform 1.2s ease-in-out !important;*/
/*}*/

.carousel {
  margin-bottom: 0;
  padding: 0 0 30px 0;
}

.arrival-product .arrival-item ul {
  margin: 0;
  padding: 0;
}
.arrival-product .arrival-item ul li {
  float: left;
  list-style: none;
  width: 23%;
  overflow: hidden;
  margin-right: 2.6%;
}
.arrival-product .arrival-item ul li:last-child {
  margin-right: 0;
}


/********************* shopping Demo-1 **********************/
.product-grid{font-family:Raleway,sans-serif;text-align:center;padding:0 0 72px;border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#acc73a}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#acc73a;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:center;padding:12px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-27px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#acc73a}
.product-grid .price{color:#333;font-size:17px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}

.google-map {width:600px;
			 height:450px;}



.ha-bg-parallax {
    background: url(https://growshop-wien.at/img/bg1.jpg) 50% -195px no-repeat fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 600px;
    margin: 0 auto;
    width: 100%;
    display: table;
    vertical-align: middle;
}


.ha-bg-parallax .ha-parallax-body {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
}



.ha-bg-parallax .ha-content-whitecolor {
    font-size: 17px;
    color: #ffffff;
    width: 45%;
    margin: auto;
}



.ha-bg-parallax .ha-diamond-divider-md {
    margin: 15px 0px;
}



.ha-bg-parallax .ha-heading-parallax {
    font-style: italic;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    padding-bottom: 0px;
}


.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url(../img/bg1.jpg) no-repeat center center;
    background-size: auto;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 36px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: 1;
  transition: all .3s;
}

.footer-text {color:#FFFFFF;
			  font-size:12px;}

.footer-bg {background-color:#acc73a;
			padding-top:30px;
			padding-bottom:30px;
			margin-bottom:-10px;}

.bg-dark-light {
    background: #acc73a !important;
}
.bg-theme, .bg-dark, .bg-dark-light, .bg-secondary {
    color: #ffffff;
}
.widgets.footer-widgets .widget-title {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}

.widgets.footer-widgets .widget-title::after {
display:none;
}

.widgets.footer-widgets .widget-quick-links ul {
    margin-top: -4px;
}
.widgets.footer-widgets .single-widget ul {
    padding-left: 0;
    margin-bottom: 0;
}

.widgets.footer-widgets .widget-quick-links ul li {
    display: block;
}
.widgets.footer-widgets .widget-quick-links ul li a {
    display: block;
    font-size: 13px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 9px 0;
}

.widgets.footer-widgets .single-widget ul li {
    list-style: none;
    font-family: "Raleway", sans-serif;
}
.widgets.footer-widgets .widget-contact ul li {
    color: #000;
    font-size: 13px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.widgets.footer-widgets .widget-contact ul li span {
    font-size: 14px;
    color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    margin-right: 20px;
}
.widgets.footer-widgets .widget-contact ul li.phone, .widgets.footer-widgets .widget-contact ul li.fax {
    font-size: 15px;
}

.widgets.footer-widgets .widget-contact ul li + li {
    margin-top: 20px;
}

 .btn.btn-rounded {
     border-radius: 50px
 }

 .btn-outline-facebook {
     border: 1px solid #3b579d;
     color: #3b579d
 }

 .btn-outline-facebook:hover {
     background: #3b579d;
     color: #ffffff
 }

 .btn-outline-youtube {
     border: 1px solid #e52d27;
     color: #e52d27
 }

 .btn-outline-twitter {
     border: 1px solid #2caae1;
     color: #2caae1
 }

 .btn-outline-dribbble {
     border: 1px solid #ea4c89;
     color: #ea4c89
 }

 .btn-outline-linkedin {
     border: 1px solid #0177b5;
     color: #0177b5
 }

 .btn-outline-instagram {
     border: 1px solid #dc4a38;
     color: #dc4a38
 }

 .btn-outline-twitter:hover {
     background: #2caae1;
     color: #ffffff
 }

 .btn-outline-linkedin:hover {
     background: #0177b5;
     color: #ffffff
 }

 .btn-outline-youtube:hover {
     background: #e52d27;
     color: #ffffff
 }

 .btn-outline-instagram:hover {
     background: #e52d27;
     color: #ffffff
 }

 .btn-facebook {
     background: #3b579d;
     color: #ffffff
 }

 .btn-youtube {
     background: #e52d27;
     color: #ffffff
 }

 .btn-twitter {
     background: #2caae1;
     color: #ffffff
 }

 .btn-dribbble {
     background: #ea4c89;
     color: #ffffff
 }

 .btn-linkedin {
     background: #0177b5;
     color: #ffffff
 }

 .btn-google {
     background: #dc4a38;
     color: #ffffff
 }

 .btn-facebook:hover,
 .btn-facebook:focus {
     background: #2d4278;
     color: #ffffff
 }

 .btn-youtube:hover,
 .btn-youtube:focus {
     background: #c21d17;
     color: #ffffff
 }

 .btn-twitter:hover,
 .btn-twitter:focus {
     background: #1b8dbf;
     color: #ffffff
 }

 .btn-dribbble:hover,
 .btn-dribbble:focus {
     background: #e51e6b;
     color: #ffffff
 }

 .btn-linkedin:hover,
 .btn-linkedin:focus {
     background: #015682;
     color: #ffffff
 }

 .btn-google:hover,
 .btn-google:focus {
     background: #bf3322;
     color: #ffffff
 }
 
  .btn.btn-social-icon {
     width: 50px;
     height: 50px;
     padding: 0
 }
 
.payment-section {margin-left:10%;
				  margin-top:-20px;
				  width: 200px;}

.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 90%;
}


.location1 {color:#666666F;
		    margin-top:35%;
			margin-left:5%;
			background-color:#FFFFFF;
			padding-top:10px;}

.location2 {color:#666666F;
		    margin-top:35%;
			margin-left:-11%;
			background-color:#FFFFFF;
			padding-top:10px; 
			text-align:center;}

.location-map2 {width:235px;
				height:216px;}

@media (max-width: 768px) {

.navbar-dark .navbar-toggler {
			color: #000;
			border-color: #000;
			background-color: #000000 !important;
		}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-size: 18px;
  padding-left:5px;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  background-color:#acc73a;
  padding-left:5px;
}

#content-img {
	width:330px !important; 
	height:300px;
	margin-bottom:20px;}

#content-img2 {
	width:330px !important; 
	height:300px;
	margin-bottom:20px;
	margin-left:-4%;}

.container-fluid2, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.google-map {width:280px;
			 height:250px;
			 margin-left:-20%;}

.arrival-product .arrival-item ul li {
  float: left;
  list-style: none;
  width: 100%;
  overflow: hidden;
  margin-right: 2.6%;
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 36px 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: 1;
  transition: all .3s;
}

.ha-bg-parallax {
  background: url(https://growshop-wien.at/img/bg1.jpg) 100%  no-repeat fixed;
    background-size: auto;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 1100px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.location1 {
  color: #666666F;
  margin-top: 35%;
  margin-left: 0%;
  background-color: #FFFFFF;
  padding-top: 10px;
}

.location2 {
  color: #666666F;
  margin-top: 35%;
  margin-left: 0%;
  background-color: #FFFFFF;
  padding-top: 10px;
  text-align: center;
}

.location-map2 {width:180px;
				height:216px;}

.drive-in {width:30%;
		   flex-width:40%;}
		   
.col-md-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 100%;
}

.ha-bg-parallax .ha-content-whitecolor {
  font-size: 17px;
  color: #ffffff;
  width: 60%;
  margin-top: 12%;
}

}


@media (min-width:600px) and (max-width:801px)  {

#content-img {
  width: 540px;
  height: 450px;
}

.content-area1 {margin-left:8%;}

#content-img2 {
  width: 750px;
  height: 540px;
  margin-left: 32%;
}

.content-rauchen {-ms-flex: 0 0 41.666667%;
				  flex: 0 0 41.666667%;
				  max-width: 50.667% !important;
}

.content-area2 {
  margin-left: 15%;
  margin-top: 3%;
  flex: 0 0 70%;
  max-width: 70%;
}
}




