@font-face {
    font-family: "OpenSans CondBold";
    src: url("/css/OpenSans-CondBold.ttf");
}

@font-face {
    font-family: "OpenSans CondLight";
    src: url("/css/OpenSans-CondLight.ttf");
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-display: swap;
src: url("OpenSans-VariableFont_wdth,wght.ttf") format('truetype');
}


@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-display: swap;
src: url("RobotoSlab-VariableFont_wght.ttf") format('truetype');
}

html {
    scroll-behavior: smooth;
}

.navbar .nav-link {
    font-family: 'OpenSans CondBold', sans-serif;
    font-size: 13pt;
    color: white!important;
    line-height: 50px;
    text-decoration: none;
}

.navbar .nav-link:hover,
.navbar .nav-link:active {
    text-decoration: underline;
}

.menutext {
    font-family: 'OpenSans CondLight', sans-serif;
    font-size: 11pt;
}

body {
    background-color: #000;
    padding-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #fff;
}

h1 {
    color: #fff;
    font-size: 36pt;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

h2 {
    color: #fff;
    font-size: 24pt;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 25px;
    margin-top: 50px;
}

h3 {
    color: #fff;
    font-size: 18pt;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

h4 {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    margin-bottom: 5px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #fff;
}

a {
    /* color: #fff7a3; */
    color: white;
    text-decoration: underline;
}

a:hover {
    color: #fff7a3;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(102, 102, 102, 0), rgba(102, 102, 102, 0.75), rgba(102, 102, 102, 0));
    width: 50%
}

#myVideo {
    width: 100%;
}

.bg-dark {
    background-color: #000 !important;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.formular iframe {
    height: 1000px;
}

@media (max-width: 1199px) {
    .formular iframe {
        height: 1400px;
    }
}

.video-frame {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.nav-logo {
    width: 60px;
    margin-top: 10px;
}

#fancybox-wrap * {
    max-width: 100% !important;
}

.success-message {
    display: none;
}

#fancybox-wrap,
#fancybox-wrap * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}

.toggle-btn {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.toggle-btn:hover,
.toggle-btn:focus,
.toggle-btn:active {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

#pruefung {
    display: none;
}


/*Suchfunktion Styles*/

.sufu {
    min-height: 400px;
    padding-top: 20px;
}

.sufu-margin {
    margin-top: 15px;
}

.search-heading {
    background-color: #fdfdfd;
    padding: 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #E40000;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.search-result {
    background-color: transparent;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    border-radius: 4px;
    margin-bottom: 10px;
}

.search-content {
    padding: 10px;
}

.search-content h1 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.search-content h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.search-content h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.search-content p {
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.search-wrapper {
    width: 220px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
    width: 148px;
    height: 40px;
    padding: 10px 5px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 1px solid #d3d3d3;
    background: #EEE;
    border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 72px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: white;
    text-transform: uppercase;
    background: #D83C3C;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover {
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus {
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before {
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
    border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}


/*Ende Sufu*/


/*2. Untermenü*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.open>.dropdown-submenu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
    margin-left: 5px;
}

.dropdown-submenu .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*2. Untermenü*/

.footer {
    margin-top: 40px;
    background-color: #0000;
    /* background-image: url(../img/diagmonds.png); */
    /* background-repeat: repeat; */
    color: #fff;
}

.footer h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
}

.subfooter {
    background-color: #212121;
    color: #fff;
}

.subfooter a {
    color: #D83C3C;
}

.subfooter a:hover {
    color: #D83C3C;
    text-decoration: underline;
}

.box {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px -1px 10px 3px rgba(199, 199, 199, 0.69);
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 200px;
}

.box h2 {
    margin-top: 0px;
    text-transform: none;
    font-size: 20px;
    color: #777
}

.box p {
    min-height: 80px
}

.btn-primary {
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
}

.btn-primary:hover {
    background-color: #fff;
    border: 2px solid #D83C3C;
    color: #D83C3C;
}


/*Styles für Layout Stefan*/

.parallax-window {
    min-height: 300px;
    background: rgba(255, 255, 255, 0.6);
}

.navbar-inverse {
    background-color: #313131;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.dropdown.open {
    background-color: #212121;
}

@media(min-width:768px) {
    .dropdown-menu {
        background-color: #fff;
        border-bottom: 5px solid #D83C3C;
        border-radius: 0;
    }
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #D83C3C;
    color: #fff;
}

.header-start>div.carousel-inner>div.item>div.fill {
    min-height: 700px;
}

.section-dark {
    background-color: #333;
    padding-top: 35px;
    padding-bottom: 25px;
    background-image: url(../img/knot.png);
    background-repeat: repeat;
    margin-bottom: 20px;
}

.primer-p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.primer-box {
    position: relative;
}

.pulse {
    -webkit-animation: pulse 3s linear infinite;
    -moz-animation: . pulse 3s linear infinite;
    -ms-animation: pulse 3s linear infinite;
    animation: pulse 3s linear infinite;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        -moz-transform: scale(0.97);
        -o-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.97);
        transform: scale(0.97);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.primer-column {
    float: left;
    width: 50%;
}

@media(min-width:768px) {
    .primer-column {
        float: left;
        width: 30%;
    }
}

.primer-i {
    font-size: 80px;
    color: #fff;
    padding-left: 13px;
    padding-right: 8px;
    padding-top: 8px;
    background-color: #D83C3C;
    float: right;
    border-radius: 6px;
    margin-right: 10px;
}

.primer-h1 {
    margin-top: -4px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.primer-version {
    font-weight: bold;
}

.primer-dot {
    color: #D83C3C;
}

.primer-ul {
    color: #fff;
    font-size: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primer-ul li {
    line-height: 30px;
    padding-left: 1em;
    text-indent: -.7em;
}

.primer-ul li:before {
    content: "• ";
    color: #D83C3C;
    margin-top: 10px;
}

.logo-primer {
    max-width: 180px;
}

.come-in {
    transform: translateY(400px);
    animation: come-in 1s ease forwards;
    animation-duration: 1s;
}

.already-visible {
    transform: translateX(0);
    animation: none;
}

@keyframes come-in {
    to {
        transform: translateX(0);
    }
}


/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control {
    background: transparent;
    border: 0;
    border-radius: 0px;
    border-bottom: 2px solid #333;
    box-shadow: none;
}

.Formular2 label {
    display: none;
}

.Formular2 {
    max-width: 600px;
    display: block;
    margin: auto;
}

.Formular2 .btn-default {
    width: 100%;
    max-width: 200px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    background-color: #D83C3C;
    border: 2px solid transparent;
    transition: all .31s;
    text-align: center;
    padding: 5px;
    color: #fff;
    border-radius: 4px;
}

.Formular2 .btn-default:hover {
    border: 2px solid #D83C3C;
    background-color: #fff;
    color: #D83C3C;
    text-decoration: none;
}

.parallax-section {
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #fff;
    min-height: 300px;
}

.parallax-section h1 {
    color: #fff;
}

.parallax-section h2 {
    color: #fff;
}

.artikel-image {
    max-width: 400px;
    width: 100%;
    margin-top: 20px;
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.std-art {
    padding-top: 100px;
    padding-bottom: 100px;
}

.std {
    text-align: center;
}

.text-box {
    padding: 25px;
}

@media(min-width: 1400px) {
    .text-box {
        position: absolute;
        bottom: 25px;
    }
}

.owl-full-screen .owl-dots {
    text-align: center;
}

.owl-full-screen button.owl-dot {
    margin-top: 10px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);
    opacity: 0.75;
}

.owl-full-screen button.owl-dot.active {
    opacity: 1;
}

section.slider-marken {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #363735;
}

section.text.form {
    background: #000000;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 25px;
}

.btn {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 12px 0 10px;
    cursor: pointer;
    width: 250px;
    display: block;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent !important;
    border-radius: 0;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
    cursor: pointer;
}

.form-control {
    border-radius: 0;
}

@media (min-width: 991px) {
    .form .text-box {
        position: relative;
    }
}

.logo {
    width: 100%;
    max-width: 270px;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
    z-index: 3;
}

.nav-top .logo {
    left: 30px;
    top: 5px;
    transform: translateX(0);
    max-width: 80px;
}

.nav-top .nav-link {
    line-height: 35px;
}

li.nav-item {
    padding: 0 20px;
}

.menutext a {
    color: white;
}

@media(max-width: 991px) and (min-width: 767px) {
    li.nav-item {
        padding: 0 5px;
    }
}

@media(max-width: 767px) {
    .navbar .nav-link {
        font-family: 'OpenSans CondBold', sans-serif;
        font-size: 13pt;
        color: white!important;
        line-height: 30px;
        text-decoration: none;
    }
}

@media(max-width: 991px) {
    .form .text-box {
        padding: 25px 0;
    }
}

.juicer-feed .j-paginate {
    border: 2px solid #ffffff;
    color: #ffffff;
    background-color: transparent !important;
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

.service-block {
    text-align: center;
    background: white;
    padding: 20px;
}

.service-block img {
    width: 100%;
}

.service-block a {
    width: 100%;
    border: 2px solid black;
    color: black!important;
    margin-top: 20px;
}

.service-block h3 {
    color: black;
}

.modal h2,
.modal p,
.modal h1,
.modal h3 {
    color: white;
}



.modal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50px;
    margin: 0 auto;
}



.modal-content {
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0;
    ;
}

@media(max-width: 767px) {
    .hidden-sm-down {
        display: none;
    }
}

.outer-video {
    position: relative;
}

.inner-text {
    position: absolute;
    left: 25px;
    bottom: 10px;
}

.hidde-md-down {
    display: block;
}

.hidde-md-up {
    display: none;
}

@media (max-width: 767px) {
    .hidde-md-up {
        display: block;
    }
}

@media (max-width: 767px) {
    .hidde-md-down {
        display: none;
    }
}

.service-block.gray h3 {
    color: #7d7d7d;
}

.service-block.gray a {
    width: 100%;
    border: 2px solid #7d7d7d;
    color: #7d7d7d!important;
    margin-top: 20px;
}

.service-block.gray a:hover {
    width: 100%;
    border: 2px solid black;
    color: black!important;
    margin-top: 20px;
}

#Basic_Fitting h2 {
    color: #7d7d7d!important;
    font-size: 20px!important;
}

.service-block.gold h3 {
    color: #c3a935;
}

#Special_Fitting h2 {
    color: #c3a935!important;
    font-size: 20px!important;
}

.service-block.gold a {
    width: 100%;
    border: 2px solid #c3a935;
    color: #c3a935!important;
    margin-top: 20px;
}

.service-block.gold a:hover {
    width: 100%;
    border: 2px solid black;
    color: black!important;
    margin-top: 20px;
}

.service-block.black a {
    width: 100%;
    border: 2px solid #676767;
    color: #676767!important;
    margin-top: 20px;
}

.service-block.black a:hover {
    width: 100%;
    border: 2px solid black;
    color: black!important;
    margin-top: 20px;
}

#Premium_Fitting h2 {
    color: #676767!important;
    font-size: 20px!important;
}

.slider-image {
    transition: transform .2s;
}

.slider-image:hover {
    transform: scale(1.1);
}

.col-md-6.order-md-1.order-2 img {
    transition: transform .2s;
}

.col-md-6.order-md-2.order-1 img {
    transition: transform .2s;
}

.col-md-6.order-md-1.order-2 img:hover {
    transform: scale(1.05);
}

.col-md-6.order-md-2.order-1 img:hover {
    transform: scale(1.05);
}

.inner-text p {
    font-size: 28px;
}

@media (max-width: 767px) {
    .inner-text p {
        font-size: 26px;
    }
}

.outter {
    position: relative;
}

.text-inner-abs {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 30px;
    opacity: 0;
    transition: all .2s;
    text-shadow: 1.5px 1.5px #000000;
}

.outter:hover .text-inner-abs {
    opacity: 1;
}

@media (min-width: 576px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .datenschutzform input {
        position: absolute;
        top: 6px;
        left: 20px;
    }
    .datenschutzform label {
        margin-left: 25px;
    }
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
    }
    .footer {
        margin-top: 0px;
    }
    .form-group {
        margin-bottom: 1rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    h1 {
        font-size: 22pt;
    }
}

.col-md-6.order-md-2.order-1 {
    margin-bottom: 15px;
}


}
.col-md-8 {
    margin-top: -95px;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
.service-block {
    text-align: center;
    background: white;
    padding: 20px;
    margin: 20px 0px;
}
#Basic_Fitting.modal h2,
#Basic_Fitting.modal p,
#Basic_Fitting.modal h1,
#Basic_Fitting.modal h3 {
    color: black;
    font-size: 12px;
}
#Special_Fitting.modal h2,
#Special_Fitting.modal p,
#Special_Fitting.modal h1,
#Special_Fitting.modal h3 {
    color: black;
    font-size: 12px;
}
#Premium_Fitting.modal h2,
#Premium_Fitting.modal p,
#Premium_Fitting.modal h1,
#Premium_Fitting.modal h3 {
    color: black;
    font-size: 12px;
}
.j-stacker-wrapper p,
.j-overlay p {
    color: #fff;
}
@media(max-width:767px) {
    p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .inside {
        padding: 0px;
        margin: 0px 0px;
    }

    h2 {
        font-size: 19pt;
    }
}
a.j-paginate.juicer-button {
    border: 2px solid white;
    color: white;
}
.modal-dialog {
    border: 1px solid white;
}
.modal-sizing {}
@media (max-width:970px) {
    .modal-content.modal-sizing {
        background-size: 5000px!important;
    }
}
.close {
    font-size: 2.5rem!important;
}
button.close {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99999999;
}
.nav-top {
    top: -300px;
    transition: all .31s;
}
.nav-top.show {
    top: 0;
}
@media(min-width: 1270px) {
    .hidden-1270-up {
        display: none;
    }
}
@media(max-width: 1270px) {
    .hidden-1270-down {
        display: none;
    }

    .menutext {
        display: none;
    }

    .logo {
        left: 0;
        max-width: 170px;
        top: -35px;
        transform: translateX(0);
    }
}
@media(max-width: 767px) {
    .parallax-section {
        background-attachment: unset;
    }

    .nav1 {
        height: 100px;
    }
}
button.navbar-toggler {
    margin: 10px 30px;
}
.nav-top button.navbar-toggler {
    background: black;
    margin: 20px;
}
nav .container-fluid {
    z-index: 2;
}
nav .container-fluid ul {
    text-align: right;
}
nav .container-fluid .row {
    margin: 0;
}
nav .container-fluid ul {
    background: black;
    margin-left: auto;
}
.nav-top .container-fluid ul {
    margin-left: auto;
    width: 145px;
}
@media(max-width:767px) {
    nav .container-fluid ul {
        background: black;
        margin-left: auto;
        width: 145px;
        text-align: left;
    }
}
nav.nav1 .container-fluid ul {
    border-bottom: 3px solid white;
}
.navbar {
    padding: 0.5rem 0rem!important;
}
.nav-item {
    border-top: 2px solid transparent;
    transition: all 0.3 ease-in-out;
}
@media(min-width:767px) {
    .nav1 .nav-item:hover {
        border-top: 2px solid white;
    }

    .nav1 .nav-link:hover {
        text-decoration: none!important;
    }
}
.ft-b {
    background-color: rgb(255 255 255 / 2%);
    width: 100%;
    height: 200px;
    border: 1px solid rgb(255 255 255 / 6%);
    padding: 30px 70px 0 70px;
}
.ft-b p {
    font-size: 14px;
}
.footer .f-box {
    padding-right: 0;
    padding-left: 0;
}
@media(max-width:776px) {
    .ft-b {
        text-align: center;
    }
}
.nav-top {
    background-color: transparent!important;
}
.side-button {
    position: fixed;
    right: -200px;
    bottom: 10vh;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}
