:root {
    --primaryColor: #006593;
    --secondaryColor: #70D2FF;
}

body {
    font-family: 'Frutiger LT Std';
    transition: all 0.5s;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1240px;
}

h1,
.h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
}

h2 {
    font-size: 38px;
    font-weight: bold;
}

h3 {
    font-size: 32px;
    font-weight: bold;
}

h4 {
    font-size: 24px;
    font-family: 'Frutiger LT Std 55 Roman';
    font-weight: 900;
}

h6 {
    font-size: 17px;
    font-weight: 700;
}

p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    font-family: 'Frutiger LT Std 45';
}

.btn-primary {
    --bs-btn-color: var(--primaryColor);
    --bs-btn-bg: var(--secondaryColor);
    --bs-btn-border-color: var(--secondaryColor);
    --bs-btn-hover-bg: #222;
    --bs-btn-hover-border-color: #222;
    padding: 13px 48px;
    font-size: 17px;
    line-height: 22px;
    border-radius: 0;
}
.cstm-btn {
	height: 50px;
	border: 2px solid #0076A3;
	background: transparent;
	max-width: 220px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	color: #006593;
	margin-right: 170px;
}
  .cstm-btn a {
    color: #006593;
    text-decoration: none;
    font-size: 17px;
  }
.customtick {
    list-style-type: none;
    padding: 0;
}

.customtick li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.customtick li::before {
    background: url(../images/Icon_Tick.svg) center top no-repeat;
    width: 27px;
    height: 21px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.form-control,
.form-control:focus {
    border-radius: 0;
    height: 38px;
    margin: 0 0 18px;
    border: 1px solid #707070;
    font-size: 17px;
    padding: 0 15px;
    box-shadow: none;
    font-weight: 300;
}

textarea.form-control,
textarea.form-control:focus {
    height: 285px;
    resize: none;
    padding: 10px 15px;
}

select.form-control {
    background-image: url(../images/down-arrow.png);
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

.form-group label {
    font-weight: 300;
    color: #707070;
}

/* Main Header */
.mainHeader {
    position: absolute;
    z-index: 999;
}

.mainBanner {
    background: var(--primaryColor);
    padding-top: 200px;
    padding-bottom: 100px;
    position: relative;
}

.mainHeader .navbar-nav .nav-item:not(:last-child) {
    margin-right: 35px;

}

.mainHeader .navbar-nav .nav-item {
    /* max-width: 125px; */
    max-width: 100%;
}

.mainHeader .navbar-nav .nav-item a {
    padding: 0;
    font-size: 17px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    font-weight: 700;
    transition: all 0.5s;
}

.mainHeader.innerPagesHeader .navbar-nav .nav-item a {
    color: #14171D;
}

.mainHeader .navbar-nav .nav-item a:hover,
.mainHeader.innerPagesHeader .navbar-nav .nav-item a:hover,
.mainHeader .navbar-nav .nav-item a.active,
.mainHeader.innerPagesHeader .navbar-nav .nav-item a.active {
    color: var(--secondaryColor);
}

/* Banner */


.mainBanner p {
    max-width: 515px;
}

/* Section 01 */
.sectionTwo {
    padding: 75px 0;
}

.sectionTwo ul {
    display: grid;
    grid-template-rows: repeat(5, auto);
    gap: 0;
    grid-auto-flow: column;
    grid-auto-columns: auto auto;
}

/*.sectionTwo li {
    width: 50%;
}
*/
.imageRound img {
    border-radius: 60px;
    width: 100%;
    box-shadow: -30px 30px #70D2FF;
    margin-left: 30px;
    max-width: calc(100% - 30px);
}

/* Footer */
.mainFooter {
    background: var(--primaryColor);
    padding: 60px 0;
}

.mainFooter p,
.mainFooter li a,
.mainFooter ul li {
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
}

.mainFooter ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
}

.mainFooter a {
    color: #70D2FF;
    font-weight: bold;
    text-decoration: none;
}

.mainFooter ul.address li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.mainFooter ul.address li img {
    margin: 1px 7px 0 0px;
}

.mainFooter ul.address li:first-child {
    padding-right: 105px;
}

/* Title Box */
.threebox {
    padding: 40px 0;
}

.titleBox {
    position: relative;
    border-radius: 60px;
    overflow: hidden;
}

.titleBox img {
    border-radius: 60px;
    width: 100%;
    line-height: 1;
}

.titleBox h3 {
    background: rgba(0, 101, 147, 0.34);
    color: #FFF;
    text-align: center;
    min-height: 100px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

/* Portfolio */
.portfolio {
    padding: 60px 0;
}

.porfolioData img {
    min-height: 95px;
    object-position: contain;
    object-position: center;
}

.porfolioData p {
    line-height: 28px;
}

.porfolioData a {
    color: #006593;
    text-decoration: none;
}

/* Partners */
.partners {
    padding: 0 0 60px;
}

.partnerLogo {
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.partnerLogo img {
    max-width: 90%;
    height: auto;
}

/* Kontact */
.kontact {
    padding: 60px 0 150px;
}

.kontact p.colorText {
    color: var(--primaryColor);
}

.kontactSidebar {
    background: #F6F6F6;
    padding: 20px;
}

.kontactSidebar a {
    color: #006593;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}

.kontactSidebar p {
    color: #707070;
    padding-right: 100px;
}

.kontact .form-group {
    max-width: calc(50% - 15px);
    width: 100%;
}

.kontact .form-group.full-wide {
    max-width: 100%;
}

.formCommon label {
    margin-bottom: 5px;
}

.formCommon .form-check-input[type="checkbox"] {
    border-radius: 0;
    border-color: #707070;
    margin-right: 15px;
    box-shadow: none;
    margin-left: 0;
}

.formCommon .form-check-input:checked,
.formCommon .form-check-input:checked:focus {
    background-color: #707070;
    border-color: #707070;
}

.formCommon .form-check {
    padding: 0;
    display: flex;
}

.kontact .form-check input[type="checkbox"] {
    margin-top: 2px;
}


#AnfragestellenModal .modal-content {
    border: 5px solid #006593;
    border-radius: 0;
}

#AnfragestellenModal .modal-dialog {
    max-width: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#AnfragestellenModal .modal-content .form-group {
    width: 100%;
}

#AnfragestellenModal .modal-content h2 {
    margin-bottom: 50px;
}

#AnfragestellenModal .modal-content .modal-body {
    padding: 60px;
    max-height: 100vh;
    overflow-y: auto;
}

#AnfragestellenModal .modal-content .modal-header {
    position: absolute;
    right: 0;
    border: 0;
}

#AnfragestellenModal .modal-content .modal-header .btn-close {
    color: var(--primaryColor);
    outline: none;
    border-radius: 0;
    box-shadow: none;
}

#AnfragestellenModal .modal-content .modal-body .dataButtonCheck {
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 40px;
}

/* Checkbox Modal */

/* Customize the label (the container) */
.dataButtonCheck label.buttonData {
    display: inline-block;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #006593;
    padding: 9px;
}

.dataButtonCheck .buttonData span.text {
    position: relative;
    z-index: 9;
}

.dataButtonCheck.active .buttonData span.text {
    color: #FFF;
}

