* {
    margin: 0;
}

@font-face {
    font-weight: normal;
    font-family: "Sun";
    src: url("../fonts/Sun-Regular.otf") format("opentype");
}
@font-face {
    font-weight: bold;
    font-family: "Sun";
    src: url("../fonts/Sun-Bold.otf") format("opentype");
}

@font-face {
    font-weight: normal;
    font-family: "Sun-Cd";
    src: url("../fonts/Sun-RegularCd.otf") format("opentype");
}
@font-face {
    font-weight: bold;
    font-family: "Sun-Cd";
    src: url("../fonts/Sun-BoldCd.otf") format("opentype");
}

@font-face {
    font-weight: normal;
    font-family: "Sun-SC";
    src: url("../fonts/Sun-RegularSC.otf") format("opentype");
}
@font-face {
    font-weight: bold;
    font-family: "Sun-SC";
    src: url("../fonts/Sun-BoldSC.otf") format("opentype");
}
.font-sun-lnum {
    font-family: Sun-SC;
}

html,
body {
    height: 100%;
}
body {
    color: #808080;
    font-size: 12pt;
    font-family: Sun, Verdana, Arial, sans-serif;
    line-height: 1.35;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: normal;
    font-family: Sun-Cd, Verdana, Arial, sans-serif;
}

/*h1,
.h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40pt;
    font-family: Sun, Verdana, Arial, sans-serif;
}*/


h1,
.h1 {
    text-transform: uppercase;
    font-size: 26pt;
}
h2,
.h2 {
    text-transform: uppercase;
    font-size: 26pt;
}
h3,
.h3 {
    font-style: italic;
    font-size: 15pt;
}
h4,
.h4 {
    font-weight: bold;
    font-size: 12pt;
    font-family: Sun, Verdana, Arial, sans-serif;
}
@media (max-width: 991px) {
   /* h1,
    .h1 {
        font-size: 30pt;
    }*/
    h1,
    .h1 {
        font-size: 25pt;
    }
    h2,
    .h2 {
        font-size: 20pt;
    }
    h3,
    .h3 {
        font-size: 15pt;
    }
    h4,
    .h4 {
        font-size: 12pt;
    }
}

a {
    color: #003157;
}

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

input[type=text] {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}

/* main */

.frame {
    margin-bottom: 30px;
}

.wrapper {
    margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
    min-height: 100%;
    height: auto !important;
    height: 100%;
}



/* header */

.body-bg-top {
    padding-top: 80px;
}

/* Stage */

.carousel-inner .valign {
    position: relative;
    display: block;
    width: 100% !important;
}
.carousel-inner .valign .carousel-text {
    position: absolute;
    top: 20%;
    width: 100%;
    background: rgba(192,192,192,0.5);
    line-height: 1.1;
}

.carousel-inner .valign .carousel-text .carousel-text-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40pt;
    font-family: Sun, Verdana, Arial, sans-serif;
    margin: 12px 0;
}

.special-stage .carousel-inner > .item {
    height: 400px;
}

@media (max-width: 991px) {
    .carousel-inner > .item {
        padding-right: 0;
        padding-left: 0;
    }

.carousel-inner .valign .carousel-text h2 {
    font-size: 30pt;
}

    .special-stage .carousel-inner > .item {
        height: 300px;
    }
}

/* breadcrumbs */

.breadcrumb-section {
    margin-bottom: 0;
    border-bottom: none;
    background-color: #ffffff;
}
.breadcrumb-section .breadcrumb {
    padding: 5px 0;
    background-color: #ffffff;
    font-size: 14px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "\f105";
    font-family: FontAwesome;
}

/* content */
.frame {
    margin-top: 0;
}

.frame ul {
    padding-left: 15px;
}

.special-start-middle {
    margin-bottom: 24px;
}
.special-start-middle .frame {
    margin-bottom: 0;
}
.special-start-middle .well {
    padding-top: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.special-start-middle h2 {
    margin-right: 10px;
    padding-top: 30px;
    text-transform: uppercase;
}

.special-start-middle .col-sm-4 {
    margin-bottom: 30px;
}

#content {
    margin-bottom: 24px;
}

form div.required label.control-label:after {
    content:" *";
}

h3 {
    margin-top: 45px;
}
.error-summary {
    color: #a94442;
}
label.label-q {
    font-weight: normal;
}

.container .jumbotron {
    color: #ffffff;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 0 10px;
    padding-left: 0;
    background-color: #c0c0c0;
    border-radius: 0;
}
.container .jumbotron h1 {
    font-size: 26pt;
}
.container .jumbotron p {
    font-size: 12pt;
}