.side-button.show {
    right: 60px;
}
.side-button-inner {
    position: relative;
}
.side-button-text {
    position: absolute;
    top: 53%;
    left: 35%;
    transform: translate(-50%, -50%);
    font-family: Univers UltraCondensed;
    font-size: 23px;
}
#logo3 {
    pointer-events: all;
}
@media(max-width: 767px) {
    .side-button {
        position: fixed;
        right: 0;
        bottom: -50px;
        width: 100%;
    }

    .side-button.show {
        right: 0;
        bottom: 0;
    }

    .side-button-text {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        font-family: Univers UltraCondensed;
        font-size: 23px;
    }

    .side-button-text br {
        display: none;
    }

    .side-button-text i.far.fa-calendar-check {
        position: relative;
        top: 2px;
        left: 6px;
    }

    #logo3 {
        pointer-events: none;
    }

    #logo3 img {
        opacity: 0;
    }

    .carousel-caption {
        top: 50%;
    }

    .carousel-caption p {
        font-size: 18px;
        padding-top: 0px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 25px;
        height: 25px;
    }
}
#myCarousel,
.imgheader {
    margin-bottom: 50px;
}
.box1 {
    border: 2px solid white;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box1 h3 {
    min-height: 36px;
}
#drei-box {
    padding-top: 0;
}
iframe#GCQ {
    width: 100%;
    height: 100%;
    aspect-ratio: 879 / 500;
}
.modal-body {
    background: white;
}
.modal-dialog {
    border: none;
}
button.close span {
    color: black;
    margin-right: 10px;
}
button.close:active,
button.close:focus {
    outline: none;
    box-shadow: none;
}
.modal2 {
    display: none;
    /* Hidden by default */

    position: fixed;
    /* Stay in place */

    z-index: 99999;
    padding-top: 100px;
    /* Location of the box */

    left: 0;
    top: 0;
    width: 100%;
    /* Full width */

    height: 100%;
    /* Full height */

    overflow: auto;
    /* Enable scroll if needed */

    background-color: rgb(0, 0, 0);
    /* Fallback color */

    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
    background-color: #000000;
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */

    width: 60%;
    border-top: 1px solid #ffffff7a;
}