/* Hide the browser's default checkbox */
.dataButtonCheck .buttonData input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.dataButtonCheck .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #70D2FF;
    border: 1px solid #006593;
}

/* On mouse-over, add a grey background color */
.dataButtonCheck .buttonData:hover input~.checkmark {
    background-color: #70D2FF;
}

/* When the checkbox is checked, add a blue background */
.dataButtonCheck .buttonData input:checked~.checkmark {
    background-color: #006593;
    color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.dataButtonCheck .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.dataButtonCheck .buttonData input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.dataButtonCheck .buttonData .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

/* checkbox modal end */
#AnfragestellenModal .modal-content .modal-header h5 {
    display: none;
}
#AnfragestellenModal .modal-content .modal-header .btn-close {
    width: 35px;
    height: 35px;
    border: 0;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

#AnfragestellenModal .modal-content .modal-header {
    position: absolute;
    right: 0;
    border: 0;
    z-index: 9;
}

.openFormArea {
    background: #FFF;
    margin: -5px 0 0;
    border: 1px solid #006593;
    /* position: absolute; */
    width: 100%;
    padding: 5px 10px;
    z-index: 999;
    left: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.5s;
    opacity: 0;
    display: none;
}

.active .openFormArea {
    visibility: visible;
    transform: translateY(0px);
    transition: all 0.5s;
    opacity: 1;
}

.openFormArea label {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
}

.openFormArea .form-group:last-child input {
    margin-bottom: 10px;
}

.sectionTwo ul.customtick.listThree {
    grid-template-rows: repeat(3, auto);
}

.sectionTwo.reverseSection .imageRound img {
    box-shadow: 30px 30px #70D2FF;
    margin-left: 0;
    margin-right: 30px;
}

.mainHeader.innerPagesHeader {
    position: relative;
}

.mainHeader.innerPagesHeader+.mainBanner {
    padding: 0;
    overflow: hidden;
}

/* Responsive */
@media only screen and (max-width:1439px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media only screen and (max-width:1365px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1040px;
    }

    .mainBanner img {
        max-width: 100%;
    }

    .mainHeader.innerPagesHeader+.mainBanner img {
        max-width: 700px;
    }

    h1,
    .h1 {
        font-size: 40px;
        line-height: 55px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 25px;
    }

    .mainHeader .navbar-brand img {
        max-width: 240px;
    }



    .titleBox h3 {
        min-height: 80px;
    }

    .customtick li::before {
        width: 20px;
        top: 5px;
        background-size: contain;
    }

    .customtick li {
        padding-left: 32px;
        font-size: 15px;
    }

    p,
    body,
    .porfolioData p {
        font-size: 15px;
        line-height: 24px;
    }

    .mainHeader .navbar-nav .nav-item a {
        font-size: 15px;
    }

    .partnerLogo img {
        max-width: 70%;
    }

    .mainFooter img {
        max-width: 250px;
    }
}

@media only screen and (max-width:1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 900px;
    }

    .mainHeader .navbar-nav .nav-item a {
        font-size: 13px;
    }

    .mainHeader .navbar-nav .nav-item:not(:last-child) {
        margin-right: 20px;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 50px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    .imageRound img {
        box-shadow: -20px 20px #70D2FF;
        max-width: calc(100% - 20px);
        margin-left: 20px;
    }

    .sectionTwo.reverseSection .imageRound img {
        box-shadow: 20px 20px #70D2FF;
        margin-left: 0;
        margin-right: 20px;
    }

    .titleBox img,
    .titleBox {
        border-radius: 40px;
    }

    .porfolioData img {
        min-height: 60px;
        max-height: 60px;
    }

    .kontact {
        padding: 30px 0 80px;
    }

    .threebox {
        padding: 0;
    }

    .sectionTwo {
        padding: 45px 0;
    }
    #AnfragestellenModal .modal-content .modal-body {
        padding: 40px 20px;
    }
    #AnfragestellenModal .modal-content .modal-body .form-check {
    word-break: break-word;
    }

}

@media only screen and (max-width:991px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding: 0 25px;
    }

    .kontactSidebar p {
        padding-right: 0;
    }

    .kontact .form-group {
        max-width: calc(50% - 5px);
    }

    .partnerLogo {
        height: 130px;
    }

    .partnerLogo img {
        max-height: 70px;
    }

    .titleBox img,
    .titleBox {
        border-radius: 20px;
    }

    .titleBox h3 {
        min-height: 60px;
    }

    .customtick li {
        font-size: 15px;
        line-height: 17px;
    }

    .imageRound img {
        box-shadow: -10px 10px #70D2FF;
        border-radius: 35px;
        max-width: calc(100% - 10px);
        margin-left: 10px;
    }

    .sectionTwo.reverseSection .imageRound img {
        box-shadow: 10px 10px #70D2FF;
        margin-right: 10px;
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .mainHeader .navbar-nav .nav-item:not(:last-child) {
        margin-right: 10px;
    }

    .mainHeader .navbar-nav .nav-item a {
        font-size: 12px;
        line-height: 17px;
    }

    .mainHeader .navbar-brand img {
        max-width: 200px;
    }

    .mainHeader .navbar-nav .nav-item {
        max-width: 110px;
    }

    .mainHeader.innerPagesHeader+.mainBanner img {
        max-width: 530px;
    }

    #AnfragestellenModal .modal-dialog {
        max-width: 90%;
        width: 100%;
    }
}

