@charset "UTF-8";
/* CSS Document */

html {
	    font-family: 'Ubuntu', sans-serif;
	}

body {
	background-image: url("images/Images for Antisticking coating service/Background IMG_4747 5inch Mask with ASL close-up_1024x956px.png");
	background-size:cover;
	background-repeat: none;
	background-position: center;
	}

header {
	padding-top:0px;
    max-width: 1100px;
    margin-left: 0px;
    text-align: left;
    }

.container {
    background-color:white;
    font-family: 'Ubuntu', sans-serif;
    height:100px;
    max-width: 1115px;
    text-align: left;
    padding-bottom: 50px;
    margin-left:-15px;    
    }


.Language-Query {
    background-color: rgba(0,0,0,0.5);
    height:20px;
    width:inherit;
    max-width: 1100px;
    font-family: 'Ubuntu', sans-serif;
    color: red;
    font-size: 16px;
    text-align: right;
    text-decoration:none;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
}

.Language-Query a {
    margin: 10px;
    font-family: 'Ubuntu', sans-serif;
}

.Language-pick:hover {
    color: white;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    background: rgba(255,0,0,0.50);
    border-radius: 2px;
    border: 1px  dotted rgba(171,170,170,1.00);
    }

.main {
    min-height: 1250px;
    max-width: 1100px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
	}


.main p {
    height: auto;
    text-align: left;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    }

.main h1 {
    background-color: rgba(0,0,0,0.60);
    border-radius: 10px 10px 0px 0px;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-family: 'Ubuntu', sans-serif;
    }

.left_column {
    float:left;
    max-width: 600px;
    width: 50%;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 15px;
    }

.left_column p {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color:rgba(0,0,0,0.70);
    width: auto;
    margin-bottom: 0px;
}

.left_column h3 {
    background-color:rgba(0,0,0,0.50);
    color: white;
    margin-bottom: 0px;
    margin-top: 15px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 5px;
}


.carousel-inner {
    height:inherit;
    margin-top:10px;
    margin-bottom:0px;
    
    }
    
.carousel-indicators { visibility: hidden;}
    
.carousel-caption p {
    background-color:transparent;
    color: white;
    font-weight:100;
    text-align:left;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    float: none;
    clear: none;
    left: 0px;
    height: 245px;
    width: 100%;
    margin-bottom:5px;
    }
   



.right_column {
    float:left;
    width: 50%;
    margin-top: 0px;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
	}

.right_column h3 {
    background-color: rgba(0,0,0,0.50);
    color: white;
    margin-bottom: 0px;
    margin-top: 35px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 5px;
    }



.right_column p { 
    text-align:left;
    font-size: 14px;
    line-height: 35px;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color:rgba(0,0,0,0.70);
    width: auto;
    }


.right_column  ul li {
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color:none;
    width: auto;
    }

.right_column  ul { 
    padding-top: 0px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color:rgba(0,0,0,0.70);
    width: auto;
    }




.accordion {
  width: 100%;
  max-width: 650px;
  margin: 10px 0px 0px 0px;
}

.accordion-item {
  background-color: rgba(0,0,0,0.6);
  color: white;
  margin: 0.7rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.7);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor:pointer;
    }

.accordion-item-header::after {
  content: "\002B";
  font-size: 1rem;
  position: absolute;
  right: 0.5rem;
    }
.accordion-item-header.active::after {
    content: "\2212";
    font-size: 1rem;
    position: absolute;
    right: 0.5rem;
    }

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.0s ease-out;
    }

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 10px solid;
  border-image: linear-gradient(to right, transparent, #A1A0A0, transparent) 1;
    }





.info-button p {
    height:50px;
    max-width: 1100px;
    text-align: center;
    font-size:relative;
    font-family: 'Ubuntu', sans-serif;
    background-color:rgba(39,133,0,1.00);
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom: 10px; 
    border-radius: 10px 10px 10px 10px;
    }


.Bottom-Board {
    width: auto;
    max-width: 1200px;
    height: 300px;
    background-color: rgba(0,0,0,0.7);
}




    
.Adresse {
    float: left;
    background-color: rgba(0,0,0,0.7);
    height:220px;
    max-width: 367px;
    width: 33%;
    text-align: left;
	font-size: 18px;
    margin-top: 25px;
    padding-left:20px;
	padding-top: 20px;
    padding-right: 5px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
    }

.Adresse p {
    font-size: 16px;
    }

.Impressum {
    float: left;
    background-color: rgba(0,0,0,0.7);
    height:220px;
    padding-left:20px;
    max-width: 367px;
    width: 33%;
    text-align: left;
    margin-top: 25px;
	padding-top: 20px;
    padding-right: 25px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
}


.Impressum p {
    font-size: 16px;
}

.Socialmedia {
    float: left;
    background-color: rgba(0,0,0,0.7);
    height:220px;
    width: 33%;
    max-width: 367px;
    text-align: left;
    margin-top: 25px;
    padding-left:20px;
	padding-top: 20px;
    padding-right: 25px;
	padding-bottom: 10px;
	color: rgba(255,255,255,1);
    }

.Socialmedia p {
    font-size: 16px;
    }


.Update-bar p {
    float: left;
    height:10px;
    padding-left:10px;
    width: 100%;
    max-width: 1100px;
    text-align: center;
    margin-top: -30px;
	padding-top: -20px;
    padding-right: 25px;
	padding-bottom: 10px;
    font-size: 14px;
    color: rgba(255,255,255,1);	
    } 


h1 {
    font-size: 36px;
	color: rgba(255,255,255,1);
	font-family: 'Ubuntu', sans-serif;
	}


