﻿* {
	font-family: Helvetica, Arial;
	font-size: 0.98em;
	margin: 0;
}

body {
	background: #FFFFFF;
}

header {
	display: none;
}

:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

.header_title {
	display: none;
}

button {
    background-color: #FFFFFF;
    border: 3px solid #222222;
    border-radius: 8px;
    color: #222222;
    height: 50px;
    font-weight: bold;
    cursor: pointer;
}

img.logo {
	display: none;
}

div.grafik_header_image {
	display: none;
}

main {
	position: relative;
	top: 60px;
	left: 180px;
    min-height: 90vh;
    min-width: 320px;
    width: 60%;
    margin-bottom: 80px;
}

h1 {
	font-size: 1.5em;
    line-height: 22px;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2em;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 12px;
}

nav {
	display: none;
}

nav a {
	display: none;
}

.nav2  {
	display: none;
}

.nav2 a {
	display: none;
}

.nav2b  {
	display: none;
}

.nav2b a {
	display: none;
}

div.nav2, div.nav2b {
	display: none;
}

nav a:hover, .nav2 a:hover, .nav2b a:hover{
	display: none;
}

footer a {
	position: relative;
    left: 20px;
	top: 16px;
    color: #868686;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	margin: 2px;
	padding: 0px 5px;
}

footer a:hover{
    color: #626262;
}

p, h1 {
	color: #222222;
}

p {
	margin-bottom: 10pt;
    word-spacing: 0.22em;
    line-height: 22px;
}

footer {
    position: relative;
    text-align: left;
	bottom: 0pt;
    left: 0px;
    height: 80px;
    min-width: 500px;
    width: 100%;
    border-top: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}

.links {
    color: #808080;
    font-size: 0.6em;
}

a.disable {
	pointer-events: none;
	cursor: default;
	color: #CCCCCC;
}

h1.headertitle {
	font-size: 42pt;
	color: #FFFFFF;
}

.inputfield {
	border-width: 1px;
	border-style: solid;
	border-radius: 5pt;
	border-color: #CCCCCC;
	margin: -5pt 5pt 15pt 5pt;
	padding: 2pt;
    width: 450px;
}

form {
	text-align: left;
}

form input[type="text"], form input[type="email"], form textarea {
    float: right;
    width: 300px;
}

select {
    float: right;
    width: 200px;
}

form label.labelTextarea {
    position: relative;
    top: -70px;
    line-height: 160px;
}

form label {
    position: relative;
    top: -4px;
    margin-right: 10px;
    line-height: 40px;
}

label {
    position: relative;
    top: -4px;
    margin-right: 10px;
}

button.payStep_1 {
    margin-top: 50px;
    margin-bottom: 100px;
}

button.payStep_2 {
    margin-top: 50px;
    margin-bottom: 100px; 
}

button.payStep_3 {
    margin-top: 50px;
    margin-bottom: 100px;
}

td.centered {
    text-align: center;
}

img.kkogLogo {
    position: absolute;
    right: 22px;
    bottom: 12px;
    width: 66px;
    height: auto;
    pointer-events: none;
}

.g-recaptcha {
    position: relative;
    bottom: 20px;
    left: 218px;
}


div#cookieMessage {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 140px;
    background-color: #FFFFFF;
    color: #222222;
    white-space: nowrap;
    border: none;
    border-top: 1px solid #868686;
    text-align: left;
    z-index: 25;
}

#cookieMessage h2 {
    position: relative;
    top: -42px;
    left: 100px;
    color: #222222;
    font-size: 1.6em;
    margin-bottom: 0px;
}

#cookieMessage p {
    position: relative;
    top: -20px;
    left: 100px;
    height: 26px;
    color: #222222;
    max-width: 65%;
    font-size: 0.86em;
    margin: 0;
}

#cookieMessage a {
    position: relative;
    top: -72px;
    left: calc(95% - 230px);
    color: #222222;
    font-size: 0.86em;
    margin: 0 10px 0 0;
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 10px 10px;
    background-color: #FFFFFF;
    cursor: pointer;
}