@media only screen and (max-width:767px) {
    .mainHeader .navbar-brand img {
        max-width: 170px;
    }

    .mainBanner {
        padding-top: 140px;
        padding-bottom: 50px;
    }

    .mainHeader .navbar-toggler {
        /* padding: 0; */
        border: 0;
        background: #FFF;
        border-radius: 0;
        padding: 5px 10px;
        outline: 0px !important;
        box-shadow: none;
    }

    .mainHeader .navbar-toggler .navbar-toggler-icon {
        width: 35px;
        height: 30px;
    }

    #navbarSupportedContent {
        background: var(--primaryColor);
        height: 100vh;
        min-width: 100vw;
        border: 0;
        right: -13px;
        position: absolute;
        top: 68px;
        border-top: 2px solid #FFF;
        padding: 0;
    }

    .mainHeader.innerPagesHeader #navbarSupportedContent {

        top: 64px;
    }

    .mainHeader #navbarSupportedContent .navbar-nav li.nav-item {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        max-width: 100%;
    }

    .mainHeader #navbarSupportedContent .navbar-nav li.nav-item a {
        font-size: 16px;
        line-height: 1;
        padding: 20px 0;
    }

    .mainHeader #navbarSupportedContent .navbar-nav li.nav-item:last-child {
        border: 0;
    }

    .mainHeader #navbarSupportedContent .navbar-nav li.nav-item a:hover {
        background: #FFF;
        color: var(--primaryColor);
    }

    body.fixScroll {
        overflow: hidden;
    }

    h1,
    .h1 {
        font-size: 25px;
        line-height: 32px;
    }

    h2 {
        font-size: 20px;
    }

    .btn-primary {
        padding: 12px 30px;
        font-size: 15px;
    }

    .customtick li {
        width: 100%;
        padding-left: 28px;
    }

    .customtick li::before {
        top: 2px;
    }

    .customtick li:last-child {
        margin-bottom: 0px;
    }

    .partnerLogo {
        height: 80px;
    }

    .partnerLogo img {
        max-height: 40px;
    }

    .partners {
        padding: 0 0 20px;
    }

    .kontact .form-group {
        max-width: 100%;
    }

    .form-control,
    .form-control:focus {
        margin: 0 0 15px;
        font-size: 15px;

    }

    textarea.form-control,
    textarea.form-control:focus {
        height: 150px;
    }

    .kontact .form-check input[type="checkbox"] {
        margin-top: 5px;
        margin-right: 10px;
    }

    h3 {
        font-size: 20px;
    }

    .kontact {
        padding: 30px 0 50px;
    }

    .mainFooter {
        padding: 40px 0;
    }

    .mainFooter img {
        max-width: 180px;
    }

    .mainFooter ul.address li:first-child {
        padding-right: 0;
    }

    #AnfragestellenModal .modal-content .modal-body {
        padding: 60px 30px;
        max-height: 85vh;
    }

    #AnfragestellenModal .modal-content .modal-header {
        right: 5px;
        padding: 0;
        top: 5px;
        background: #FFF;
    }

    #AnfragestellenModal .modal-content .modal-header .btn-close {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }

    #AnfragestellenModal .modal-dialog {
        max-width: 90vw;
        width: 100%;
        padding: 0;
        margin: 0 !important;
    }

    #AnfragestellenModal .modal-content .modal-body {
        padding: 60px 20px;
        max-height: 90vh;
    }

    #AnfragestellenModal .modal-content h2 {
        margin-bottom: 20px;
    }

    #AnfragestellenModal .modal-content .modal-body .areaBottom {
        width: 100%;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mainHeader.innerPagesHeader+.mainBanner {
        padding: 70px 0 0;
    }

    .mainHeader.innerPagesHeader+.mainBanner img {
        max-width: calc(100% + 50px);
        margin-left: -25px;
    }

    .sectionTwo ul {
        grid-template-rows: auto;
        grid-auto-flow: row;
        grid-auto-columns: auto;
    }

    .sectionTwo.reverseSection .row {
        flex-direction: column-reverse;
    }

    .mainHeader.innerPagesHeader .navbar-nav .nav-item a {
        color: #FFF;
    }
}
.footer-left {
	display: flex;
	justify-content: flex-start;
	column-gap: 19px;
	padding-top: 65px;
}
.toggle > div {
	background-color: #fff;
	height: 4px;
	width: 30px;
	margin: 5px 0;
	margin-top: 5px;
	display: block;
	position: relative;
	bottom:10px;
	top: auto;
}
.mainHeader .navbar-nav .nav-item .toggle:first-child {
	margin-top: 0;
}

.toggle-ul {
    background: #70D2FF;
    border: 3px solid #006593;
    max-width: 260px;
    width: 100%;
    height: calc(100vh - 40px);
    padding: 15px 20px;
    display: none;
    margin-left: auto;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 21px;
    overflow-y: auto;
}
  .toggle-ul ul {
    padding: 0;
  }
  .toggle-ul > ul > li {
    list-style: none;
    position: relative;
  }
  .toggle-ul > ul > li h4 a {
	color: #006593;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 10px 0;
	text-decoration: none;
    padding-left: 0;
}
.toggle-ul ul li a {
	color: #006593;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 4px 0;
    text-decoration: none;
} 
.toggle-ul ul li {
	list-style: none;
}
.toggle-ul > ul > li i {
    position: absolute;
    top: -3px;
    right: 0;
    font-size: 20px;
    color: #006593;
  }
  .mainHeader .row {
	position: relative;
}
body.active .toggle-ul {
    display: block;
}
.mainHeader>.container {
    position: static !important;
  }
  .mainHeader > .container>.row {
    position: static;
  }
.mainHeader .navbar-nav .nav-item:last-child {
    display: flex;
    align-items: center;
  }
  .mainHeader .navbar-nav .nav-item:last-child .toggle {
	margin-bottom: 0 !important;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	position: relative;
	top: 5px;
	min-height: 22px;
}
  .mainHeader .navbar-nav .nav-item:last-child .toggle>div {
    margin: 0;
  }
  .mobi-toogle > div {
	background-color: #000;
	height: 4px;
	width: 30px;
	margin: 5px 0;
	margin-top: 5px;
	display: block;
	position: relative;
	bottom: 10px;
	top: auto;
} 
.toggle-ul ul li {
	line-height: normal;
}
.sectionTwo h2 a {
	color: #000;
	font-size: 50px;
	text-decoration: none;
} 
.toggle-ul ul li ul {
	padding-left: 25px;
}
section.mainBanner.netzwerk-banner img {
    height: 600px;
}
section.sectionTwo.maximale-text h2 {
    color: #000;
}
.mainBanner.cloud-banner img {
	height: 600px;
}

/* pop-up-mobilfunk */
#GeschäftskundentarifeModal .modal-content .modal-header h5 , #DatenleitungenModal .modal-content .modal-header h5 , #TelefonaModal .modal-content .modal-header h5 , #ITsachetModal .modal-content .modal-header h5 , #ClouddieModal .modal-content .modal-header h5 , #SichertheitsModal .modal-content .modal-header h5 , #NetzwerkModal .modal-content .modal-header h5 {
    display: none;
}
#GeschäftskundentarifeModal .modal-content .modal-header .btn-close , #DatenleitungenModal .modal-content .modal-header .btn-close , #TelefonaModal .modal-content .modal-header .btn-close , #ITsachetModal .modal-content .modal-header .btn-close , #ClouddieModal .modal-content .modal-header .btn-close , #SichertheitsModal  .modal-content .modal-header .btn-close , #NetzwerkModal .modal-content .modal-header .btn-close{
    width: 35px;
    height: 35px;
    border: 0;
    background: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
