.sqrmainarea {
    margin: 0;
    max-width: 1300px;
    margin: 0 auto;
}

header {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E8EBED;
}

header img {
    width: 100%;
    display: block;
    border: 0;
    position: absolute;
    height: 100%;
}

header img.headersliderpri {
    z-index: 1;
    transition: none;
    -webkit-transition: none;
    opacity: 1;
}

header img.headerslidersec {
    z-index: 2;
    transition: none;
    -webkit-transition: none;
    opacity: 0;
}

header img.headerslidersecout {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 1;
}

#eyecatcherwait {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    margin:-24px 0 0 -24px;
    z-index: 3;
    background: url(./wait.svg) no-repeat center center;
    opacity: 0;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

header.loading #eyecatcherwait {
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
    display: block;
    opacity: 1;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#headersliderbullets {
    z-index: 3;
    position: absolute;
    bottom: 10px;
    left: 25px;
}


#headersliderbullets::after {
    content: '';
    clear: both;
    display: block;
}


#headersliderbullets a {
    width: 20px;
    height: 20px;
    background: url(./bullet.svg) no-repeat left top;
    float: left;
    outline: none;
}

#headersliderbullets a.active {
    background-position: left bottom;
}
/* Wenn du die Navigation beim Scrollen fixieren möchtest, füge in der nav { padding:0; margin:0;} zusätzlich: position:sticky; top:0; z-index:5; hinzu. */

nav {
	position:sticky;
	top:0;
	z-index:5;
    padding: 0;
    margin: 0;
}

.sqrnavheader {
	/* Da ich nicht weiss, welche Farbpalette du genommen hast, welche substyle,habe ich
	nach ermitteln eines Colorpickers die ermittelte Farbe #dddddd verwendet.
	*/
    /*background-color: #DDDDDD;*/
	background: #dddddd;
    padding: 0 30px;
}

.sqrlogo {
    display: block;
    float: left;
}

.sqrnavheader > ul {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    list-style: none;
}

.sqrnavheader > ul:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnavheader > ul > li {
    float: left;
}

.sqrnavheader > ul > li > a {
    display: block;
    width: 32px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    outline: none;
}

.sqrnavheader > ul > li > a:hover {
    border-bottom-color: #AB0000;
}

.sqrnavheader > ul > li.sqrnavhome > a {
    background-image: url(./home.svg);
}

.sqrnavheader > ul > li.sqropensearch > a {
    background-image: url(./search.svg);
}

body.sqrnavmodesearch .sqrnavheader > ul > li.sqropensearch > a {
    border-bottom-color: #AB0000;
}

.sqrnavheader > ul > li.sqropenshop > a {
    background-image: url(./cart.svg);
}
body.sqrnavmodeshop .sqrnavheader > ul > li.sqropenshop > a {
    border-bottom-color: #AB0000;
}

.sqrnavheader > ul > li.sqropenshop > a.sqrcartfull {
    background-image: url(./cartfull.svg);
}
ul.sqrnavshop {
    background-color: #E8EBED;
    margin: 0;
    padding: 5px 15px;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodeshop ul.sqrnavshop {
    display: block;
}

ul.sqrnavshop:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavshop > li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

ul.sqrnavshop > li > a {
    display: block;
    padding: 5px 15px;
    float: left;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
}

form.sqrnavsearch {
    background-color: #E8EBED;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodesearch form.sqrnavsearch {
    display: block;
}

form.sqrnavsearch > input {
    border: 0;
    padding: 15px 30px 15px 54px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #E8EBED url(./searchalt.svg) 30px center no-repeat;
    color: #000000;
    outline: none;
    font-size: 14px;

}

#searchajax {
    display: none;
    padding-bottom: 30px;
}

#searchajax > a {
    padding: 5px 30px;
    text-decoration: none;
    color: #DDDDDD;
    display: block;
    outline: none;
}

#searchajax a.activelink {
    background-color: rgba(0, 0, 0, 0.1);
}

.sqrnavheader > ul > li > a > span {
    display: none;
}

.sqrnavheader:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav {
    background-color: #AB0000;
    padding: 0 30px;
}

.sqrnav:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav > ul.sqrnavmain {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

.sqrnav > ul.sqrnavmain:after {
    content: "";
    display: table;
    clear: both;
}

.sqrnav > ul.sqrnavmain > li {
    margin: 0;
    padding: 0 16px 0 0;
    float: left;
}

.sqrnav > ul.sqrnavmain > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    outline: none;
}

.sqrnav > ul.sqrnavmain > li > a:hover {
    border-bottom-color: #E8EBED;
}

.sqrnav > ul.sqrnavmain > li.sqrnavactive > a {
    border-bottom-color: #E8EBED;
	color:#E8EBED !important;
}


.sqrnav > ul.sqrnavmore {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.sqrnav > ul.sqrnavmore > li > a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    padding: 7px 32px 7px 0;
    font-weight: bold;
    text-transform: uppercase;
    background: url(./menu.svg) right center no-repeat;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    outline: none;
}

.sqrnav > ul.sqrnavmore > li > a:hover {
    border-bottom-color: #DDDDDD;
}

body.sqrnavmodefull .sqrnav > ul.sqrnavmore > li > a {
    border-bottom-color: #AB0000;
    background-image: url(./closenav.svg);
}


