@charset "UTF-8";



@font-face {
    font-family: 'Poppins-Regular';
    src: url('/templates/materialdemoankauf/font/Poppins-Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/templates/materialdemoankauf/font/Poppins-Bold.ttf') format('truetype'); 
}




* {
	margin: 0;
	padding: 0;
	font-family: 'Poppins-Regular'
}

.my-header {
	margin-top: 500px;
}




.header a{
    text-decoration: none;
	text-align: center;
	font-family: 'Poppins-Regular';
}
.header>a {
	font-size: 30px;
	font-weight: 700;
	line-height: 0.8;
	text-align: center;
	height: 100%;
	margin-top: 20px;
	margin-left: 50px;
}
.login-register-button {
	margin-left: 50px;
	margin-top: -10px;
}
.cart-button {
	margin-right: 20px;
	margin-top: -10px;
}
.header ul{
    list-style: none;
}
.header{
    background-color: #d9e0e1;
    position: sticky;
    top: 0;
    width: 100%;
	height: 90px;
	border-bottom: solid 2px #354f52;
}
.logo{
    display: inline-block;
    color: #354f52;
    margin-left: 10px;
	font-family: 'Poppins-Bold' !important;
}
.nav{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #d9e0e1;
    overflow: hidden;
}
.menu a{
    display: block;
    padding: 30px;
    color: #354f52;
	font-weight: 600;
}
.menu a:hover{
    background-color: #b1c8cc;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}

.hamb-line {
    background: #354f52;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} 

.hamb-line::before,
.hamb-line::after{
    background: #354f52;
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 7px;
}
.hamb-line::after{
    top: -7px;
}

.side-menu {
    display: none;
}
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;
    }
    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
        color: #306B60;
    }
    .hamb{
        display: none;
    }
	.footer-top {
		display: flex;
		list-style: none;
	}
	.footer-top>div {
		width: 33.3%;
	}
	.footer-catergories {
		border-bottom: none !important;
		border-right: solid 2px #354f52;
		list-style: none;
	}
	.footer-contact {
		border-bottom: none !important;
		border-right: solid 2px #354f52;
	}
	.material-boxes {
		display: flex !important;
	}
	.material-boxes-left, .material-boxes-right {
		width: 50% !important;
	}
	.home-welcome-banner {
		display: flex;
	}
	.welcome-banner-left {
		width: 70%;
		border-right: solid 2px #fff;
	}
	.welcome-banner-right {
		width: 30%;
		display: block !important;
	}
	.welcome-banner-right>div {
		border: solid 2px #fff;
		width: 70%;
		margin: 40px 10px 10px 50px;
	}
	.home-welcome-banner img {
		width: 80%;
		margin-left: 30px;
		margin-top: 20px;
	}
	.home-search-box {
		display: flex
	}
	.search-block {
		width: 60% !important;
	}
	.search-instructions {
		width: 35% !important;
		margin-left: 50px;
	}
	.search-instructions>input, .search-instructions>label {
		display: none !important;
	}
	.instructions-boxes {
		display: block !important;
		border-top: solid 2px
	}
	.nav-label {
		width: 12% !important;
	}
	.navigation-row-input>nav>ul {
		display: flex !important;
	}
	.navigation-row-input>nav>ul>li {
		text-align: center;
	}
	.navigation-row-input>nav>ul>li>a {
		line-height: 3 !important;
		text-align: center;
		padding: 0px 15px;
	}
	.navigation-row-input>nav>ul>li:hover {
		background-color: #354f52 !important;
	}
	.navigation-row {
		display: flex;
	}
	.nav-label + input:checked {
	background-color: #354f52 !important;
}
}