#GeschäftskundentarifeModal .modal-content .modal-header , #DatenleitungenModal .modal-content .modal-header , #TelefonaModal .modal-content .modal-header , #ITsachetModal .modal-content .modal-header , #ClouddieModal .modal-content .modal-header , #SichertheitsModal .modal-content .modal-header , #NetzwerkModal .modal-content .modal-header {
    position: absolute;
    right: 0;
    border: 0;
    z-index: 9;
}
#GeschäftskundentarifeModal .modal-content , #DatenleitungenModal .modal-content, #TelefonaModal .modal-content , #ITsachetModal .modal-content , #ClouddieModal .modal-content , #SichertheitsModal .modal-content , #NetzwerkModal .modal-content {
    border: 5px solid #006593;
    border-radius: 0;
}
#GeschäftskundentarifeModal .modal-dialog , #DatenleitungenModal .modal-dialog , #TelefonaModal .modal-dialog , #ITsachetModal .modal-dialog , #ClouddieModal .modal-dialog , #SichertheitsModal .modal-dialog , #NetzwerkModal  .modal-dialog  {
    max-width: 880px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#GeschäftskundentarifeModal .modal-content .form-group , #DatenleitungenModal .modal-content .form-group , #TelefonaModal  .modal-content .form-group , #ITsachetModal .modal-content .form-group , #ClouddieModal .modal-content .form-group , #SichertheitsModal .modal-content .form-group , #NetzwerkModal  .modal-content .form-group{
    width: 100%;
}
#GeschäftskundentarifeModal .modal-content h2 , #DatenleitungenModal  .modal-content h2 , #TelefonaModal .modal-content h2 , #ITsachetModal .modal-content h2 , #ClouddieModal .modal-content h2 , #SichertheitsModal .modal-content h2 , #NetzwerkModal  .modal-content h2{ 
    margin-bottom: 50px;
}
#GeschäftskundentarifeModal .modal-content .modal-body , #DatenleitungenModal .modal-content .modal-body , #TelefonaModal .modal-content .modal-body , #ITsachetModal .modal-content .modal-body , #ClouddieModal .modal-content .modal-body , #SichertheitsModal .modal-content .modal-body , #NetzwerkModal .modal-content .modal-body{
    padding: 60px;
    max-height: 100vh;
    overflow-y: auto;
}
#GeschäftskundentarifeModal .modal-content .modal-header , #DatenleitungenModal .modal-content .modal-header , #TelefonaModal  .modal-content .modal-header , #ITsachetModal  .modal-content .modal-header , #ClouddieModal .modal-content .modal-header , #SichertheitsModal .modal-content .modal-header , #NetzwerkModal .modal-content .modal-header {
    position: absolute;
    right: 0;
    border: 0;
}
#GeschäftskundentarifeModal .modal-content .modal-header .btn-close, #DatenleitungenModal .modal-content .modal-header .btn-close ,  #TelefonaModal .modal-content .modal-header .btn-close #ITsachetModal  .modal-content .modal-header .btn-close , #ClouddieModal .modal-content .modal-header .btn-close , #SichertheitsModal  .modal-content .modal-header .btn-close , #NetzwerkModal .modal-content .modal-header .btn-close{ 
    color: var(--primaryColor);
    outline: none;
    border-radius: 0;
    box-shadow: none;
}
#GeschäftskundentarifeModal .modal-content .modal-body .dataButtonCheck , #DatenleitungenModal .modal-content .modal-body .dataButtonCheck , #TelefonaModal .modal-content .modal-body .dataButtonCheck , #ITsachetModal .modal-content .modal-body .dataButtonCheck , #ClouddieModal .modal-content .modal-body .dataButtonCheck , #SichertheitsModal .modal-content .modal-body .dataButtonCheck , #NetzwerkModal .modal-content .modal-body .dataButtonCheck {
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 40px;
}
.mobil-box {
	max-width: 365px;
	width: 100%;
	border: 1px solid #70D2FF;
	margin: 40px 0;
}
.mobil-box .mobil-box-heading {
	text-align: center;
	background: #70D2FF;
	margin-bottom: 20px;
	font-size: 17px;
	padding: 10px 0;
	color: #006593;
}
  .mobil-box .form-check {
    padding: 0 20px;
  }
  .mobil-box .form-check p {
    font-size: 12px;
    padding: 0;
    margin: 0;
  }
  .mobil-box .form-check:last-child {
    margin-bottom: 15px;
  }
  .form-check-label p {
	color: #707070;
	font-size: 17px;
}
.mobi-checkbox {
	width: 100%;
	max-width: 100%;
}
/* popup-impressum */
.Impressum-popup .modal-dialog {
    max-width: 950px;
    width: 100%;
    border: 0;
}
.Impressum-popup .modal-header {
    background: #006593;
    color: #fff;
    border-radius: 0;
    padding: 25px;
}
.modal.Impressum-popup .modal-body {
    padding: 25px;
}
.modal.Impressum-popup button.btn-close {
    filter: invert(1);
    opacity: 1;
    background-size: 20px;
}
.foter-p {
	color: #707070;
}
.impressum {
	color: #70D2FF;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	border: navajowhite;
	height: auto;
	padding: 0;
}
.impressum:hover {
	background: transparent;
}
.Datenschutz:hover {
	background: transparent;
}
.Datenschutz{
	color: #70D2FF;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	border: navajowhite;
	height: auto;
	padding: 0;
}
/* 20.05.2024 */

.pop-up-left {
    position: unset;
    left: 0;
    right: auto;
    top: 35%;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70px;
    width: 100%;
    border: 2.5px solid #fff;
    border-radius: 0 32px 32px 0;
    padding: 6px;
    background: #70D2FF;
    height: 63px;
    cursor: pointer;
    z-index: 1;
    border-left: 0;
}
  .pop-up-left .pop-up-hover {
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .pop-up-left .pop-up-hover .fa-brands.fa-rocketchat {
    color: #fff;
    font-size: 35px;
  }
  .hotline-popup {
    max-width: 271px;
    width: 100%;
    background: #70D2FF;
    padding: 18px;
    border: 2px solid #fff;
    border-left: 0;
    position: static;
    top: 31%;
    transform: none;
    transform: none;
    transform: none;
    min-width: 254px;
}
  .hotline-cont a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .hotline-form p {
    font-size: 16px;
    color: #006593;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 5px;
  }
  .hotline-form input {
    background: transparent;
    border: 1px solid #006593;
    margin: 5px 0;
    padding-left: 5px;
  }
  .hotline-form input::placeholder {
    font-size: 13px;
    padding-left: 5px;
  }
  .hotline-form input:focus {
    border: 0;
  }

  .main-pop {
    display: inline-flex;
    flex-flow: row-reverse;
    position: fixed;
    z-index: 999;
    top: 168px;
    transition: all 0.2s ease;
    transform: translateX(-80%);
}

.main-pop:hover {
    transform: translateX(0);
}

.hotline-form input {
    outline: none !important;
    border: 1px solid #006593 !important;
}

.hotline-popup input[type="submit"] {
    background: #006593;
    color: #fff;
    width: 112px;
    height: 30px;
    font-size: 15px;
    margin-left: auto;
    display: block;
}

.pop-up-left .pop-up-hover img {
    width: 100%;
    filter: invert(1);
    max-width: 45px;
    height: auto !important;
}

div#Impressum-popupnModal>.modal-dialog {
    max-width: 100%;
    margin: 0;
}

div#Datenschutz-popupnModal>.modal-dialog {
    max-width: 100%;
    margin: 0;
}

.Impressum-popup .modal-header {
    position: sticky;
    top: 0;
    z-index: 10;
}
.abweichende{
    display: none;
}


/* feedback changes */

.mainHeader .navbar-nav .nav-item a {
    text-decoration: none;
}

.customtick li {
    font-weight: 700;
}

.portfolio a.head-link {
    color: #212529;
    text-decoration: none;
    font-weight: bold;
}

p.anchor-wrap {
    font-size: 17px;
    line-height: 24px;
    color: #006593;
}

.c0010101001stm-btn {
    position: relative;
}

.cstm-btn>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media(min-width:1600px){
    .container {
        width: 100%;
        max-width: 1320px;
    }

}

.halfinput {
    width: 49% !important;
  float: left;
}

/**style for Forderung page**/