ul.sqrnavfull {
    background-color: #E8EBED;
    margin: 0;
    padding: 5px 15px 0 15px;
    list-style: none;
    display: none;
    box-sizing: border-box;
}

body.sqrnavmodefull ul.sqrnavfull {
    display: block;
}

ul.sqrnavfull:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavfull > li {
    display: block;
    float: left;
    margin: 0; /* Damit ein etwas weiterer Abstand neben den Einzelnen Menues beim Aufklappen entsteht, erhöhe den rechten Abstand zum nebenanliegendem Menupunkteintrag wie folgt: margin:0 1% 0 0; */
    padding: 0;
    width: 25%; /* Prozentwert kannst du verringern, so passen nach dem aufklappen mehr Unterseiten in die Navigation */
}
/* nth-child(4n+1) kannst du auf nth-child(5n+1) ändern so, dass du fünf Menuepunkte in das Aufklappmenue bekommst. *//* Natürlich im Zusammenhang mit dem oben angegebenen Tipp, dass du die Prozentwerte verringerst.*/
ul.sqrnavfull > li:nth-child(4n+1) {
    content: "";
    display: table;
    clear: both;
}


ul.sqrnavfull > li > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
	/* Font-weight:bold; würde besser sein, da besser zu unterscheiden*/
    outline: none;
}

ul.sqrnavfull > li > a:hover {
    color: #000000;
}

ul.sqrnavfull > li > ul {
    display: block;
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

ul.sqrnavfull > li > ul > li {
    display: block;
    margin: 0;
    padding: 0;
}

ul.sqrnavfull > li > ul > li:last-child {
    padding-bottom: 15px;
}
/* 3. Navigationpunkt (subtopic)*/
ul.sqrnavfull > li > ul > li > a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: #303030;
    font-size: 14px;
    outline: none;
}

ul.sqrnavfull > li > ul > li > a:hover {
    color: #000000;
}

ul.sqrnavtopics,
ul.sqrnavsubtopics {
    background-color: #ffffff;
    margin: 0;
    padding: 0 30px;
    list-style: none;
    display: block;
    border-bottom: 1px solid #E8EBED;
}

ul.sqrnavtopics:after,
ul.sqrnavsubtopics:after {
    content: "";
    display: table;
    clear: both;
}

ul.sqrnavtopics > li,
ul.sqrnavsubtopics > li {
    margin: 0;
    padding: 0 15px 0 0;
    display: block;
    float: left;
}

ul.sqrnavtopics > li > a,
ul.sqrnavsubtopics > li > a {
    color: #303030;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
}

ul.sqrnavtopics > li.sqrnavactive > a,
ul.sqrnavsubtopics > li.sqrnavactive > a {
    font-weight: bold;
    color: #000000;
}

ul.sqrnavtopics > li > a:hover,
ul.sqrnavsubtopics > li > a:hover {
    color: #000000;
}

.sqrbreadcrumbs {
    background-color: #ffffff;
    margin: 0;
    padding: 10px 30px;
    list-style: none;
    display: block;
    background-color: #E8EBED;
    color: #303030;
    font-size: 14px;
}

.sqrbreadcrumbs > a {
    color: #AB0000;
    text-decoration: none;
}

.sqrbreadcrumbs > a:hover {
    color: #000000;
}

.sqrmaincontainer {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.sqrcontent {
    margin: 0;
    padding: 0.1px 0;
    box-sizing: border-box;
    background: #ffffff;
}

.sqrsidebar {
    box-sizing: border-box;
    margin: 0;
    padding: 0.1px 0;
    background-color: #ffffff;
}

.sqrsidebar > div, .sqrcontent > div {
    margin: 20px 0;
}

body {
    background-color: #F2F3F4;
    margin: 0;
    padding: 0;
}

footer {
    margin: 0;
    padding: 0;
    background-color: #DDDDDD;
}

.sqrcommonlinks, .sqrfootertext {
    padding: 10px 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
}

.sqrfootertext {
    color: #ffffff;
}

.sqrcommonlinks a {
    text-decoration: none;
    color: #ffffff;
    padding: 0 8px;
    text-transform: uppercase;
    font-weight: bold;
}

.sqrcommonlinks a:hover {
    color: #E8EBED;/* dies ändern in: #AB0000 oder #dddddd; da ich deine Farbpalette ja nicht kenn. */
}

@media (max-width: 1023px) {
    .sqrsidebar {
                border-top: 1px solid #E8EBED;
            }

    ul.sqrnavfull > li {
        width: 50%;
    }

    ul.sqrnavfull > li:nth-child(2n+1) {
        content: "";
        display: table;
        clear: both;
    }

    ul.sqrnavmain {
        display: none;
    }
}

@media (max-width: 767px) {
    ul.sqrnavfull > li {
        float: none;
    }

    ul.sqrnavtopics {
        display: none;
    }
}

@media (min-width: 1024px) {

    .sqrwithsidebar {
        display: table;
        box-sizing: border-box;
        table-layout: fixed;
        width: 100%;
    }

    .sqrwithsidebar .sqrcontent {
        display: table-cell;
                    width: 70%;
                    vertical-align: top;
    }

    .sqrsidebar {
        display: table-cell;
                    width: 30%;
                    box-sizing: border-box;
        vertical-align: top;
                border-left: 1px solid #E8EBED;
            }
}
