@font-face {
  font-family: 'Nobel Bold';
  src: url('/fonts/nobel-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('/fonts/nobel-bold-webfont.eot?#iefix') format('embedded-opentype'), 
       url('/fonts/nobel-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('/fonts/nobel-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nobel-bold-webfont.svg#nobelbold') format('svg'); /* Legacy iOS */
}

body {
    background-image: url('/images/backgrounds/small002.jpg');
    background-repeat: no-repeat;
    background-position: center 90px;
    background-color: #000;
    color: #D0D0D0;
    width: 100%;
}

body > .wrapper {
    overflow: hidden;
}

a{
    color: #fc6422;
    transition: color 250ms ease;
}
a:hover{
    color: #ff9966;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Nobel Bold", sans-serif;
    text-transform: uppercase;
}
h5{
    color: #fc6422;
    font-size: 1.5em;
}

.breadcrumb {
    background: none;
    padding-left: 0px;
}
.breadcrumb > li + li::before {
    content: '';
    display: none;
}

.navbar {
    background-color: #000;
    border: none;
    height: 90px;
    margin-bottom: 0;
}
.navbar .container{
    position: relative;
}

.navbar-default ul.navbar-nav{
    margin-top:45px;
}
.navbar-default ul.navbar-nav li{
    position: static;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-default ul.navbar-nav > li > a{
    font-family: "Nobel Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
}
.navbar-default ul.navbar-nav > li:hover > a{
    color: #fff;
}
.navbar-default ul.navbar-nav > li > ul{
    position: absolute;
    display: none;
    left: 0;
    margin-top: -5px;
    padding: 25px 50px;
    z-index: 1000;
}
.navbar-default ul.navbar-nav > li > ul:before{
    position: absolute;
    display: block;
    margin-left: -9999px;
    margin-top: -25px;
    padding: 0 9999px;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.95);
}
.navbar-default ul.navbar-nav > li:hover > ul {
    display: block;
}
.navbar-default ul.navbar-nav > li > ul a {
    width: 100%;
    color: #000;
}
.navbar-default ul.navbar-nav > li > ul a:hover {
    color: #fc6422;
    text-decoration: none;
}
.navbar-default ul.navbar-nav > li > ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar-default ul.navbar-nav > li > ul li{
    margin: 0;
    padding: 0;
}
.navbar-default ul.navbar-nav > li > ul > li > a{
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #fc6422;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.navbar-default ul.navbar-nav > li > ul > li li a{
    font-weight: normal;
}


.page-header {
    background-color: rgba(0,0,0,.75);
    border: none;
    margin-top: 0;
}

.page-header .container {
    padding-left: 50px;
    padding-right: 50px;
}

.page-content .container {
    background-color: rgba(0,0,0,.75);
    padding: 0;
}
@media(min-width: 768px) {
    .page-content .container {
        background-color: rgba(0,0,0,.75);
        padding: 30px 30px 0px 30px;
    }
}

.page-content .inner-container {
    background-color: #000;
    padding: 20px 10px 50px 10px;
}

@media(min-width: 768px) {
    .page-content .container {
        background-color: rgba(0,0,0,.75);
        padding: 20px 20px 50px 20px;
    }
}

.page-content img {
    width: 100%;
    height: auto;
}

footer#footer {
    background-image: url('/images/footer_background.jpg');
    background-repeat: repeat-x;
    background-position: center top;
    padding-bottom: 30px;
}

footer#footer > .container {
    background-color: rgba(0,0,0,.75);
    padding: 0 50px;
}
footer#footer > .call-to-action {
    height 80px;
    line-height: 80px;
    border-top: 5px solid #fc6422;
}
footer#footer > .call-to-action .button{
    display: none;
}
footer#footer > .footer-bottom-bar {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
}


/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}

.carousel .first-slide{
    background-image: url('/uploads/images/home/home1.jpg');
    background-size: cover;
    background-position: center top;
}
.carousel .second-slide{
    background-image: url('/uploads/images/home/home2.jpg');
    background-size: cover;
    background-position: center center;
}
.carousel .carousel-caption{
    left: auto;
    right: auto;
    background-color: rgba(0,0,0,.75);
    bottom: auto;
    margin-left: 25px;
    padding: 25px;
    text-align: left;
}
.carousel .carousel-caption h1, h3{
    margin: 0px;
    font-style: italic;
}
.carousel .carousel-caption h3{
    color: #fc6422;
}
.carousel .carousel-caption a,
.carousel .carousel-caption a:hover {
    color: #ffffff;
    text-decoration: none;
}


.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  min-height: 500px;
}
.carousel-caption {
    top: 38%;
}

.home .page-content {
    margin-top: -80px;
    position:relative;
    z-index: 9999;
}