.navigation-row {
	margin-left: 40px;
	margin-right: 40px;
	border-left: solid 2px #354f52;
	border-right: solid 2px #354f52;
	border-bottom: solid 2px  #354f52;
}
.navigation-row>label {
	color: #fff;
	background-color:  #354f52;
	padding: 4px 10px 10px 10px;
}
.navigation-row>label>span {
	font-size: 25px;
	color: #fff;
}
.nav-label{
  	cursor: pointer;
 	display: block;
	width: 25%;
	text-align: center;
}
.nav-label + input{
  	display: none; 
}
.nav-label + input + div{
  	display:none;
}
.nav-label + input:checked + div{
  	display:block;
	background-color: #354f52;
}
.navigation-row-input {
	background-color: #354f52;
	width: 100%;
}
.navigation-row-input>nav>ul {
	list-style: none;
}
.navigation-row-input>nav>ul>li>a {
	text-decoration: none;
	line-height: 5;
	color: #fff;
	margin-left: 40px;
}
.navigation-row-input>nav>ul>li:hover {
	background-color: #306B60;
}



.home-search-box {
	margin-left: 40px;
	margin-right: 40px;
	border-right: solid 2px #354f52;
	border-left: solid 2px #354f52;
	padding: 40px;
	color: #354f52;
}
.search-block p {
	font-size: 13px;
}
.home-search-input {
	padding-bottom: 5px;
	margin: 20px 0px;
	display: flex;
}
.home-search-input img {
	width: 55%;
	margin-top: 10px;
	margin-left: -45px;
}
.home-search-input>input {
	border-radius: 0;
	border: solid 2px #354f52;
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	padding: 10px;
	border-top: solid 2px #354f52;
	border-right: double 6px #354f52;
	border-bottom: double 6px #354f52;
	border-left: solid 2px #354f52;
}
.search-btn {
    float: left;
  	width: 20%;
  	padding: 10px;
  	background: #2196F3;
  	color: white;
  	font-size: 17px;
  	border: 1px solid grey;
  	border-left: none;
  	cursor: pointer;
	background-image: url()
}









.barcode-and-more {
	width: 210px;
	text-align: center;
}
.search-barcode {
	margin-bottom: 10px;
}
.search-barcode>a {
	color: #354f52;
	text-decoration: none;
	background-color: #d9e0e1;
	padding: 10px 40px;
	font-weight: 600;
}
.search-barcode>a:hover {
	background-color: #c7d4d6;
}
.search-more-articles>a {
	color: #354f52;
	text-decoration: none;
	font-size: 13px;
}
.search-more-articles>a:hover {
	text-decoration: underline;
}
.collapse{
  	cursor: pointer;
 	display: block;
	border: solid 2px;
	padding: 10px;
	margin-top: 30px;
}
.collapse>span {
	float: right
}
.collapse + input{
  	display: none; 
}
.collapse + input + div{
  	display:none;
}
.collapse + input:checked + div{
  	display:block;
}
.instructions-boxes>div {
	border-bottom: solid 2px;
	border-left: solid 2px;
	border-right: solid 2px;
}
.instructions-boxes>div>p {
	padding: 20px;
	font-size: 13px;
}









.home-welcome-banner {
	background-color: #354f52;
	color: #fff;
	padding:  30px 50px 40px 50px;
}
.home-welcome-banner h4 {
	margin-bottom: 20px;
}
.home-welcome-banner p {
	font-size: 13px;
}
.welcome-banner-right {
	display: none;
}


.material-boxes {
	display: block; 
	padding-top: 50px; 
	font-family: 'Poppins-Regular';
	margin-left: 40px;
	margin-right: 40px;
	border-left: solid 2px #354f52;
	border-right: solid 2px #354f52;
	padding-bottom: 50px;
}