#cookieMessage a:hover {
    color: #FFFFFF;
    background-color: #222222;
}

#cookieMessage button {
    position: relative;
    top: 0px;
    left: 100px;
    color: #222222;
    font-size: 0.86em;
    margin: 0 10px 0 0;
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 10px 10px;
    color: #FFFFFF;
    background-color: #228622;
    cursor: pointer;
}

#cookieMessage button:active {
    color: #FFFFFF;
    background-color: #AAAAAA;
}

#cookieMessage p.privatyLink {
    position: relative;
    top: -20px;
    left: 100px;
    cursor: pointer;
    margin: 0;
    color: #868686;
    max-width: 100px;
    text-decoration: underline;
}

#cookieMessage p.privatyLink:hover {
    color: #AAAAAA;
}

#cookieMessage button.deActivateAllCookiesButton {
    position: relative;
    top: 0px;
    left: -688px;
    color: #222222;
    font-size: 0.86em;
    margin: 0 10px 0 0;
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 10px 10px;
    color: #222222;
    background-color: #FFFFFF;
    cursor: pointer;
}

#cookieMessage button.deActivateAllCookiesButton:hover {
    color: #FFFFFF;
    background-color: #222222;
}

#cookieMessage button.deActivateAllCookiesButton:active {
    color: #FFFFFF;
    background-color: #AAAAAA;
}

nav a.disabled, .nav2b a.disabled, .nav2 a.disabled {
    color: #AAAAAA;
}

div.links a.disabled {
    color: #222222;
}

div#navMenueBack {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background-color: #222222;
    display: none;
    z-index: 18;
    border-bottom: 1px solid #424242;
}

#grafic_cart {
    position: absolute;
    top: 12px;
    right: 22px;
    height: 20px;
    z-index: 20;
}

#grafic_cart img {
    width: 36px;
    height: auto;
}

#grafic_cart p {
    position: relative;
    bottom: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

#grafic_cart:hover {
    opacity: 0.8;
}

img#grafik_header_image01 {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 200px;
    z-index: 2;
}

img#grafik_header_image02 {
    position: absolute;
    top: 40px;
    left: 390px;
    width: 250px;
    z-index: 2;
}

img#grafik_header_image03 {
    position: absolute;
    top: 180px;
    left: 650px;
    width: 200px;
    z-index: 2;
}

img#grafik_header_image01_2 {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 200px;
    z-index: 2;
    opacity: 0.4;
}

img#grafik_header_image02_2 {
    position: absolute;
    top: 40px;
    left: 390px;
    width: 250px;
    z-index: 2;
    opacity: 0.4;
}

img#grafik_header_image03_2 {
    position: absolute;
    top: 180px;
    left: 650px;
    width: 200px;
    z-index: 2;
    opacity: 0.4;
}

.grafik_header_image img:hover {
    opacity: 0.8;
}

.grafik_header_image a {
        pointer-events: all;

}

.grafik_header_image a.imgDisabled {
    pointer-events: none;
}

#menueButton {
    position: relative;
    top: -6px;
    width: 28px;
    height: auto;
    cursor: pointer;
}

div#sideMenueBack {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 300px;
    background-color: #222222;
    border-right: 1px solid #868686;
    z-index: 20;
    white-space: pre-wrap;
    text-align: left;
    display: none;
}
#sideMenueBack a {
    position: relative;
    top: 50px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
}

#sideMenueBack a.disabled {
    color: #868686;
    pointer-events: none;
}

#sideMenueBack a:hover {
    color: #BBBBBB;
}

div#navMenue {
    z-index: 22;
}

table a {
    text-decoration: none;
}

#productOverview h1 {
    position: relative;
    left: 10px;
    font-size: 1.1em;
    margin: auto;
    width: 142px;
}

#productOverview p {
    font-size: 1em;
    margin: auto;
}

#productOverview input, div#productView input {
    width: 20px;
    text-align: right;
}