p 	{
    font-size: 16px;
    margin: inherit;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
	}


a 	{
	color: white;	
	font-family: 'Ubuntu', sans-serif;
	}

.menu-bar {
    max-width:1080px;
   background: rgba(255,0,0,0.70);
    padding-top:10px;
    border-radius: 10px 10px 0px 0;
    padding-bottom:20px;
    margin-top:20px;
    margin-right:0px;
    margin-left:20px;
    text-align: center;
    }

.menu-bar ul {
    display:inline-flex;
    list-style:none;
    color: #fff;
    }

.menu-bar ul li  {
    width: 120px;
    margin: 10px 10px 0 10px;
    padding: 10px;
    }
    
.menu-bar ul li a {
    text-decoration: none;
    color: #fff;
    }

.active, .menu-bar ul li:hover {
    background: rgba(200,0,0,0.80);
    padding: 10px;
    border-radius: 5px;
    border: 1px dotted rgba(171,170,170,1.00);
    }

.menu-bar .fa {
    margin: 5px;
    -webkit-transition: all 3s ease 0.5s;
    -o-transition: all 3s ease 0.5s;
    transition: all 3s ease 0.5s;
    cursor: default;
    filter: BlendTrans(Duration=2s);
    }

.sub-menu-1 {
    display:none;
    }

.menu-bar ul li:hover .sub-menu-1 {
    display: block;
    position: absolute;
    background: rgba(85,85,85,0.90);
    margin-top: 5px;
    margin-left: -5px;
    }

.menu-bar ul li:hover .sub-menu-1 ul {
    display: block;
    margin: 10px;
    }

.menu-bar ul li:hover .sub-menu-1 ul li {
    width: 250px;
    padding:10px;
    border: 1px dotted white;
    background: transparent;
    border-radius: 5px;
    text-align:left;
    }

.sub-menu-2 {
    display:none;
    }

.hover-me:hover .sub-menu-2 {
    position: absolute;
    display: block;
    margin-top: -37px;
    margin-left: 150px;
    background: rgba(85,85,85,0.90);
    }



@media only screen and (max-width: 780px) {
  
.menu-bar   {
    text-align:center;
    border-radius:0 10px 10px 0px;
    width: 30%;
    min-width:240px;
    display: block;
    }
    
    
.menu-bar ul {
    display: block;
    margin: 0px;
        }
    
.menu-bar ul li:hover .sub-menu-1 {
    display: block;
    position: absolute;
    background: rgba(85,85,85,0.95);
    margin-top: -55px;
    margin-left: 95px;
    }

.main {
	min-height: 1950px;
    height:inherit;
    text-align: left;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
    margin-left: -10px;
    }
    
.main p {
    width:520px;
    background-color:rgba(0,0,0,0.70);
    padding-bottom:10px;
    }
    
.main h1 { 
    width:520px;
    padding-top:10px;
    padding-bottom:20px;
    padding-left: 20px;
    font-size:32px;
    }
    
.left_column h3 { 
    width:520px;
    padding-top:20px;
    padding-bottom:10px;
    font-size:24px;
    }

.left_column {
    height: 980px; 
    margin-bottom:0px;
    }
    
.left_column p {
    width:520px;
    padding-left:20px;
    font-size:16px;
    }

.accordion {
  width: 520px;
  max-width: 800px;
  margin: 0px;
    }    
    
    
    
.carousel {
    width: 520px;
    }
    

.carousel-inner {
    height:400px;
    margin-top:5px;
    margin-bottom:0px;
    width: 520px;
    }
    
    
.carousel-caption p {
    background-color:transparent;
    color: white;
    font-weight:100;
    text-align:left;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    float: none;
    clear: none;
    position:relative;
    left: 0px;
    height: 362px;
    width: 100%;
    margin-bottom:5px;
    }
    
    
     
.right_column h3 {
    background-color:rgba(0,0,0,0.40);
    margin-bottom:0px;
    padding-top:20px;
    padding-bottom:10px;
    font-size:24px;
    }    



.right_column {
    background-color:none;
    width: 540px;
    float:left;
    margin-top:0px;
    margin-bottom:10px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:20px;
    }

.right_column p {
    background-color:rgba(0,0,0,0.70);
    text-align: left;
    }
    
 .right_column a {
    width:520px;
    padding-top:10px;
    padding-left:20px;
    padding-bottom:10px;
    margin-bottom:0px;
    font-size:16px;
    background-color:none;
    }

.right_column  ul {
    background-color:rgba(0,0,0,0.70);
    }

        
.right_column  ul li {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 0px;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 40px;
    padding-bottom: 10px;
    width: 520px;
    }    

  
    
    
 .info-button p{
    height:50px;
    width: 520px;
    text-align: center;
    font-size:relative;
    font-family: 'Ubuntu', sans-serif;
    background-color:rgba(39,133,0,1.00);
    padding-top:10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom: 20px; 
    border-radius: 10px 10px 10px 10px;
    }
    
    
.Adresse p {
    font-size: 14px;
    padding-left:0px;
    }
    
.Impressum p {
    padding-left:0px;
    font-size: 14px;
}

.Socialmedia p {
    padding-left:0px;
    font-size: 14px;
}
    
} /* End of #media-query 770px*/


.menu-bar ul li:hover .sub-menu-1 ul li:last-child
    {
    /* border-bottom: none;   */ 
    }

.menu-bar ul li:hover .sub-menu-1 ul li a:hover {
    color: #FF0000;
    }

.fa-angle-right {
    float: center;
     }