/* The Close Button */
.close2 {
    color: #aaaaaa;
    float: right;
    margin-right: 10px;
    font-size: 49px;
    font-weight: bold;
    height: 35px;
    transform: translateY(-19px);
}
.close2:hover,
.close2:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
@media(max-width:1200px) {
    .modal-content2 {
        width: 80%;
    }

    .modal2 {
        padding-top: 41px;
    }
}
@media(max-width:991px) {
    .side-button-text {
        padding: 5px;
        background-color: rgb(255 255 255 / 15%);
    }

    #info .outter {
        margin-top: 40px;
    }

    .img-art {
        text-align: center;
    }
}
@media(max-width:500px) {
    .modal-content2 {
        width: 99%;
    }

    .modal2 {
        padding-top: 77px;
    }
}
.carousel-text {
    letter-spacing: 2px;
    padding-top: 30px;
    font-size: 38px;
    font-family: 'Roboto Slab', sans-serif;
}
section#fittings {
    padding: 0;
    padding-bottom: 100px;
}
.art4 .container {
    padding: 50px;
    border: 2px solid white;
}
#info {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media(max-width:991px) {
    #info {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .art4 .container {
        border: 2px solid white;
    }

    #Fitting_Info {
        padding-top: 50px;
    }

    #Golfclubs {
        padding-bottom: 50px;
    }
}
@media(max-width:767px) {
    .LP .std-art {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .LP #myCarousel,
    .imgheader {
        margin-bottom: 0px;
    }

    .side-button-text {
        padding: 13px;
        background-color: rgb(59 59 59);
    }

    .side-button a {
        text-decoration: none;
    }
}

.img-pc {
  display: block;
}
.img-mb {
  display: none;
}

@media(max-width:1200px) {
  .img-pc {
    display: none;

  }
  .img-mb {
    display: block;
  }
}


div#exampleModal {
    z-index: 999999999;
}




