<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* ###################################################################################################################################################################### */
/* Allgemeine HTML Tags */
/* ###################################################################################################################################################################### */


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/article.png);
    font-family: Verdana, sans-serif;
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul , h1 , h2 , h3 , p {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}


/* ###################################################################################################################################################################### */
/* Header */
/* ###################################################################################################################################################################### */


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,1);
    border-top: 2px solid #0286CD;
    border-top: 2px solid hsla(201,98%,41%,1);
    border-bottom: 3px solid #0286CD;
    border-bottom: 3px solid hsla(201,98%,41%,1);
    z-index: 2;
}

#tk_header_content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* ####################################################################### */
/* Logo */
/* ####################################################################### */


#tk_header_logo {
    float: left;
    width: 70px;
    height: 70px;
    opacity: 0.5;
    transition: all 0.6s;
}

#tk_header_logo a {
    display: block;
    width: 70px;
    height: 70px;
}

#tk_header_logo:hover {
    opacity: 1;
}

#tk_header_logo img {
    width: 100%;
    height: auto;
}


/* ####################################################################### */
/* Hauptmenü */
/* ####################################################################### */


#tk_header_mainmenu {
    float: right;
}

#tk_header_mainmenu ul {
    height: 70px;
}

#tk_header_mainmenu ul li {    
    text-align: center;
    float: left;
    font-size: 22px;    
    height: 48px;
    line-height: 48px;
    margin-top: 11px;
}

#tk_header_mainmenu ul li:first-child {
    border-left: 1px solid #333333;
}

#tk_header_mainmenu ul li:last-child {
    border-right: 1px solid #333333;
}

#tk_header_mainmenu ul li:hover span {
    color: #0286CD;
}

#tk_header_mainmenu ul li a {
    color: #333333;
    color: hsla(0,0%,20%,0.7)
}

#tk_header_mainmenu ul li a {
    display: block;
}

#tk_header_mainmenu ul li a span {
    margin: 0 15px 0 15px;
    transition: all 0.8s;
}

#tk_header_mainmenu ul li a.active {
    font-weight: bold;
    color: #0286CD;
    color: hsla(201,98%,41%,1);
}


/* ####################################################################### */
/* Menu Icon*/
/* ####################################################################### */


.tk_header_menu_icon {
    display: none;
    position:absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: none;
    cursor: pointer;
    top:20px;
    right:0px;
    background-color:transparent;
}

.tk_header_menu_icon span {
    display: block;
    position: absolute;
    top:13px;
    left:0;
    right:0;
    height: 4px;
    background-color: #333333;
    transition: background 0s 0.3s;
    -webkit-transition: background 0s 0.3s;
}

.tk_header_menu_icon span::before, .tk_header_menu_icon span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height:4px;
    background-color: #333333;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s
}

.tk_header_menu_icon span::before {
    top: -9px;
    transition-property: top, transform;
    -webkit-transition-property: top, transform;
}

.tk_header_menu_icon span::after {
    bottom: -9px;
    transition-property: bottom, transform;
    -webkit-transition-property: bottom, transform;
}

.is-active span {
    background: none;
}

.is-active span::before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.is-active span::before, .is-active span::after {
    transition-delay: 0s, 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
}


/* ###################################################################################################################################################################### */
/* Mobile Menü */
/* ###################################################################################################################################################################### */


#tk_menu_mobile {
    display: none;
    position: fixed;
    right: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 1;
}

#tk_menu_mobile ul {
    width: 100%;
}

#tk_menu_mobile ul li {
    width: 100%;
    border-bottom: 1px solid #d53f1e;
    text-align: center;
    line-height: 70px;
}

#tk_menu_mobile a {
    display: block;
    font-size: 25px;
    color: #333333;
}

#tk_menu_mobile a:hover {
    color: #d53f1e;
}

/* ###################################################################################################################################################################### */
/* Content Area */
/* ###################################################################################################################################################################### */


main {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
}


/* ####################################################################### */
/* Überschrift TK Edelstahldesign*/
/* ####################################################################### */


#tk_headline {
    margin-top: 40px;
    text-align: center;
}

#tk_headline h1 {
    font-size: 50px;
    color: #0286CD;
    color: hsla(201,98%,41%,1);
}

#tk_headline h2 {
    font-size: 28px;
    color: #333333;
    color: hsla(0,0%,20%,1);
}


/* ###################################################################################################################################################################### */
/* Startseite Beschreibung */
/* ###################################################################################################################################################################### */


