@charset "utf-8";
/* CSS Document */


* {
    transition: color 0.3s ease, background-color 0.3s ease;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #fff;
	
}

a {
    color: #555;
    text-decoration: none;
    margin-left: 0px;
    font-weight: 600;
	
}

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


.strong-letter {
	font-weight: 600;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}


.main-content {
	position: relative;
	width: 700px;
	min-height: 500px;
	margin: 0 auto 0 auto;
	z-index: 50;
}


.first-section {
	position: relative;
	width: 100%;
	min-height: 10px;
	margin: 0 0 50px 0;
}


.main-title {
	font-size: 45px;
	font-weight: 300;
	color: #CA9E67;
	margin: 0 0 50px 0;
}

.main-text {
	font-size: 20px;
	line-height: 180%;
	font-weight: 500;
	color: #3C3C3B;
}

.breakline-tks {
	width: 100%;
	height: 50px;
	border-bottom: solid 2px #CA9E67;
	margin-bottom: 50px;
}

.breakline-tks2 {
	width: 100%;
	height: 10px;
	border-bottom: solid 2px #CA9E67;
	margin-bottom: 10px;
}

.whytks-text {
	font-size: 20px;
	line-height: 180%;
	font-weight: 500;
	color: #3C3C3B;
	padding-left: 25%;
	width: 75%;
	height: auto;
	margin-bottom: 60px;
	background-repeat: no-repeat;
	background-size: 20% auto;
	background-position: center left;
}

.whytks-title {
	font-size: 25px;
	font-weight: 600;
}


.bg-img-onehand {
	background-image:url("images/TKS_onehand_animation.gif");	
}

.bg-img-solution {
	background-image:url("images/TKS_solution-animation.gif");	
}

.bg-img-king {
	background-image:url("images/TKS_kingexpert_animation.gif");	
}


.image-painting {
	position: absolute;
	width: 60%;
	padding-bottom: 60%;
	background-color: grey;
	background-image: url("images/paintingbyTKS-04.jpg");
	background-size: 100% 100%;
	border-radius: 20px;
	float: left;
	z-index: 4;
}

.pros-listbox {
	position: absolute;
	right: 0;
	width: 40%;
	margin-left: 20%;
	margin-top: 10%;
	padding: 5% 5% 7% 5%;
	background-color: #3C3C3B;
	border-radius: 20px;
	float: right;
	z-index: 10;
	
}

.height-filler {
	height: 700px;

}


.pro-list-text {
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	color: #FFF;
	padding-left: 12%;
	width: 90%;
	height: auto;
	margin: 5% 0% 2% 0%;
	background-repeat: no-repeat;
	background-size: 8% auto;
	background-position: center left;
	background-image: url("images/list-check-pros-05.svg");
}



.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Spalten */
    grid-gap: 10px; /* Lücken zwischen den Bildern */
    padding: 0px;
    
}

.grid-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
	border-radius: 10px;
}

.grid-item img {
    width: calc(100% + 10px); /* Berechnung der Bildgröße unter Berücksichtigung der Lücke */
    height: auto;
    display: block;
    object-fit: cover;
    margin: -5px; /* Negative Margin, um Lücken zu kompensieren */
}

.item1 {
    grid-column: span 2; /* Über beide Spalten */
    grid-row: span 2; /* Bild 1 nimmt zwei Reihen */
}

.item2 {
    grid-column: span 1;
}

.item3 {
    grid-column: span 1;
    grid-row: span 2; /* Bild 3 nimmt zwei Reihen */
}

.item4 {
    grid-column: span 1;
}

.item5 {
    grid-column: span 2; /* Über beide Spalten */
}

.item6 {
	grid-column: span 1;}
	
	
	
	
footer {
    width: 100%;
   
    padding: 0px 0;
    position: relative;
    bottom: 0;
	
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
    max-width: 1200px;
    margin: 0 auto;
	font-size: 12px;
}

.footer-left {
    color: #CA9E67;
    font-weight: 600;
}

.footer-right a {
    color: #555; /* Standard grau */
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
    transition: color 0.3s ease; /* Sanfter Übergang für die Farbänderung */
}

.footer-right a:hover {
    color: #CA9E67;
    text-decoration: none; 
}

.footer-right a {
    color: #555;
    text-decoration: none;
    margin-left: 20px;
    font-weight: 600;
}

.footer-right a:hover {
    text-decoration: none;
}


.logo-tks {
	width: 700px;
	height:150px;
	padding-left: 250px;
	padding-right: 250px;
	margin: auto;
	background-image: url("images/Logo_TKS_Vektor.svg");
	background-repeat: no-repeat;
	background-size: 150px 150px;
	z-index: 1;
}

.logo-tks-wrap {
	margin-top: 10px;
	width: 100%;
	height:2px;
	position: fixed;
	z-index: 100;
	display: none;
	overflow:inherit;
	background-color: ;
	 
}

.start-logo {
	height:800px;
	background-image: url("images/Logo_TKS_Vektor.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 500px 500px;
}


#target-section {
    
}


.contact-btn {
	position: fixed;
	right: 40px;
	top:40px;
    background-color: #FFF;
    color: #CA9E67;
    padding: 10px 20px;
    border: solid 2px #CA9E67;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
	font-size: 20px;
    font-weight: 600;
	z-index: 900;
	
}


.contact-btn:hover {
    background-color: #CA9E67;
	color: #FFF;
	border: solid 2px #CA9E67;
}




.c-check-bumper {
	margin-top: 7px!important;
}

.cookie-link-d {
	

}

.cookie-text {
	position: relative;
	width: auto;
	min-height: 10px;
	padding-right: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	
}




.cookie-check {	

	font-weight: 700;
	font-size: 15px;
	border: 0px solid #F8C27A;
	border-radius: 20px;
	margin: auto;
	padding: 8px 12px;
	width: 80px;
    top:5px; *top:-2px; right:20px;
    cursor:pointer;
	background-color: #444;
	text-align: center;
}


.cookie-check:hover {
	color: #000000;
	background-color: #fff;
}

.cookie-message {
	position: fixed;
	width: 200px;
	bottom: 0;
	right: 0;
	margin: 20px;
	padding-top: 80px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	background-image: url("images/cookies-14.svg");
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: top center;
	background-color: #000;
	border-bottom: 0px solid #ccc;
	z-index: 99;
	font-size: 14px;
	color: #FFF;
	
	border-radius:  20px;
	
}
.cookie-message a {
  color: #E9CB9C;
  top:0; 
  cursor:pointer;
  text-decoration: none;
}

.cookie-message a:hover {
  color: #fff;
  top:0; 
  cursor:pointer;
}

.cookie-message p, .cookie-message a {
  
}