#productOverview button.showAddToCart, div#productView button.showAddToCart {
    width: 160px;
    height: 32px;
    font-size: 1em;
    font-weight: bold;
    margin: 20px;
}

#productOverview button.disabledAddToCart, div#productView button.disabledAddToCart {
    pointer-events: none;
    background-color: #DDDDDD;
    border-color: #868686;
    color: #868686;
    width: 160px;
    height: 32px;
    font-size: 1em;
    font-weight: bold;
    margin: 20px;
}

button.productAdded {
    width: 160px;
    height: 32px;
    font-size: 1em;
    margin: 20px;
    background-color: #222222;
    color: #FFFFFF;
    pointer-events: none;
}

#productOverview table {
    border-spacing: 0px;
}

#productOverview td {
    width: auto;
    max-width: 18vw;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    padding-top: 20px;
    padding: 25px 10px 20px 5px;
}

#productOverview p.artNr {
    font-size: 0.8em;
}

#productOverview td.productText_short {
    width: auto;
    white-space: normal;
    width: 800px;
}

#productOverview img.produktfoto {
    position: relative;
    left: 0px;
    width: 100px;
}

table img.pfeilOben {
    position: relative;
    top: -6px;
    left: 0px;
    width: 10px;
    transform: rotate(90deg);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

table img.pfeilUnten {
    position: relative;
    top: 12px;
    left: -14px;
    width: 10px;
    transform: rotate(270deg);
    cursor: pointer;
}

div#cartTable img.reloadSymbol {
    transform: rotate(-35deg);
    cursor: pointer;
}

div#cartTable p.preisMain {
    font-size: 1.2em;
}

div#cartTable a.artNr {
    position: relative;
    top: -20px;
    font-size: 0.8em;
    font-style: italic;
}

#cartTable p#priceTotal {
    position: relative;
    left: 180px;
    top: 24px;
    font-size: 1.6em;
    font-weight: bold;
}

#cartTable button {
    padding: 8px 16px;
    font-size: 1.6em;
    font-weight: bold;
    border: solid 3px #222222;
}

#cartTable .buy {
    position: relative;
    left: 0px;
    top: -22px;
}

div#cartTable td {
    padding: 5px 6px 5px 6px;
    font-size: 1.36em;
    border-bottom: 1px solid #DDDDDD;
    height: 60px;
}

div#cartTable td.rightAlign {
    text-align: right;
}

div#cartTable td a:not(.productSiteLink) {
    position: relative;
    top: -2px;
    cursor: pointer;
    color: #686868;
    font-size: 0.8em;
}

div#cartTable td a.productSiteLink, div#cartTable td a.artNr {
    color: #222222;
}

div#cartTable td input {
    width: 26px;
    text-align: right;
}

div#cartTable thead td {
    position: relative;
    top: -10px;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    padding-bottom: 0px;
}

div#cartTable thead td p {
    position: relative;
    top: 10px;
}

div#cartTable {
    min-height: 200px;
    width: 910px;
}

div#cartTable img {
    width: 50px;
}

div#cartTable table {
    border-bottom: 1px solid #222222;
    border-spacing: 0px;
}

#cartTable img.pfeilOben {
    top: -8px;
    left: 0px;
    width: 8px;
}

#cartTable img.pfeilUnten {
    top: 6px;
    left: -8px;
    width: 8px;
}

#cartTable img.reloadSymbol {
    position: relative;
    top: 0px;
    left: 0px;
    width: 18px;
}

div#productView img.pfeilOben {
    position: relative;
    top: -5px;
    left: 8px;
    width: 10px;
    transform: rotate(90deg);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

div#productView img.pfeilUnten {
    position: relative;
    left: -6px;
    top: 12px;
    width: 10px;
    transform: rotate(270deg);
    cursor: pointer;
}

div#productView img.produktfoto {
    max-width: 300px;
    max-height: 300px;
    margin: auto;
}

div#productView img.productPhotoSmall {
    position: relative;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
}

