


* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    margin: 0 auto;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	text-shadow: 1px 1px #000000;
    -webkit-text-size-adjust: none;
}

a:link, a:visited, a:active {
	color: #ffe477;
	text-decoration: none;
	transition: all .3s ease, color .3s ease;
	-o-transition: all .3s ease, color .3s ease;
	-ms-transition: all .3s ease, color .3s ease;
    -webkit-transition: all .3s ease, color .3s ease;
}

a:hover {
	color: #ffc473;
    text-decoration: underline;
}

h1 {
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: 700;
    color: #ffe477;;
}

b {
    font-weight: 500;
}

strong {
    display: block;
    margin: 16px 0;
    font-size: 16px;
    font-weight: 700;
}

strong.title {
    font-size: 24px;
    color: #fafafa;
}

strong.title b {
    font-weight: 700;
    text-decoration: underline;
}

button {
    cursor: pointer;
    margin-top: 4px;
    background: #ffe477;
    border-radius: 4px;
    transition: all .3s ease, color .3s ease;
    -o-transition: all .3s ease, color .3s ease;
    -ms-transition: all .3s ease, color .3s ease;
    -webkit-transition: all .3s ease, color .3s ease;
}

button:hover {
    background: #ffc473;
}

button a:link, button a:visited, button a:active {
    display: block;
    padding: 8px 32px;
    font-weight: 700;
    color: #000000;
}

button a:hover {
    text-decoration: none;
}

aside {
    position: relative;
    padding: 32px 0;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), url(../images/pages/background-parallax.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

main {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    max-width: 1088px;
    min-height: calc(100vh - 64px);
    color: #fafafa;
    background-color: rgba(16, 18, 27, 0.6);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    /*
    background-color: rgba(16, 18, 27, 0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    */
    border: solid 1px rgba(110, 120, 150, 0.3);
    border-radius: 14px;
    box-shadow: 0px 0px 16px 0px #000000;
    -o-box-shadow: 0px 0px 16px 0px #000000;
    -ms-box-shadow: 0px 0px 16px 0px #000000;
    -webkit-box-shadow: 0px 0px 16px 0px #000000;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

header {
    padding: 32px;
    font-weight: bold;
    border-bottom: solid 1px rgba(110, 120, 150, 0.3);
}

#header-left {
    float: left;
}

#header-left img {
	margin: 0;
	padding: 0;
	height: 36px;
}

#header-right {
    float: right;
    margin: 12px 0 0 0;
}

#header-right .menu-overlay ul li {
    display: table-cell;
    padding: 0 0 0 8px;
}

#header-right img, #header-right span, #header-right .menu-overlay .menu-closebtn {
    display: none;
}

#header-right a:link, #header-right a:visited, #header-right a:active {
	text-decoration: none;
	color: #fafafa;
	text-transform: uppercase;
    transition: all .3s ease, color .3s ease;
    -o-transition: all .3s ease, color .3s ease;
    -ms-transition: all .3s ease, color .3s ease;
    -webkit-transition: all .3s ease, color .3s ease;
}

#header-right a:hover {
	text-decoration: none;
	color: #dddddd;
}

#header-right hr {
    display: table-cell;
    height: 16px;
    width: 1px;
    padding: 0 0 0 8px;
    border-right: 1px solid #666666;
}

#header-right .garden {
    padding: 0 0 2px 0;
    border-bottom: solid 2px #ffe477;
}

nav {
    padding: 16px 32px 0 32px;
    font-weight: bold;
    background-color: rgba(16, 18, 27, 0.2);
    border-bottom: solid 1px rgba(110, 120, 150, 0.3);
}


#nav-center {
    overflow: auto;
    overflow-y: hidden;
}

#nav-center img {
    padding: 0 0 8px 0;
    height: 42px;
    transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

#nav-center img:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#nav-center ul {
    list-style-type: none;
    overflow: auto;
    margin: 0;
    padding: 8px 0 0 0;
}

#nav-center li {
    display: table-cell;
	text-align: center;
	padding: 0 12px 8px 12px;
}

#nav-center li.first {
	padding: 0 12px 0 0;
}

#nav-center li.last {
	padding: 0 0 0 12px;
}