#tk_description {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 300px;
    vertical-align: top;
    color: #FFFFFF;
    color: hsla(0,0%,100%,0.6);
}

#tk_description p:first-child {
    padding: 0 0 50px 0;
    font-size: 50px;
    color: #FFFFFF;
    color: hsla(0,0%,100%,0.8)
}

#tk_description p {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 14px;
}

#tk_description a {
    color: #FFFFFF;
    color: hsla(0,0%,100%,0.6);
    text-decoration: underline;
}

#tk_description a:hover {
    color: #F73100; 
}


/* ###################################################################################################################################################################### */
/* Startseite Slideshow */
/* ###################################################################################################################################################################### */


#tk_slideshow {
    display: inline-block;
    width: 59%;
    margin-top: 80px;
    text-align: center;
    vertical-align: top;
}

#tk_slideshow h2 {
    margin: 0 0 10px 0;
    color: #0286CD;
    color: hsla(201,98%,41%,1);
}

#tk_slideshow_pics {
    width: 70%;
    border-radius: 5px;
}

#tk_slideshow_radios {
    background-color: #000000;
    background-color: hsla(0,0%,0%,0.5);
    line-height: 16px;
    width: 60px;
    text-align: center;
    border-radius: 8px;
    float: right;
    margin: 1px 15% 0 0;
}

#tk_slideshow_radios a span.icon-radio-unchecked {
    font-size: 8px;
    line-height: 16px;
    color: #FFFFFF;
    color: hsla(0,0%,100%,0.6);
}

#tk_slideshow_radios a span.icon-radio-checked {
    font-size: 8px;
    line-height: 16px;
    color: #0286CD;
    color: hsla(201,98%,41%,1);
}


/* ###################################################################################################################################################################### */
/* Footer */
/* ###################################################################################################################################################################### */


footer {
    clear:both;
    width: 100%;
    margin-top: 90px;
    border-top: 1px solid #0286CD;
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.15);
}

#tk_footer_content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

#tk_footer_content ul li {
    float: left;
    width: 32%;
    height: 160px;
    margin: 0 2% 40px 0;
}

#tk_footer_content ul li:last-child {
    margin: 0 0 40px 0;
}

#tk_footer_times h3 {
    margin-left: 15%;
    padding: 0 0 20px 0;
    font-size: 16px;
    color: #222222;
}

#tk_footer_times p {
    margin-left: 15%;
    padding: 0 0 0 10px;
    width: 160px;
    font-size: 12px;
    color: #FFFFFF;
}

#tk_footer_times p:nth-child(even) {
    border-bottom: 2px solid #0286CD;
}

#tk_footer_times p:nth-child(odd) {
    margin: 0 0 10px 50px;
}

#tk_footer_logo {
    text-align: center;
}

#tk_footer_logo img {
    width: 160px;
    border-radius: 10px;
}

#tk_footer_kontakt {
    text-align: center;
}

#tk_footer_kontakt ul li{
    width: 100%;
    height: 22px;
    margin: 0 0 20px 0 !important;
}

#tk_footer_kontakt ul li:first-child {
    margin-top: 48px !important;
}

#tk_footer_kontakt a {
    display: inline-block;
    color: #333333;
    color: hsla(0,0%,20%,1);
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.4);
    width: 70%;
    border-radius: 14px;
    font-size: 15px;
    line-height: 22px;
}

#tk_footer_kontakt a:hover {
    color: #FFFFFF;
}

#tk_footer_kontakt ul li:first-child a:hover {
    color: #FFFFFF;
    background-color: #F73100;
}

#tk_footer_kontakt ul li:last-child a:hover {
    color: #FFFFFF;
    background-color: #3b5998;
}

#tk_footer_kontakt span {
    float:right;
    margin: 0 10px 0 0;
    width: 25px;
    line-height: 22px;
}

#tk_footer_bottom {
    clear: both;
    height: 35px;
    border-top: 1px solid #0286CD;
}

#tk_footer_bottom_content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 35px;
}

#tk_footer_bottom_content p {
    float: left;
    margin: 0;
    font-size: 12px;
    color: #222222;
}

#tk_footer_bottom_content nav {
    float: right;
}

#tk_footer_bottom_content nav li {
    float: left;
    text-align: center;
    padding: 0 10px 0 10px;
    font-size: 12px;
}

#tk_footer_bottom_content nav a {
    color: #FFFFFF;
    transition: all 0.4s;
}