@media (max-width: 576px){
  .modal-dialog {
      max-width: 90%;
  }
}

@media (min-width: 600px){
  .modal-dialog {
      max-width: 600px;
      margin: 1.75rem auto;
  }
}

@media (min-width: 1200px){
  .modal-dialog {
      max-width: 700px;
  }
}


.links-balls {
    position: relative;
    top:-60px;
    z-index: 101;
}

a.link-ball {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

a.link-ball img{
    width: 150px;
}


a.link-ball img.bigger{
    width: 210px;
}

a.link-ball.link-ball-1 {
    right: 255px;
}

.ig-row {
    text-align: center;
    color:red;
    max-width:900px;
    margin:auto;
  margin-bottom:80px;
  margin-top:30px;
  
  }
  
  .ig-row h2 {
  
  font-size: 40px;
  }
  .ig-text h3 {
    font-weight:700;
    font-size: 28px;
  
  }
  
  .ig-text p {
    font-weight:600;
    font-size: 16px;
  
  }
  .ig-text {
    margin: auto;
      display: block;
      max-width: 90%;
      margin-bottom:50px;
  
  }
  .ig-img1 {
    width:100%;
    max-width:600px;
    margin-bottom:50px;
  }
  
  .ig-maps iframe {
    width:100%;
    max-width:600px;
    aspect-ratio:4/2;
    display: block;
    margin-left:auto;
    border-radius: 30px 0 0 0;
    border: 18px solid #5a98b3;
  
  }
  
  .ig-karte {
    width:100%;
    padding:15px;
    max-width:300px;
  display:block;margin:auto;}
  
  .ig-bg {
    background: #99c0d3;
      border-radius: 0 50px;
  }
  .ig-text .list p {
    font-size:25px;
    font-weight:800!important;
    margin-bottom:40px;
    margin:0;
    padding:0;
  }

  @media(max-width: 767px){
    .ig-text .list p {
        font-size:18px;
    }
  }
  .ig-text .list {
    margin-top:20px;
    margin-bottom:35px;
    margin-left: 20px;
  
  }
  .ig-text .list p {
    position: relative;
  }
  
  .ig-text .list p::before {
    position: absolute;
    content: "";
    left:-20px;
    top:13px;
    width: 6px;
    height: 6px;
    background: white;
    border-radius:50%;
  }
  
  .ig-cta {
    width:100%;
    max-width:200px;
    position: fixed;
    right:10px;
    bottom:50px;
    z-index:999;
  }
  
  
  @media(max-width:991px){
    .ig-cta {
      max-width:150px;
  
    }
  }
  
  @media(max-width:767px){
    .ig-cta {
      max-width:120px;
      opacity: 0.7;
    }
  }

  @media(max-width: 767px){
    a.link-ball {
        position: unset;
        right: 20px;
        top: 50%;
        margin: 0 6px;
        display: inline-block;
        transform: none;
    }
    a.link-ball img {
        width: 105px!important;
    }
    .links-balls {
        position: relative;
        top: 0;
        z-index: 101;
        text-align: right;
        margin-top:-80px;
    }
  }