.imag-hasbg {
    position: relative;
    width: 100%;
  }
  .above-text {
    position: absolute;
    left: 75%;
    top: 25%;
    background: var(--secondaryColor);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  .above-text p {
    color: var(--primaryColor);
    width: 100%;
    max-width: 100%;
    font-weight: 1000;
    text-align: center;
    position: static;
    font-size: 25px;
    line-height: 35px;
    padding: 27px;
    transform: rotate(10deg);
  }

.auto-img > img {
    width: auto;
  }



  /* foredrung page */

  section.mainBanner.forederung .col-md-7.pe-md-5 {
    padding-right: 103px !important;
}

  section.mainBanner.forederung {
    min-height: 688px;
    display: flex;
    align-items: center;
}

section.mainBanner.forederung>.container {
    width: 100%;
}

section.mainBanner.forederung>.container .imag-hasbg img {
    width: 100%;
    max-height: 688px;
    object-fit: cover;
    min-height: 688px;
}
section.mainBanner.forederung .col-md-5 {
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 50.5%;
    top: 0;
}

section.mainBanner.forederung .col-md-5 .above-text {
    left: 51.6%;
    top: 46.2%;
    transform: translate(-50%,-50%);
}

section#zahlen h2 , section#Penetrationstest h2 {
    max-width: 590px;
}

section#zahlen p , section#Penetrationstest p {
    max-width: 779px;
}

section#Penetrationstest ul.customtick.listFive {
    grid-template-rows: repeat(3, auto);
}

.sectionTwo.left_img_sec .row .col-md-4 {
    padding: 0 !important;
    max-width: 405px;
}

.sectionTwo.left_img_sec .row .col-md-8 {
    width: 100%;
    max-width: calc(100% - 405px);
    padding: 0 0 0 67px !important;
}

.sectionTwo.left_img_sec .row .col-md-8 ul.customtick li {
    padding-right: 60px;
}

section#Mitarbeiter ul.customtick {
    grid-template-rows: repeat(3, auto);
}

section#Mitarbeiter ul.customtick li {
    padding-right: 83px;
}

.sectionTwo.reverseSection.right_img_sec .col-md-8 {
    padding: 0 65px 0 0 !important;
    width: 100%;
    max-width: calc(100% - 405px);
}

.sectionTwo.reverseSection.right_img_sec .col-md-4 {
    max-width: 405px;
    padding: 0;
}

section#Datenschutz ul.customtick {
    grid-template-rows: repeat(2, auto);
}

section#Datenschutz ul.customtick li {
    padding-right: 30px;
}

section#Penetrationstest ul.customtick li {
    padding-right: 52px;
}

.auto-img > img {
    margin-bottom: 30px;
}

section#Datenschutz {
    padding-bottom: 170px;
}

.navbar-expand-md .navbar-nav {
    align-items: center;
}
.mainHeader.innerPagesHeader .navbar-nav .nav-item a {
    line-height: 100%;
}


@media(max-width:1365px){
    .sectionTwo.left_img_sec .row .col-md-8 {
        padding: 0px 0 0 35px !important;
    }

    .sectionTwo.reverseSection.right_img_sec .col-md-8 {
        padding: 0 35px 0 0 !important;
     }
     section#Mitarbeiter ul.customtick li {
        padding-right: 40px;
    }
    section#Penetrationstest ul.customtick li {
        padding-right: 10px;
    }
    section#Datenschutz ul.customtick li {
        padding-right: 10px;
    }

    section#Datenschutz {
        padding-bottom: 100px;
    }
    .mainFooter ul.address li:first-child {
        padding-right: 0;
    }

}
@media(max-width:1199px){
.sectionTwo.left_img_sec .row .col-md-4 {
    width: 100%;
}
.sectionTwo.reverseSection.right_img_sec .col-md-4 {
    max-width: 405px;
 }
 .sectionTwo.left_img_sec .row .col-md-8 ul.customtick li {
    padding-right: 5px;
}
}
@media(max-width:991px){
section.mainBanner.forederung {
    min-height: 500px;
   
}
section.mainBanner.forederung>.container .imag-hasbg img {
    max-height: 500px;
    min-height: 500px;
}
section.mainBanner.forederung .col-md-5 .above-text p {
    font-size: 19px;
    line-height: 27px;
    margin: 0;
    padding: 19px;
}
section.mainBanner.forederung .col-md-5 .above-text {
    width: 190px;
    height: 190px;
}
.sectionTwo.left_img_sec .row .col-md-4 {
    padding-left: 22px !important;
}

.sectionTwo.left_img_sec .row .col-md-4 .imageRound img {
    box-shadow: -10px 10px #70D2FF;
    border-radius: 60px;
    max-width: calc(100% - 10px);
    margin-left: auto;
}
.sectionTwo.left_img_sec .row .col-md-4 {
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.sectionTwo.left_img_sec .row .col-md-8 {
    max-width: 100%;
 }
 .sectionTwo.left_img_sec .row .col-md-8 {
    padding: 10px 0 0 0px !important;
}
.sectionTwo.reverseSection.right_img_sec .col-md-8 {
    padding: 30px 0px 0 0 !important;
    width: 100%;
    max-width: 100%;
    order: 3;
}
.sectionTwo.reverseSection.right_img_sec .col-md-4 {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sectionTwo.reverseSection.right_img_sec .col-md-4  img {
    border-radius: 62px;
}


}

@media(max-width:767px){
section.mainBanner.forederung {
    min-height: unset;
    padding: 0 !important;
}

section.mainBanner.forederung .col-md-5 {
    position: static !important;
    max-width: 100%;
    order: -1;
}

section.mainBanner.forederung .container {
    padding: 0 !important;
}

section.mainBanner.forederung .col-md-7.pe-md-5 {
    padding-right: 15px !important;
    padding-left: 15px;
}

section.mainBanner.forederung .container .row.align-items-center {
    margin: 0;
    gap: 30px;
}

section.mainBanner.forederung>.container .imag-hasbg img {
    max-height: 350px;
    min-height: 350px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    margin: 0;
}
section.mainBanner.forederung .col-md-5 .above-text p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 12px;
}
section.mainBanner.forederung .col-md-5 .above-text {
    width: 135px;
    height: 135px;
    top: 47%;
}

.sectionTwo.left_img_sec .row .col-md-4 {
    margin: 0 0 20px !important;
}

.sectionTwo.left_img_sec .row .col-md-8 button.cstm-btn {
    margin: 20px 0 0;
}

.sectionTwo p.mb-5 {
    margin: 0 0 20px !important;
}
section#Mitarbeiter .row {
    flex-flow: column !important;
}
section#Mitarbeiter .row .col-md-4.mb-5.mb-md-0 {
    margin: 0 !important;
}

.auto-img > img {
    margin-bottom: 10px;
}

.sectionTwo button.cstm-btn {
    margin: 20px 0 0;
}
section#Datenschutz {
    padding-bottom: 90px;
}

.mainHeader #navbarSupportedContent .navbar-nav li.nav-item a {
    display: block;
}

.mainHeader #navbarSupportedContent .navbar-nav li.nav-item:last-child {
    display: none;
}
.mainHeader.innerPagesHeader+.mainBanner img {
    margin-left: -2px;
}

.mainHeader #navbarSupportedContent .navbar-nav li.nav-item a.toggle.mobi-toogle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 72%;
    background-size: 16px;
}

body.active .toggle-ul {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    top: 74px;
}

}
.hotline-form input {
    width: 100%;
}

.mainHeader.innerPagesHeader+.mainBanner h1 {
    color: #fff !important;
}

.mainHeader.innerPagesHeader+.mainBanner .col-md-7.pe-md-5 p.ultra-light.text-light.mb-4.mb-lg-5 {
    color: #fff !important;
}

