/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.wrapper {
	max-width: 100%;
	object-fit: cover;
    margin: auto;
    padding: auto;
}

.wrapper-xy {
    max-width: 1920px;
	object-fit: cover;
	margin-left: auto;
	margin-right: auto;
    padding: auto;
	z-index: -1;
	background-color: #ffffff;
}
.wrapper-xy-text {
    max-width: 1200px;
	object-fit: cover;
    margin-top: 0%;
	padding-top: 3%;
	padding-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
    padding: auto;
	z-index: -1;
}

ul li {
  list-style-type: square;
}

.menu-button {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(menu.gif) no-repeat;
    overflow: hidden;
    width: 34px;
    height: 31px;
    text-indent: -9999px;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
	z-index: 999997;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

/* Settings for fullwidth */
.sidr.fullwidth {
    width: 100%;
}

.sidr.left.fullwidth {
    left: -100%;
}

.sidr.right.fullwidth {
    right: -100%;
}
/* END Settings for fullwidth */