#nav-center li a{
    text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	color: #fafafa;
}









.mobil-only {
    display: none;
}

section {
    flex: 1;
    padding: 32px;
}

section li {
    margin: 0 0 8px 16px;
}

section p {
    margin: 8px 0;
}


#section-post {
    margin: 0 0 32px 0;
    padding: 16px 32px;
    color: #fafafa;
    font-size: 24px;
    text-align: center;
    background-color: rgba(16, 18, 27, 0.2);
    border: solid 1px rgba(110, 120, 150, 0.3);
}

#section-box {
    padding: 16px 32px;
    font-size: 16px;
    background-color: rgba(16, 18, 27, 0.2);
    border: solid 1px rgba(110, 120, 150, 0.3);
}

#section-box img {
    float: left;
    height: 190px;
    margin: 8px 32px 0px 0;
}


#section-title {
    width: 100%;
}

#samples {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-gap: 16px 32px;
    margin: 16px 0 0 0;
}

#samples-item {
    position: relative;
    overflow: hidden;
    padding: 0 0 8px 0;
}

#samples-item p {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 8px;
    width: 100%;
    font-size: 12px;
    text-align: left;
    color: #fafafa;
    background-color: rgba(0,0,0,.5);
}

#samples-item img {
    width: 100%;
}

#samples-item-download {
    margin: 0 0 8px 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    background-color: rgba(16, 18, 27, 0.2);
    border: solid 1px rgba(110, 120, 150, 0.3);
}

#samples-item-download img {
    margin: 8px 0 0 0;
    width: 100%;
}




#product {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 32px;
    margin: 16px 0;
}

#product-item {
    position: relative;
    /*overflow: hidden;*/
    padding: 0 0 8px 0;
    background-color: rgba(16, 18, 27, 0.2);
    border: solid 1px rgba(110, 120, 150, 0.3);
    
}

#product-item p {
    margin: 0;
}

#product-image a:link {
    cursor: url(/images/pages/highslide/zoomin.cur), pointer !important;
}

#product-image img {
    display: block;
    margin: auto;
    width: 100%;
}

#product-image img.thumb {
    position: absolute;
    right: 0;
    width: auto;
    height: 50px;
    margin-top: -16px;
    padding: 0;
    border-top: solid 4px #1d343f;
    border-left: solid 4px #1d343f;
	background: #1d343f;
    transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

#product-image img.thumb:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#product-heading {
    margin: 0 0 8px 0;
    color: #fafafa;
    background: #0d5c7b;;
}

#product-heading h2.name {
    float: left;
    clear: both;
    padding: 12px 8px 8px 8px;
    font-size: 16px;
    font-weight: 700;
}

#product-heading p.action {
    float: right;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    background: #d6000a;
}

#product-descreption .smalltext {
    font-size: 10px;
}

#product-descreption p.title {
    float: left;
    clear: both;
    padding: 4px 0 4px 8px;
    font-size: 12px;
    font-weight: 500;
}

#product-descreption p.value {
    float: right;
    padding: 4px 8px 4px 0;
    width: 45%;
    text-align: right;
    font-size: 12px;
}

#product-descreption p.value a {
    color: #fafafa;
}

#product-descreption p.title-prize {
    float: left;
    clear: both;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
}

#product-descreption p.value-prize {
    float: right;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #ffe477;;
}

#product-descreption p.title-action {
    float: left;
    clear: both;
    padding: 4px 8px 0 8px;
    font-size: 12px;
    font-weight: 500;
}

#product-descreption p.value-action {
    float: right;
    padding: 4px 8px 0 8px;
    font-size: 16px;
    font-weight: 500;
    color: #d6000a;
}





#google-maps {
    margin: 32px 0 0 0;
}

footer {
    padding: 32px;
    font-size: 12px;
    font-weight: bold;
    border-top: solid 1px rgba(110, 120, 150, 0.3);
}

footer ul {
    margin: 0 0 16px 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 16px;
    font-weight: 700;
}

footer a:link, footer a:visited, footer a:active {
	text-decoration: none;
	color: #fafafa;
	text-transform: uppercase;
    transition: all .3s ease, color .3s ease;
    -o-transition: all .3s ease, color .3s ease;
    -ms-transition: all .3s ease, color .3s ease;
    -webkit-transition: all .3s ease, color .3s ease;
}