.material-boxes-left {
	width: 100%;
}
.material-boxes-info {
	width: 80%; 
	margin: auto; 
	color: #354f52; 
	line-height: 1.4;
}
.material-boxes-info h2 {
	line-height: 1;
	margin-bottom: 10px;
}
.material-boxes-info p {
	font-size: 13px; 
	color: #354f52;
	margin-bottom: 20px;
}
.home-altmetall-box {
	border: solid 1px #354f52; 
	width: 80%; 
	margin: auto;
}
.altmetall-box {
	height: 250px;
	border: solid 1px #354f52; 
	color: #fff; 
	font-weight: 700;
	background-image: url("/templates/materialdemoankauf/images/altmetall_transparent_img.png");
	background-size: 110%;
}
.altmetall-box>p {
	padding-top: 215px; 
	padding-left: 10px; 
	font-size: 20px;
}
.altmetall-button {
	width: 100%;
	border: solid 1px #354f52; 
	text-align: center; 
	height: 40px; 
	background-color: #d9e0e1; 
	background-size: auto; 
	background-repeat: no-repeat;
}
.altmetall-button>a {
	text-decoration: none; 
	color: #354f52; 
	font-weight: 700;
	font-size: 20px; 
	padding: 8px 100px;
	line-height: 2;
	width: 100%;
}
.altmetall-button>a:hover {
	color: #306B60;
}
.home-edelmetall-box {
	border: solid 1px #354f52; 
	width: 80%; 
	margin: auto; 
	margin-top: 50px;
}
.edelmetall-box {
	height: 250px;
	border: solid 1px #354f52; 
	color: #fff; 
	font-weight: 700;
	background-image: url("/templates/materialdemoankauf/images/edelmetall_transparent_img.png");
	background-size: 110%;
}
.edelmetall-box>p {
	padding-top: 215px; 
	padding-left: 10px; 
	font-size: 20px;
}
.edelmetall-button {
	width: 100%;
	border: solid 1px #354f52; 
	text-align: center; 
	height: 40px; 
	background-color: #d9e0e1; 
	background-size: auto; 
	background-repeat: no-repeat;
}
.edelmetall-button>a {
	text-decoration: none; 
	color: #354f52; 
	font-weight: 700;
	font-size: 20px; 
	padding: 8px 100px;
	line-height: 2;
	width: 100%;
}
.edelmetall-button>a:hover {
	color: #306B60;
}
.material-boxes-right {
	width: 100%;
}
.home-holz-box {
	border: solid 1px #354f52; 
	width: 80%; 
	margin: auto; 
	margin-top: 50px;
}
.holz-box {
	height: 250px;
	border: solid 1px #354f52; 
	color: #fff; 
	font-weight: 700;
	background-image: url("/templates/materialdemoankauf/images/holz_transparent_img.png");
	background-size: 110%;
}
.holz-box>p {
	padding-top: 215px; 
	padding-left: 10px; 
	font-size: 20px;
}
.holz-button {
	width: 100%;
	border: solid 1px #354f52; 
	text-align: center; 
	height: 40px; 
	background-color: #d9e0e1; 
	background-size: auto; 
	background-repeat: no-repeat;
}
.holz-button>a {
	text-decoration: none; 
	color: #354f52; 
	font-weight: 700;
	font-size: 20px; 
	padding: 8px 100px;
	line-height: 2;
	width: 100%;
}
.holz-button>a:hover {
	color: #306B60;
}
.home-papier-pappe-box {
	border: solid 1px #354f52; 
	width: 80%; 
	margin: auto; 
	margin-top: 50px;
}
.papier-pappe-box {
	height: 250px;
	border: solid 1px #354f52; 
	color: #fff; 
	font-weight: 700;
	background-image: url("/templates/materialdemoankauf/images/papier_pappe_transparent_img.png");
	background-size: 110%;
}
.papier-pappe-box>p {
	padding-top: 215px; 
	padding-left: 10px; 
	font-size: 20px;
}
.papier-pappe-button {
	border: solid 1px #354f52; 
	text-align: center; 
	height: 40px; 
	background-color: #d9e0e1; 
	background-size: auto; 
	background-repeat: no-repeat;
}
.papier-pappe-button>a {
	text-decoration: none; 
	color: #354f52; 
	font-weight: 700;
	font-size: 20px; 
	padding: 8px 100px;
	line-height: 2;
	width: 100%;
}
.papier-pappe-button>a:hover {
	color: #306B60;
}





