.sectionTwo h2, .sectionTwo p, .sectionTwo li {
    color: #000;
}

.cstm-btn:hover {
    background: #70D2FF;
    border-color: #70D2FF;
}

.cstm-btn:hover a {
    color: #fff;
}


body.active {
    overflow: hidden;
}

.toggle-ul::-webkit-scrollbar-track
{
background-color: #70D2FF;
}

.toggle-ul::-webkit-scrollbar
{
	width: 5px;
	background-color: #70D2FF;
}

.toggle-ul::-webkit-scrollbar-thumb
{
	background-color: #006593;
	border: 2px solid #006593;
}

.toggle-ul > ul > li i {
    cursor: pointer;
}


.mainHeader div#navbarSupportedContent {
    position: static;
}

.toggle-ul {
    right: -8px;
    top: 100%;
}

body.active .toggle-ul {
    animation: fadeIn 0.5s ease-in both;
}

.toggle-ul h4 a {
    color: #006593;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 10px 0;
    text-decoration: none;
    padding-left: 0;
}

.mainHeader .navbar-nav .nav-item .toggle-ul > ul > li ul>li a {
    color: #006593;
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 4px 0;
    text-decoration: none;
}

.mainHeader .navbar-nav .nav-item .toggle-ul ul li h4 a {
    color: #006593;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 10px 0;
    text-decoration: none;
    padding-left: 0;
}


.toggle-ul h4 img {
    width: 20px;
    display: none;
}


.toggle-ul ul h4 span {
    display: none;
}

.toggle-ul ul h4 span.dropArrow {
    display: none;
}

.toggle-ul {
    width: 100%;
    max-width: 100%;
}

.toggle-ul {
    width: 100%;
    max-width: 100%;
}

.toggle-ul>ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    height: auto !important;
}

.toggle-ul {
    height: auto !important;
}

.toggle-ul ul li ul {
    padding: 0;
}
.toggle-ul i.fa-solid.fa-xmark {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 999px;
    justify-content: center;
    display: flex;
    padding-top: 2px;
}




@media(max-width:767px){
    .mainHeader div#navbarSupportedContent {
        position: absolute;
    }

    
.toggle-ul>ul li ul li a {
    color: #fff !important;
    text-align: left;
    justify-content: flex-start !important;
    display: flex !important;
}
.toggle-ul > ul > li i {
    top: -22px;
    color: #fff;
}

.mainHeader #navbarSupportedContent .navbar-nav li.nav-item a {
    color: #fff;
    text-align: left;
    padding-left: 10px;
}

.toggle-ul {
    position: static;
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 17px 10px 0 20px;
    border: 0;
}
.mainHeader #navbarSupportedContent .navbar-nav li.nav-item a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.toggle-ul ul li h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mainHeader #navbarSupportedContent .navbar-nav li.nav-item a.toggle.mobi-toogle {
    background-position: 90%;
 
}

}


/* new menu design */


  .menu-row {
    max-width: 100%;
    padding: 0px;
    margin: 0;
    width: 100%;
  }
 
  .menu-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-row  ul li {
    font-size: 18px;
  }
  .menu-row  ul li a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    display: inline-block;
    transition: 350ms all;
  }
  .menu-row ul li a:hover {
	color: #70d2ff;
}
  .menu-row  .menu-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .menu-row  .menu-box .logo {
    max-width: 140px;
  }
  .menu-row .menu-box .logo img {
    width: 100%;
  }
  .menu-row  .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .menu-row .menu li {
    margin-right: 25px;
  }

  .menu-row .menu li .submenu h4 .dropArrow {
	display: none;
}

.menu-row .menu li .submenu {
	position: absolute;
	top: 100%;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden;
	background: #70d2ff !important;
	padding: 0;
	border: 3px solid #006593;
}
.menu-row .menu li .submenu li h4 {
    margin: 0;
  }
  .menu-row .menu li .submenu li h4 a {
    color: #006593;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 0;
    text-decoration: none;
    padding-left: 0;
    padding: 12px 15px;
  }

  .menu-row .menu li .submenu .submenu > li > a {
	background: transparent;
}

.menu-row .menu li .submenu li a:hover {
	background: #006593;
	color: #70d2ff;
}
.menu-row .menu li .submenu li h4 {
    margin: 0;
  }
  .menu-row .menu li .submenu li h4 a {
	color: #006593;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 0;
	text-decoration: none;
	padding-left: 0;
	padding: 12px 18px;
}
  .menu-row .menu li .submenu .submenu {
    min-width: 200px;
  }
  .menu-row .menu li .submenu .submenu > li>a {
    color: #006593;
  }
  .menu-row .menu li .submenu .submenu > li > a:hover {
    background: #006593;
    color: #70d2ff;
  }
  .menu-row .menu li .submenu li a:hover {
	background: #006593 !important;
}

.menu-row .menu li .submenu li h4 a {
    background: transparent;
  }

  .menu-row .menu li>.toggle {
    padding: 0;
  }
  .menu-row .menu li.nav-item {
    display: flex;
    align-items: flex-end;
  }
  .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu {
	left: unset !important;
	right: 0 !important;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu {
	left: 100% !important;
	right: unset !important;
}

header.mainHeader.innerPagesHeader nav.navbar.navbar-expand-md div#navbarSupportedContent .menu-row .menu-box div#mainmenu ul.menu>li>a {
    color: #006593;
}

header.mainHeader.innerPagesHeader nav.navbar.navbar-expand-md div#navbarSupportedContent .menu-row .menu-box div#mainmenu ul.menu>li.nav-item a.toggle>div {
    background: #006593;
}

.menu-row  ul li a {
    font-family: 'Frutiger LT Std';
}

header.mainHeader nav.navbar.navbar-expand-md div#navbarSupportedContent .menu-row .menu-box div#mainmenu ul.menu>li>a {
    font-size: 17px;
    font-family: 'Frutiger LT Std';
    font-weight: 700;
}
/* Nov 7 */
.error {
    color: red !important;
}

.form-group.has-error input.form-control, .form-group.has-error textarea.form-control {
    margin-bottom: 0;
}
h5#success-message {
    text-align: center;
    font-size: 27px;
    color: forestgreen;
}

.form-group.full-wide.has-error label#captcha-error {
    display: block;
}