footer a:hover {
	text-decoration: none;
	color: #dddddd;
}

#footer-left {
    float: left;
}

#footer-left img {
	margin: 0 0 8px 0;
	padding: 0;
	height: 36px;
}

#whos-amung {
	float: left;
	margin: 16px 16px 0 0;
}

#mystat {
	float: left;
	margin: 17px 0 0 0;
	width: 80px;
	height: 11px;
	overflow: hidden;
	border: solid 1px #fafafa;
}

#footer-right {
    float: right;
    text-align: right;
}

.social-facebook.st-custom-button[data-network], .social-twitter.st-custom-button[data-network], .social-pinterest.st-custom-button[data-network], .social-linkedin.st-custom-button[data-network] {
    display: inline-block;
    cursor: pointer;
    margin: 16px 0 0 8px;
}

.st-custom-button img {
    width: 30px;
    height: 30px;
    transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
}

.st-custom-button img:hover {
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}


@media screen and (max-width: 1088px) {

    aside {
        padding: 0;
    }
    
    main {
        border: 0;
        border-radius: 0;
    }
    
    header {
        padding: 16px 32px;
        font-weight: bold;
        border-bottom: solid 1px rgba(110, 120, 150, 0.3);
    }
    
    .mobil-only {
        display: block;
    }
    
    .desktop-only {
        display: none;
    }
    
    #header-left img {
        height: 26px;
    }
    
    #header-right {
        font-size: 12px;
        margin: 6px 0 0 0;
    }
    
    #nav-center li.first {
        padding: 0 8px 8px 0;
    }
    
    #nav-center li {
        padding: 0 8px 8px 8px;
    }
    
    #nav-center li.first {
        padding: 0 8px 8px 0;
    }
    
    #nav-center img {
        padding: 0 0 8px 0;
        height: 36px;
    }
    
    #nav-center li.last {
        padding: 0 0 8px 8px;
    }
    
    #whos-amung, #mystat {
    	display: none;
    }
    
    footer {
        width: 100%;
        margin: 0 auto;
        padding: 32px 16px;
        width: 100%;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }
    
    footer a:link {
        font-size: 16px;
    }
    
    footer ul li {
        margin: 16px 0 0 0;
        padding: 0 8px;
        font-size: 16px;
    }
    
    #footer-left, #footer-right {
        width: 100%;
        text-align: center;
    }
    
    .social-facebook.st-custom-button[data-network], .social-twitter.st-custom-button[data-network], .social-pinterest.st-custom-button[data-network], .social-linkedin.st-custom-button[data-network] {
        margin: 16px 4px 0 4px;
    }
    
}


@media screen and (max-width: 768px) {
    
    aside {
        padding: 0;
    }
    
    main {
        padding: 0;
        width: 100%;
        border: none;
        border-radius: 0;
    }
    
    header, nav, section, footer {
        margin: 0 auto;
        padding: 16px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    #header-right a:link, #header-right  a:visited, #header-right  a:active {
        color: #fafafa;
        font-size: 32px;
    }
    
    #header-right span {
        float: right;
        display: block;
        cursor: pointer;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
		color: #ffe477;
    }
    
    #header-right img {
        height: 64px;
        display: block;
        margin: 16px auto 64px auto;
    }
    
    #header-right .menu-overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        right: 0;
        top: 0;
        background-color: rgba(20,61,91,0.95);
        overflow-x: hidden;
        transition: 0.5s;
    }
    
    #header-right .menu-overlay a {
        padding: 8px;
        text-decoration: none;
        display: block;
        font-size: 24px;
        transition: 0.3s;
    }
    
    #header-right .menu-overlay ul li {
        display: block;
        padding: 0;
    }
    
    #header-right .menu-overlay-content {
        position: relative;
        margin: 36px 0 0 0;
        width: 100%;
        text-align: center;
    }
    
    #header-right .menu-overlay .menu-closebtn {
        display: block;
        position: absolute;
        top: 10px;
        right: 30px;
    }
    
    #aside-bar {
        padding: 32px 16px;
    }
    
    #section-bar {
        margin: 0 auto;
        padding: 32px 16px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
}