/*
Theme Name: TPS Theme
Author: Nils Rogavac
Author URI: https://www.nilsrogavac.de/
*/

/*

Headline-Font: Teko Regular (400)
Fließtext-Font: Inter Light (300)
Button-Font: Inter SemiBold (600)

Farben:

Darkblue: #0A253A
Mittelblau: #104DA1
Cyan blau: #24AAE8
Text grau: #647687
Grau blau: #DBE5ED
Hellblau #BFD1F9

*/

* {
	margin: 0;
	padding: 0;
}

body,
html {
	font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    background: #f2f2f2;
    color: #104DA1;
    scroll-behavior: smooth;
    line-height: 1.7;
}

.clearfix::after,
.row::after {
    content: "";
    clear: both;
    display: table;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-vertical {
    display: flex;
    align-items: center;
}

img {
	max-width: 100%;
	height: auto;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #DBE5ED;
}

a {
    text-decoration: none;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* Typographie */

/* teko-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/teko-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v18-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

p {
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.7;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

h1 {
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
    
h2 {
    font-family: 'Teko', sans-serif;
    font-size: 60px;
    color: #104DA1;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

b,
strong {
    font-weight: 600;
}

.button,
header .menu-item-60 a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background: #24AAE8;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
}

.button:hover,
.button:active,
.button:focus,
header .menu-item-60 a:hover,
header .menu-item-60 a:active,
header .menu-item-60 a:focus {
    background: #DBE5ED;
    transition: 0.2s all;
    color: #104DA1;
}

.center {
    text-align: center;
}

/* Header */

.logo {
    max-width: 250px;
}

.header-padding {
    float: right;
    width: 100%;
}

header {
    border-bottom: 1px solid #DBE5ED;
}

header .menu-main-nav-container {
    margin-top: 10px;
}

header nav,
header .alignright {
    width: 100%;
}

header nav .menu-main-nav-container,
header .alignright ul {
    float: right;
}

header .alignright {
    text-align: right;
    width: 100%;
    font-weight: 300;
    color: #DBE5ED;
    float: right;
}

header .alignright a {
    color: #DBE5ED;
}

header .alignright a:hover,
header .alignright a:focus,
header .alignright a:active {
    color: #fff;
    transition: 0.2s all;
    text-decoration: none;
}

header ul {
    margin: 0;
}

header li {
    float: left;
    list-style: none;
    margin-right: 19px;
    font-family: 'Inter', sans-serif;;
    font-size: 15px;
}

header li:last-child {
    margin-right: 0;
}

header nav a {
    color: #fff;
}

header nav a:hover,
header nav a:active,
header nav a:focus {
    color: #DBE5ED;
    transition: 0.2s all;
    text-decoration: none;
}

header nav {
    font-weight: 600;
}

.blue-bg {
    background: #104DA1;
    color: #fff;
}

.blue-bg.content {
    background: #104DA1;
}

.blue-bg h1 {
    padding: 100px 0 120px;
    line-height: 1;
}

.differentblue-bg {
    background: #2F93C1;
    color: #fff;
}

.differentgrey-bg {
    background: #A0A8B1;
    color: #fff;
}

/* Content */

.no-margin-top {
    margin-top: 0 !important;
}

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

.no-margin-bottom,
h2.no-margin-bottom {
    margin-bottom: 0 !important;
}

.content {
	padding: 70px 0;
    background: #fff;
    border-radius: 20px;
    margin-top: -20px;
    margin-bottom: 70px;
}

.content.no-white {
    background: none;
}

.preheadline,
.content p.preheadline,
.grey-bg .preheadline {
    font-weight: 600;
    color: #104DA1;
    font-size: 16px;
    margin-bottom: 0;
}

.content a {
    font-weight: 600;
    color: #104DA1;
}

.content p,
.grey-bg p {
    color: #647687;
}

.content h2 {
    margin-bottom: 30px;
}

.content a:hover,
.content a:focus,
.content a:active {
    color: #647687;
    text-decoration: none;
    transition: 0.2s all;
}

.white-bg {
    background: #fff;
    padding: 70px 0;
    margin: 70px 0;
    border-radius: 20px;
}

.darkblue-bg {
    background: #0A253A;
    padding: 70px 0;
    margin: 70px 0;
    border-radius: 20px;
    color: #fff;
}

.darkblue-bg h2,
.blue-bg h2 {
    color: #fff;
}

/* Submenu ausblenden */

header .sub-menu {
    display: none;
    position: absolute;
    background-color: #0A253A; 
    margin: 0;
    z-index: 1000;
    min-width: 180px;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Submenu-Links */
header .sub-menu li {
    float: none;
    margin: 0;
}

header .sub-menu li a {
    display: block;
    padding: 10px 20px;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
}

header .sub-menu li a:hover {
    background-color: #104DA1;
    color: #fff;
}

/* Dropdown bei Hover anzeigen */
header li:hover > .sub-menu {
    display: block;
}

/* Parent-Item braucht relative Position */
header li {
    position: relative;
}


/* Home */

.home .content {
    z-index: 999;
    position: relative;
}

.home header {
    position: absolute;
    width: 100%;
    z-index: 100;
}

.home .kennenlernen {
    margin-top: 50px;
}

.home .hero-section {
    z-index: 1;
    position: relative;
}
.home .hero-section h2 {
    color: #fff;
}

.home .hero-section p {
    color: #DBE5ED;
}

.home .grey-p p {
    color: #647687;
}

.bg-shop > div,
.bg-leistungen > div {
    padding: 100px 0;
}

.bg-shop p,
.bg-leistungen p {
    max-width: 400px;
    margin: 0 auto;
}

.bg-shop .button-wrapper,
.bg-leistungen .button-wrapper {
    margin-top: 30px;
}

.leistungen-wrapper {
    margin-top: 30px;
}

.medblue-bg {
    background: #104DA1;
    color: #fff;
}

.medblue-bg p,
.medblue-bg a {
    color: #fff;
}

.cyan-bg {
    background: #24AAE8;
    color: #fff;
}

.cyan-bg p {
    color: #fff;
}

.leistungen-wrapper .kachel {
    padding: 65px 30px 50px 30px;
}

.kachel-top-left {
    border-top-left-radius: 20px;
}

.leistungen-wrapper .grey-bg {
    border-bottom-right-radius: 20px;
    background: #DBE5ED;
}

.leistungen-wrapper .grey-bg p {
    color: #104DA1;
}

.produkte .kachel,
.produkte-seite .kachel {
    background: #DBE5ED;
    border-radius: 10px;
    padding: 30px 30px 15px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    overflow: hidden;
    justify-content: end;
    hyphens: auto;
    
}

.produkte .kachel img,
.produkte-seite .kachel img {
    margin: 0 auto;
    display: block;
}

.produkte .kachel .kachel-overlay {
    position: absolute;
    background: #104DA1;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 20px;
    padding: 50px 30px 35px 30px;
    color: #fff;

    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.produkte .kachel .kachel-overlay h3,
.produkte .kachel .kachel-overlay a {
    color: #fff;
}

.produkte .kachel .kachel-overlay a:hover,
.produkte .kachel .kachel-overlay a:active,
.produkte .kachel .kachel-overlay a:focus {
    text-decoration: underline;
    transition: 0.2s all;
}

.produkte .kachel:hover .kachel-overlay {
    transform: translateY(0);
}

.produkte h2 {
    margin-bottom: 30px;
}

.produkte h3 {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    color: #104DA1;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.produkte .kachel.center:hover,
.produkte .kachel.center:focus,
.produkte .kachel.center:active {
    background: #104DA1;
    transition: 0.2s all;
}

.produkte .kachel.center:hover h3,
.produkte .kachel.center:focus h3,
.produkte .kachel.center:active h3 {
    color: #fff;
}

.about .kachel {
    border-radius: 10px;
    padding: 70px 30px 55px 30px;
    margin-top: 30px;
}

.video-img {
    border-radius: 10px;
}

.about .kachel.video .border,
.page-template-page-about .video .border,
.video-img .border {
    border-radius: 100%;
    border: 5px solid #fff !important;
    height: 130px;
    width: 130px;
}

.about .kachel.video i,
.page-template-page-about .video .border i,
.video-img i {
    padding: 10px 15px 10px 20px;
    color: #fff;
    font-size: 40px;
}

.about .kachel.video:hover i,
.about .kachel.video:focus i,
.about .kachel.video:active i,
.page-template-page-about .video:hover i,
.page-template-page-about .video:focus i,
.page-template-page-about .video:active i,
.video-img:hover i,
.video-img:active i,
.video-img:focus i {
    transition: 0.2s all;
    color: #104DA1 !important;
}

.about .kachel.video:hover .border,
.about .kachel.video:focus .border,
.about .kachel.video:active .border,
.page-template-page-about .video:hover .border,
.page-template-page-about .video:active .border,
.page-template-page-about .video:focus .border,
.video-img:hover .border,
.video-img:focus .border,
.video-img:active .border {
    transition: 0.2s all;
    border: 5px solid #104DA1 !important;
}

.about .kachel.blue-bg strong {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.darkgrey-bg {
    background: #647687;
    color: #fff;
}

.case-studies .blogbeitrag {
    background: none;
}

.case-studies .blogbeitrag .textbereich {
    padding: 30px 0 20px;
}

.case-studies .blogbeitrag .textbereich h3 {
    font-size: 18px;
}

.case-studies .blogbeitrag .textbereich h3 a {
    color: #fff;
}

.case-studies .blogbeitrag img {
    border-radius: 20px;
}

.case-studies .blogbeitrag:hover,
.case-studies .blogbeitrag:focus,
.case-studies .blogbeitrag:active {
    background: none;
}

.case-studies .flex-vertical a {
    color: #BFD1F9;
}

.case-studies .flex-vertical a:hover,
.case-studies .flex-vertical a:focus,
.case-studies .flex-vertical a:active {
    color: #fff;
    transition: 0.2s all;
    text-decoration: none;
}

.white-bg.no-margin-bottom {
    padding-bottom: 90px;
}

.darkblue-bg.no-margin-top {
    margin-top: -20px !important;
}

/* About Über uns Seite  */

.page-template-page-about .content {
    position: relative;
    z-index: 999;
}

.page-template-page-about .video-img {
    height: 400px;
    border-radius: 10px;
}

.page-template-page-about .hero-img {
    height: 400px;
    position: relative;
    z-index: 0;
    margin-top: -85px;
}

.page-template-page-about .tps-in-zahlen {
    padding-top: 70px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 500;
    background: #f2f2f2;
}

.page-template-page-about .tps-in-zahlen h2 {
    margin-bottom: 50px;
}

.page-template-page-about .zahlen-kachel {
    padding: 25px;
    border: 1px solid #647687;
    border-radius: 10px;
    height: 100%;
} 

.page-template-page-about .zahlen-kachel img {
    width: 50px;
    margin-bottom: 15px;
}

.page-template-page-about .zahlen-kachel.blue-font,
.page-template-page-about .zahlen-kachel.blue-font p {
    color: #104DA1;
}

.page-template-page-about .zahlen-kachel p,
.page-template-page-about .zahlen-kachel h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.page-template-page-about .zahlen-kachel h3 {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    color: #104DA1;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}

.custom-arrows {
    margin-bottom: 30px;
}

.custom-arrows button {
    height: 60px;
    width: 60px;
}

.custom-arrows .slick-prev {
    margin-right: 10px;
}

.historie-eintrag img,
.historie-eintrag .thumbnail-placeholder {
    width: 100%;
    aspect-ratio: 3 / 2; /* 600 / 400 = 3:2 Verhältnis */
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px; /* gleiche Rundung wie bei den Bildern */
}

/* Optional: Platzhalter mit Icon zentrieren (z. B. Font Awesome) */
.thumbnail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 2rem;
}


.historie-eintrag h3 {
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    color: #104DA1;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    float: left;
    display: inline;
    margin-right: 10px;
}

.historie-eintrag .headline hr {
    margin-top: 20px;
    margin-bottom: 0;
    border-top: 1px solid #647687;
}

.historie-eintrag .headline {
    display: inline-block;
    width: 100%;
}

.team-mitglied {
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.team-mitglied img {
    border-radius: 10px;
}

.team-mitglied .textbereich {
    padding: 20px 30px 10px 30px;
}

.team-mitglied .textbereich p {
    color: #104DA1;
}

/* Blog Index */

.blogbeitrag {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.blogbeitrag.produkt-detail {
    background: #DBE5ED;
}

.blogbeitrag img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.blogbeitrag .textbereich {
    padding: 30px;
    height: 100%;
}

.blogbeitrag .textbereich h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
}

.blogbeitrag .excerpt {
    color: #647687;
}

.blogbeitrag:hover,
.blogbeitrag:focus,
.blogbeitrag:active {
    background: #104DA1;
    transition: 0.2s all;
}

.blogbeitrag:hover h2,
.blogbeitrag:focus h2,
.blogbeitrag:active h2 {
    color: #fff;
    transition: 0.2s all;
}

.blogbeitrag:hover .excerpt,
.blogbeitrag:focus .excerpt,
.blogbeitrag:active .excerpt,
.content .blogbeitrag:hover .excerpt,
.content .blogbeitrag:focus .excerpt,
.content .blogbeitrag:active .excerpt,
.blogbeitrag:hover .excerpt p,
.blogbeitrag:focus .excerpt p,
.blogbeitrag:active .excerpt p,
.blogbeitrag:hover p,
.blogbeitrag:focus p,
.blogbeitrag:active p {
    color: #DBE5ED;
    transition: 0.2s all;
}

/* Slick */

.slick-loading .slick-list {
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	opacity: 1 !important;
	z-index: 999;
    padding: 18px 19px 12px !important;
    margin-bottom: 30px;
    margin-top: -100px;
}

.slick-slider .slick-prev {
    right: 80px;
    position: absolute;
}

.slick-slider .slick-next {
    top: 0px;
	right: 10px;
    position: absolute;
}

.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
	opacity: 1 !important;
}

.slick-arrow {
	background: #BFD1F9;
	padding: 10px;
	border-radius: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border: 0;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	background: #104DA1;
	outline: 0;
}

.slick-arrow:focus {
	outline: 0;
}

.slick-prev::before,
.slick-next::before {
	font-weight: 600;
    font-size: 12px;
    left: 0px;
    position: relative;
}

.custom-arrows .slick-prev::before,
.custom-arrows .slick-next::before{
    top: 4px;
}

.slick-prev::before {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-horizontal-blau.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-prev:active:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-horizontal-weiss.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.slick-next::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-horizontal-blau.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.slick-next:hover:before,
.slick-next:active:before,
.slick-next:focus:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-horizontal-weiss.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: none;
}

.slick-slide {
	padding: 0 10px 0;
}

.carousel,
.slick-slider {
	margin-left: -10px;
	margin-right: -10px;
}

.category-list {
	margin-top: 30px;
	margin-bottom: 0;
}

.category-list .cat-item {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 30px;
}

.category-list .cat-item:last-child {
	margin-right: 0;
}

.category-list .cat-item a {
	background: none;
    color: #104DA1;
    border: 2px solid #104DA1;
	padding: 10px 25px;
    font-size: 18px;
}

.category-list .cat-item a:hover,
.category-list .cat-item a:focus,
.category-list .cat-item a:active,
.category-list .current-cat a {
	text-decoration: none;
	background: #104DA1;
    color: #fff;
    border: 2px solid #104DA1;
	transition: 0.2s all;
}

/* Blog Single */

.single.post-template-default .blue-bg h1 {
    padding: 100px 0 10px;
}

.single.post-template-default .blue-bg {
    padding-bottom: 160px;
    color: #DBE5ED;
}

.single .beitragsbild {
    width: 100%;
    margin-top: -150px;
    border-radius: 40px;
}

.single .post-categories {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    padding-left: 0;
}

.single .post-categories li {
    list-style: none;
    float: left;
    margin-right: 15px;
    border: 1px solid #BFD1F9;
    border-radius: 3px;
    padding: 10px;
}

.single .post-categories li a {
    color: #BFD1F9;
}

.single .blogpost-info {
    color: #BFD1F9;
}

.blogpost-content {
    margin-top: 100px;
}

.blogpost-content h2 {
    margin: 40px 0 10px;
}

.blogpost-content h2,
.blogpost-content h3,
.blogpost-content h4,
.blogpost-content h5,
.blogpost-content h6 {
    color: #104DA1;
}

.blogpost-content,
.blogpost-content p,
.blogpost-content ul {
    color: #647687;
}

/* Related Posts */

.related-post {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 20px;
}

.related-post img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.crp_title {
    display: block;
    padding: 0 20px 20px 20px;
    font-weight: 600;
    font-size: 18px;
    color: #104DA1;
}

.crp_excerpt {
    padding: 0 20px 40px 20px;
    color: #647687;
    display: block;
}

/* Pagination */

.pgntn-page-pagination.pgntn-bottom {
    width: 100%;
    margin-top: 60px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.pgntn-page-pagination .pgntn-page-pagination-block {
    width: 100% !important;
}
 
.pgntn-page-pagination .pgntn-page-pagination-block a {
    background: #BFD1F9 !important;
    color: #104DA1;
    outline: 0;
    border: none !important;
    border-radius: 5px;
    padding: 10px 18px;
    font-weight: 600;
}

.pgntn-page-pagination .pgntn-page-pagination-block .current,
.pgntn-page-pagination .pgntn-page-pagination-block a:hover,
.pgntn-page-pagination .pgntn-page-pagination-block a:focus,
.pgntn-page-pagination .pgntn-page-pagination-block a:active{
	background: #104DA1 !important;
    color: #fff !important;
    transition: 0.2s all;
    outline: 0;
    border: none !important;
    border-radius: 5px;
    padding: 10px 18px;
    font-weight: 600;
}

/* Produkte */

.produkte-seite {
    margin-top: 30px;
}

.produkte-seite .kachel h3 {
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 1;
}

.produkte-seite a:hover .kachel,
.produkte-seite a:active .kachel,
.produkte-seite a:focus .kachel {
    background: #104DA1;
    transition: 0.2s all;
}

.produkte-seite a:hover h3,
.produkte-seite a:active h3,
.produkte-seite a:focus h3 {
    color: #fff;
}

/* Produkt Detail */

.tax-produkt_kategorie .content {
    color: #647687;
}

.tax-produkt_kategorie .grey-bg {
    color: #647687;
}

.tax-produkt_kategorie .content img {
    border-radius: 10px;
}

.kontaktaufnahme {
    border-radius: 20px;
    background: #104DA1;
    color: #fff;
}

.kontaktaufnahme img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.kontaktaufnahme p {
    color: #BFD1F9;
}

.kontaktaufnahme h2,
.kontaktaufnahme strong {
    color: #fff;
}

.kontaktaufnahme-textbereich {
    padding: 50px;
}

.tax-produkt_kategorie .content ul,
.tax-produkt_kategorie .content ul,
.single-services .content ul,
.single-partner .content ul,
.post-type-archive-partner .grey-bg ul {
    padding-left: 0;
}

.tax-produkt_kategorie .content ul li,
.single-services .content ul li,
.single-partner .content ul li,
.post-type-archive-partner .grey-bg ul li{
    background: #DBE5ED;
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 5px;
    color: #104DA1;
    list-style: none;
}

.tax-produkt_kategorie .content ul li::before,
.single-services .content ul li::before,
.single-services .content ul li::before,
.post-type-archive-partner .grey-bg ul li::before {
    content: "\f0c8";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    margin-right: 10px;
    font-size: 9px;
    top: -2px;
    position: relative;
}

.tax-produkt_kategorie .grey-bg,
.page-template-page-service-detail .grey-bg,
.page-template-page-about .grey-bg,
.page-template-page-service .grey-bg,
.post-type-archive-partner .grey-bg,
.tax-produkt_kategorie .grey-bg,
.page-template-page-produkte .grey-bg {
    padding-bottom: 100px;
}

.tps-entdecken {
    margin-bottom: 0;
    z-index: 999;
    position: relative;
}

.quote .fa-solid {
    font-size: 30px;
    margin-bottom: 15px;
    color: #104DA1;
}

.tax-produkt_kategorie .blue-bg.no-margin-bottom {
    z-index: 999;
    position: relative;
}

.mobile-img {
    border-radius: 10px;
    margin-bottom: 20px;
}

.tax-produkt_kategorie .blogbeitrag  img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #DBE5ED;
    padding: 50px;
    width: 100%;
}

.tax-produkt_kategorie .blogbeitrag .textbereich {
    background: #104DA1;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tax-produkt_kategorie .blogbeitrag h3 {
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
}

.tax-produkt_kategorie .blogbeitrag p {
    color: #BFD1F9;
}

.tax-produkt_kategorie .blogbeitrag:hover,
.tax-produkt_kategorie .blogbeitrag:focus,
.tax-produkt_kategorie .blogbeitrag:active {
    background: none;
}

.tax-produkt_kategorie .produkt-detail:hover,
.tax-produkt_kategorie .produkt-detail:focus,
.tax-produkt_kategorie .produkt-detail:active {
    background: #DBE5ED;
}

.tax-produkt_kategorie .blogbeitrag:hover .textbereich,
.tax-produkt_kategorie .blogbeitrag:focus .textbereich,
.tax-produkt_kategorie .blogbeitrag:active .textbereich {
    background: #0A253A;
    transition: 0.2s all;
}

.left-img {
	width: 50vw;
	position: absolute;
	left: -7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Partner */

.partner-inner {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.partner-wrapper .textbereich {
    color: #fff;
    background: rgba(16,77,161,0.75);
    padding: 20px 30px;
    height: 100%;
    border-radius: 10px;
    position: relative;
    width: 100%;
    top: 175px;
}

.partner-wrapper a:hover .textbereich,
.partner-wrapper a:focus .textbereich,
.partner-wrapper a:active .textbereich {
    transition: all 0.3s ease;
    top: 0;
}

/* Service */ 

.service-inner {
    width: 100%;
    height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.service-wrapper .textbereich {
    color: #fff;
    background: rgba(16,77,161);
    padding: 20px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service-wrapper .textbereich p {
    color: #BFD1F9;
}

.service-wrapper .textbereich h3 {
    margin-bottom: 0;
    hyphens: auto;
    font-size: 18px;
}

.service-inner .textbereich p {
    color: #fff;
}

.service-wrapper.with-link a {
    color: #fff;
}

.full-service-ablauf {
    background: #fff;
    border-radius: 10px;
}

.process-header {
    color: #fff;
    font-weight: bold;
    padding: 20px 30px;
    font-size: 16px;
    position: relative;
}

.process-content {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.7;
    font-size: 15px;
    color: #647687;
}

.process-content > div {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #BFD1F9;
}

.process-content .no-border {
    border-right: none;
}

.process-header .fa-solid {
    font-size: 22px;
    position: absolute;
    left: -4px;
}

.header-1 {
    background-color: #104DA1;
    border-top-left-radius: 10px;
}

.header-2 .fa-solid {
    color: #104DA1;
}

.header-2 {
    background-color: #BFD1F9;
}

.header-3 .fa-solid {
    color: #BFD1F9;
}

.header-3 {
    background-color: #24AAE8;
}

.header-4 .fa-solid {
    color: #24AAE8;
}

.header-4 {
    background-color: #104DA1;
    border-top-right-radius: 10px;
}

/* Kontakt */

.kontakt-feld {
    padding: 50px 0;
    background: #DBE5ED;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
}

.kontakt-feld strong,
.kontakt-feld strong p {
    font-family: 'Teko', sans-serif;
    font-size: 40px;
    font-weight: 400;
}

.socials-headline {
    margin-bottom: 0;
    margin-top: 30px;
}

.socials,
.socials th,
.socials tr {
  border: none !important;
}

.socials {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
}

.content .socials a {
    color: #647687;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.content .socials .fa-brands {
    color: #104DA1;
}

.content .socials a:hover .fa-brands,
.content .socials a:focus .fa-brands,
.content .socials a:active .fa-brands {
    color: #647687;
    transition: 0.2s all;
}

.socials td {
    padding: 5px 0;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #DBE5ED;
    color: #104DA1;
    vertical-align: middle;
}

.social-table .icon-cell {
    text-align: right;
    width: 40px;
}

.socials td:last-child {
  text-align: right;
}

.content .socials a:hover,
.content .socials a:active,
.content .socials a:focus {
    color: #104DA1;
    transition: 0.2s all;
}

/* FAQ */

.accordions .accordions-head-title {
    color: #104DA1 !important;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px !important;
    padding: 10px 0;
}

.accordions {
	border-bottom: 1px solid #104DA1;
	border-left: 1px solid #104DA1;
	border-right: 1px solid #104DA1;
	border-radius: 0;
	background: none !important;
    margin-bottom: 70px;
}

.accordions .accordions-head {
	padding: 20px;
	background: none !important;
}

.accordions .accordions-head:hover,
.accordions .accordions-head:focus,
.accordions .accordions-head:active {
	background: #BFD1F9 !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

.accordions .ui-accordion .ui-accordion-header {
	margin: 0 !important;
	border-top: 1px solid #104DA1 !important;
	border-radius: 0;
}

.accordions .ui-accordion-header-active {
	border-bottom: 1px solid #104DA1 !important;
}

.accordions .accordion-content {
	padding: 30px;
	background: none !important;
	font-size: 15px !important;
	line-height: 1.7;
    color: #104DA1 !important;
}

.accordions .accordion-content ul li {
	color: #104DA1 !important;
	margin-bottom: 15px;
}

.accordions .accordion-content ul li:last-child {
	margin-bottom: 0;
}

.accordions .ui-state-active {
    border-bottom: 1px solid #104DA1;
}

/* Kennenlernen */

.error404 .kennenlernen {
    margin-top: 70px;
}

.kennenlernen {
    padding: 50px;
    border-radius: 20px;
    background: #104DA1;
    color: #fff;
}

.kennenlernen a {
    color: #DBE5ED;
}

.kennenlernen a:hover,
.kennenlernen a:active,
.kennenlernen a:focus {
    transition: 0.2s all;
    color: #fff;
    text-decoration: none;
}

.kennenlernen .headline-font {
    font-family: 'Teko', sans-serif;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 0.8;
    font-weight: 400;
}

/* Rechtliches */

.page-template-page-rechtliches .content h2,
.page-template-page-rechtliches .content h3,
.page-template-page-rechtliches .content h4,
.page-template-page-rechtliches .content b,
.page-template-page-rechtliches .content strong {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    color: #104DA1;
}

.page-template-page-rechtliches .content p {
    color: #647687;
}

/* Footer */

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.back-to-top .button-arrow {
    background:
    url('https://tps-elektronik.com/wp-content/uploads/2025/05/pfeil-oben-weiss.svg') no-repeat center center,
    #104DA1;
}

.back-to-top a:hover .button-arrow,
.back-to-top a:active .button-arrow,
.back-to-top a:focus .button-arrow {
    background:
    url('https://tps-elektronik.com/wp-content/uploads/2025/05/pfeil-oben-blau.svg') no-repeat center center,
    #BFD1F9;
    background-color: #BFD1F9 !important;
}

.wp-block-button .wp-block-button__link {
    border-radius: 20px;
    background: #104DA1;
    color: #fff;
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:focus {
    background: #BFD1F9;
    color: #fff;
    transition: 0.2s all;
}

footer {
    background: #104DA1;
    padding: 70px 0 30px;
    margin-top: 70px;
    border-radius: 20px 20px 0 0;
}


.button-arrow {
    background:
    url('https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-schraeg-blau.svg') no-repeat center center,
    #BFD1F9;
    background-size: 30px, auto;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: inline-block;
    border-radius: 5px;
}

.onwhite .button-arrow {
    background:
    url('https://tps-elektronik.com/wp-content/uploads/2025/05/pfeil-schraeg-weiss.svg') no-repeat center center,
    #104DA1;
}

.button-wrapper {
    font-weight: 600;
}

.button-wrapper a {
    color: #BFD1F9;
}

.onwhite.button-wrapper {
    margin-top: 30px;
}

.onwhite.button-wrapper a {
    color: #104DA1;
}

.onwhite.button-wrapper a:hover,
.onwhite.button-wrapper a:active,
.onwhite.button-wrapper a:focus {
    color: #BFD1F9;
}

.button-wrapper a:hover,
.button-wrapper a:active,
.button-wrapper a:focus {
    color: #fff;
}

.button-wrapper a:hover .button-arrow,
.button-wrapper a:active .button-arrow,
.button-wrapper a:focus .button-arrow {
    color: #fff;
    transition: background-color 0.2s ease;
    background-color: #fff;
}

.onwhite.button-wrapper a:hover .button-arrow,
.onwhite.button-wrapper a:active .button-arrow,
.onwhite.button-wrapper a:focus .button-arrow {
    background:
    url('https://tps-elektronik.com/wp-content/uploads/2025/04/pfeil-schraeg-blau.svg') no-repeat center center,
    #BFD1F9;
    transition: background 0.2s ease;
}

footer .alignright {
    float: right;
    color: #DBE5ED;
}

footer h3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

footer p,
footer ul {
    color: #BFD1F9;
}

footer ul {
    padding: 0;
}

footer a {
    color: #BFD1F9;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #fff;
    text-decoration: none;
    transition: 0.2s all;
}

.socials li {
    float: left;
    margin-right: 10px;
    list-style: none;
}

.socials i {
    font-size: 30px;
}

.footer-nav li {
    list-style: none;
}

/* Media Queries */

@media (min-width: 1200px) { /* XL */
    
    

}

@media (max-width: 1199px) { /* Large */
    
    
    
    .process-header {
        padding: 20px;
    }
    
    .mobile-img img {
        border-radius: 10px;
    }
	
	.about .kachel {
        padding: 50px 30px 35px 30px;
    }
    
    .single .date,
    .single .autor {
        text-align: center;
    }
    
    .kat-lesezeit {
        margin: 0 auto 30px auto;
        justify-content: center;
    }
    
    .post-categories li:last-child {
        margin-right: 0;
    }
    
    h1,
    h2,
    h3 {
        hyphens: auto;
    }
	
}

@media (min-width: 992px) { /* Medium */
    
    #trigger-overlay,
	.overlay {display: none;}
    
    .tps-entdecken-buttons {
        float: right;
    }
    
    .overflow .between-rows {
        margin-top: 70px;
    }
    
    .textbereich-right {
        padding-left: 50px;
    }
    
    .page-template-page-service-detail .grey-bg {
        padding-bottom: 170px;
    }
    
    header {
        padding: 30px 0 35px;
    }

}

@media (max-width: 991px) and (min-width: 768px) { /* Medium */

    header .alignright {
        margin-top: 40px;
    }   
    
}

@media (max-width: 991px) { /* Medium */
    
    #trigger-overlay {
		width: 100%;
		font-size: 40px;
		right: 25px;
		color: #fff;
		cursor: pointer;
		position: absolute;
		top: 71px;
		z-index: 9999;
	}

	#trigger-overlay:hover,
	#trigger-overlay:active,
	#trigger-overlay:focus {
		color: #DBE5ED;
		transition: 0.2s all;
	}

	/* Overlay style */
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #104DA1;
		z-index: 9999;
	}

	/* Overlay closing cross */
	.overlay .overlay-close {
		width: 25px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 20px;
		overflow: hidden;
		border: none;
		background: url(img/cross.png) no-repeat center center;
		text-indent: 200%;
		color: transparent;
		outline: none;
		background-size: contain;
		z-index: 100;
		cursor: pointer;
	}

	/* Menu style */
	.overlay nav {
		text-align: center;
	}

	.overlay ul {
		list-style: none;
		padding: 0;
		margin: 0 auto;
		display: inline-block;
		height: 100%;
		position: relative;
		float: none;
	}

	.overlay ul li {
		display: block;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		float: none;
	}

	.overlay ul li a {
        font-family: 'Teko', sans-serif;
        font-size: 60px;
        line-height: 1.4;
		font-weight: 300;
		display: block;
		color: #fff;
		-webkit-transition: color 0.2s;
		transition: color 0.2s;
		border-bottom: 2px solid #104DA1;
	}

	.overlay ul li a:hover,
	.overlay ul li a:focus,
	.overlay ul li a:active {
		border-bottom: 2px solid #fff;
		text-decoration: none;
	}

	/* Effects */
	.overlay-slidedown {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
		transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
	}

	.overlay-slidedown.open {
		visibility: visible;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: -webkit-transform 0.4s ease-in-out;
		transition: transform 0.4s ease-in-out;
	}

	.overlay nav {
		font-size: 34px;
	}
    
    /* Ende Navi */
    
    header nav {display: none;}
	
	.fa-bars:before {
		float: right;
	}
    
    header .logo {
        padding-bottom: 30px;
    }
    
     header .alignright {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        float: none;
    } 
    
    header nav .menu-main-nav-container {
        padding: 10px 0 30px;
    }
    
    .full-service-ablauf .spalte-2 .process-header {
        border-top-right-radius: 10px;   
    }
    
    .full-service-ablauf .spalte-2 .process-content > div {
        border-right: none;
    }
    
    .full-service-ablauf .spalte-3 .fa-solid {
        display: none;
    }
    
    .full-service-ablauf .spalte-3 .process-header {
        border-top-left-radius: 10px;
    }
    
    .blue-bg.content.no-margin-bottom h2 {
        text-align: center;
        margin-bottom: 20px !important;
    }
    
    .tps-entdecken-buttons {
        margin: 0 auto;
        display: table;
    }
    
    header .alignright,
    header .menu-main-nav-container {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    
    .kontaktaufnahme-textbereich {
        padding: 30px;
    }
    
    .kontaktaufnahme img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 30px;
    }
    
}

@media (min-width: 768px) { /* Ab Small */
    
    .bg-shop,
    .bg-leistungen {
        padding: 0 100px;
    }
    
    .textbereich-left,
    .textbereich-right {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .textbereich-left {
        padding-right: 50px;
    }
	
    .kachel-top-right {
        border-top-right-radius: 20px;
    }

    .leistungen-wrapper .cyan-bg {
        border-bottom-left-radius: 20px;
    }

}

@media (min-width: 576px) and (max-width: 767px) { /* Small */
    
    .medblue-bg {
        border-top-right-radius: 20px;
    }
    
    .kachel-bottom-middle {
        border-bottom-left-radius: 20px;
    }
	
}

@media (min-width: 576px) {
    
    .overflow {
        overflow-x: hidden;
    }

    .right-img {
        width: 50vw;
        height: 100%;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    
    .sidescroll-wrapper.right-img {
        width: 100vw;
        height: auto;
    }

    .sidescroll {
        margin-right: 30px;
        margin-top: 15px;
    }

    .tps-entdecken-buttons .button-wrapper {
        float: left;
    }

    .tps-entdecken-buttons .button-wrapper:first-child {
        border-right: 1px solid #BFD1F9;
        padding-right: 40px;
    }

    .tps-entdecken-buttons .button-wrapper:last-child {
        margin-left: 40px;
    }
    
}

@media (max-width: 767px) { /* Small */ 
    
    .tps-entdecken-buttons {
        margin: 0;
    }
    
    .kennenlernen .headline-font {
        margin-bottom: 10px;
    }
    
    bg-shop,
    .bg-leistungen {
        padding: 0 20px;
    }
    
    .full-service-ablauf .spalte-1 .process-header,
    .full-service-ablauf .spalte-2 .process-header,
    .full-service-ablauf .spalte-3 .process-header,
    .full-service-ablauf .spalte-4 .process-header {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    
    .full-service-ablauf .fa-solid {
        display: none;
    }
    
    .full-service-ablauf .process-content > div {
        border-right: none;
    }
    
    .kontaktaufnahme img {
        padding: 30px 30px 0 30px;
    }
    
    .lesezeit {
        display: none;
    }
    
    .single.post-template-default .blue-bg h1 {
        text-align: center;
        padding-top: 50px;
        font-size: 70px;
    }
    
    .single .post-categories {
        margin: 0 auto;
    }
	
}

@media (max-width: 575px) {
    
    .blue-bg.content.tps-entdecken {
        padding: 50px 20px;
    }
    
    .tps-entdecken-buttons .button-wrapper:first-child {
        margin-bottom: 20px;
    }
    
    .kachel-top-left {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    
    .leistungen-wrapper .grey-bg {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    
}