legend {
    border: none;
    color: #D0D0D0;
}
label {
    display: block;
    margin-top: 5px;
}
input[type="text"] {
    width: 200px;
    color: #333;
}
input[type="submit"] {
    color: #333;
}
textarea {
    color: #333;
}
.input-part {
    margin-bottom: 15px;
}
ol {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ol li {
    margin-bottom: 2em;
}
.carousel-inner {
    position: absolute;
}

.motoren.container-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.motoren .content-block {
    flex-basis: 500px;
}

.motoren .content-block img{
    width: 100%;
}

/* --- Responsive carousel caption --- */
.carousel .carousel-caption {
    /* fluid horizontal offset + padding */
    margin-left: clamp(10px, 4vw, 25px);
    margin-right: clamp(10px, 4vw, 25px);
    padding: clamp(10px, 2.5vw, 25px);
    /* keep it from getting wider than the slide on small screens */
    max-width: 90%;
    box-sizing: border-box;
}

/* Fluid heading sizes (scale between the min and max as the viewport changes) */
.carousel .carousel-caption h1 {
    font-size: clamp(18px, 4vw, 36px);
    line-height: 1.15;
}

.carousel .carousel-caption h3 {
    font-size: clamp(13px, 2.5vw, 24px);
    line-height: 1.2;
}

/* Tablet and down: pull the caption a little higher so it fits shorter images */
@media (max-width: 768px) {
    .carousel-caption {
        top: 25%;
    }
}

/* Phones: reduce padding further and center for a cleaner look */
@media (max-width: 480px) {
    .carousel .carousel-caption {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 12px;
        max-width: calc(100% - 20px);
    }
    .carousel-caption {
        top: 20%;
    }
}

/* Stylesheet: Verbaandert Modified On 2026-07-23 16:18:47 */
 .navbar-mobile{
     position:fixed;
     display: none;
 }
 .navbar-mobile.active{
    position: fixed;
    z-index: 999999;
    top:0;
    bottom:0;
    margin:0;
    padding:0;
    left:0;
    width: 280px;
    display: block;
    transition: left 0.2s; 
	border-right: 2px solid rgba(252, 100, 34, .85);
	-webkit-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.75);
    transition: all 0.5s ease 0s, visibility 0s linear 0.5s;
    background-color: rgba(12, 12, 12, .95);
 }
.hamburger-menu{
    padding: auto;
    position: absolute;
    color:#fff;
    z-index: 9999999;
    margin-top: 50px;
    margin-left: 10px;
}

.hamburger-menu .hamburger-menu-image{
    width:30px;
    height:30px;
    margin-top:-60px;
    margin-left:0px;
    opacity: 1;
    transition-duration: 0.15s;
    
    
}

.hamburger-menu.active .hamburger-menu-image{
    opacity: 0.0;
    background-color: rgba(12, 12, 12, .95);
}
.hamburger-menu .hamburger-menu-image-two{
    position:absolute;
    opacity: 0.0;
    transition-duration: 1s;
}
.navbar-mobile.active .hamburger-menu .hamburger-menu-image{
    opacity: 0.0;
}

.navbar-mobile.active .hamburger-menu-image-two{
    width:30px;
    height:30px;
    position:fixed;
    opacity: 10;
    transition-duration: 1s;
    margin-top:20px;
    margin-left:25px;
    padding:0;
     z-index: 9999999;
     background-color: rgba(12, 12, 12, .95);
}



.navbar-mobile.active .nav{
	display: block; 
	position: relative;
	padding-top: 94px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	width: 280px;
	color:#fff;
	height: 100%;
	
}

.navbar-mobile ul.navbar-nav > li > a{
    font-family: "Nobel Bold", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding:15px;
    display:block;
    border-bottom: 1px solid #666;
}

.navbar-mobile ul.navbar-nav > li > a:active{
    
}


.navbar-mobile ul.navbar-nav > li:hover > a{
    color: #fc6422;
}


.navbar-mobile ul.navbar-nav > li > ul{
    position: static;
    display: block;
    left: 0;
    margin-top: 0px;
    padding: 0 15px;
    box-sizing: border-box;
    background: #2a2a2a;
    width:100%;
    color:#fff;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.navbar-mobile ul.navbar-nav > li.active > ul{
    max-height: 750px;
}

.navbar-mobile ul.navbar-nav > li > ul > li > a:hover{
    width:100%;
}

.navbar-mobile ul.navbar-nav > li > ul > li li a:hover{
    width:100%;
    display:block;

}
.navbar-mobile ul.navbar-nav > li > ul > li > a{
    line-height: 40px;
}

.navbar-mobile ul.navbar-nav > li > ul::before{
    content: none;
}
.navbar-brand{
    float: right;
}
.navbar-mobile ul.navbar-nav > li > ul a{
    width:100%;
    color:#fff;
    
}
.navbar-mobile ul.navbar-nav > .menuparent{
    position:relative;
}
.navbar-mobile ul.navbar-nav > .menuparent:after{
    content:'';
    margin-left:240px;
    width:20px;
    height:20px;
    background-image: url('/uploads/images/structure/expand.png');
    position:absolute;
    background-size:20px;
    top: 15px;
}
.navbar-mobile ul.navbar-nav > .menuparent.active:after{
    background-image: url('/uploads/images/structure/expandup.png');
}

.navbar-mobile ul.navbar-nav > li > ul > li > a{
    border-bottom: 1px solid #666;
}

.navbar-mobile ul.navbar-nav > li > ul li {
    margin-top:5px;
    padding: 0 0 10px;
}

body.no-scroll{
    overflow: hidden;
}
div.navbar-header.navbar-right{
    position:absolute;
    right:0;
}

nav.navbar.navbar-mobile{
   overflow-x:hidden;
}
.navbar-collapse.collapse {
    display: none !important;
}

@media screen and (min-width:990px) {
    .navbar-collapse.collapse {
        display: block !important;
    }
    .hamburger-menu .hamburger-menu-image {
        width:30px;
        height:30px;
        margin-top:-60px;
        background:white;
        display: none;
    }
    .hamburger-menu.active .hamburger-menu-image {
        width:30px;
        height:30px;
        margin-top:-60px;
        background:white;
        display: none;
    }
    .navbar-mobile.active {
        display: none;
    }
    .navbar-mobile.active ul{
        display: none;
    }
    .hamburger-menu .hamburger-menu-image-two {
        display: none;
    }
    .hamburger-menu.active .hamburger-menu-image-two {
        display: none;
    }

    .mobile-logo{
        padding-right:20px;
    }
}
/* Stylesheet: Verbaandert mobile menu Modified On 2023-05-24 09:43:45 */