.form-check.form-group.has-error label#flexCheck-error {
    display: block!important;
    flex: 0 0 100%;
}
.formCommon .form-check {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.formCommon .form-check label.form-check-label {
    max-width: calc(100% - 40px);
}

.formCommon .form-check label.form-check-label p {
    margin: 0;
}
.kontactForm .form-group.full-wides {
    padding-left: 34px;
    flex-flow: column;
    display: flex;
    width: 300px !important;
  }
  .kontactForm .form-group.full-wides label {
    font-size: 15px;
  }
  .kontactForm .form-group.full-wides input {
    border-radius: 0;
    height: 38px;
    margin: 0 0 18px;
    border: 1px solid #707070;
    font-size: 17px;
    padding: 0 15px;
    box-shadow: none;
    font-weight: 300;
  }
  .hotline-popup .hotline-form label {
    font-size: 15px;
    color: #006593;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 0px;
    letter-spacing: 0;
  }
  /* 22-jan-2025 */


.sectionTwo.kontakt-section .Roundimage img {
    width: 100%;
}
.sectionTwo.kontakt-section .more-details ul {
    list-style: none;
}
.sectionTwo.kontakt-section h2.h1+p {
    color: #006593;
}


.sectionTwo.kontakt-section h2.h1 {
    margin-bottom: 0 !important;
}
.sectionTwo.kontakt-section p.first {
    margin: 20px 0 30px;
}
.sectionTwo.kontakt-section p.second {
    margin-bottom: 20px;
}
.sectionTwo.kontakt-section .more-details h4 {
    margin-bottom: 6px;
    font-size: 17px;
    font-family: 'Frutiger LT Std 45';
}
.sectionTwo.kontakt-section .more-details .details+.details {
    margin-top: 25px;
}
.sectionTwo.kontakt-section .btn-mail-call {
    margin-top: 40px;
}
.sectionTwo.kontakt-section .btn-mail-call button.cstm-btn {
    background-color: #70D2FF;
    color: #006593;
    border-color: #70D2FF;
    margin-right: 88px;
}
.sectionTwo.kontakt-section .btn-mail-call span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sectionTwo.kontakt-section .btn-mail-call span:last-child {
    margin-left: 40px;
}
.sectionTwo.kontakt-section .more-details ul {
    display: flex;
    flex-direction: column;
}



/* Cookie stylesheet */
/* COOKIE BANNER - SCHÃœMANN YACHTINGENIEUR */

.cookiebannerContainer {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.cookiebannerContent {
	width: 100%;
	max-width: 800px;
	height: 320px;
	float: none;
	position: relative;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	overflow-y: scroll;
}
.cookiebannerContent::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
	border-radius: 2px !important;
}
.cookiebannerContent::-webkit-scrollbar-track {
	background: #fff !important;
}
.cookiebannerContent::-webkit-scrollbar-thumb {
	background: var(--primaryColor) !important;
}
.cookiebannerContent.top {
	top: 0;
	left: 0;
}
.cookiebannerContent.bottom {
	top: calc(100% - 320px);
	left: 0;
}
.cookiebannerContent.center {
	top: calc(50% - 160px);
	left: 0;
}
.cookiebannerContent label.title {
	width: 100%;
	height: auto;
	float: left;
	font-family: SSCN_SBLD;
	font-size: 22px;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: SSCN_REG;
	font-size: 15px;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: SSCN_REG;
	font-size: 15px;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: var(--primaryColor);
	text-decoration: none;
	cursor: default;
}
.cookiebannerContent label.text a:hover {
	color: #007EB4;
	text-decoration: underline;
	cursor: pointer;
}
.cookiebannerContent input[type=button] {
	width: 33%;
	height: 35px;
	float: right;
	background: var(--primaryColor);
	color: #fff;
	border: var(--primaryColor);
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: var(--primaryColor);
	border: 2px solid var(--primaryColor);
	cursor: pointer;
}
.cookiebannerContent input[type=checkbox] {
	width: 16px;
	height: 16px;
	float: none;
	vertical-align: sub;
	cursor: default;
}
.cookiebannerContent input[type=checkbox]:hover {
	cursor: pointer;
}
.cookiebannerElement_width {
	width: 25%;
}

/* Media Query fÃƒÂ¼r Ansicht iPhoneX Landscape (Apple) */
@media screen and (max-width: 820px) {
	
	.cookiebannerContent {
		width: auto;
		margin: 0 2em 0 2em;
	}
}

/* Media Query fÃƒÂ¼r Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	.cookiebannerContent {
		width: auto;
		height: 350px;
		margin: 0 2em 0 2em;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 350px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 175px);
		left: 0;
	}
}
/* Media Query fÃ¼r Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	.cookiebannerContent {
		width: auto;
		height: 350px;
		margin: 0 2em 0 2em;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 350px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 175px);
		left: 0;
	}
}

/* Media Query fÃ¼r Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	.cookiebannerContent {
		height: 340px;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 340px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 170px);
		left: 0;
	}
}

/* Media Query fÃ¼r Ansicht Smartphone Landscape (iPhone 4/5, Ã„ltere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* Media Query fÃ¼r Ansicht Smartphone Portrait (iPhone 6/7/8/X, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	.cookiebannerContent {
		height: 500px;
		background: rgba(255, 255, 255, 1.0);
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 500px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 250px);
		left: 0;
	}
	.cookiebannerContent input[type=button] {
		width: 100%;
	}
	.cookiebannerElement_fullwidth {
		width: 100%;
	}
}

/* Media Query fÃ¼r Ansicht Smartphone Portrait (iPhone 4/5, Ã„ltere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}


  @media only screen and (min-width: 1024px) {
    /* .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(n) {
        display: none;
        } */
        
        .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(n) {
            display: flex;
        }    

    .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(-n + 4 ) {
        display: block;
    }
    .menu-row  .menu {
      display: flex !important;
   }
   .menu-row   .menu .megamenu > a:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      height: 28px;
      display: none;
   }
   .menu-row   .menu .megamenu > a:hover:after {
      display: block;
   }
   .menu-row   .menu li .submenu {
      transition: 350ms all;
   }
   .menu-row   .menu li:hover > .submenu {
      transform: translateY(0);
      opacity: 1;
      visibility: visible;
   }
   .menu-row   .menu li.megamenu > a {
      padding-right: 20px;
      position: relative;
   }
   .menu-row  .menu li.megamenu > a:before {
      content: "";
      position: absolute;
      right: 0;
      top: 17px;
      height: 5px;
      width: 5px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
   }
   .menu-row   .menu li .submenu {
      position: absolute;
      top: 100%;
      transform: translateY(50px);
      opacity: 0;
      visibility: hidden;
      background: #333;
   }
   .menu-row   .menu li .submenu li {
      margin-right: 0;
      font-size: 16px;
      position: relative;
   }
   .menu-row   .menu li .submenu li a {
      color: #fff;
      padding: 10px 20px;
      background: #333;
      display: block;
   }
   .menu-row  .menu li .submenu li a:before {
      right: 15px;
      transform: rotate(-45deg);
   }
   
   .menu-row   .menu li .submenu .submenu {
      position: absolute;
      left: 100%;
      top: 0;
   }
   
  }

  @media only screen and (max-width: 1650px) {
    .menu-row .menu li .submenu .submenu {
        left: unset !important;
        right: 100% !important;
    }
    .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu {
        left: unset !important;
        right: 100% !important;
    }
  }


  @media only screen and (max-width: 1023px) {
    #menu_trigger {
      height: 22px;
      width: 30px;
      display: inline-block;
   }
   .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(n-1) {
    display: block;
    }
    .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(-n + 4 ) {
        display: none;
    }
    #menu_trigger .menulines {
      margin-top: 9px;
      position: relative;
      display: block;
   }
    #menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
      content: "";
      height: 2px;
      width: 30px;
      border-radius: 5px;
      background: #fff;
   }
    #menu_trigger .menulines:before, #menu_trigger .menulines:after {
      position: absolute;
      left: 0;
   }
    #menu_trigger .menulines:before {
      top: -9px;
   }
    #menu_trigger .menulines:after {
      top: 9px;
   }
    .mobile-menu {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #333;
      overflow: hidden;
   }
    .mobile-menu ul {
      transition: 350ms all;
      display: block;
   }
    .mobile-menu li {
      margin: 0;
      border-bottom: 1px solid #404040;
      font-size: 16px;
   }
    .mobile-menu li a {
      color: #fff;
      display: block;
      position: relative;
      padding: 15px 20px;
   }
 
    .mobile-menu li a .navtrigger {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 30px;
      background: #3d3d3d;
      border: 1px solid #404040;
   }
    .mobile-menu li a .navtrigger:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 8px;
      width: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: translate(-50%, -50%) rotate(-45deg);
   }
    .mobile-menu li .submenu {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      background: #333;
      height: 100%;
      transition: 350ms all;
      z-index: 1;
   }
    .mobile-menu li .submenu li {
      font-size: 14px;
   }
    .mobile-menu li .submenu .backmenu-row {
      position: relative;
      padding: 20px;
      padding-left: 50px;
      background: #333;
      font-size: 16px;
   }
    .mobile-menu li .submenu .backmenu-row .back-trigger {
      padding: 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 30px;
      display: block;
      background: #3d3d3d;
      border: 1px solid #404040;
   }
    .mobile-menu li .submenu .backmenu-row .back-trigger:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      height: 8px;
      width: 8px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: translate(-50%, -50%) rotate(135deg);
   }
    .mobile-menu li .submenu .backmenu-row em {
      font-style: normal;
      color: #fff;
   }
    .mobile-menu li.sub-open > .submenu {
      left: 0;
   }
  
   .menu-row .menu li .submenu {
	transform: none !important;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu {
	position: static !important;
}

.menu-row .menu li {
	margin-right: 0;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu {
	width: 100%;
}  

.menu-row .menu li .submenu {
    transform: none !important;
  }
  .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu {
	position: static !important;
	visibility: visible;
	opacity: 1;
	border: 0;
	padding: 0 20px;
	transform: scaleY(0) !important;
	height: 0;
	overflow: hidden;
}
  .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu {
    width: 100%;
  }
  .menu-row .menu li .submenu .submenu > li > a {
	width: 100%;
}

.menu-row .menu li .submenu {
    transform: none !important;
  }
  .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu {
    position: absolute !important;
    visibility: visible;
    opacity: 1;
    border: 0;
    padding: 20px 20px;
    transform: none  !important;
    overflow: visible;
    right: -100% !important;
    height: 100% !important;
    top: 0;
    bottom: unset !important;
    transform-origin: left;
    overflow: visible;
    transition: all 0.3s ease;
    background: #70d2ff !important;
    z-index: 2;
}

.menu-row .menu li .submenu li h4:hover a {
    color: #fff !important;
}


.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li h4.toggle-sub + ul.submenu {
    right: 0  !important;
}

  .menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu {
    width: 100%;
  }
  .menu-row .menu li .submenu .submenu > li > a {
    width: 100%;
  }
  .menu-row .menu li .submenu li h4 a {
    width: 100%;
    max-width: calc(100% - 50px);
    background: transparent !important;
  }
  .menu-row .menu li .submenu li h4:hover {
    background: #006593;
  }
  .menu-row .menu li .submenu li h4 .dropArrow {
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
  }
  .menu-row .menu li .submenu li h4 .dropArrow img {
    width: 20px;
  }
  .menu-row .menu li .submenu li h4 {
    display: flex;
    align-items: center;
  }

  .menu-row .menu-box {
	position: static;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu {
	transform: scaleY(0) !important;
	height: 0;
	visibility: visible;
	opacity: 1;
	overflow: hidden;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item.active > .submenu {
	transform: scaleY(1) !important;
	height: auto;
}

.menu-row .menu li .submenu li h4 .dropArrow img {
    transform: rotate(-90deg);
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu span.closeArrow {
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
}

.menu-row > .menu-box > #mainmenu > .menu > li.nav-item .submenu > li > .submenu span.closeArrow>img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}


    #AnfragestellenModal .modal-content .modal-body {
        padding: 40px 20px;
    }
    #AnfragestellenModal .modal-content .modal-body .form-check {
    word-break: break-word;
    }


}
  


  @media(max-width:767px){
    .mainHeader div#navbarSupportedContent {
        position: static;
        height: auto !important;
        display: inline-block !important;
        width: auto;
        min-width: unset;
        max-width: 30px;
    }
    .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li:nth-child(-n + 4 ) {
        display: none;
    }
    
    .mainHeader>.container button.navbar-toggler {
        display: none !important;
    }
    
    .mainHeader>.container .container-fluid {
        align-items: end;
    }

    .toggle > div:first-child {
        margin-top: -3px;
    }
    header.mainHeader.w-100.top-0.py-2.py-md-4.innerPagesHeader div#navbarSupportedContent {
        background: transparent !important;
    }
    #AnfragestellenModal .modal-content .modal-body .dataButtonCheck {
        width: 100%;
     }

  }

  body.active {
    overflow: visible !important;
}