.container .jumbotron:before {
    position: absolute;
    top: 26px;
    left: 0;
    display: inline-block;
    border-top: 17px solid transparent;
    border-right: 0 solid #ffffff;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ffffff;
    content: " ";
}
.container .jumbotron h1,
.container .jumbotron h2,
.container .jumbotron h3,
.container .jumbotron h4,
.container .jumbotron h5,
.container .jumbotron p {
    margin-top: 0;
}
.container .jumbotron > h1,
.container .jumbotron > h2,
.container .jumbotron > h3,
.container .jumbotron > h4,
.container .jumbotron > h5,
.container .jumbotron > p {
    /* padding-right: 25px;*/
    padding-left: 33.333%;
}

.container .col-right .jumbotron h1,
.container .col-right .jumbotron h2,
.container .col-right .jumbotron h3,
.container .col-right .jumbotron h4,
.container .col-right .jumbotron h5,
.container .col-right .jumbotron p {
    padding: 0;
}

.container .jumbotron a {
    color: inherit;
    text-decoration: none;
}
.container .jumbotron a:hover,
.container .jumbotron a:active,
.container .jumbotron a:focus {
    color: #003157;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



@media (max-width: 991px) {
    .jumbotron h1,
    .jumbotron h2,
    .jumbotron h3,
    .jumbotron h4,
    .jumbotron h5,
    .jumbotron p,
    .container .jumbotron h1,
    .container .jumbotron h2,
    .container .jumbotron h3,
    .container .jumbotron h4,
    .container .jumbotron h5,
    .container .jumbotron p,
    .container .col-right .jumbotron h1,
    .container .col-right .jumbotron h2,
    .container .col-right .jumbotron h3,
    .container .col-right .jumbotron h4,
    .container .col-right .jumbotron h5,
    .container .col-right .jumbotron p {
        padding: 0 25px;
    }
}



/* Side - Navbar */

.nav.nav-sidebar li a {
    position: relative;
    display: block;
    padding: 7px 0;
    border: 0;
    color: #808080;
    text-transform: uppercase;
    font-size: 12pt;
    font-family: Sun-Cd, Verdana, Arial, sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
         -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
}
.nav.nav-sidebar li.active > a:active,
.nav.nav-sidebar li.active > a:hover,
.nav.nav-sidebar li.active > a:focus {
    color: #003157;
}

.nav.nav-sidebar li a:active,
.nav.nav-sidebar li a:hover,
.nav.nav-sidebar li a:focus {
    z-index: 1;
    outline: 0;
    background-color: #ffffff;
    color: #003157;
    text-decoration: none;
}

.nav.nav-sidebar li.active > a {
    color: #808080;
}

.nav.nav-sidebar li.current > a {
    color: #808080;
    font-weight: bold;
}

.nav.nav-sidebar > li > ul:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    content: "";
}
.nav.nav-sidebar > li > ul {
    margin-top: -6px;
}

.nav.nav-sidebar ul {
    margin-top: 0;
    margin-left: 20px;
    border-left: 0;
}

.nav.nav-sidebar ul a {
    padding: 2px 0;
    border: 0;
    color: #808080;
    text-transform: none;
}
.nav.nav-sidebar ul a:before {
    content: "\f105";
    font-family: FontAwesome;
}

/* Navbar-sidebar Small */

