
#anzahl_warenkorb {
-webkit-backface-clipping: hidden;-webkit-transform: scale(1);-webkit-transition: -webkit-transform 600ms ease-out;-moz-transform: scale(1);-moz-transition: -moz-transform 600ms ease-out;-ms-transform: scale(1);-ms-transition: -ms-transform 600ms ease-out;
}
      



A:link {
            font-family:Rubik, Arial;
            color:white;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
            font-weight: 400;
            margin-top:0px;
            margin-bottom:0px;
            text-align:left;


  
        
}
A:visited {
            font-family:Rubik, Arial;
            color:white;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
            font-weight: 400;
            margin-top:0px;
            margin-bottom:0px;
            text-align:left;


        }
A:active {
            font-family:Rubik, Arial;
            color:white;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
            font-weight: 400;
            margin-top:0px;
            margin-bottom:0px;
            text-align:left;


        }
A:hover {
            color:#bbb;
            cursor:pointer;
        }



        body {
            font-family: Rubik, Arial;
            margin-left:0px;
	    margin-right:0px;
	    margin-bottom:0px;
	    margin-top:0px;
            background-color:#222222;
	    margin-top:0px;
            color:#ffffff;
        }

        .header {
            background-color: #000000;
            text-align: center;
            padding:10px;
        }

        .header-left, .header-right {
            display:flex;
			justify-content:space-between;
        }

        .linko {
            color:white;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
            font-weight: bold;
            padding-left: 35px;
            padding-right: 35px;
        }
        .linko:hover {
            color:#bbb;
        }

        .logo {
            width: 240px;
            height: 74;
            align: center;
        }

        .menu {
            display:flex;
            justify-content:space-between;
            margin:auto;
            align-items:center;
            width:960px;
            text-align:left;
        }

        .container {
	    align-items:center;
	    margin-left:25px;
            margin-top:25px;
            width:200px;
        }

        .title {
            color:rgb(255, 139, 0);
            font-family:Rubik, Arial;
            font-size: 16px;
            font-weight: 700;
            margin-top:0px;
            margin-bottom:15px;
            text-align:left;
            line-height:22px; 
        }

        .text {
            color:white;
            font-family:Rubik, Arial;
            font-size: 16px;
            font-weight: 400;
            margin-top:0px;
            margin-bottom:0px;
            text-align:left;
            line-height:22px;
        }

        .link2 {
            font-family:Rubik, Arial;
            color:white;
            text-decoration: none;
            font-size: 16px;
            transition: color 0.2s;
            font-weight: 400;
            margin-top:0px;
            margin-bottom:0px;
            text-align:left;
            line-height:22px;
        }
        .link2:hover {
            color:#bbb;
            cursor:pointer;
        }

        .li {
            margin:0;
            padding:0;
            list-style-type: none;
        }


        .image {
           font-family:Rubik, Arial;
           border-radius: 15px; 
           font-size:10px; 

}

        .image2 {
           font-family:Rubik, Arial;
           border-radius: 15px; 
           font-size:10px; 
           width:808px;
           height:600px;
           float:left;
           text-align:center;
}

      .image:hover {
    font-family:Rubik, Arial;
           font-size: 4px;
          box-shadow: 7px 2px 10px black;
           border-radius: 0px;

	webkit-filter: brightness(105%) contrast(1.1);
	filter: brightness(105%) contrast(1.1);


        }

        .copyright {
            color:rgb(107, 107, 107);
            font-family:Rubik, Arial;
            font-size: 16px;
            margin-top:25px;
            margin-bottom:0px;
            text-align:center;
            line-height:22px;
            margin-bottom:25px;
        }

.tabelle {
width:100%;
cursor:pointer;
font-weight:normal;
background-color:#222222;
border:1px solid #222222;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border-color:#222222;
-webkit-appearance: none;
-moz-appearance: none;
}

.button {
cursor:pointer;background-color:#aabbcc;
width:92px;
height:25px;
font-size:12px;
color:#ffffff;
border:1px solid #d37300;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
border-color:#d37300;
-webkit-appearance: none;
-moz-appearance: none;';
font-weight:bold;
text-decoration:underline;
}

.buttonwk {
cursor:pointer;
font-weight:normal;
background-color:#d37300;
width:150px;
height:70px;
font-size:15px;
color:#ffffff;
border:1px solid #d37300;
webkit-border-radius:3px;
moz-border-radius:3px;
border-radius:3px;
border-color:#d37300;
webkit-appearance: none;
moz-appearance: none;
}

.buttonwk:hover {
cursor:pointer;
font-weight:normal;
background-color:#dd44ff;
width:106px;
height:44px;
font-size:28px;
color:#222222;
border:1px solid #d37300;
webkit-border-radius:3px;
moz-border-radius:3px;
border-radius:3px;
border-color:#d37300;
webkit-appearance: none;
moz-appearance: none;
}
        .footer {
            background-color: #000000;
            padding:10px;
        }
