:root {
    --color-white: #fbf8fc;
    --color-black: #1d1d25;
    --color-font-primary: #185361;
    --color-primary: #0c2a31;
    --color-primary-2: #185361;
    --color-secondary: #fdc584;
    --color-tertiary: #cbd434;

    --color-orange: #fc821f;
    --color-validation: #ff3b30;
    --font-primary: Manrope, sans-serif;
    --font-secondary: Integral CF, sans-serif;
}
/*======General======*/

body {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-family: "Barlow", sans-serif !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    overflow-x: hidden;
}

.medium {
    font-weight: 600 !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Barlow", sans-serif !important;
    line-height: normal;
}
h1, .h1 {
    font-weight: 700 !important;
    font-size: 5rem;
    line-height: 5rem;
    color: var(--color-font-primary);
}
h2, .h2 {
    font-size: 3.2rem;
    line-height: 3.5rem;
    color: var(--color-primary-2);
    font-weight: 600 !important;
}
h3, .h3 {
    font-size: 3rem;
    line-height: 3.2rem;
    color: var(--color-primary-2);
    font-weight: 500 !important;
}
h4, .h4 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    color: var(--color-primary-2);
    font-weight: 500 !important;
}
h5, .h5 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 500 !important;
}
h6, .h6 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 500 !important;
}
p, ul, li{
    font-size: 2rem;
    /* line-height: 2.2rem; */
    line-height: 2.9rem;
    color: var(--color-black);
}
main ul li {
    margin-bottom: 0.5rem;
}
main ul li:last-child {
    margin-bottom: 0;
}
b, strong {
    /* font-size: 2.5rem; */
    font-weight: 500 !important;
}
img{
    max-width: 100%;
    height: auto;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}
.left {
    text-align: left !important;
}
.right {
    text-align: right !important;
}

a, button, input[type="submit"] {
    transition: all 0.5s ease!important;
    text-decoration: none !important;
}
a, a:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none!important;
    transition: all 0.5s ease!important;
}
.scroll-top {
    background-color: var(--color-primary-2);
}
section, footer {
    width: 100%;
    position: relative;
    margin-top: -1px;
}

.white {
    color: var(--color-white) !important;
}
.btn-primary {
    color: var(--color-white);
    background-color: var(--color-primary-2);
    padding: 25px 60px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid var(--color-primary-2);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}
.btn-primary:hover {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--color-primary-2);
}
p .btn-primary {
    margin: 0;
}
.btn-secondary {
    color: var(--color-primary-2);
    background-color: var(--color-tertiary);
    padding: 25px 60px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid var(--color-tertiary);
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem;
}
.btn-secondary:hover {
    background-color: var(--color-primary-2);
    color: var(--color-white);
    border: 1px solid var(--color-primary-2);
}
.btn-white {
    color: var(--color-black);
    background-color: var(--color-white);
    padding: 25px 60px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid var(--color-white);
    font-weight: 700;
    font-size: 2rem;
    list-style: 2rem;
}
.btn-white:hover {
    background-color: var(--color-primary);
    color: var(--color-white);    
}
.btn-light-green {
    color: #2A525E;
    background-color: var(--color-tertiary);
    padding: 12px 25px;
    border-radius: 35px;
    margin: 0;
    display: block;
    font-weight: 700;
    float: right;
    font-size: 18px;
}
.btn-light-green:hover {
    background-color: #2A525E;
    color: var(--color-white);
}
.btn-green {
    color: var(--color-white);
    background-color: var(--color-primary-2);
    padding: 12px 25px;
    border-radius: 35px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}
.btn-green:hover {
    background-color: var(--color-white);
    color: var(--color-primary-2);
}

header li.nav-item {
    padding: 0 15px;
}
header .dropdown-item:focus, 
header .dropdown-item:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.text-primary {
    color: var(--color-primary-2) !important;
    margin-bottom: 45px;  
}
.main-section {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: -200px;
    z-index: 99;
}
.navbar-mainnavigation {
    --mainnavigation-dropdown-column-min-width : 250px;
    box-shadow: none;
}
.navbar.navbar-expand-lg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.navbar-mainnavigation .navbar-nav {
    width: auto;
}
.navbar-mainnavigation .dropdown-nav {
    display: flex;
    flex-direction: column;
}
.navbar-mainnavigation .navbar-collapse {
    justify-content: end;
}
.nav-link.nav-link-dropdown {
    word-break: break-word;
    padding-left: 12px;
}
.navbar-mainnavigation .nav-style-simple .dropdown-menu {
    width: 100%;
    min-width: 300px;
}
.nav-item .dropdown-menu {
    border: 0;
    border-radius: 0;
}
.navbar-mainnavigation .nav-link:not(.nav-link-toggle):hover,
.navbar-mainnavigation .nav-link:not(.nav-link-toggle):focus-visible {
    color: var(--color-primary);
}
.dropdown-menu.dropdown-menu-simple.show {
    padding: 16px 0;
}
.dropdown-nav li.nav-item {
  padding: 5px 10px;
}

header.navbar-mainnavigation .nav-link-indicator::before {
    content: "";
    display: block;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    padding-top: 0.35em;
    padding-left: 0.35em;
    transform: rotate(-135deg);
    transition: transform 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 2px;
}
.navbar-mainnavigation .nav-link:not(.nav-link-toggle).active::before {
    opacity: 0;
}
.navbar-nav > .nav-item:last-child {
  padding-right: 0;
}
hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.header .logo img {
    width: 180px;
}
.header .nav-link {
    font-size: 20px;
}



footer .footer-top {
    background: url(../images/footer-bg.jpg) no-repeat top right /cover;
    padding: 600px 0 70px;
}
footer .footer-top h4 {
    /* font-size: 30px; */
    color: var(--color-white);
}
footer .footer-top ul {
    list-style: none;
    padding: 0;
}
footer .footer-top ul li ,
footer .footer-top ul li a {
    color: var(--color-white);
    padding: 5px 0;
}
footer .footer-top ul li:hover ,
footer .footer-top ul li a:hover {
    color: #2A525E;
}
footer .footer-top .social {
    filter: invert(1);
}