.nav.nav-sidebar-sm {
    margin-bottom: 30px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.nav.nav-sidebar-sm .navbar-header.open {
    border-bottom: 1px solid #dddddd;
}
.nav.nav-sidebar-sm .sidebar-toggle {
    position: relative;
    float: right;
    margin-top: 18px;
    margin-right: 5px;
    margin-bottom: 18px;
    padding: 0;
    width: auto;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
}
.nav.nav-sidebar-sm .sidebar-toggle:focus {
    outline: 0;
}

.nav.nav-sidebar-sm .navbar-nav  ul {
    padding-left: 30px;
    list-style: none;
}

.nav.nav-sidebar-sm .navbar-nav ul a:before {
    content: "\f105";
    font-family: FontAwesome;
}

.nav.nav-sidebar-sm .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav.nav-sidebar-sm .navbar-nav li {
    padding: 5px 0;
}

.nav.nav-sidebar-sm .navbar-nav li > a {
    color: #8c8c8c;
    font-weight: normal;
    font-family: Sun-Cd, Verdana, Arial, sans-serif;
}

.nav.nav-sidebar-sm .navbar-nav li > a:hover,
.nav.nav-sidebar-sm .navbar-nav li > a:focus {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

.nav.nav-sidebar-sm .navbar-nav .active > a {
    color: #333333;
}

.nav.nav-sidebar-sm .navbar-nav > li > a {
    text-transform: uppercase;
}

.nav.nav-sidebar-sm .navbar-nav li > a:hover,
.nav.nav-sidebar-sm .navbar-nav li > a:focus {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

/* footer */

.footer-push {
    height: 220px;
}
.price-note {
    height: 40px 
}
.footer,
.footer-section {
    height: 220px;
}
.footer-section a {
    color: #ffffff;
}
.footer-section h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14pt;
    text-transform: uppercase;
    font-style: normal;
}
.footer-section {
    position: relative;
    padding: 15px 0;
    border-top: none;
    background: #c0c0c0;
    color: #ffffff;
}
.footer-section .container.top {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}
.footer-section .container.bottom {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

#scroll-to-top {
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out 0s;
            transition: all 0.5s ease-in-out 0s;
}
#scroll-to-top:hover {
    outline: none;
    color: #003157;
}
#scroll-to-top:focus,
#scroll-to-top:active {
    outline: none;
    background-color: transparent;
    color: #ffffff;
}
.footer-section .footer-contact,
.footer-section .footer-address {
    margin-bottom: 15px;
}

.footer-section .footer-contact > .icon,
.footer-section .footer-address > .icon {
    float: left;
    margin-right: 10px;
    padding: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 19px;
}
.footer-section .footer-contact > .info,
.footer-section .footer-address > .info {
    float: left;
}

.footer-section .frame {
    margin: 0;
}
.footer-section .frame p {
    margin: 0;
}
.meta-section {
    border-top: none;
    background-color: #808080;
    color: #ffffff;
}

.footer-section a:hover,
.footer-section a:focus {
    color: #003157;
    -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.navbar-footer {
    font-family: Sun-Cd, Verdana, Arial, sans-serif;
}

.navbar-footer .frame {
    margin-bottom: 0;
}
.navbar-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.navbar-footer ul li {
    float: left;
    padding: 0;
    padding-right: 20px;
}
.navbar-footer ul li a {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .body-bg-top {
        padding-top: 70px;
    }
    .navbar-main .open .dropdown-menu {
        border-left: 4px solid rgba(128, 128, 128, 0.5);
    }
}
@media (max-width: 767px) {
    .wrapper {
        margin: 0 auto -390px; /* the bottom margin is the negative value of the footer's height */
    }
    .footer-push {
        height: 390px;
    }
    .footer,
    .footer-section {
        height: 350px;
    }
    .footer-section .icon {
        /*display: none;*/
    }
    .footer-links ul li {
        float: none;
    }
}

/* Content */

.special-content .content-middle-right {
    padding-left: 10px;
    border-left: 2px solid #c0c0c0;
}

.special-content figure.image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 300px;
}


.special-content figure.image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

@media (max-width: 991px) {
    .special-content figure.image {
        height: 250px;
    }
}

/* Accordion */

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
    font-size: 12pt;
}
.panel-title > .panel-title-icon {
    display: block;
    width: 50px;
}

.panel-mietens {
    margin-bottom: 24px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-mietens.active {
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.5s ease-in-out 0s;
         -o-transition: background-color 0.5s ease-in-out 0s;
            transition: background-color 0.5s ease-in-out 0s;
}

.panel-mietens > .panel-heading {
    color: #808080;
}

.panel-mietens > .panel-heading:hover {
    background-color: #f5f5f5;
    -webkit-transition: background-color 0.25s ease-in-out 0s;
         -o-transition: background-color 0.25s ease-in-out 0s;
            transition: background-color 0.25s ease-in-out 0s;
}

.panel-mietens > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel-mietens > .panel-heading .badge {
    background-color: #333333;
    color: #f5f5f5;
}

.panel-mietens > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: transparent;
}

/* Modal */

.modal-dialog {
    margin: 10px auto;
}

.modal-content {
    border-radius: 0;
}

@media (max-width: 767px) {
    .modal-header .close {
        font-size: 2em;
        margin-top: -10px;
    }
}

@media (min-width: 991px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

/* misc */
.produktTag .img-contain > .img-shiv img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.produktTag .pro-list-item .pro-list-item-image .img-contain {
    height: auto;
}

.produktListe .img-contain > .img-shiv img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.produktListe .pro-list-item .pro-list-item-image .img-contain {
    height: auto;
}