footer {
	margin-top: 0px;
	background-color: #d9e0e1;
}
.footer-top {
	border-top: solid 2px #354f52;
	border-left: solid 2px #354f52;
	border-right: solid 2px #354f52;
	margin-left: 40px;
	margin-right: 40px;
}
.footer-top h3 {
	color: #354f52
}
.footer-top h2 {
	font-weight: 800;
	line-height: 0.8;
	color: #354f52;
	margin-bottom: 10px;
}
.footer-top a, .footer-top p {
	display: block;
	color: #354f52;
	text-decoration: none;
	line-height: 2;
}
.footer-top a:hover {
	text-decoration-line: underline;
}
.footer-bottom {
	font-size: 12px;
	border-top: solid 2px #354f52;
	border-left: solid 2px #354f52;
	border-right: solid 2px #354f52;
	margin-left: 40px;
	margin-right: 40px;
	color: #354f52;
	padding: 20px 0px;
	text-align: center;
}
.footer-catergories {
	border-bottom: solid 2px #354f52;
	height: 280px;
}
.footer-contact {
	border-bottom: solid 2px #354f52;
	height: 280px;
}
.footer-top>div>div {
	width: 60%;
	margin: auto;
	margin-top: 30px;
	height: 200px;
}





main {
	width: 90%;
	margin: 50px auto;
	border: solid 2px #354f52;
	padding: 30px;
	color: #354f52;
}

main>h1 {
	font-family: 'Poppins-Bold';
	margin-bottom: 10px;
}

.start {
	margin: 0!important;
	width: 100% !important;
	border: none;
	padding: 0 !important;
}

.fieldset {
	border: solid 2px #354f52;
	padding: 20px;
	background-color: #d9e0e1;
}

.fieldset label {
	display: block;
}

.fieldset input {
	padding: 5px;
	width: 50%;
	margin-bottom: 20px;
}

.pwvergessen {
	font-size: 13px;
	margin-left: 10px;
	text-decoration: none;
	color: #354f52;
}

.pwvergessen:hover {
	text-decoration: underline;
}

.next {
	background-color: #354f52;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	border: none;
	float: right;
}

.box>h2 {
	margin-top: 30px;
}

.buttons.group {
	margin-top: 20px;
}

.CountrySelectUser, .TitleSelectUser {
	padding: 5px;
	width: 30%;
	margin-bottom: 20px;
}

.cost {
	border: solid 2px #354f52;
	padding: 10px;
	width: 20%;
	margin: 10px 0px;
}

.dt {
	font-size: 20px;
}

.price {
	font-size: 20px;
	font-family: 'Poppins-Bold';
}

.back, .voucher a {
	text-decoration: none;
	color: #354f52;
	background-color: #d9e0e1;
	padding: 8px;
	border: solid 2px #354f52;
}

.back {
	float: left;
}

.voucher fieldset {
	margin-bottom: 20px;
}

.prod {
	border: solid 2px #354f52;
	margin: 20px 0px;
	display: flex;
	padding: 10px;
}

.trash {
	color: #354f52;
	padding: 5px;
	height: 10%;
	margin-right: 20px;
}

.name a {
	color: #354f52;
	text-decoration: none;
	font-family: 'Poppins-Bold';
	font-size: 20px;
}

.condition {
	list-style: none;
}

#comment {
	width: 40%;
	height: 100px;
}

.menge input{
	width: 50px;
	padding: 5px;
	border: solid 2px #354f52;
}

.right {
	margin-left: 20px;
}

main {
	display: flex;
}

#navstart li {
	list-style: none;
	padding: 20px;
	margin: 10px 0px;
	background-color: #354f52;
}

#navstart a {
	color: #fff;
	text-decoration: none;
}

.amazon {
	border: solid 2px #354f52;
	margin: 20px 0px;
	display: flex;
	padding: 20px;
}

#rightC {
	width: 80%;
	margin-left: 50px;
}

dl.facts.group {
	margin-bottom: 20px;
}

.cart {
	background-color: #354f52;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
}

.ContentImprint dt {
	line-height: 2;
	font-family: 'Poppins-Bold';
}

.ContentImprint h2 {
	margin: 20px 0px 10px 0px;
}

.ContentImprint dd {
	line-height: 2; 
}

#pic-src ul {
	list-style: none;
}


#payment li {
	list-style: none;
	margin-bottom: 10px;
}

.fieldset>textarea {
	width: 50%;
	height: 100px;
}