div#productView div#productPhotoSmallBox {
    position:relative;
    top: -250px;
    left: -12px;
    width: 300px;
    height: 165px;
    margin: 5px;
    overflow: scroll;
    scrollbar-width: none;
}

div#productView div.productPhotoSmall {
    width: 60px;
    height: 60px;
    margin: 5px;
    border: 2px solid #868686;
    border-radius: 10px;
    float: left;
    display: flex;
    cursor: pointer;
}

div#productView div#staticMainPhoto {
    position: relative;
    top: -100px;
    left: 350px;
    width: 300px;
    height: 300px;
    display: flex;
}

img.payOptionImg {
    width: 50px;
    height: auto;
}

p#priceTotalNetto_overview, p#priceTotalTax_overview {
    position: relative;
    top: 20px;
    line-height: 10px;
    font-size: 1.1em;
    
}

p#priceTotal_overview {
    position: relative;
    top: 30px;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 60px;
}

.inputFieldC {
    display: none;
}

div#boxInvoiceAdress {
    width: 500px;
}

div#boxDeliveryAdress {
    width: 500px;
}

main.kontakt {
    width: 600px;
}

main.kontakt input[type="text"], main.kontakt input[type="email"] {
    width: 500px;
}

main.kontakt textarea.inputfield {
    max-width: 500px;
    min-width: 500px;
    max-height: 150px;
    min-height: 75px;
}

div#overviewDeliveryAdress {
    float: left;
}

div#overviewInvoiceAdress {
    float: right;
}

div#overviewAdressAll {
    position: relative;
    top: -20px;
    height: 240px;
    width: 700px;
}

div#overviewAdressAll td {
    padding-right: 12px;
}

#payOption_overview {
    position: relative;
    top: 15px;
}

td.centered {
    width: 80px;
}

td.red {
    color: #EE4242;
}

button.deactivatedPayButton {
    pointer-events: none;
    color: #868686;
}

a.downloadLink {
    position: relative;
    height: 62px;
    width: 260px;
    text-decoration: none;
    display: inline-block;
    margin: 20px 40px 20px 0px;
}

div.downloadLink {
    border: 4px solid #222222;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 62px;
    width: 260px;
    font-weight: bold;
    text-align: center;
    display: flex;
}

div.downloadLink:hover {
    border: 4px solid #222222;
    background-color: #222222;
    text-align: center;
    color: #FFFFFF;
}

div.downloadLink p {
    margin: auto;
    font-size: 1.2em;
}

div.downloadLink:hover p {
    color: #FFFFFF;
}

table#deliveryTable {
    border: 1px solid #222222;
    border-spacing: 0px;
    margin-bottom: 10px;
}

table#deliveryTable td {
    border: 1px solid #222222;
    min-width: 120px;
    text-align: center;
}

table#deliveryTable thead {
    font-weight: bold;
}

p.note {
    font-size: 0.8em;
    line-height: 1em;
}

p.subNote {
    font-size: 0.6em;
    line-height: 0.8em;
}

p#shopNote {
    text-align: center;
    margin-top: 6px;
    font-size: 0.8em;
    color: #868686;
}

form#supportForm {
    position: relative;
    top: 20px;
}

form#supportForm button {
    position: relative;
    top: 10px;
}

svg#payStatus {
    position: relative;
    left: calc(30px - 8%);
    margin-bottom: 60px;
}

div#alertBox {
    position: fixed;
    top: 0px;
    left: 0px;
    border: 1px solid #FFFFFF;
    height: 26px;
    display: none;
    background-color: #222222;
    box-shadow: 1px 1px #22222266;
    border-radius: 10px 10px 10px 0px;
}

div#alertBox p {
    float: left;
    margin: auto 6px auto 6px;
    color: #FFFFFF;
    font-weight: bold;
}

img#pfeilLinks, img#pfeilRechts {
    display: none;
}

input {
    border: none;
}

img.pfeilUnten, img.pfeilOben, img.reloadSymbol {
    display: none;
}