@charset "utf-8";


/* Transition Fade (per scritte che si spostano quando passi da f12 a normale)
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s linear;}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

header {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}


@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

ul {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}



img {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

 {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
  
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

 {  
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

body{
    margin-left:0px;
    background-color: rgba(0,0,0,.55); 
    font-family: 'Kurale', serif;
    }

     /*da mettere sempre nel css per il box*/
.boxcookie{  
  padding:10px;
  border:1px silver solid;
  font-size: 18px;
  background:transparent;
  font-family: open sans, serif;
 }

#cookieBox{
  display: none;
}


img{
  box-shadow:3px 3px 3px 3px #151517; 
  margin:10px auto;
}


.img1{
  width: 200px;
  margin-right: 10px;
  margin-left: 10px;
}

.img-gallery{
  width: 300px;
  margin-right: 10px;
  margin-left: 10px;
}
header {
  float: center;
  height: 150px;
  position: relative;
}


/*per ombra tonda sotto logo*/
#everything{
 
    margin:0px auto;
    padding:0px auto; 
    color: #fff;
    position: relative; 
}

h1{
  font-family: 'Kurale', serif;
  letter-spacing: 1,5px;
  font-size: 70px;
  text-align: left;
  vertical-align: middle;
  margin-top:10px;
  margin-left: 30px;
  padding-top:30px;
  margin-bottom:0px;
  color:silver;
}



h1:after {
  content: '';
  position: absolute;
  bottom: 50;
  left: 0;
  width: 30%;
  height: 100px;
  border-radius: 500%;
  box-shadow: 0 8px 10px -10px white;
}

h2{
 font-family: 'Kurale', serif;
  font-size: 23px;
  text-align: left;
  color:black;
  margin-bottom: 30px;
  float: center;
  margin-left:30px;
  padding:5px;
  padding-top:30px;
}

.h2austellungen{
  color:silver;
  font-size: 60px;
  padding-left:0px;
}

h3{
 letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
  color:silver;
  background: transparent;
  margin-top:0px;
  line-height: 2,2px;
}

.h3-info{
  margin-top:10px auto;
  margin-bottom:0px; 
  padding-top:20px; 
  padding-bottom:20px;
  letter-spacing: 1,5px;
  color:silver;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); font-size: 20px;
}

#p-name{
  font-family: 'Kurale', serif;
  font-size: 22px;
  margin-bottom: 0px;
}

#p-phone{
  margin:3px; font-size: 20px;
}

#p-mail{
 margin:3px;padding-right:4px;font-size: 20px;
}

#center{
	background-color: rgba(0,0,0,.55); 
	margin-top:70px;
	margin-bottom: 0px;
}

#center2{
	margin-bottom:50px;
}

hr.style-seven {
    margin-top:0px;
    margin-bottom:0px;
    width: 50%;
    overflow: visible; /* For IE */
    height: 50px;
    border-style: solid;
    border-color:silver;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: silver;
    border-width: 0 0 1px 0;
    border-radius: 100px;
}



#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:50px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{box-shadow: 0px 0px 3px 3px silver; background-color:olivedrab; visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1; color:grey;}
#backtotop{color:#FFFFFF; background-color:blue; border-radius: 150px;}

.backtop {border:dotted darkcyan;border-radius: 150px;}


.multi-item-carousel{
  padding:50px;
}

footer{
	border-top:1px silver solid;
  height: 50px;
  margin-bottom:0px;
  padding-bottom:0px;
}

.copyright{
  color: black;
  font-size: 15px;
  margin:0px;
}

.copyright-about{
  border-top:1px silver solid; 
  margin-bottom:0px; 
  padding-bottom:30px; 
  height: 50px;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);font-size: 18px;color:silver;
}

/*Navbar*/
.topnav {
  overflow: hidden;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  padding-left:100px;
}

.topnav:hover {
  overflow: hidden;
  color:white;
 
}

.topnav a {
  float: left;
  display: block;
  color: whitesmoke;
  text-align: center;
  padding: 18px 16px;
  text-decoration: none;
  font-size: 22px;
  position: relative;
  display: block;
}

.topnav a:hover {
  color: black;
}

.active {
  color: white;
  margin-left: 60px;
  background:black;
  
}

.topnav .icon {
  display: none;
}

/*on image hover show text*/
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  color:#303030;
}

.hvrbox img {
  max-width: 100%;
}

.hvrbox .hvrbox-layer_bottom {
  display: block;
}

.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}

.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 22px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}

.hvrbox.active .hvrbox-text_mobile {
  display: block;
}
/*end on hover text */

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    background:black;
  }

  .h2austellungen{
    color:silver;
    font-size: 40px;
    padding-left:0px;
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    text-align: center;
  }
  
  .multi-item-carousel{
    padding:0px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav a {
    padding: 5px 5px;
  }

  .h3-info{
    color:grey;
  }

  .copyright-about{
    color:grey;
  }

}


  /*end navbar*/


@media screen and (max-width:800px){
	body {
		margin-left:0px;
		margin-right: 0px;
    background-color: rgba(0, 0, 0, .55);
	}

 header {
  height: 100px;
} 


#everything{
  margin-left: 0px;
 width: 100%;
}

.container{
 background-color: rgba(0, 0, 0, .55);
}
	h1{
  font-size: 50px;
  margin-top:10px;
  margin-left: 0px;
  padding-top:10px;
  margin-bottom:0px;
}

h1:after {
  bottom: 50;
  width: 70%;
  height: 80px;
}

.h2-index{
  color:silver;
  font.size: 20px;
  margin-bottom: 0px;
  float: center;
  padding-top:50px;
  margin-left:0px;
  margin-right: 0px;
  text-align: center;
}

h2{
  color:silver;
}
h3{
 letter-spacing: 2px;
  font-size: 16px;
  text-align: center;
  color:silver;
  background: transparent;
  margin-top:0px;
  line-height: 2,2px;
}
	
  #p-name{
  font-size: 18px;
}

#p-phone{
  font-size: 13px;
}

#p-mail{
 font-size: 13px;
}
	#center{
	background-color: rgba(0,0,0,.55); 
	padding-bottom: 0px;	
  margin-top:150px;
	}

	#center2{
	margin-bottom:0px;
	padding-bottom: 0px;
}

.img1{
	width: 120px;
}



}