#cart>p {
	margin: 20px 0px 40px 0px;
}

main>form {
	width: 80%;
}

#ProductSearchForm {
	width: 0% !important;
}

.stan-controls {
	display: flex;
	margin: 30px 0px 30px 0px;
}

.stan-controls li {
	list-style: none;
}

.stan-controls a {
	background-color: #354f52;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0px 10px 0px 0px; 
}

.orders {
	margin-top: 40px;
	width: 100%;
}

.last a {
	background-color: #354f52;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 10px 20px;
}

.last {
	text-align: center;
}

.product {
	display: flex !important;
}

.rating {
	line-height: 2;
}

#product {
	width: 100%;
}

.product>div {
	width: 33% !important;
}

.headl {
	font-family: 'Poppins-Bold';
}

.image {
	border: solid 2px #354f52;
	width: 350px;
	height: 350px;
}

.data h1>span {
	font-family: 'Poppins-Bold';
	font-size: 20px;
}

.facts dt {
	line-height: 2;
}

#menge input {
	width: 50px;
	padding: 10px;
	border: solid 2px #354f52;
	margin: 10px 0px;
}

.rating li {
	list-style: none;
}

.price-product, .currency {
	font-family: 'Poppins-Bold' !important;
}

.price-cont {
	margin: 10px 0px 30px 0px;
}

.beschreibung h2 {
	font-size: 15px;
}

#wkhint {
	width: 30%;
}

.orders .first {
	border-left: solid 2px #354f52;
	border-bottom: solid 2px #354f52;
	border-top: solid 2px #354f52;
	padding: 10px 0px 10px 10px;
}

.orders .price {
	border-top: solid 2px #354f52;
	border-bottom: solid 2px #354f52;
}

.orders .last {
	border-right: solid 2px #354f52;
	border-bottom: solid 2px #354f52;
	border-top: solid 2px #354f52;
}

.input-error {
    border: solid 1.5px red !important;
}

#ProductListNavi a {
    border: solid 2px #354f52;
    color: #354f52;
    text-decoration: none;
    padding: 5px 15px;
    font-family: 'Poppins-Bold';
}

.footer-bottom a {
    color: #354f52;
    text-decoration: none;
    font-family: 'Poppins-Bold';
}

#CartMiniDiv span {
    margin-left: 5px;
}

.amazon .image a {
    width: 100%;
}

.amazon .image {
    text-align: center !important;
    align-content: center;
    display: flex;
    align-items: center;
}

.amazon img {
    width: 70%;
}

.product .image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product .image a{
	display: block;
	padding: 10px;
}
.product .image a img{
	max-width: 100%;
	max-height: 100%;
}

#wkhint {
    width: 30%;
    position: fixed;
    z-index: 99;
    background-color: #fff;
    border: solid 2px #354f52;
    text-align: center;
    filter: drop-shadow(3px 3px 4px gray);
    left: 50%;
    margin-left: -15%;
    padding: 20px 10px 30px 10px;
}

#cart .image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

textarea {
    padding: 10px;
}

.error-box li {
    list-style: none;
    line-height: 2;
}

.error-box {
    background-color: #fff;
    width: 30%;
    margin: auto;
    padding: 30px;
    font-family: 'Poppins-Bold';
    filter: drop-shadow(3px 3px 4px gray);
    margin-top: 50px;
    position: fixed;
    z-index: 99;
    left: 50%;
    margin-left: -15%;
    top: 100px;
	border: solid 2px #354f52;
	color: #354f52;
}

#cart img {
    max-width: 90%;
	max-height: 90%;
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

#ContactForm .next {
	float: none;
}

#LoginForm .next {
	float: none;
}

#cart .stan-controls li {
    border: solid 2px;
    padding: 10px 20px;
    margin: 0px 40px 0px 0px;
}

#cart .stan-controls li:hover {
    cursor: pointer;
	color: #306B60;
}

#cart .stan-controls li.active {
    font-family: 'Poppins-Bold';
}

.description li {
    list-style: none;
    font-family: 'Poppins-Bold';
}

.konto-nav li {
    border: none !important;
	padding: 0 !important;
}
