.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: verdana;
}
.active, .accordion:hover {
  background-color: #ccc;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  font-family: verdana;
}
.accordion:after {
  content: '\02795'; // Unicode character for "plus" sign (+) 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; // Unicode character for "minus" sign (-) 
}

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 10px;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}


@media only screen and (max-width: 1025px) {		
			.mobile-slide {
				display: block;
			}
			.slide-item {
				background-image: none !important;
			}
			.header-slider {
			}
			.slide-item {
				height: auto !important;
			}
			.slide-inner {
				min-height: initial;
			} 
		}
@media only screen and (max-width: 780px) { 
		h3 { font-size: 18px;}
		h5 { font-size: 12px;}
    }
@media only screen and (max-width: 420px) { 
		h3 { font-size: 10px;}
		h5 { font-size: 8px;}
    }
@media only screen and (max-width: 220px) { 
		h3 { font-size: 0px;}
		h5 { font-size: 0px;}
    }
@media only screen and (min-width: 1025px) { 
		h3 { font-size: 24px;}
		h5 { font-size: 16px;}
    }

    
    
img.mylogo {
  width: 100%;
  height: 180px;
  padding:1px;
  position: fixed;
  left: 0px;  
  top: 0px;
}

div.mysheet{
    display: block;
    margin: auto;
    margin-bottom: 300px;
    padding: 30px;
    background-color: #ffffff;
    width: 70%;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    color: #0000b0;
    position: relative;
    top: 180px;
    font-family: verdana;
}

div.cookieinfo{
    font-family: verdana;
    border-radius: 25px;
    padding: 20px;
    background-color: #fffff0;
    width: 40%;
    height: 20%;
    border-style: solid;
    border-width: 1px;
    color: #e00000;
    position: fixed;
    right: 30%;
    top: 50%;
}


div.company1 {
  font-family: verdana;
  position: fixed;
  top: 10px;
  left: 10%;
}
div.company2 {
  font-family: verdana;
  position: fixed;
  top: 35px;
  left: 10%;
}

  ul.mytabs, ol.mytabs {
    -ms-column-count: 2;
    -o-column-count: 2;
    -moz-column-count: 2;
    -khtml-column-count: 2;
    column-count: 2;
    background-color: #ffffff;
    color: #0000b0;
    padding: 30px;
    }


li.Liste, ul.Liste {
    display: inline;
    background-color: #ffffff;
    color: #0000b0;
    padding: 10px;
    border-width: 1px;
    vertical-align: center;
    border-style: solid;
    border-color: #ffffff;
  
}
li.Liste:hover
{
    border-width: 1px;
    border-style: dotted;
    border-color: #0000b0;
}

a.Liste:hover
{
    border-width: 1px;
    border-style: dotted;
    border-color: #0000b0;
}

ul.MyListe{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li.MyListe{
    float: left;
}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   height: 25px;
   width: 100%;
   background-color: #000040;
   color: white;
   text-align: center ;
   vertical-align: center;
   padding: 0px;
   border-width: 0px;
   font-family: verdana;
}

.MyHeader {
   position: fixed;
   left: 0;
   top: 0;
   height: 25px;
   width: 100%;
   background-color: #000040;
   color: white;
   text-align: center ;
   vertical-align: center;
   padding: 0px;
   border-width: 0px;
   font-family: verdana;
}

.MyDialog{
    background-color:#ffffe0; 
    padding: 30px; 
    border-radius: 20px;
}

.Product{
    background-color:#ffffe0; 
    padding: 30px; 
    border-radius: 20px;
    border-color: black;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}
button, input, textarea {
  background-color: seashell; 
  font-family: verdana;
  font-size: 1.1em;
}
select {
   background-color: seashell; 
   width: 250px; 
   font-size: 1.1em; 
   font-family: inherit;
   font-weight: 300;
}