footer .footer-bottom {
    background-color: var(--color-black);
    padding: 15px;
}
footer .footer-bottom p {
    margin-bottom: 0;
}
footer .footer-bottom p {
    font-weight: 400 !important;
}

footer .frame {
    padding: 0;
}
footer .sociallinks-link-icon {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
}



.home-banner {
    background: url(../images/banner-color-bg.png) no-repeat bottom right /cover;
    padding: 70px 0 170px;
}
.home-banner h1 {
    color: var(--color-primary);
}
.home-banner .top-area {
    position: relative;
    z-index: 10;
}
.home-banner .top-area p {
    color: var(--color-primary);
    margin-bottom: 30px;
    font-weight: 500;
}
.home-banner .banner-image {
    position: absolute;
    right: 10px;
    bottom: -70px;
}
.home-banner .banner-text {
    z-index: 9;
}
.home-banner .curve-image {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.home-banner .banner-image .badge {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: var(--color-white);
    background: var(--color-primary-2);
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 25px;
    white-space: break-spaces;
}
.badge:hover {
    box-shadow: var(--color-tertiary) 5px 5px 10px;
}
.security {
    background: url(../images/security-bg.jpg) no-repeat top right / 100% 100%;
}
.security h2 {
    color: var(--color-white);
}
.security .text p {
    font-weight: 400;
    color: var(--color-white) !important;
}
.security .image {
    position: absolute;
    right: 0;
    width: 800px;
    top: 250px;
}

.services {
    margin: 80px 0;
}
.services .text h4 {
    color: var(--color-black);
    margin-bottom: 40px;
}
.services .text a{
    margin: 40px 0 0;
}
.services .image img {
    width: 230px;
}
.services .service {
    margin-bottom: 80px;
}
.partner .logo{
    align-content: center;
}
.partner.negative-margin {
    margin-bottom: -200px;
    z-index: 1;
}


.inner-top .text-and-image h3 {
    margin-bottom: 30px;
    color: var(--color-black);
}
.text-image-section img {
    /* width: auto;
    height: 350px; */
}
.text-image-section .text-content p:last-child{
    margin-bottom: 0;
}
.text-image-section.margin-top {
    margin-top: 2rem;
}
/* .text-image-section {
    display: block;
    clear: both;
}
.text-image-section .image {
    float: right;
    width: 700px;
    max-width: 600px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.text-image-section .text {
    width: auto;
} */
.frame.inner-top {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.frame-type-accordion .frame-header {
    margin-bottom: 3rem;
}
section.icons {
    background-color: var(--color-black);
    padding: 80px 0;
    margin: 80px 0;
}

.icons h4 {
    font-size: 40px;
}
.icons .icons-list {
    float: left;
    list-style: none;
    padding: 0;
    width: 100%;
}
.icons .icons-list li {
    float: left;
    width: 18%;
    margin: 20px 1%;
    text-align: center;
}
.icons .icons-list li p {
    height: 70px;
}

.inner-banner ,
.inner-detail-banner {
    background: url(../images/banner-bg.jpg) no-repeat center / cover;
    padding: 80px 0 100px;
    /* min-height: 800px; */
}
.inner-banner .box {
    background-color: var(--color-white);
    padding: 0 0 50px;
    border-radius: 20px;
    height: 100%;
}
.inner-banner .box .head {
    padding: 20px 50px;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}
.inner-banner .mission .head {
    background: url(../images/bg-light-1.jpg) no-repeat center / cover;
}
.inner-banner .partner .head {
    background: url(../images/bg-light-2.jpg) no-repeat center / cover;
}
.inner-banner .box h2 {
    font-size: 5rem;
    line-height: 5rem;
}
.inner-banner ul {
    padding: 0 70px;
}
.inner-banner ul li {
    padding: 10px 0;
    line-height: normal;
    color: var(--color-primary-2);
}   
.inner-banner ul li strong{
    font-weight: 600 !important;
}

/*From Style.css*/

.frame-background-tertiary {
    background-color: #e5e999;
}
/* .frame-background-secondary .frame-header {
    margin-top: 50px;
} */
.card-group-element-item .card {
    border: none;
}
.card .card-body {
    min-height: 250px;
    margin-bottom: 30px;
}
.card .card-title {
    font-size: 2rem;
    margin-bottom: 2.2rem;
}
.icons.mt-5 {
    margin: 3rem 0 0;
    padding: 5rem 0 0;
}
.icons.mb-5 {
    padding: 0 0 3rem;
    margin: 0 0 3rem;
}
.partner-5-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 100px;
    padding: 0;
    margin-top: 3rem;
}
.partner-5-columns a {
    max-width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-5-columns img {
    height: auto;
    object-fit: contain;
    position: relative;
}
.form-navigation .btn.btn-primary {
    background: linear-gradient(0deg, rgb(36, 91, 94) 15%, rgb(148, 173, 65) 85%);
    border: 1px transparent;
}
.form-actions {
    margin-top: 40px;
}
.frame-type-text h3.text-center {
    font-weight: 400 !important;
    font-size: 52px;
    color: var(--color-primary-2);
}
.frame-type-text.frame-background-tertiary h3.text-center {
    color: var(--color-black);
}
.inner-detail-banner.gradient-4 {
    background-image: linear-gradient(-38deg, var(--color-primary-2) 0%, #cbd334 100%);
}
blockquote p {
    font-size: 40px;
    line-height: 46px;
}
blockquote {
    border: none;
    padding: 0 200px;
    margin: 50px 0 100px;
}
.text-center .btn-green {
    font-size: 40px;
    padding: 12px 50px;
}
.frame-type-accordion .frame-header h2.element-header{
    margin-bottom: 50px;
}
.frame .frame-header h2.element-header span {
    color: var(--color-primary-2);
}
.frame.frame-background-secondary .frame-header h2.element-header span, .frame.frame-background-secondary h1 {
    color: var(--color-white);
}
.accordion-item {
  border-color: #94afb5;
}
.accordion .accordion-item h2 button {
    font-size: 2rem !important;
    color: var(--color-black);
    font-weight: 400;
    padding: 1rem 1.5rem;
}
.accordion .accordion-button:not(.collapsed) {
    background-color: var(--color-tertiary);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    padding: 1.5rem;
}
.losungenkontakt {
    margin-top: 30px;
    color: var(--color-black);
}
.losungenkontakt h2 {
    margin-bottom: 30px;
}
.losungenkont {
    float: left;
    width: 100%;
}
.losungenkont .left {
    width: 50%;
    float: left;
}
.losungenkont .right {
    float: left;
    width: 50%;
    text-align: left !important;
}
.losungenkont .left p {
    color: var(--color-primary-2);
    font-weight: 600;
}
.losungenkont .right p {
    margin-bottom: 10px;
}
.losungenkont .right p a {
    font-weight: 500;
    color: var(--color-black);
}
.losungenkont .right p a:hover{
    color: var(--color-primary-2);
}


.certpromobox {
    background-color: #8ca9b0;
    padding: 6% 10%;
    margin: 0px 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 30px;
    margin-top: 15px;
}
.certpromobox h3 {
    color: var(--color-primary-2);
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.certpromobox p {
    color: var(--color-white);
    text-align: center;
}

.partner2 {
    padding: 0px 5%;
    margin: 0px 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 2.5rem;
}
.partner2 h3 {
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: var(--color-primary-2);
    margin-bottom: 2.5rem;
    text-align: center;
}
.partner2 .col-md-4.col-sm-4.col-6.logo {
    margin-bottom: 60px;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
}
.partner2 .col-md-4.col-sm-4.col-6.logo img {
    width: 300px;
    height: auto;
}
.team-items {
    display: flex;
    padding: 0 10%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.team-item {
    width: 450px;
}
.team-item .image {
    width: 450px;
    height: 450px;
    background: #8ca9b0;
    border-radius: 60px;
    overflow: hidden;
}
.team-item .image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
.team-item .content {
    margin-top: 3rem;
}
.team-item .content h4 {
    color: var(--color-primary-2);
}
.team-item .content h5 {
    margin-bottom: 3rem;
}
.service-text-image .image-outer {
    position: absolute;
    right: 0;
    padding-right: 0;
    display: flex;
    justify-content: end;
}
.service-text-image .row.right-align {
    justify-content: right;
    margin-top: 2.5rem;
}
.service-text-image .image-outer.left {
    right: unset;
    left: 0;
    padding-left: 0;
    padding-top: 120px;
    justify-content: start;
    bottom: 0;
    height: 95vh;
} 
.service-text-image h3 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500 !important;
    color: var(--color-primary-2);
    margin: 30px 0;
}
.service-text-image-new {
    display: inline-block;
    clear: both;
    box-sizing: border-box;
    position: relative;
    height: 100%;
}
.service-text-image-new .image {
    float: right;
    margin-left: 100px;
}
.service-text-image-new .image img{
    float: right;
}
.service-text-image-new.left .image img {
    float: left;
}
.service-text-image-new .image.medium img {
    width: 90%;
}
.service-text-image-new .image.small img {
    width: 80%;
}
.service-text-image-new .text {
    /* padding: 40px;
    margin-left: 10%; */
}
.service-text-image-new:not(.left) h2 {
  padding: 20px 0;
}
.service-text-image-new ul{
    margin: 0;
}
.service-text-image-new.left .image {
    float: left;
    margin-left: 0;
    margin-right: 100px;
}
.page-2 .frame-type-header h2 {
    margin: 0;
}
.page-2 .frame-inner h2 {
    font-weight: 500 !important;
    color: var(--color-primary-2);
    margin: 30px 0;
}
.page-2 .service-text-image h2 {
    margin: 20px 0  ;
}
.frame-type-form_formframework h4, .frame-type-form_formframework .actions {
    margin-top: 2rem;
}
/*From Style.css*/


@media (max-width: 1599.98px){
    .partner.negative-margin {
        margin-bottom: -150px;
    }
}
@media (max-width: 767.98px){
    h1, h2, h3, h4, h5, h6, p, li {
/*        word-break: break-word;*/
        hyphens: auto;
    }
    h1, .h1 {
        font-size: 3.0rem;
        line-height: 3.25rem;
    }
    h2, .h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    h3, .h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h4, .h4 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    h5, .h5 {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    h6, .h6 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    p, ul, li{
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: var(--color-black);
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .btn-primary, .btn-white, .btn-secondary {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 15px 40px;
        margin-top: 20px;
    }  
    blockquote {
        padding: 0 0px;
/*        word-break: break-all;*/
        hyphens: auto;
    }
    blockquote p {
        line-height: 2rem;
        font-size: 1.25rem;
    }
    header nav .navbar-nav .nav-link {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 500;
    }
    header.navbar-mainnavigation .navbar-collapse {
        margin-top: 20px;
    }
    header.navbar-mainnavigation .navbar-toggler:focus {
        box-shadow: none;
    }
    header li.nav-item {
        padding: 0 10px;
    }
    header .dropdown-nav li.nav-item {
        padding: 0px 10px;
    }
    header.navbar-mainnavigation .navbar-brand-image img {
        max-height: 60px;
    }
    header .dropdown-menu {
        box-shadow: none;
    }
    header li.nav-item {
        padding: 0;
    }
    header .nav-link {
        padding: 8px 0;
    }
    .dropdown-menu.dropdown-menu-simple.show {
        padding: 0;
    }
    .header .navbar-collapse {
        width: 300px;
        position: absolute;
        top: 70px;
        right:4%;
        background-color: var(--color-primary);
        z-index: 1000;
        border-radius: 7px;
        padding: 20px;
        margin-top: 20px;
    }
    .header .navbar-collapse li a,
    .navbar-nav .nav-link.show {
        color: var(--color-white);
    }
    .header .navbar-collapse li ul li a {
        color: var(--color-primary);
    }
    footer .footer-top {
        padding: 450px 0 70px;
        background-position: center bottom !important;
    }
    footer .footer-top .second {
        margin-bottom: 25px;
    }
    footer .about .frame:last-child {
        position: relative;
    }
    footer .contact {
        padding-bottom: 20px;
        margin-bottom: 2rem;
    }
    footer .about:not(:last-child) {
        margin-bottom: 2rem;
    }
    footer .footer-top .about:last-child > :last-child {
        margin-top: 2rem;
        padding-top: 1rem;
    }
    .main-section > :last-child {
        /* margin-bottom: 100px; */
    }
    .home-banner {
        padding: 70px 0 100px;
        background: linear-gradient(180deg, rgb(194, 206, 60) 0%, rgb(24, 83, 97) 70%);
    }
    .home-banner h1 {
        margin-bottom: 30px;
/*        word-break: break-word;*/
        hyphens: auto;
    }
    .home-banner .banner-image {
        margin-top: 20px;
        position: relative;
        right: unset;
        bottom: unset;
    }
    .home-banner .banner-image .badge {
        bottom: 2%;
        right: 8%;
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        width: 125px;
        height: 125px;
    }
    .security {
        background-size: cover;
        background-position-x: 70%;
    }
    .security::after {
        content: '';
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#0c2a31 85.28%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .security .heading {
        margin-bottom: 2rem;
    }
    .security .container {
        position: relative;
        z-index: 3;
    }
    .security .text {
        text-align: center;
    }
    .security .text p {
        font-weight: 400;
/*        word-break: break-word;*/
        hyphens: auto;
    }
    .services .service {
        margin-bottom: 40px;
    }
    .services {
        margin: 50px 0;
    }
    .services .text h4 {
/*        word-break: break-word;*/
        hyphens: auto;
        margin-bottom: 20px;
    }
    .services .text a {
        margin-top: 20px;
    }
    .services .image img {
        width: 150px;
        margin-bottom: 20px;
    }      
    .btn-light-green {
        float: unset;
    }
    .home-banner .banner-text ,
    .services .text ,
    .services .image {
        text-align: center;
    }
    .partner h3 {
        color: var(--color-primary-2);
    }
    .service-text-image .image-outer {
        position: relative;
    }
    .service-text-image .image-outer.left {
        height: auto;
        width: 90%;
        padding-top: 40px;
    }
    .icons .icons-list li {
        width: 48%;
    }
    .icons-list li img {
        height: 100px;
    }
    .inner-banner .box {
        padding: 0 0 20px;
    }
    .inner-banner .mission {
        margin-bottom: 20px;
    }
    .inner-banner .box .head {
        padding: 20px;
    }
    .inner-banner .box .head img {
        width: 50px;
    }
    .inner-banner ul {
        padding: 0 40px;
    }
    .inner-banner ,
    .inner-detail-banner {
        padding: 40px 0;
    }
    .inner-top .text-image-section > :last-child {
        margin-top: 50px !important;
    }
    .card-group-element {
        margin-top: 50px;
    }
    .card {
        text-align: center;
    }
    .card-img-top picture, .card-img-top img {
        width: 80%;
    }
    .card .card-body {
        min-height: auto;
        margin-bottom: 0;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
    }  
    .card .card-title {
        margin-bottom: 1.2rem;
    }
    .text-center .btn-green {
        padding: 12px 50px;
    }
    .card-body, .card-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .frame-type-accordion .frame-header h2.element-header {
        margin-bottom: 30px;
    }
    .accordion .accordion-item h2 button {
        font-size: 1.25rem !important;
        padding: 0.75rem 1rem;
        line-height: 1.75rem;
    }
    .accordion .accordion-body {
        padding: 1rem 1rem;
    }
    .losungenkontakt {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
    }
    .losungenkont .left {
        width: 100%;
        float: left;
    }
    .losungenkont .right {
        float: left;
        width: 100%;
        text-align: left !important;
    }
    .certpromobox {
        padding: 10% 5%;
        margin: 0%
    }
    .partner2 {
        margin-top: 40px;
    }
    .partner2 h3 {
        margin-bottom: 50px;
    }
    .inner-banner .box{
        padding: 0%;
        gap: 20px;
    }
    .team-items {
        padding: 0;
    }
    .team-item {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .team-item .content {
        margin-top: 1.25rem;
    }
    .team-item .image {
        width: 100%;
        height: auto;
    }
    .team-item .content h4 {
        margin-bottom: 1.25rem;
    }
    .partner-5-columns img {
        max-width: 120px;
    }
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 1.3rem;
    }
    .form-container p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .form-container .form-element-check {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    .form-actions {
        margin-top: 20px;
    }
    .service-text-image-new {
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .service-text-image-new .image {
        margin: 1.75rem 0 0px 50px !important;
    }
    .service-text-image-new .image.small img {
        width: 100%;
    }
    .service-text-image-new.left .image {
        margin-right: 20px;
    }
    .service-text-image-new .image.medium img {
        width: 100%;
    }
}


@media (max-width: 480px){
    .partner-5-columns img {
        max-width: 100px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .container, .frame-container {
        max-width: 95%;
    }
    h1, h2, h3, h4, h5, h6, p {
        word-wrap: break-word;
    }
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    h2, .h2 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    h3, .h3 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
    h4, .h4 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    h5, .h5 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    h6, .h6 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    p, ul, li{
        font-size: 1.25rem;
        line-height: 2rem;
        color: var(--color-black);
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .btn-primary, .btn-white, .btn-secondary {
        font-size: 1.25rem;
        line-height: 2rem;
        padding: 15px 40px;
    }
    header nav .navbar-nav .nav-link {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 500;
    }
    header.navbar-mainnavigation .navbar-collapse {
        margin-top: 20px;
    }
    header.navbar-mainnavigation .navbar-toggler:focus {
        box-shadow: none;
    }
    header li.nav-item {
        padding: 0 10px;
    }
    header .dropdown-nav li.nav-item {
        padding: 0px 10px;
    }
    header.navbar-mainnavigation .navbar-brand-image img {
        max-height: 60px;
    }
    header .dropdown-menu {
        box-shadow: none;
    }
    header li.nav-item {
        padding: 0;
    }
    header .nav-link {
        padding: 8px 0;
    }
    .dropdown-menu.dropdown-menu-simple.show {
        padding: 0;
    }
    .header .navbar-collapse {
        width: 300px;
        position: absolute;
        top: 70px;
        right:4%;
        background-color: var(--color-primary);
        z-index: 1000;
        border-radius: 7px;
        padding: 20px;
        margin-top: 20px;
    }
    .header .navbar-collapse li a,
    .navbar-nav .nav-link.show {
        color: var(--color-white);
    }
    .header .navbar-collapse li ul li a {
        color: var(--color-primary);
    }
    .main-section {
        margin-bottom: 0;
    }
    .main-section > :last-child {
        margin-bottom: -100px;
    }
    footer .footer-top {
        padding: 450px 0 70px;
        background-size: auto 100%;
        background-position-x: 95%;
    }
    footer .footer-top h4 {
        font-size: 1.75rem;
    }
    footer .footer-top ul li, footer .footer-top ul li a {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 500;
    }
    footer .footer-top .contact > :last-child,
    footer .footer-top .about:last-child > :last-child  {
        margin-top: 3rem;
    }
    .home-banner {
        padding: 50px 0 0px;
    }
    .home-banner h1 {
        margin-bottom: 30px;
    }
    .home-banner .top-area {
        height: 65vh;
    }
    .home-banner .top-area p {
        width: 65%;
    }
    .home-banner .banner-image {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
    .home-banner .banner-image img {
        width: 350px;
        float: right;
    }
    .home-banner .banner-image .badge {
        font-size: 1.25rem;
        line-height: 2rem;
        font-weight: 700;
        width: 125px;
        height: 125px;
        bottom: 2%;
        right: 2%;
    }
    .security {
        padding-top: 100px !important;
        background-size: cover;
        background-position-x: 70%;
    }
    .security::after {
        content: '';
        background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#0c2a31 85.28%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .security .container {
        z-index: 10;
        position: relative;
    }
    .security .heading {
        margin-bottom: 2rem;
    }
    .security h2 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .security .text {
        text-align: center;
    }
    .security .btn-white{
        margin-top: 20px;
    }
    .security .image {
        display: none;
    }
    .services .service {
        margin-bottom: 40px;
    }
    .services .service a {
        margin: 20px 0 0;
        float: left;
    }
    .partner.negative-margin {
        margin-bottom: -100px;
    }
    .partner h3 {
        color: var(--color-primary-2);
    }
    .service-text-image .image-outer {
        bottom: 50% !important;
        transform: translate(0,50%);
    }
    .service-text-image .image-outer.left {
        width: 45%;
        height: unset;
        padding-top: 80;
    }
    .card .card-title{
        font-size: 2rem;
        line-height: 2.2rem;
        min-height: 90px;
        word-wrap: anywhere;
        margin-bottom: 20px;
    }
    .card .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;
        min-height: 200px;
        align-content: space-between;
        margin-bottom: 0;
    }
    .card .card-body-text {
        min-height: 140px;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
        font-size: 33px;
    }
    .card .btn {
        padding: 15px 30px;
        /* min-width: 100%; */
    }    
    .card-img-top {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        min-height: 270px;
        align-content: center;
    }
    .card-group-element .card-group-element-item {
        margin-bottom: 20px;
    }
    .card-img-top picture, .card-img-top img {
        width: 100%;
    }
    blockquote {
        padding: 0 60px;
    }
    blockquote p {
        line-height: 46px;
    }

    .icons h4 {
        font-size: 30px;
    }
    .icons .icons-list li {
        width: 31%;
    }
    .inner-top .align-items-end {
        align-items: center !important;
    }
    section.icons {
        background-color: var(--color-black);
        padding: 50px 0;
        margin: 50px 0;
    }
    .inner-banner .box {
        margin-bottom: 30px;
        height: auto;
    }
    .inner-banner .box h3 {
        /* font-size: 40px; */
    }
    .text-image-section img{
        width: 100%;
        height: auto;
    }
    .frame-type-accordion .frame-header h2.element-header {
        margin-bottom: 30px;
    }
    .accordion .accordion-item h2 button {
        font-size: 1.25rem !important;
        padding: 0.75rem 1rem;
        line-height: 1.75rem;
    }
    .accordion .accordion-body {
        padding: 1rem 1rem;
    }
    .icons .heading h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        font-weight: 600 !important;
    }
    .icons h3 {
        font-weight: 600 !important;
    }
    .icons h4 {
        font-size: 51px;
    }
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 1.3rem;
    }
    .form-container p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .form-container .form-element-check {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    .form-actions {
        margin-top: 20px;
    }
    .losungenkontakt h4 {
        font-size: 26px;
    }
    .partner2 {
        padding: 0px 2%;
        margin: 0px 2%;
        margin-top: 50px;
    }
    .partner-5-columns img {
        max-width: 120px;
    }
    .team-items {
        padding: 0 2%;
    }
    .team-item {
        width: 250px;
    }
    .team-item .image {
        width: 250px;
        height: 250px;
    }
    .frame-inner blockquote {
        padding: 0 30px;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
        order: 2;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-text {
        width: calc(70% - (40px / 2));
        order: 1;
    }
    .service-text-image-new .image {
        width: 50%;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .service-text-image-new .image.small img {
        width: 95%;
    }
    .service-text-image-new.left {
        display: block;        
    }
    .service-text-image-new.left .text {
        float: left;
    }
    .service-text-image-new.left .image {
        margin-right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1279.98px){
    h1, .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    h2, .h2 {
        font-size: 3rem;
        line-height: 3.3rem;
    }
    h3, .h3 {
        font-size: 2.75rem;
        line-height: 3rem;
    }
    h4, .h4 {
        font-size: 2.3rem;
        line-height: 2.75rem;
    }
    h5, .h5 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    h6, .h6 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    p, ul, li{
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: var(--color-black);
    }
    .btn-primary, .btn-white, .btn-secondary {
        font-size: 1.25rem;
        line-height: 1.75rem;
        padding: 15px 40px;
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .container, .frame-container-default  {
        max-width: 95%;
        margin: auto;
    }
    .security {
        background-size: cover;
    }
    .security .heading {
        margin-bottom: 3rem;
    }
    .security .container {
        position: relative;
        z-index: 10;
    }
    .icons .icons-list li {
        width: 23%;
    }
    .icons-list li img {
        height: 100px;
    }
    header nav .navbar-nav .nav-link {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    header li.nav-item {
        padding: 0 10px;
    }
    header .dropdown-nav li.nav-item {
        padding: 0px 10px;
    }
    header .nav-link-toggle {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav-style-simple .dropdown-menu {
        left: 20px;
        top: 93px !important;
        min-width: 250px !important; 
    }
    .main-section {
        margin-bottom: -150px;
    }
    .main-section > :last-child {
        margin-bottom: 100px;
    }
    footer .footer-top {
        padding: 500px 0 70px;
    }
    footer .footer-top ul li, footer .footer-top ul li a {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    footer .contact {
        position: relative;
    }
    footer .contact .frame:last-child {
        position: absolute;
        bottom: 0;
    }
    .home-banner {
        padding: 60px 0 120px;
    }
    .home-banner h1 {
        margin-bottom: 30px;
    }
    .home-banner .top-area .btn-primary {
        margin: 0 0 50px;
    }
    .home-banner .banner-image .badge {
        bottom: 2%;
        right: 2%;
        font-size: 1.25rem;
        line-height: 1.75rem;
        width: 120px;
        height: 120px;
    }
    .home-banner .banner-image {
        bottom: -50px;
    }
    .security .btn-white {
        margin: 30px 0 40px;
    }
    .services {
        margin: 60px 0;
    }
    .services .text h4 {
        margin-bottom: 25px;
    }
    .services .text a {
        margin: 20px 0 0;
    }
    .service-text-image .image-outer {
        bottom: 50% !important;
        transform: translate(0,50%);
    }
    .service-text-image .image-outer.left {
        width: 45%;
        height: unset;
        padding-top: 80;
    }
    .partner h3 {
        color: var(--color-primary-2);
    }
    .partner-5-columns img {
        max-width: 140px;
    }
    .card .card-title{
        font-size: 2.25rem;
        line-height: 2.5rem;
        min-height: 90px;
        word-wrap: anywhere;
        margin-bottom: 20px;        
    }
    .card .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;
        min-height: 200px;
        align-content: space-between;
        margin-bottom: 0;
    }
    .card .card-body-text {
        min-height: 70px;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
        font-size: 33px;
    }
    .card .btn {
        min-width: 230px;
    }    
    .card-img-top {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        min-height: 380px;
        align-content: center;
    }
    .card-group-element .card-group-element-item {
        margin-bottom: 20px;
    }
    .card-img-top picture, .card-img-top img {
        width: 90%;
    }
    .inner-top .align-items-end{
        align-items: center !important;
    }
    .frame-type-accordion .frame-header h2.element-header {
        margin-bottom: 30px;
    }
    .accordion .accordion-item h2 button {
        font-size: 1.25rem !important;
        padding: 0.75rem 1.5rem;
        line-height: 1.75rem;
    }
    .accordion .accordion-body {
        padding: 1rem 1.5rem;
    }
    .icons .heading h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        font-weight: 600 !important;
    }
    .icons h3 {
        font-size: 2.5rem;
        line-height: 2.9rem;
        font-weight: 600 !important;
    }
    .icons h4 {
        font-size: 51px;
    }
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 1.3rem;
    }
    .form-container p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .form-container .form-element-check {
        font-size: 1.25rem;
        line-height: 1.75rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    .losungenkontakt h4 {
        /* font-size: 26px; */
    }
    .partner2 {
        padding: 0px 2%;
        margin: 0px 2%;
        margin-top: 50px;
    }
    .team-items {
        padding: 0 2%;
    }
    .team-item {
        width: 350px;
    }
    .team-item .image {
        width: 350px;
        height: 350px;
    }
    .frame-inner blockquote {
        padding: 0 100px;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-text {
        width: calc(70% - (40px / 2));
    }
    .service-text-image-new .image {
        width: 50%;
        margin-left: 20px;
    }
    .service-text-image-new .image.small img {
        width: 95%;
    }
    .service-text-image-new.left {
        /* display: block;         */
    }
    .service-text-image-new.left .text {
        float: left;
        width: 48%;
    }
    .service-text-image-new.left .image {
        margin-right: 20px;
    }

}
@media (min-width: 1280px) and (max-width: 1599px) {
    h1, .h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
    h2, .h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    h3, .h3 {
        font-size: 3rem;
        line-height: 3.5rem;
    }
    h4, .h4 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    h5, .h5 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h6, .h6 {
        font-size: 1.775rem;
        line-height: 2.275rem;
    }
    p, ul, li, .btn-primary, .btn-secondary, .btn-white {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .mt-5 {
        margin-top: 2rem !important;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .my-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
    .btn-primary, .btn-white, .btn-secondary {
        padding: 10px 30px;
    }
    .text h2, .text h3, .frame-inner h3 {
        margin-bottom: 1.5rem;
    }
    header nav .navbar-nav .nav-link {
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 500;
    }
    header li.nav-item {
        padding: 0 10px;
    }
    header .dropdown-nav li.nav-item {
        padding: 0px 10px;
    }
    header .nav-link-toggle {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav-style-simple .dropdown-menu {
        left: 20px;
        top: 93px;
    }
    .main-section {
        margin-bottom: -150px;
    }    
    footer .footer-top {
        padding: 500px 0 70px;
        background-size: 120%
    }
    footer .footer-top ul li, footer .footer-top ul li a {
        font-size: 1.375rem;
        line-height: 1.875rem;
        font-weight: 400;
    }
    footer .contact {
        position: relative;
    }
    footer .contact .frame:last-child {
        position: absolute;
        bottom: 0;
    }
    footer .footer-bottom p {
        font-size: 0.875em;
    }
    .home-banner {
        padding: 60px 0 150px;
    }
    .home-banner h1 {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 30px;
    }
    .home-banner .top-area p {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .home-banner .top-area .btn-primary {
        margin: 0 0 50px;
    }
    .home-banner .banner-image .badge {
        bottom: 3%;
        right: 3%;
        font-size: 1.375rem;
        line-height: 1.875rem;
        width: 175px;
        height: 175px;
        padding: 20px;
    }
    .home-banner .banner-image {
        bottom: -90px;
    }
    .security .heading {
        margin-bottom: 4rem;
    }
    .security h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .security .text p {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .security .btn-white {
        margin: 30px 0 40px;
    }
    .services {
        margin: 60px 0;
    }
    .services .text h4 {
        margin-bottom: 25px;
    }
    .services .text a {
        margin: 20px 0 0;
    }
    .service-text-image .image-outer.left {
        width: 45%;
        height: unset;

    }
    .service-text-image .image-outer img {
        width: 90%;
    }
    .partner h3 {
        color: var(--color-primary-2);
    }
    .partner-5-columns img {
        max-width: 140px;
    }
    .card .card-title{
        font-size: 2.25rem;
        line-height: 2.5rem;
        min-height: 90px;
        word-wrap: anywhere;
        margin-bottom: 20px;
    }
    .card .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;
        min-height: 350px;
        align-content: space-between;
        margin-bottom: 0;
    }
    .card .card-body-text {
        min-height: 150px;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
        font-size: 33px;
    }
    .card .btn {
        min-width: 230px;
    }    
    .card-img-top {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        min-height: 380px;
        align-content: center;
    }
    .card-group-element .card-group-element-item {
        margin-bottom: 20px;
    }
    .card-img-top picture, .card-img-top img {
        width: 90%;
    }
    .inner-top .align-items-end{
        align-items: center !important;
    }
    .frame-type-accordion .frame-header h2.element-header {
        margin-bottom: 30px;
    }
    .accordion .accordion-item h2 button {
        font-size: 1.375rem !important;
        padding: 0.75rem 1.5rem;
        line-height: 2.25rem;
    }
    .accordion .accordion-body {
        padding: 1rem 1.5rem;
    }
    .icons .heading h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;    
        font-weight: 600 !important;
    }
    .icons h3 {
        font-size: 2.5rem;
        line-height: 2.9rem;
        font-weight: 600 !important;
    }
    .icons h4 {
        font-size: 51px;
    }
    .losungenkontakt h4 {
        margin-bottom: 1.5rem;
    }
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 1.3rem;
    }
    .form-container p {
        font-size: 1.375rem;
        line-height: 1.875rem;
    }
    .form-container .form-element-check {
        font-size: 1.375rem;
        line-height: 1.875rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    .partner2 {
        padding: 0px 2%;
        margin: 0px 2%;
        margin-top: 50px;
    }
    .team-items {
        padding: 0 2%;
    }
    .team-item {
        width: 350px;
    }
    .team-item .image {
        width: 350px;
        height: 350px;
    }
    .frame-inner blockquote {
        padding: 0 100px;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-text {
        width: calc(70% - (40px / 2));
    }
    .service-text-image-new.left .text {
        width: 50%;
    }
    .service-text-image-new .image {
        width: 50%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    .service-text-image-new .image.small img {
        width: 90%;
    }
    .service-text-image-new.left .image {
        margin-right: 0;
    }
    .service-text-image-new.left .text {
        float: right;
    }
}   
@media (min-width: 1600px) and (max-width: 1919.98px) {
    h1, .h1 {
        font-size: 4.375rem;
        line-height: 4.875rem;
    }
    h2, .h2 {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    h3, .h3 {
        font-size: 3.125rem;
        line-height: 3.625rem;
    }
    h4, .h4 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    h5, .h5 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    h6, .h6 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    p, ul, li, .btn-primary, .btn-secondary, .btn-white {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    header nav .navbar-nav .nav-link {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
    header li.nav-item {
        padding: 0 10px;
    }
    header .nav-link-toggle {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav-style-simple .dropdown-menu {
        left: 20px;
    }
    footer .footer-top {
        padding: 600px 0 70px;
    }
    footer .footer-top ul li, footer .footer-top ul li a {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 500;
    }
    footer .contact {
        position: relative;
    }
    footer .contact .frame:last-child {
        position: absolute;
        bottom: 0;
    }
    .main-section > :last-child {
        margin-bottom: 100px;
    }
    .home-banner {
        padding: 50px 0 170px;
    }
    .home-banner h1 {        
        margin-bottom: 30px;
    }
    .home-banner .top-area p {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .home-banner .top-area .btn-primary {
        margin: 0 0 50px;
    }
    .home-banner .banner-image {
        right: 90px;
        bottom: -120px;
    }
    .home-banner .banner-image .badge {
        width: 180px;
        height: 180px;
        font-size: 1.875rem;
        line-height: 2.375rem;
        bottom: 1rem;
        right: 1rem;
    }
    .security .heading {
        margin-bottom: 4rem;
    }
    .security h2 {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    .security .text p {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .security .btn-white {
        margin: 40px 0 80px;
    }
    .services .text h4 {
        margin-bottom: 25px;
    }
    .services .text a {
        margin: 20px 0 0;
    }
    .partner h3 {
        /* font-size: 3rem;
        line-height: 3.4rem; */
        color: var(--color-primary-2);
    }
    .partner-5-columns img {
        max-width: 140px;
    }
    .card .card-title{
        font-size: 2.5rem;
        line-height: 3.0rem;
        min-height: 90px;
        word-wrap: anywhere;
        margin-bottom: 20px;
    }
    .card .card-body {
        display: flex;
        flex-wrap: wrap;
        align-items: first baseline;
        min-height: 350px;
        align-content: space-between;
        margin-bottom: 0;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
        /* font-size: 33px; */
    }
    .card .card-body-text {
        min-height: 150px;
    }
    .card .btn {
        min-width: 280px;
    }    
    .card-img-top {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        min-height: 380px;
        align-content: center;
    }
    .card-group-element .card-group-element-item {
        margin-bottom: 20px;
    }
    .card-img-top picture, .card-img-top img {
        width: 90%;
    }
    .inner-top .align-items-end{
        align-items: center !important;
    }
    .frame-type-accordion .frame-header h2.element-header {
        margin-bottom: 30px;
    }
    .accordion .accordion-item h2 button {
        /* font-size: 1.5rem !important; */
        padding: 0.75rem 1.5rem;
        line-height: 2.25rem;
    }
    .accordion .accordion-body {
        padding: 1rem 1.5rem;
    }
    .icons .heading h2 {
        /* font-size: 4.0rem;
        line-height: 4.0rem; */
        font-weight: 600 !important;
    }
    .icons h3 {
        /* font-size: 2.8rem;
        line-height: 3.2rem; */
        font-weight: 600 !important;
    }
    .icons h4 {
        /* font-size: 51px; */
    }
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
        /* font-size: 2.5rem;
        line-height: 2.5rem; */
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 2.3rem;
    }
    .form-container p {
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
    .form-container .form-element-check {
        font-size: 1.5rem;
        line-height: 2.1rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1.25rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    /* .losungenkontakt h4 {
        font-size: 26px;
    } */
    .partner2 {
        padding: 0px 2%;
        margin: 0px 2%;
        margin-top: 50px;
    }
    .team-items {
        padding: 0 2%;
    }
    .team-item {
        width: 350px;
    }
    .team-item .image {
        width: 350px;
        height: 350px;
    }
    .frame-inner blockquote {
        padding: 0 100px;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-text {
        width: calc(70% - (40px / 2));
    }
    .service-text-image-new.left .text {
        width: 50%;
    }
    .service-text-image-new .image {
        width: 50%;
        margin-left: 0;
    }
    .service-text-image-new.left .image {
        margin-right: 0;
    }
    .service-text-image-new.left .text {
        float: right;
    }
}
@media (max-width: 1919.98px){    
    .navbar-mainnavigation .nav-style-simple .dropdown-menu {
        top: 91px;
    }
}

@media (min-width: 1920px){
    h1, .h1 {
        font-size: 4.375rem;
        line-height: 4.875rem;
    }
    h2, .h2 {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    h3, .h3 {
        font-size: 3.125rem;
        line-height: 3.625rem;
    }
    h4, .h4 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    h5, .h5 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    h6, .h6 {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    p, ul, li, .btn-primary, .btn-secondary, .btn-white {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .container, .frame-container-default  {
        max-width: 1672px;
        margin: auto;
    }
    header nav a img {
        width: 180px;
    }
    nav .navbar-nav .nav-link {
        font-size: 1.5rem;
        line-height: 1.5rem;
        font-weight: 500;
    }
    header li.nav-item {
        padding: 0 25px;
    }
    footer .footer-top h4 {
        /* font-size: 3.5rem; */
    }
    footer .footer-top ul li, 
    footer .footer-top ul li a {
        padding: 10px 0;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: normal;
    }
    footer .footer-bottom p {
        font-size: 28px;
        line-height: normal;
    }

    footer .contact {
        position: relative;
    }
    footer .contact .frame:last-child {
        position: absolute;
        bottom: 0;
    }
    .main-section > :last-child {
        margin-bottom: 100px;
    }
    .home-banner {
        padding: 70px 0 170px;
    }
    .home-banner h1 {
        font-size: 4.375rem;
        line-height: 4.875rem;
        margin-bottom: 30px;
    }
    .home-banner .top-area p {
        font-size: 1.875rem;
        line-height: 2.375rem;
    }
    .home-banner .top-area .btn-primary {
        margin: 0 0 100px;
    }
    .home-banner .banner-image {
        right: 90px;
        bottom: -94px;
    }
    .home-banner .banner-image .badge {
        width: 200px;
        height: 200px;
        font-size: 1.875rem;
        line-height: 2.375rem;
        right: 5%;
    }
    .home-banner .banner-image {
        position: absolute;
        right: 0;
    }
    .security h2 {
        font-size: 3.75rem;
        line-height: 4.25rem;
    }
    .security .text p {
        font-size: 1.875rem;
        font-weight: 500;
        line-height: 2.375rem;
    }
    .security .btn-white {
        margin: 50px 0 100px;
    }
    .security .heading {
        margin-bottom: 5rem;
    }
    .btn-light-green {
        margin: 50px 0;
    }
    .services .image img {
        width: auto;
    }
    .partner h3 {
        font-size: 3.125rem;
        line-height: 3.625rem   ;
        color: var(--color-primary-2);
    }

    .icons .heading h2 {
        font-size: 3.75rem;
        line-height: 4.25rem;
        font-weight: 600 !important;
    }
    .icons h3 {
        font-size: 3.125rem;
        line-height: 3.625rem;
        font-weight: 600 !important;
    }
    .icons h4 {
        font-size: 51px;
    }
    .frame .list-normal {
        font-size: 33px;
        line-height: 40px;
        font-weight: 400;
    }
    .navbar-mainnavigation .nav-style-simple .dropdown-menu {
        top: 91px;
    }
    .nav-item .dropdown-menu {
        left: 25px;
    }
    .container, .frame-container-default {
        max-width: 1672px;
        margin: auto;
    }
    .card .card-title{
        font-size: 2.5rem;
        line-height: 2.8rem;
        min-height: 90px;
    }
    .card .card-subtitle {
        font-weight: 400 !important;
        font-size: 33px;
    }
    .card .btn {
        min-width: 350px;
    }    
    .card-img-top {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color);
        min-height: 430px;
        align-content: center;
    }
    .card-group-element .card-group-element-item {
        margin-bottom: 50px;
    }
    .card-img-top picture, .card-img-top img {
        width: 70%;
    }
    .frame:not(.frame-type-form_formframework) .frame-header h2.element-header.h1 {
        /* margin-bottom: 50px; */
    }
    .frame:not(.frame-type-form_formframework) .frame-header h3.element-subheader.h4 {
        font-size: 52px;
        font-weight: 400 !important;
        margin-bottom: 50px;
    }
    /* .frame-type-text h3 {
        font-weight: 500 !important;
        margin-bottom: 50px;
    } */
    .form-container h2 {
        margin-bottom: 2rem;
    }
    .form-container h3 {
        font-weight: 500 !important;
        color: var(--color-primary-2);
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .form-container .form-element.form-element-gridrow {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label, .form-container .form-select, .form-container .form-control {
        font-size: 2rem;
        line-height: 2rem;
        margin-bottom: 1rem;
    }
    .form-container .form-label {
        font-weight: 500;
    }
    .form-container .form-select {
        line-height: 2.3rem;
    }
    .form-container p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .form-container .form-element-check {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 2rem;
    }
    .form-container .form-text {
        font-size: 1.5rem;
        color: var(--color-black);
        opacity: 0.8;
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-gallery {
        width: calc(30% - (40px / 2));
    }
    .frame-type-textpic .textpic-right .textpic-item.textpic-text {
        width: calc(70% - (40px / 2));
    }
}
@media (min-width: 992px) {
    .navbar-mainnavigation .navbar-brand-image img {
        max-height: 104px;
    }
    header.navbar {
        height: 160px;
    }
}
@media (min-width: 768px) {
    .card-group-element-columns-3 {
        --cardgroup-columns: 3;
    }
    .service .btn-secondary {
        float: right;
    }
}



