article,aside,footer,header,main,nav,section { display:block; }

html{ min-height: 100%; }
body{ min-height: 100%; background: #ffffff; }
#wrap { background: -webkit-linear-gradient(top, #EDEEEE 0%, #EDEEEE 8rem, #ffffff 28rem);
		background: linear-gradient(to bottom, #EDEEEE 0%, #EDEEEE 8rem, #ffffff 28rem);	}

#mobile-menu, #mobile-menu-toggle{ display: none; }
#mobile-menu-toggle{ margin-left: 2rem; }

.inner{ max-width: 126rem; margin: auto; padding-left: 3rem; padding-right: 3rem; box-sizing: border-box; }
.grid{ display: flex; padding-left: 0; padding-right: 0; flex-wrap: wrap; }
.grid > *:not(.col),
.col > div{ margin: 3rem; flex: 0 0 auto; box-sizing: border-box; }
.col.right > div{ margin-bottom: 4.5rem; }
.grid > *:not([class*="width-"]){ width: calc(100% - 6rem); }
.grid > .col.left{ flex: 3 1 0%; }
.grid > .col.right{ flex: 1 1 0%; }
.cols:first-child{ padding-top: 6rem; }
.grid#default + .cols{ margin-top: -4.5rem; }
.width-25{ width: calc(25% - 6rem); }
.width-33{ width: calc(33.333% - 6rem); }
.width-50{ width: calc(50% - 6rem); }
.width-66{ width: calc(66.667% - 6rem); }
.width-75{ width: calc(75% - 6rem); }
div.no-margin-bottom{ margin-bottom: 0; }
.moduleTitle{ font-size: 4.2rem; margin: 0.5em 0 0.8em; }
.col.right .moduleTitle{ font-size: 1.2em; margin-bottom: 0.6em; font-family: Anivers, Arial, Helvetica, sans-serif; }
nav{ font-family: Anivers, Arial, Helvetica, sans-serif; }
nav ul{ display: flex; margin: 0; padding: 0; list-style: none; }
nav a{ display: block; text-decoration: none; }
nav ul ul{ position: absolute; }
nav li a,
nav li a:hover{ text-decoration: none; }

#top-nav{ display: flex; flex-flow: row wrap; justify-content: flex-end; }
#top-nav a{ color: #7f7f7f; padding: 0.6rem 0 0.3rem; }
#top-nav a:hover,
#top-nav a:focus{ background: none; color: inherit; }
#top-nav > a{ margin-left: 2rem; }
#top-nav > a::before{ content: ''; margin-right: 0.5rem; display: inline-block; background-image: url(../../images/frontend/user.svg); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 1.2rem; height: 1.2rem; font-family: "fontAwesome5"; }
#top-nav a:hover{ color: #ff0000; }
#top-nav > a:hover::before{ background-image: url(../../images/frontend/user-hover.svg); }
#top-menu{ display: flex; flex-flow: row wrap; justify-content: flex-end; }
#top-menu a{ border-bottom: 0.3rem solid transparent; }
#top-menu li{ margin-left: 2rem; }
#top-menu li.active a{ border-bottom: 0.3rem solid #ff0000; color: #000; }

header{ position: fixed; left: 0; top: 0; width: 100%; background: #fff; z-index: 3; transition: box-shadow 0.25s; }
header > .inner-bottom{ position: relative; height: 8rem; display: flex; align-items: flex-end; }
header .grid-top{ background: -webkit-linear-gradient(top, #EDEEEE 0%, #EDEEEE 8rem, #ffffff 28rem); background: linear-gradient(to bottom, #EDEEEE 0%, #EDEEEE 8rem, #ffffff 28rem); }
header #logo{ display: block; align-self: center; margin-right: auto;}
header #logo > img{ width: 19.8rem; height: 3.8rem; }
header #logo:hover,
header #logo:focus{ opacity: 0.5; background: none; }
header #mainmenu{ width: 60.7%; font-size: 2rem; }
header #mainmenu a{ color: #333; position: relative; }
header #mainmenu > ul > li:not(.button) > a:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #ff0000; transform: scaleX(0); transform-origin: left; }
header #mainmenu li:hover > a,
header #mainmenu li.hover > a,
header #mainmenu li > a:focus{ background: none; color: #333; }
header #mainmenu > ul{ justify-content: flex-end; }
header #mainmenu > ul > li:not(.button):hover > a:after,
header #mainmenu > ul > li.hover:not(.button) > a:after,
header #mainmenu > ul > li.active:not(.button) > a:after,
header #mainmenu > ul > li.section:not(.button) > a:after,
header #mainmenu > ul > li:not(.button) > a:focus:after{ transform: scaleX(1); }
header #mainmenu > ul > li + li{ margin-left: 3rem; }
header #mainmenu > ul > li > a{ height: 5rem; line-height: 3.2rem; }
header #mainmenu > ul ul{ z-index: 1; display: block; background: #E1E0E0; transform: scaleY(0); opacity: 0; transform-origin: top; transition: all 0.25s;  }
header #mainmenu > ul ul:before{ content: ""; position: absolute; top: 0; left: 50%; width: calc(100vw + 126rem); height: 100%; transform: translate(-50%); background: #E1E0E0; z-index: -1; }
header #mainmenu > ul ul > li > a{ font-size: 1.6rem; line-height: 4rem; }
header #mainmenu > ul ul > li > a:hover,
header #mainmenu > ul ul > li > a:focus{ color: #ff0000; }
header #mainmenu > ul li:hover > ul,
header #mainmenu > ul li.hover > ul{ transform: scaleY(1); opacity: 1; }
/*header .inner-bottom:before{ z-index: 2; content: ""; position: absolute; width: 344px; height: 100px; top: 100%; left: calc(37.5% + 1rem); transform: translateX(-50%); background: url(../../images/frontend/header-decoration.svg) no-repeat center bottom / 100% 100%; pointer-events: none; transition: all 0.25s; }*/
header.scroll .inner:before{ height: 25px; }
header.scroll{ box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1); }

body.landingspage-active header .grid-top{ display: none; }
body.landingspage-active main{ padding-top: 8rem; }

#mainmenu > ul > li:not(:first-child){ transition: all 0.3s; }
#mainmenu.toggled > ul > li:not(:first-child){ opacity: 0; visibility: hidden; }

header #mainmenu ul.landingpage > li:not(.tel):not(.button) > a{ font-size: 3.2rem; }
header #mainmenu ul.landingpage > li.tel > a:after{ display: none; }
header #mainmenu ul.landingpage > li.tel{ height: 5rem; }
header #mainmenu ul.landingpage > li.tel:first-child{ margin-left: auto; }
header #mainmenu ul.landingpage > li.tel,
header #mainmenu ul.landingpage > li.button{ align-self: flex-start; }
header #mainmenu ul.landingpage > li.tel > a{ display: inline; height: auto; line-height: inherit; }
header #mainmenu ul.landingpage > li.button > a{ display: inline-block; height: auto; top: -0.4rem; }

main{ z-index: 2; position: relative; padding-top: 12rem; min-height: 30rem; overflow: hidden; }
main.no-top-nav{ padding-top: 8rem; }
main .breadcrumbs-grid{ margin-top: 3rem; }
main #breadcrumbs{ padding: 0; margin: 0; list-style-type: none; display: flex; flex-flow: row wrap; font-size: 0.85em; }
main #breadcrumbs li:last-child a{ color: #aaaaaa; }
main #search-block:not([style]) #search-block-inner{ background: #e3e3e3; padding: 3rem; text-align: center; }
main #search-block[style]{ background-size: cover; background-repeat: no-repeat; background-position: center; color: #FFF; }
main #search-block[style] #search-block-inner-wrap{ max-width: 126rem; margin: auto; padding: 12rem 3rem; box-sizing: border-box; }
main #breadcrumbs li + li::before{ content: '>'; display: inline-block; margin: 0 1rem; }
#default:not(:empty){ padding-top: 3rem; padding-bottom: 3rem; }
main .breadcrumbs-grid + #default,
main #search-block + #default{ padding-top: 0; }

footer{ z-index: 1; position: relative; background: #333; color: #fff; }
footer a{ color: #fff; }
footer .inner.grid > small{ display: flex; justify-content: space-between; margin-top: 0; margin-bottom: 6rem; font-size: inherit; }
footer .moduleTitle{ font-size: inherit; font-weight: bold; }

.newsletter.index div.form > form{ display: flex; }
.newsletter.index div.form > form > div.staticHtml{ width: calc(33% - 3rem); margin-right: 3rem; }
.newsletter.index div.form > form > div.input.text{ flex-grow: 1; margin: 0 2rem 0 3rem; }
.newsletter.index div.form > form > div.input.text > label{ display: none; }
.newsletter.index div.form > form > div.input.text > input{ width: 100%; margin: 0; border-color: #fff; color: #333; }

/* search */
.searchResults > h1{ border-bottom: 3px solid #ff0000; padding-bottom: 0.5em; }
body.alt .searchResults > h1{ border-color: #868a3a; }
.searchResults .searchResult{ margin-bottom: 1em; }
.searchResults .container{ margin-bottom: 2em; }
.searchResults h3{ margin-bottom: 0.25em; }

/* pagination */
.pagination{ text-align: center; }
.pagination-page-label{ display: none; }
a.pagination-button.inactive{ opacity: 0.5; pointer-events: none; }
a.pagination-button{ padding: 0.25rem 1rem; min-width: 0; background: none; }
a.pagination-button::after{ content: none; }
.pagination .page{ color: inherit; padding: 0.25rem 0.5rem; text-decoration: none; }
.pagination .page.active{ color: #ff0000; }
.pagination .page:hover{ color: #FFF; }

/* accordion */
.accordion-group>div { padding-left: 2px; }