/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
.hidden {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

::selection {
  background-color: #2b2b2b;
  color: #f5f5f5;
}

html {
  scroll-behavior: smooth;
  background-color: #ffffff;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0 auto;
}

body {
  background-color: #ffffff;
  margin: 0;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
  touch-action: none;
}

@font-face {
  font-display: swap;
  font-family: "DM Sans Light";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/dm-sans-v15-latin-300.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans Regular";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/dm-sans-v15-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans Medium";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/dm-sans-v15-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/dm-sans-v15-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/dm-sans-v15-latin-700.woff2") format("woff2");
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  header {
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  header .header-wrapper {
    position: relative;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
  }
  header .header-wrapper a svg {
    width: 150px;
    transition: 0.5s ease all;
  }
  header .header-wrapper a:hover svg {
    opacity: 0.7;
  }
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 170px;
    z-index: 99;
  }
  header .menu .menu-list {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  header .menu .menu-list li {
    margin: 40px 0;
  }
  header .menu .menu-list li a {
    color: #22274f;
    font-size: 5rem;
    font-family: "DM Sans SemiBold";
    text-decoration: none;
    transition: color 0.3s;
  }
  header .menu .menu-list li a:hover {
    color: #dd6211;
  }
  header .menu .legal-header {
    max-width: 1600px;
    padding-bottom: 20px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .menu .legal-header .legal-header-links {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 1.2rem;
  }
  header .menu .legal-header .legal-header-links a {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.5s ease all;
  }
  header .menu .legal-header .legal-header-links a:hover {
    color: #dd6211;
  }
  header .menu .legal-header .legal-header-copyright {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 0.8rem;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  header {
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  header .header-wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 100;
  }
  header .header-wrapper a svg {
    width: 100px;
  }
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10dvh;
    z-index: 99;
  }
  header .menu .menu-list {
    width: 90%;
    margin: 0 auto;
  }
  header .menu .menu-list li {
    margin: 30px 0;
  }
  header .menu .menu-list li a {
    color: #22274f;
    font-size: 3.5rem;
    font-family: "DM Sans SemiBold";
    text-decoration: none;
    transition: color 0.3s;
  }
  header .menu .legal-header {
    padding-bottom: 10px;
    width: 90%;
    margin: 0 auto;
  }
  header .menu .legal-header .legal-header-links {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 1rem;
    padding-bottom: 10px;
  }
  header .menu .legal-header .legal-header-links a {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 1rem;
    text-decoration: none;
    transition: 0.5s ease all;
  }
  header .menu .legal-header .legal-header-copyright {
    color: #22274f;
    font-family: "DM Sans Light";
    font-size: 0.6rem;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  .burger {
    position: relative;
  }
  .burger.active .menu-icon-wrapper {
    transform: rotate(-45deg);
  }
  .burger.active .menu-icon-line.first {
    transform: rotate(-90deg) translateX(1px);
  }
  .burger.active .menu-icon-line.last {
    transform: rotate(-90deg) translateX(-1px);
  }
  .menu-button {
    background-color: #22274f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .menu-button:hover {
    background-color: rgb(27.8619469027, 31.9592920354, 64.7380530973);
  }
  .menu-icon-wrapper {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  .menu-icon-line {
    background-color: #f5f5f5;
    border-radius: 2px;
    width: 100%;
    height: 2px;
  }
  .menu-icon-line.half {
    width: 50%;
  }
  .menu-icon-line.first {
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: right;
  }
  .menu-icon-line.last {
    align-self: flex-end;
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: left;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  .burger {
    position: relative;
  }
  .burger.active .menu-icon-wrapper {
    transform: rotate(-45deg);
  }
  .burger.active .menu-icon-line.first {
    transform: rotate(-90deg) translateX(1px);
  }
  .burger.active .menu-icon-line.last {
    transform: rotate(-90deg) translateX(-1px);
  }
  .menu-button {
    background-color: #22274f;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: 0.2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .menu-icon-wrapper {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
  }
  .menu-icon-line {
    background-color: #f5f5f5;
    border-radius: 2px;
    width: 100%;
    height: 2px;
  }
  .menu-icon-line.half {
    width: 50%;
  }
  .menu-icon-line.first {
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: right;
  }
  .menu-icon-line.last {
    align-self: flex-end;
    transition: transform 300ms cubic-bezier(0.52, -0.8, 0.52, 0.52);
    transform-origin: left;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  .hero {
    position: relative;
    overflow: hidden;
    height: 700px;
    background-color: #22274f;
    display: flex;
    align-items: flex-end;
  }
  .hero .hero-background {
    position: absolute;
    top: -250%;
    left: -30%;
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
  }
  .hero .hero-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .hero .hero-wrapper h1 {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 5rem;
    line-height: 6rem;
    padding-bottom: 20px;
  }
  .hero .hero-wrapper .bold-text {
    font-family: "DM Sans Bold";
  }
  .hero .hero-wrapper p {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 20px;
  }
  .hero .hero-wrapper hr {
    width: 350px;
    margin-left: 0;
    height: 5px;
    background-color: #dd6211;
    border: none;
  }
  .hero .hero-wrapper .hero-logos {
    padding-top: 20px;
  }
  .hero .hero-wrapper .hero-logos img {
    width: 340px;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 0rem) and (max-width: 75rem) {
  .hero {
    position: relative;
    overflow: hidden;
    height: 600px;
    background-color: #22274f;
    display: flex;
    align-items: flex-end;
  }
  .hero .hero-background {
    position: absolute;
    top: -150%;
    left: -30%;
    width: 120%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
  }
  .hero .hero-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .hero .hero-wrapper h1 {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 2.2rem;
    line-height: 2.7rem;
    padding-bottom: 10px;
  }
  .hero .hero-wrapper .bold-text {
    font-family: "DM Sans Bold";
  }
  .hero .hero-wrapper p {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 10px;
  }
  .hero .hero-wrapper hr {
    width: 230px;
    margin-left: 0;
    height: 3px;
    background-color: #dd6211;
    border: none;
  }
  .hero .hero-wrapper .hero-logos {
    padding-top: 10px;
  }
  .hero .hero-wrapper .hero-logos img {
    width: 230px;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  .hero-site {
    position: relative;
    overflow: hidden;
    height: 500px;
    background-color: #22274f;
    display: flex;
    align-items: flex-end;
  }
  .hero-site .hero-background {
    position: absolute;
    top: -100%;
    left: -20%;
    width: 50%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
  }
  .hero-site .hero-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .hero-site .hero-wrapper h1 {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 5rem;
    line-height: 6rem;
    padding-bottom: 20px;
  }
  .hero-site .hero-wrapper .bold-text {
    font-family: "DM Sans Bold";
  }
  .hero-site .hero-wrapper p {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 20px;
  }
  .hero-site .hero-wrapper hr {
    width: 350px;
    margin-left: 0;
    height: 5px;
    background-color: #dd6211;
    border: none;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 0rem) and (max-width: 75rem) {
  .hero-site {
    position: relative;
    overflow: hidden;
    height: 300px;
    background-color: #22274f;
    display: flex;
    align-items: flex-end;
  }
  .hero-site .hero-background {
    position: absolute;
    top: -150%;
    left: -30%;
    width: 120%;
    height: auto;
    object-fit: contain;
    z-index: -1;
    pointer-events: none;
  }
  .hero-site .hero-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .hero-site .hero-wrapper h1 {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 2.2rem;
    line-height: 2.7rem;
    padding-bottom: 10px;
  }
  .hero-site .hero-wrapper .bold-text {
    font-family: "DM Sans Bold";
  }
  .hero-site .hero-wrapper p {
    font-family: "DM Sans Light";
    color: #f5f5f5;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 10px;
  }
  .hero-site .hero-wrapper hr {
    width: 230px;
    margin-left: 0;
    height: 3px;
    background-color: #dd6211;
    border: none;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  footer {
    background-color: #22274f;
  }
  footer .footer-wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-legal {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 1.2rem;
    padding-bottom: 25px;
  }
  footer .footer-wrapper .footer-legal a {
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 1.2rem;
    text-decoration: none;
    transition: 0.5s ease all;
  }
  footer .footer-wrapper .footer-legal a:hover {
    color: #dd6211;
  }
  footer .footer-wrapper p {
    text-align: center;
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 0.8rem;
    padding-bottom: 15px;
  }
  footer .footer-wrapper .farbzirkel-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
  }
  footer .footer-wrapper .farbzirkel-logo img {
    width: 100px;
    transition: 0.3s ease all;
  }
  footer .footer-wrapper .farbzirkel-logo img:hover {
    width: 100px;
    opacity: 0.7;
  }
  footer .footer-wrapper #copyright-fh-footer {
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 0.6rem;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  footer {
    background-color: #22274f;
  }
  footer .footer-wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  footer .footer-wrapper .footer-legal {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 1rem;
    padding-bottom: 20px;
  }
  footer .footer-wrapper .footer-legal a {
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 1rem;
    text-decoration: none;
    transition: 0.5s ease all;
  }
  footer .footer-wrapper .footer-legal a:hover {
    color: #dd6211;
  }
  footer .footer-wrapper p {
    text-align: center;
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 0.6rem;
    padding-bottom: 10px;
  }
  footer .footer-wrapper .farbzirkel-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }
  footer .footer-wrapper .farbzirkel-logo img {
    width: 100px;
    transition: 0.3s ease all;
  }
  footer .footer-wrapper #copyright-fh-footer {
    color: #f5f5f5;
    font-family: "DM Sans Light";
    font-size: 0.6rem;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .section1-home {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section1-home .section1-text {
    width: 45%;
  }
  main .section1-home .section1-text h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 3rem;
    line-height: 3.3rem;
    padding-bottom: 20px;
  }
  main .section1-home .section1-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .section1-home .section1-img {
    width: 50%;
    height: 500px;
    background-color: #22274f;
    overflow: hidden;
  }
  main .section1-home .section1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  main .section2-home .section2-home-wrapper {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .section2-home .section2-home-wrapper h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 3rem;
    line-height: 3.3rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 {
    margin-bottom: 100px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text {
    padding-left: 50px;
    width: 60%;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-img {
    width: 35%;
    height: 300px;
    background-color: #22274f;
    overflow: hidden;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 {
    margin-bottom: 100px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text {
    padding-right: 50px;
    width: 60%;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-img {
    width: 35%;
    height: 300px;
    background-color: #dd6211;
    overflow: hidden;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .section1-home {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .section1-home .section1-text h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 20px;
  }
  main .section1-home .section1-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 20px;
  }
  main .section1-home .section1-img {
    width: 100%;
    height: 300px;
    background-color: #22274f;
    overflow: hidden;
  }
  main .section1-home .section1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  main .section2-home .section2-home-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  main .section2-home .section2-home-wrapper h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 {
    margin-bottom: 50px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column-reverse;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text {
    width: 90%;
    margin: 0 auto;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-img {
    width: 100%;
    height: 300px;
    background-color: #22274f;
    overflow: hidden;
  }
  main .section2-home .section2-home-wrapper .ziel-card1 .ziel-card-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 {
    margin-bottom: 50px;
    background-color: #e8e8e8;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text {
    width: 90%;
    margin: 0 auto;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 20px;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-img {
    width: 100%;
    height: 300px;
    background-color: #dd6211;
    overflow: hidden;
  }
  main .section2-home .section2-home-wrapper .ziel-card2 .ziel-card-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .team-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .team-wrapper .team-card {
    margin-bottom: 100px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .team-wrapper .team-card .team-card-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    width: 70%;
  }
  main .team-wrapper .team-card .team-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .team-wrapper .team-card .team-card-text a:hover {
    color: #2b2b2b;
  }
  main .team-wrapper .team-card .team-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 10px;
  }
  main .team-wrapper .team-card .team-card-text #role {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 20px;
  }
  main .team-wrapper .team-card .team-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .team-wrapper .team-card .team-card-img {
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .team-wrapper {
    padding-top: 50px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .team-wrapper .team-card {
    margin-bottom: 50px;
    padding-bottom: 20px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column-reverse;
  }
  main .team-wrapper .team-card .team-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .team-wrapper .team-card .team-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
  }
  main .team-wrapper .team-card .team-card-text #role {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 20px;
  }
  main .team-wrapper .team-card .team-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  main .team-wrapper .team-card .team-card-img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .partner-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .partner-wrapper .partner-card {
    margin-bottom: 100px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 250px;
  }
  main .partner-wrapper .partner-card .partner-card-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    width: 70%;
  }
  main .partner-wrapper .partner-card .partner-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .partner-wrapper .partner-card .partner-card-text a:hover {
    color: #dd6211;
  }
  main .partner-wrapper .partner-card .partner-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 10px;
  }
  main .partner-wrapper .partner-card .partner-card-text #role {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 20px;
  }
  main .partner-wrapper .partner-card .partner-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .partner-wrapper .partner-card .partner-card-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  main .partner-wrapper .partner-card .partner-card-img img {
    height: 100%;
    width: auto;
    object-fit: contain;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .partner-wrapper {
    padding-top: 50px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .partner-wrapper .partner-card {
    margin-bottom: 50px;
    padding-bottom: 50px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column-reverse;
  }
  main .partner-wrapper .partner-card .partner-card-text {
    width: 85%;
    margin: 0 auto;
  }
  main .partner-wrapper .partner-card .partner-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .partner-wrapper .partner-card .partner-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: left;
  }
  main .partner-wrapper .partner-card .partner-card-text #role {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 20px;
  }
  main .partner-wrapper .partner-card .partner-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: left;
    margin: 0 auto;
  }
  main .partner-wrapper .partner-card .partner-card-img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .kontakt-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .kontakt-wrapper .kontakt-card {
    margin-bottom: 100px;
    height: 500px;
    background-color: #e8e8e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    width: 50%;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.1rem;
    padding-bottom: 30px;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text h2 a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text h2 a:hover {
    color: #dd6211;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-img {
    height: 500px;
    width: 50%;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .kontakt-wrapper {
    padding-top: 50px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .kontakt-wrapper .kontakt-card {
    margin-bottom: 50px;
    padding-bottom: 20px;
    background-color: #e8e8e8;
    display: flex;
    flex-direction: column-reverse;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text h2 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.4rem;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }
  main .kontakt-wrapper .kontakt-card .kontakt-card-img {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .blogpost-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .blogpost-wrapper .blogpost-card {
    min-height: 250px;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    width: 95%;
    margin: 0 auto;
    border-radius: 50px;
    margin: -150px auto 0 auto;
    position: relative;
    z-index: 5;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ol,
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ul {
    list-style: initial;
    margin-left: 1.5em;
    padding-left: 1.5em;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ol li,
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ul li {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.7rem;
    display: list-item;
    max-width: calc(100% - 150px);
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text a:hover {
    color: #dd6211;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text .info-blog-box {
    font-family: "DM Sans Medium";
    color: #f5f5f5;
    font-size: 1rem;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #22274f;
    display: inline;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h1 {
    font-family: "DM Sans Bold";
    color: #22274f;
    font-size: 2.8rem;
    line-height: 3.7rem;
    margin-bottom: 2rem;
    max-width: calc(100% - 250px);
    margin-top: 20px;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 2rem;
    line-height: 2.5rem;
    max-width: calc(100% - 250px);
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 2rem;
    max-width: calc(100% - 250px);
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h4 {
    font-family: "DM Sans Regular";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.7rem;
    max-width: calc(100% - 250px);
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
    max-width: calc(100% - 150px);
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-img {
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    display: block;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .blogpost-wrapper {
    padding-top: 50px;
    width: 95%;
    max-width: 1600px;
    margin: 0 auto;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text {
    background-color: #ffffff;
    padding-top: 50px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    margin: -150px auto 0 auto;
    position: relative;
    z-index: 5;
    padding-left: 5%;
    padding-right: 5%;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ol,
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ul {
    list-style: initial;
    margin-left: 1em;
    padding-left: 1em;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ol li,
  main .blogpost-wrapper .blogpost-card .blogpost-card-text ul li {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.5rem;
    display: list-item;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text a {
    color: #22274f;
    transition: 0.3s ease all;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text a:hover {
    color: #dd6211;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text .info-blog-box {
    font-family: "DM Sans Medium";
    color: #f5f5f5;
    font-size: 1rem;
    text-align: center;
    background-color: #22274f;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h1 {
    font-family: "DM Sans Bold";
    color: #22274f;
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
    margin-top: 20px;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h2 {
    font-family: "DM Sans SemiBold";
    color: #22274f;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h3 {
    font-family: "DM Sans Medium";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text h4 {
    font-family: "DM Sans Regular";
    color: #22274f;
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-img {
    height: 450px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  main .blogpost-wrapper .blogpost-card .blogpost-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    display: block;
  }
}
/* 
Theme Name: TGuard
Theme URI: /
Description: TGuard Theme
Author: www.farbzirkel.com
Version: 1.0
Tags: TGuard
*/
@media (min-width: 75.0625rem) {
  main .blog-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 40px;
  }
  main .blog-wrapper .blog-card {
    background-color: #e8e8e8;
    width: 350px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main .blog-wrapper .blog-card .blog-card-text {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  main .blog-wrapper .blog-card .blog-card-text h2 {
    font-family: "DM Sans Regular";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  main .blog-wrapper .blog-card .blog-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 20px;
    flex-grow: 1;
  }
  main .blog-wrapper .blog-card .blog-card-text .read-more-button {
    font-family: "DM Sans Medium";
    color: #f5f5f5;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    background-color: #22274f;
    transition: 0.3s ease all;
  }
  main .blog-wrapper .blog-card .blog-card-text .read-more-button:hover {
    background-color: #dd6211;
    color: #f5f5f5;
  }
  main .blog-wrapper .blog-card .blog-card-img {
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  main .blog-wrapper .blog-card .blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    display: block;
  }
}
@media (min-width: 0rem) and (max-width: 75rem) {
  main .blog-wrapper {
    padding-top: 100px;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  main .blog-wrapper .blog-card {
    background-color: #e8e8e8;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  main .blog-wrapper .blog-card .blog-card-text {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  main .blog-wrapper .blog-card .blog-card-text h2 {
    font-family: "DM Sans Regular";
    color: #22274f;
    font-size: 1.5rem;
    line-height: 1.9rem;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  main .blog-wrapper .blog-card .blog-card-text p {
    font-family: "DM Sans Light";
    color: #2b2b2b;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-bottom: 20px;
    flex-grow: 1;
  }
  main .blog-wrapper .blog-card .blog-card-text .read-more-button {
    font-family: "DM Sans Medium";
    color: #f5f5f5;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    background-color: #22274f;
    transition: 0.3s ease all;
  }
  main .blog-wrapper .blog-card .blog-card-img {
    height: 250px;
    position: relative;
    overflow: hidden;
  }
  main .blog-wrapper .blog-card .blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