#tk_footer_bottom_content nav a:hover {
    color: #222222;
}

#tk_footer_bottom_content nav a.active {
    color: #0286CD;
}

/* Navigation Produkte */
#tk_secmenu_container {
    width: 100%;
    height: 70px;
    margin-top: 30px;
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.8); 
    border-radius: 5px;
}

#tk_topic {
    margin-left: 40px;
    padding: 5px 0 10px 0;
    font-size: 13px;
    color: #0286CD;
    /*color: hsla(167,56%,46%,1);*/
}

#tk_secmenu li {
    list-style: none;
    text-align: center;
}

#tk_secmenu li a {
    color: #333333;
}

.tk_secmenu_unterpunkte {
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.tk_secmenu_unterpunkte a {
    display: block;
}

.tk_secmenu_unterpunkte:hover .tk_secpunkte {
    color: #0286CD;
    /*color: hsla(167,56%,46%,1);*/
}

.tk_secpunkte {
    margin: 0 40px 0 40px;
    transition: all 0.6s;
}

#tk_secmenu li a.active {
    color: #0286CD;
}

.tk_produkte {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding-top: 100px;
    overflow: hidden;
    border-bottom: 3px solid #0286CD;
    /*border-bottom: 3px solid hsla(167,56%,45%,0.4);*/
}

.tk_produkte h3 {
    margin-bottom: 40px;
    font-size: 22px;
    color: #0286CD;    
}

.tk_produkte span {
    position: absolute;
    right: 0;
    bottom: 5px;
    color: #FFFFFF;
    font-size: 20px;
}

.tk_produkte span:hover {
    position: absolute;
    right: -5px;
    bottom: 0px;
    color: #0286CD;
    font-size: 30px;
}

.tk_artikel {
    float: left;
    width: 23%;
    text-align: center;
    margin: 0 1% 40px 1%;
}

.tk_artikel p {
    margin: 0;
    font-size: 17px;
    color: #333333;
    color: hsla(0,0%,20%,0.8);
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.8);
    border-radius: 4px;
}

.tk_artikel:hover p {
    color: #0286CD;
    /*color: (167,56%,45%,1);*/
}

.tk_artikel img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* Impressum */
#tk_impressum {
    
    text-align: justify;
    margin: 50px auto;
    font-size: 14px;
}

#tk_impressum div {
    margin: 0 auto;
    padding: 20px;
    color: #FFFFFF;
    color: hsla(0,0%,100%,0.6);
    border-bottom: 2px solid #0286CD;
    /*border-bottom: 2px solid hsla(167,56%,46%,0.3);*/
}

#tk_impressum div a {
    display: inline-block;
    color: #333333;
    color: hsla(0,0%,20%,1);
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.6);
    padding-right: 30px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 15px;
}

#tk_impressum div a:hover {
    color: #d53f1e;
}

#tk_impressum div a span {
    padding-right: 10px;
}

#tk_impressum h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    border-bottom: 5px solid #0286CD;
    /*border-bottom: 5px solid hsla(167,56%,46%,0.6);*/
    margin-bottom: 15px;
    padding-bottom: 60px;
}

#tk_impressum h3 {
    font-size: 17px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

#tk_impressum p, #tk_impressum a {
    margin: 5px;
    padding-left: 30px;
    font-size: 14px;
}

#tk_impressum p:last-child {
    padding-bottom: 20px;
}
/* Impressum Ende */

/* Kontakt */

#tk_headline_kontakt {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 80px;    
}

#tk_kontakt {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 18px;
    border-top: 5px solid #0286CD;
    border-bottom: 5px solid #0286CD;
}

#tk_anfrage {
    float: left;
    width: 50%;
    text-align: justify;
    padding: 100px 0 100px 0;
}

#tk_anfrage p:first-child {
    margin-top: 20px;
}

#tk_anfrage p {
    margin: 40px 0 0 40px;    
}

#tk_anfrage p:last-child {
    margin-top: 144px;
    font-size: 26px;
}

#tk_anschrift {
    
    margin-left: 60%;
    width: 40%;
    text-align: justify;
    padding: 100px 0 100px 0;    
}

#tk_anschrift p {
    margin: 20px;
}

#tk_anschrift a {
    display: block;
    margin: 80px 20px 20px 20px;
    color: #333333;
    color: hsla(0,0%,20%,1);
    background-color: #FFFFFF;
    background-color: hsla(0,0%,100%,0.6);
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}

#tk_anschrift a:hover {
    color: #d53f1e;
}

