body {
    color: #444;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    line-height: 1.8em;
    /*don't use font-size here font-size:0.9em;*/ }

*,
*::before,
*::after {
    box-sizing: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
div#menu-container,
.top-bar *,
.top-bar-section ul li > a,
button,
.button,
div.product-name a,
ul#breadcrumbs-shop,
span.infobit-index-text-header a,
a.cat-name,
div.navi-level-2 a,
div.navi-level-3 a,
table thead tr th,
table tbody tr th {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif; }

h1, .h1 {
    font-size: 1.7rem;
    font-weight: bold; }

h2, .h2 {
    color: #02459B;
    font-size: 1.5rem;
    margin: 1.5em 0 1em 0;
    text-transform: uppercase; }

h3, .h3 {
    font-size: 1.1rem;
    /*text-transform: uppercase;*/
    font-weight: bold;
    /*! margin: 2em 0 0.2em 0; */ }
	
h4, .h4 {
    font-size: 1.4rem;
    margin: 0.5em 0 1em 0;
    font-weight: bold;
    /*! text-transform: uppercase; */ 
    /*! \31 : 0; */
}	

.text-center {
  text-align: center;
}

button, .button {
    background-color: #EA0909;
    font-size: 120%;
    color: #FFF;
    /*! border-radius: 3px; */ }

button:hover, .button:hover {
    background-color: #EA0000; }

.icon:before {
    color: #02459B; }

.orbit {
    text-align: center; }
    .orbit span.orbit-caption-title {
        display: none; }
    .orbit > button {
        display: none; }
    .orbit .orbit-bullets button {
        width: 0.8em;
        height: 0.8em; }
    .orbit .orbit-caption {
        visibility: hidden; }

.flexcontainer {
    background-color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem;
    position: relative;
    width: 100%; }

.flexcontainer2 {
    background-color: #fefefe;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.1rem;
    position: relative;
    width: 100%; }
	
.itemcenter {
    width: 500px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.itemleft {
    flex: 0 1 auto;
    margin-right: auto; }
    .itemleft .button {
        border: 1px solid #d9d9d9;
        border-radius: 0;
        background-color: #fff;
        color: #5e5e5e;
        margin: 0;
        text-transform: uppercase; }
		
.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}		