/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('/assets/fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/source-sans-pro-v14-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/assets/fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/source-sans-pro-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('/assets/fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/source-sans-pro-v14-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/assets/fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/source-sans-pro-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* armata-regular - latin */
@font-face {
    font-family: 'Armata';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/assets/fonts/armata-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/assets/fonts/armata-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body.header-fixed-space{
    padding-top: 120px;
}



.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0;
}


@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
    .navbar-brand2{
        display: none;
    }
}

.header-v6 .navbar-brand{
    height: 93px;
    max-height: 93px;
    line-height: 93px;
    padding: 0;
}
.header-v6 .navbar-nav > li > a{
    padding: 26px 0 13px 16px;
    padding: 4px 0 4px 4px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
}
.navbar-nav1, .navbar-nav2 {
    float: none;

}
@media (min-width: 992px) {
    .navbar-nav1 {
        order: 2;
    }
    .navbar-nav1 {
        order: 1;
    }
    .navbar-nav2 {
        display: flex;
        justify-content: flex-end;
    }
    .header-v6 .navbar-nav > li > a {
        padding: 5px 0 5px 17px !important;
    }
    .nav-lang {
        float: right;
    }
    .navbar-box{
        float: right;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    
    /* Sicherstellen, dass Navigation auf Desktop sichtbar ist */
    .header-v6 .navbar-collapse {
        display: block !important;
    }
    
    .header-v6 .navbar-collapse.collapse {
        display: block !important;
    }
}

/* Mobile Navigation - standardmäßig geschlossen */
@media (max-width: 1110px) {
    /* Navigation ist standardmäßig geschlossen - höchste Priorität */
    .navbar-collapse {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        max-height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Nur wenn .show Klasse vorhanden ist, wird Navigation angezeigt */
    .navbar-collapse.show {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        max-height: none !important;
        padding: 1rem !important;
        margin-top: 1rem !important;
    }
    
    /* Zusätzliche Sicherheit - alle collapse Elemente ohne show sind versteckt */
    .navbar-collapse:not(.show) {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
    
    /* Mobile Navigation Styling verbessern */
    .navbar-collapse {
        background-color: #ffffff !important;
        border-radius: 0.5rem !important;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
        margin-top: 1rem !important;
        padding: 1rem !important;
        border: 2px solid #f9b600 !important;
        transition: all 0.3s ease !important;
    }
    
    .navbar-collapse.show {
        background-color: #ffffff !important;
        border: 2px solid #f9b600 !important;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid rgba(249, 182, 0, 0.2) !important;
        margin: 0 !important;
        color: #333 !important;
        font-weight: 500 !important;
        transition: all 0.3s ease !important;
        border-radius: 0.375rem !important;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none !important;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: rgba(249, 182, 0, 0.1) !important;
        color: #000 !important;
        transform: translateX(5px) !important;
        box-shadow: 0 2px 8px rgba(249, 182, 0, 0.2) !important;
    }
    
    .navbar-nav .nav-link.active {
        background-color: rgba(249, 182, 0, 0.2) !important;
        color: #000 !important;
        font-weight: 700 !important;
        border-left: 4px solid #f9b600 !important;
    }
    
    .navbar-nav .nav-link.active:hover {
        background-color: rgba(249, 182, 0, 0.3) !important;
        transform: translateX(5px) !important;
    }
    
    /* Mobile Toggle Button Styling */
    .navbar-toggler {
        border: none !important;
        border-radius: 0.375rem !important;
        padding: 0.5rem 0.75rem !important;
        background-color: transparent !important;
        transition: all 0.3s ease !important;
    }
    
    .navbar-toggler:hover {
        background-color: rgba(0,0,0,0.05) !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
    }
    
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 1.5em !important;
        height: 1.5em !important;
    }
    
    /* Dropdown-Menü Styling für mobile Navigation */
    .navbar-nav .dropdown-menu {
        background-color: #ffffff !important;
        border: 1px solid rgba(249, 182, 0, 0.3) !important;
        border-radius: 0.5rem !important;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
        margin-top: 0.5rem !important;
        padding: 0.5rem 0 !important;
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Dropdown-Toggle Styling für mobile Navigation */
    .navbar-nav .dropdown-toggle::after {
        display: inline-block !important;
        margin-left: 0.255em !important;
        vertical-align: 0.255em !important;
        content: "" !important;
        border-top: 0.3em solid !important;
        border-right: 0.3em solid transparent !important;
        border-bottom: 0 !important;
        border-left: 0.3em solid transparent !important;
    }
    
    .navbar-nav .dropdown-item {
        color: #333 !important;
        padding: 0.5rem 1rem !important;
        transition: all 0.3s ease !important;
        border-radius: 0.375rem !important;
        margin: 0.25rem !important;
    }
    
    .navbar-nav .dropdown-item:hover {
        background-color: rgba(249, 182, 0, 0.1) !important;
        color: #000 !important;
        transform: translateX(5px) !important;
    }
    
    .navbar-nav .dropdown-item.active {
        background-color: rgba(249, 182, 0, 0.2) !important;
        color: #000 !important;
        font-weight: 600 !important;
    }
    
    /* Gittel-IT Logo auf mobilen Geräten ausblenden */
    .navbar-brand.ms-3 {
        display: none !important;
    }
    
    /* Zusätzliche Sicherheit für alle Gittel-Logos auf mobilen Geräten */
    .navbar .navbar-brand:last-child {
        display: none !important;
    }
}


a{
    color: #000000;
}
a:focus, a:hover, a:active{
    color: #000000;
    text-decoration: none;
}

h1, h2, h3, h4, h5{
    color: #000000;
}
p {
    margin: 0 0 20px
}

.bspcfg{
    font-size: 14px;
    font-style: italic;
}

@media (max-width: 450px) {
    .tabfull{
        width: 100%;
    }
}



.header-v6.header-classic-white .navbar{
    background-color: #f9b600;
}

.header-fixed .header-v6.header-classic-white .navbar-nav a, .header-fixed .header-v6.header-classic-white .navbar-nav > li > a{
    font-weight: 400;
}

.header-fixed .header-v6.header-classic-white .navbar-nav a > b, .header-fixed .header-v6.header-classic-white .navbar-nav > li > a > b{
    font-weight: 600;
}

.header-fixed .header-v6.header-classic-white .navbar-nav .active > a > b, .header-fixed .header-v6.header-classic-white .navbar-nav .active > a > i{
    font-weight: 700;
}

.header-fixed .header-v6.header-classic-white .navbar-nav .active > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a, .header-fixed .header-v6.header-classic-white .navbar-nav li > a:hover{
    color: #000000;
}

.header-fixed .header-v6.header-classic-white .navbar-nav .active > a{
    text-decoration: underline;
}

.nav-lang {
    line-height: normal;
    padding: 19px 0 13px 16px;
}
.nav-lang-grey {
    color: #7d7d7d !important;
}

.head-box{
    padding: 90px 0px;
}

.btn-default{
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff
}

.btn-u{
    background-color: #f9b600;
    color: #000000;
    font-size: 16px;
    margin-bottom: 2px;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u{
    background-color: #ffd460;
}

.menu-container{
    background-color: #f9b600;
}

.team-v3 .team-hover span{
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
    font-family: 'Armata', sans-serif;
}

.team-v3 .team-img:hover .team-hover{
    top: 45%;
}

/*Footer Footer*/
.footer-v6 .heading-footer h2{
    font-size: 24px;
    text-transform: none;
}

.footer-v6 .heading-footer:after{
    background: none;
}

.footer-v6 .heading-footer{
    text-align: left;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-v6 .footer p{
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.footer-v6 .footer p a{
    color: #ffffff;
}



/*Footer Copyright*/
.footer-v6 .copyright {
    padding: 6px 0 10px 0;
    background: #35434d;
    border-bottom: 2px solid #506675;
}

.footer-v6 .dark-social li i{
    color: #aeb2b5;
}

.footer-v6 .footer {
    padding: 50px 0 45px 0;
    background: #506675;
    min-height: auto;
    overflow: visible;
}

/*Link List*/
.footer-v6 .footer-link-list li {
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    border-top: none;
}


.footer-v6 .footer-link-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
}

.footer-v6 .footer-link-list a:hover {
    color: #bbb;
}


.footer-box-1{
    float: left;
    width: 34%;
}
.footer-box-2{
    float: left;
    width: 25%;
}
.footer-box-3{
    float: left;
    width: 22%;
}
.footer-box-4{
    float: left;
    width: 19%;
}


@media (max-width: 991px) {
    .footer-box-1 {
        width: 60%;
    }
    .footer-box-2 {
        width: 40%;
    }
    .footer-box-3 {
        padding-left: 129px;
        width: 60%;
    }

    .footer-box-4 {
        width: 40%;
    }
}

@media (max-width: 768px){
    .footer-box-1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-box-2 {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-box-3 {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-box-4 {
        padding-left: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 330px){
    .footer-box-2 {
        padding-left: 0px;
    }
    .footer-box-3 {
        padding-left: 0px;
    }
    .footer-box-4 {
        padding-left: 0px;
    }
}

/* Mobile Footer Optimierungen */
@media (max-width: 768px) {
    .footer-v6 .footer {
        padding: 30px 0 30px 0;
        min-height: auto;
        overflow: visible;
    }
    
    .footer-v6 .footer .container {
        overflow: visible;
    }
    
    .footer-v6 .footer .row {
        overflow: visible;
    }
    
    .footer-v6 .footer .col-md-12 {
        overflow: visible;
        height: auto;
        min-height: auto;
    }
}


.call-action-v1 .call-action-v1-box{
    padding-top: 50px;
}


.bg-cont-1{
    background: url(/assets/img/bg-cont-1.jpg) bottom no-repeat;
}



.start-box{
    padding: 35px 0 25px 0;
    background-color: #ffffff;
}
.start-box p{
    font-size: 17px;
    font-weight: 400;
    color: #2f4f8f;
}
.start-col-text{
    padding: 45px 60px 0px 30px;
}
.start-col-img{
    padding: 0;
}
.start-col-arrow{
    text-align: center;
}

.start-call{
    background-color: #a4b9c8;
}
.start-call-box{
    text-align: center;
    margin: 38px 0 33px 0;
}
.start-call p{
    font-family: "armata",sans-serif;
    font-size: 26px;
    color: #35444e;
    margin: 0;
}


.cont-box{
    padding: 50px 0 200px 0;
    background-color: #f1f1f4;
}
.cont-box p{
    font-size: 17px;
    font-weight: 400;
    color: #2e2e2e;
}

.anker-box{
    padding: 20px 0 40px 0;
    background-color: #ffffff;
    text-align: center;
}

.parallax-quote {
    color: #fff;
    padding: 130px 0 100px 0;
    position: relative;
    text-align: center;
    background: url(../img/bg-head-1.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
    background: rgba(0, 0, 0, 0);
}

.parallax-quote-in{
    height: 160px;
    padding-top: 50px;
}
.parallax-quote-in p{
    text-transform: none;
    padding: 0 15px 0 15px;
    margin-bottom: 9px;
}

.parallax-quote.start {
    padding: 190px 0 155px 0;
    background: url(../img/bg-head-start.jpg) repeat fixed center 17px;
}

.parallax-quote-in.start{
    height: 280px;
    padding-top: 50px;
    background: rgba(255, 255, 255, 0.53);
    text-align: left;
}

.parallax-quote-in.start p{
    padding: 0px;
    margin-bottom: 10px;
}
.parallax-quote-in.start p span{
    padding: 5px 15px 5px 15px;
}

.parallax-quote-in p:after, .parallax-quote-in p:before{
    content: '';
}

.parallax-quote-in-box1{
    float: left; padding: 0 180px 0 156px;
}
.parallax-quote-in-box2 {
    float: left; margin: 2px 0px 0px 0px;
}

.parallax-quote-in-box2 p{
    font-size: 31px; font-family: 'Armata', sans-serif;
}

.parallax-quote-in.subsite{
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 50px 0 0 0;
}

.parallax-quote-in.home{
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    padding: 30px 0 0 0;
}

.parallax-quote-in-headline{
    float: left;
    margin: 2px 50px 0 50px;
    background-color: #6f96b3;
    padding: 5px 15px;
    font-size: 34px;
    font-family: 'Armata', sans-serif;
}

.parallax-quote-in-headline.home{
    font-size: 28px;
}

.parallax-quote-in-block {
    display: inline-block;
}

.parallax-quote-in-arrow {
    float: left;
}



@media (max-width: 1199px) {
    .parallax-quote-in-box1{
        padding: 0 140px 0 20px;
    }
    .parallax-quote-in-box2 {
        margin: 2px 0px 0px 0px;
    }
    .parallax-quote-in-headline.home{
        font-size: 24px;
        margin: 10px 30px 0 30px;
    }
    .header-v6 .navbar-nav > li > a{
        padding: 26px 0 13px 8px;
        letter-spacing: -0.5px;
    }
}

@media (max-width: 991px){
    .parallax-quote-in-box1{
        padding: 0 60px 0 20px;
    }
    .parallax-quote-in-box2 p{
        font-size: 26px;
    }
    .parallax-quote-in-headline{
        font-size: 26px;
        margin: 10px 30px 0 30px;
    }
    .parallax-quote-in-headline.home{
        font-size: 22px;
        margin: 10px 30px 0 30px;
    }
    .menu-container{
        /*height: 83px;*/
    }
}

@media (max-width: 768px){
    .parallax-quote-in-box1{
        display: none;
    }
    .parallax-quote-in-box2 p{
        font-size: 20px;
    }
    .parallax-quote.start{
        padding: 0 30px 0 20px;
    }
    .parallax-quote-in.start{
        height: 220px;
    }
    .parallax-quote-in-headline{
        font-size: 20px;
        margin: 14px 10px 0 10px;
    }
    .parallax-quote-in-headline.home{
        font-size: 20px;
        margin: 14px 10px 0 10px;
        width: 300px;
    }
    .parallax-quote-in.home{
        padding: 15px 0 0 0;
    }
    .parallax-quote-in-arrow {
        padding-top: 10px;
    }
    .parallax-quote-in-arrow img {
        height:40px;
    }
    .parallax-quote{
        padding: 40px 0 30px 0;
    }
}

@media (max-width: 320px){
    .parallax-quote-in-box2 p{
        font-size: 14px;
    }
    .parallax-quote-in-headline{
        font-size: 14px;
    }
    .parallax-quote-in-headline.home{
        font-size: 14px;
        width: 200px;
    }
    .parallax-quote-in.home{
        padding: 30px 0 0 0;
    }
    .parallax-quote-in-arrow {
        padding-top: 5px;
    }
}



.parallax-service {
    color: #fff;
    padding: 90px 0;
    position: relative;
    text-align: center;
    background: url(/assets/img/bg-start-service.jpg) 50% 0 repeat fixed;
}

/*Parallax Quote Inner*/
.parallax-service-in {
    background-color: #6693b4;
    background: rgba(0,73,128,0.58);
    width: 100%;
    padding: 0;
}

.parallax-service-in h1 {
    font-family: "armata",sans-serif;
    font-size: 26px;
    color: #e5eef6;
    margin: 10px 15px 5px 15px;
}

.parallax-service-in2 p {
    font-size: 17px;
    font-weight: 400;
    color: #2f4f8f;
    margin: 20px 15px 20px 15px;
}




.parallax-hardware {
    color: #fff;
    padding: 90px 0;
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.60);
    background: url(/assets/img/bg-start-hardware.jpg) 50% 0 repeat fixed;
}

/*Parallax Quote Inner*/
.parallax-hardware-in {
    background-color: #6693b4;
    background: rgba(255,255,255,0.29);
    padding: 0;
}

.parallax-hardware-in h1 {
    font-family: "armata",sans-serif;
    font-size: 26px;
    color: #e5eef6;
    margin: 10px 15px 5px 15px;
}

.parallax-hardware-in2 {
    text-align: left;
    padding: 70px 0px 50px 0px;
}

.parallax-hardware-in2 p {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}



@media (max-width: 768px){
    .parallax-hardware-in {
        padding: 0 40px;
    }

    .parallax-hardware-in p {
        font-size: 20px;
    }
}

.box-gms-0{
    background-image: url(/assets/img/bg-start.jpg);
    background-size: auto auto;
    background-repeat: repeat;
    background-position: top center;
}

.box-gms-1, .box-gms-3{
    background-color: #f9b600;
}

.box-gms-2 {
    background-color: #f9b600;
    padding: 40px 20px 55px 175px;
}
.box-gms-2 p{
    color: #000000;
}

@media (max-width: 1199px){
    .box-gms-0{
        background-size: 2400px auto;
    }
}
@media (max-width: 991px){
    .box-gms-0{
        background-size: 2100px auto;
    }
    .box-gms-2 {
        padding: 40px 20px 55px 125px;
    }
}

@media (max-width: 768px){
    .box-gms-0{
        background-size: 1800px auto;
    }
    .box-gms-2 {
        padding: 40px 20px 55px 30px;
    }
}


/*--------------------------------------------------
	[44. Back To Top]
----------------------------------------------------*/
#topcontrol, #back-to-top {
    color: #000000;
    z-index: 99;
    width: 35px;
    height: 35px;
    font-size: 14px;
    background: rgba(249, 182, 0, 0.75);
    position: fixed;
    right: 20px !important;
    bottom: 20px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

#topcontrol:after {
    top: 9px;
    left: 11px;
    content: "\f077";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

#topcontrol:hover, #back-to-top:hover {
    color: #000000;
    background: rgba(255, 212, 96, 0.9);
    box-shadow: 0 3px 12px rgba(249, 182, 0, 0.35);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}



/*--------------------------------------------------
    PDF Viewer
----------------------------------------------------*/
.pdf-viewer{
    background-color: #d1d1d1;
}

.embed-container {
    position: relative;
    padding-bottom: 148%;
    height: 0;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.embed-container iframe {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container.landscape {
    padding-bottom: 80%;
}



.bg-color-light{
    background-color: #f8f9fa !important;
}



.team-col{
    margin-bottom: 30px;
    padding-left: 50px;
}

.team-icon-mobile{
    width: 25px;
    font-size: 26px;
    padding-left: 2px;
}

.team-icon-envelope{
    width: 25px;
    font-size: 16px;
}

.team-col h3{
    margin-bottom: 5px;
}


.dienst-col-text{
    padding: 45px 30px 40px 30px;
}
.dienst-col-img{
    padding: 0 10px 25px 10px;

}














.gms-info-box {
    background: url(/assets/img/bg-gms-1.jpg) 20% 0 repeat;
}

.gms-info-box-row {
    padding: 170px 0 20px 0;
}
.gms-info-box-logo {
    padding: 0 0 50px 0;
    text-align: center;
}

.gms-info-box-img-logo {
    display: block;
    margin: 0 auto;
    max-height: 64px;
}
.gms-info-box-img-modell {
    width: 375px;
}

.gms-konf-box {
    background: url(/assets/img/bg-gms-3.jpg) 20% 0 repeat;
}

.gms-konf-box-row {
    padding: 170px 0 90px 0;
}

.gms-konfimgbox {
    position: absolute;
    visibility: hidden;
    right: 0px;
    height: 100%;
}
.gms-konfimg {
    height: 100%;
}
@media (min-width: 991px) {
    .gms-konfimg-max {
        height: auto !important;
        width: 100% !important;
    }
}




.tab-v2 .tab-content{
    border: solid 1px #dfdfdf;
    border-top: none;
    background: rgba(255,255,255,0.65);
    padding: 35px 16px 10px 16px;
    min-height: 430px;
}

.tab-v2 .nav-tabs li.active a{
    border-top: solid 2px #f9b600;
    background: rgba(255,255,255,0.65);
    padding: 7px 15px 10px;
    height:45px;
}

.tab-v2 .nav-tabs li a{
    border-top: solid 2px #888;
    border-left: solid 1px #dfdfdf;
    border-right: solid 1px #dfdfdf;
    border-bottom: none;
    background: rgba(255,255,255,0.35);
    padding: 7px 15px 10px;
    height:45px;
}

.gms-call{
    background-color: #c9c9c9;
}

.gms-call-box {
    text-align: center;
    margin: 25px 0 25px 0;
}

.gms-call-box p{
    font-size: 32px;
    font-weight: 300;
    color: #35444e;
    margin: 0;
}

.konfig-call{
    background-color: #f9b600;
}

.konfig-call-box {
    text-align: center;
    margin: 25px 0 25px 0;
}

.konfig-call-box p{
    font-size: 32px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

.konfig-call-box b{
    font-weight: 700;
    color: #516674;
}

.konfig-call-box i{
    font-weight: 500;
    color: #516674;
}

.parallax-vorteile {
    color: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: url(/assets/img/bg-gms-2.jpg) 50% 0 repeat fixed;
}

.parallax-vorteile-in h1 {
    font-size: 26px;
    color: #000000;
}


.icon-leistung-check{
    color: #f9b600;
    font-size: 18px;
    padding: 6px 0 0 5px;
    margin-right: 30px;
}
.text-leistung-check {
    padding: 0;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    text-align: left;
}

.icon-vorteile-check:before{
    content: "\f046";
    color: #f9b600;
}

.text-vorteile-check {
    padding: 0;
    overflow: hidden;
    font-size: 24px;
    color: #000000;
    text-align: left;
}

.vorteile{
    font-size: 28px;
    color: #000000;
    line-height: normal;
    padding: 55px 0 55px 0;
}

h1.vorteile{
    font-size: 26px;
    padding: 35px 0 50px 0;
}

.icon-vorteile {
    display: inline-block;
    font: normal normal normal 24px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 0 0 0;
    margin-right: 12px;
    float: left !important;
    width: 24px;
}

.gms-icon {
    display: inline-block;
    font: normal normal normal 22px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 2px 0 0 0;
    margin-right: 12px;
    float: left !important;
    width: 20px;
}

.gms-square:before {
    content: "\f096";
    color: #000000;
}

.gms-square-check:before {
    content: "\f046";
    color: #f9b600;
}

.icon-leistung{
    font-size: 18px;
    padding: 6px 0 0 5px;
    margin-right: 16px;
}

.tooltips{
    color: #8e8e8e;
}




@media (max-width: 991px) {
    .gms-info-box-row {
        margin: 50px 0 50px 0;
    }
    .gms-info-box-logo {
        padding: 50px 20px 50px 20px;
    }
    .gms-info-box-img-logo {
        display: block;
        max-width: 100%;
        height: auto
    }
    .gms-info-box-img-modell {
        display: block;
        max-width: 100%;
        width: 53%;
        margin-left: 18%;
    }
}
@media (max-width: 768px) {
    .gms-info-box-img-modell {
        display: block;
        max-width: 100%;
        width: 51%;
        margin-left: 18%;
    }
    .gms-sm-col{
        padding-left: 0;
        padding-right: 0;
    }
}

#agms_0901simple, #agms_0901, #igms_0901simple, #igms_0901simple::before, #igms_0901, #igms_0901::before  {
    color: #aaa;
    pointer-events: none;
}



@media (min-width:768px) {
    form .col-sm-4 {
      float:none;
      width:100%;
    }
    form .col-sm-888 {
        width:100%;
    }
}

label {
    font-weight:400
  }

form .row {
    /* margin-bottom: 20px; */
}

form sup {
    color: #e74c3c !important;
    font-size: 17px;
    top: 0;
}

.form-check {
    display: flex;
    align-items: flex-start;
}

.form-check-input {
    margin-top: .3rem !important; /* Bootstrap-typisch */
    margin-right: 5px !important;
}

/* Labels in Checkbox-Reihen wie in Bootstrap behandeln */
.bs5-form .form-check .form-label {
    margin-bottom: 0;
}