#tk_anschrift a span {
    padding-right: 10px;
}
/* Kontakt Ende*/

/* Versand */

#tk_headline_versand {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 80px;
}

#tk_versand {
    margin-top: 30px;
    color: #FFFFFF;
    font-size: 18px;
    border-top: 5px solid #0286CD;
    border-bottom: 5px solid #0286CD;
}

#tk_versandort {
    float: left;
    width: 50%;
    text-align: justify;
}

#tk_preis {
    
    margin-left: 50%;
    width: 50%;
    text-align: justify;
}

#tk_versand h3 {
    margin: 80px 0 20px 0;    
}

#tk_versand p {
    width: 200px;
    margin-left: 30px;
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #0286CD;
}

#tk_versand p:last-child {
    margin-bottom: 80px;
}

/* Versand Ende */

#products_headline {
    clear: both;
    font-size:25px;
    color: #0286CD;
    margin: 60px 0 40px 0;    
}

#artikel_left {
    width: 50%;
    float: left;
}

#artikel_right {
    width: 50%;
    float: right;
    text-align: justify;    
}

#artikel_right h4 {
    font-size: 18px;
    color: #0286CD;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}

#artikel_right p {
    font-size: 15px;
    color: #FFFFFF;
    margin-left: 30px;
    padding: 5px;
}

#shopping {   
    margin-top: 70px;
    padding-left: 40px;
}

#shopping p {
    font-size: 16px;
    color: #FFFFFF;
}

#shops {
    margin: 15px 0 20px 0;
    padding-left: 20px;
}

#shopping a {
    font-size: 18px;
    color: #FFFFFF;
    padding: 4px;
    background-color: hsla(0,0%,0%,0.3);
    border-radius: 5px;
}

#shopping a:hover {
    background-color: hsla(0,0%,0%,0.5);
    border-radius: 5px;
}

#e {
    color: #e53238;
    margin-right: 3px;    
}

#b {
    color: #0064d2;
    margin-right: 3px;    
}

#a {
    color: #f5af02;
    margin-right: 3px;    
}

#y {
    color: #86b817;
    margin-right: 10px; 
}

.icon-heart-outlined {
    font-size: 16px;
    margin-right: 5px;
    color: #c20e0f;
}

#tk_main_bild {
    display: inline-block;
    width: 75%;
    margin-bottom: 40px;
}

#tk_sec_bilder {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 15px; 
}

#tk_sec_bilder img:hover , #tk_main_bild img:hover {
    border: 2px solid #0286CD;    
}

#tk_main_bild a, #tk_sec_bilder a {
    cursor: zoom-in;
}

#tk_products_bild1 {
    width: 100%;
    display: block;
    border-radius: 5px;
    margin-right: 25px;
}

#tk_products_bild2 {
    width: 100%;
    display: block;
    border-radius: 3px;
    margin-bottom: 15px;    
}

#tk_products_bild3 {
    width: 100%;
    display: block;
    border-radius: 3px;
}

#test {
    clear: both;
    margin-bottom: 40px;
}

#preis {
    display: inline-block;
    width: 32%;
    float: left;
}

#preis p, #groesse p{
    margin: 0 0 0 40px;
    padding: 0;
    color: #FFFFFF;
    font-size: 14px;
}

#preis h4, #groesse h4{
    margin: 0 0 0 10px;
    padding: 0;
    color: #0286CD;
    font-size: 15px;
}

#preis a {
    color: #FFFFFF;
}

#preis a:hover {
    color: #0286CD;
}

#groesse {
    display: inline-block;
    width: 32%;
}

/* Picshow */

#dark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,0%,0.7);
    z-index: 2;
}

#viewPic {
    position: fixed;
    top: 14%;
    left: 20%;
    width: 60%;
}

#picShow_mainBild {
    display: inline-block;
    width: 75%;
}

#bigPic {
    width: 100%;
    border-radius: 5px;

}
#picShow_secBilder {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

.smallPics {
    width: 100%;
    margin: 0 0 5% 5%;
    border-radius: 3px;    
}

.icon-chevron-left, .icon-chevron-right {
    float: left;
    color: #FFFFFF;
    font-size: 24px;
    margin: 5px 20px 0 0;
}

.icon-chevron-left:hover, .icon-chevron-right:hover {
    color: #0286CD;
}

.icon-cross {
    float: right;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 5px;
}

.icon-cross:hover {
    color: #FF0000;
}</pre></body></html>