/* nov 8 */
form#mainTopForm label {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
    margin: 0;
    position: relative;
    top: -4px;
}

form#mainTopForm label[for="captcha"] {
    top: 0;
}

#AnfragestellenModal .modal-content .form-group:has(label.error) input.form-control.error, #AnfragestellenModal .modal-content .form-group:has(label.error) input#captchaTotal {
    margin: 0;
}



@media (max-width:1199px){
    .sectionTwo.kontakt-section p.first {
        margin: 10px 0 15px;
    }
    .sectionTwo.kontakt-section .btn-mail-call {
        margin-top: 30px;
    }
}
@media (max-width:991px){
    .sectionTwo.kontakt-section h2.h1 {
        font-size: 26px;
    }
    .sectionTwo.kontakt-section p.first {
        margin: 6px 0 10px;
    }
    .sectionTwo.kontakt-section p.second {
        margin-bottom: 10px;
    }
    .sectionTwo.kontakt-section .btn-mail-call span img {
        width: 25px;
    }
    .sectionTwo.kontakt-section .btn-mail-call button.cstm-btn {
        margin-right: 25px;
    }
    .sectionTwo.kontakt-section .btn-mail-call span:last-child {
        margin-left: 12px;
    }
}


@media (max-width:767px){
.mainBanner.kontakt-banner .row {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0 !important;
}
section.mainBanner.kontakt-banner {
    padding: 50px 0  !important;
}
section.mainBanner.kontakt-banner img {
    margin: 0 !important;
    width: 100%;
}
.sectionTwo.kontakt-section {
    padding: 0px 0 50px;
}
.sectionTwo.kontakt-section .row {
    gap: 30px;
}
section.mainBanner.kontakt-banner {
    margin-bottom: 50px;
}
.sectionTwo.kontakt-section .btn-mail-call {
    margin-top: 10px;
}
.sectionTwo.kontakt-section .btn-mail-call button.cstm-btn {
    margin-right: 6px;
}
}

body .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li.nav-item>ul.submenu>li:first-child h4, body .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li.nav-item>ul.submenu>li:nth-child(2) h4 {
    display: none;
}
@media (max-width:1023px) {
    body .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li.nav-item>ul.submenu>li:first-child h4, body .mainHeader div#navbarSupportedContent div#mainmenu>ul.menu>li.nav-item>ul.submenu>li:nth-child(2) h4 {
        display: block;
    }
}