@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);                                                                                                                                                                                                       
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);                                                                                                                                                                                                 
* {                                                                                                                                                                                                                                                                            
  margin: 0;                                                                                                                                                                                                                                                                   
}                                                                                                                                                                                                                                                                              
html, body {                                                                                                                                                                                                                                                                   
  height: 100%;                                                                                                                                                                                                                                                                
}                                                                                                                                                                                                                                                                              
html {                                                                                                                                                                                                                                            
    margin:0;                                                                                                                                                                                                                                                              
    padding:0;                                                                                                                                                                                                                                                             
    font-size: 100%;                                                                                                                                                                                                                                                       
    width: 100%;                                                                                                                                                                                                                                                           
    overflow-y:scroll;
    overflow-x: hidden;
}
body {
    font-family: 'Lato',sans-serif;
    font-size: 15px;
    padding-top: 85px;
    color: #9b9b9b;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    background:#fff; 
    border:0; 
    margin:0; 
    position: relative;
    overflow-x: none;
}
h1 { font-size: 40px; }
h2 { font-size: 21px; }
h3 { font-size: 21px; }

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    min-height: 100%;
}
#body_wrapper:after {
    content: "";
    display: block;
}
.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
img { 
    border:none;
}
a {
    color: #c30122;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: underline;
}
/* iPhone Telnr */
a[href^=tel] {
    color: #9b9b9b;
}
ul { 
    padding-left: 15px;
}
li {
    vertical-align: middle;
}
li a { 
    text-decoration:none; 
}
ol { 
    list-style:decimal; 
    list-style-position:outside; 
    padding-left:10px; 
    margin-left:10px; 
}
h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
    font-weight: 700;
    color: #414b55;
}
h1 { 
    line-height:1.2em;
    margin-top: 0;
}
h2 { 
    line-height:1.5em;
    text-transform: uppercase;
}
h3 {
    background: #eee;
    border: 1px solid #ddd;
    font-weight: 100;
    padding: 30px;
    text-transform: none;
}
.wrapper { 
    max-width: 1080px;
    margin:0 auto; 
    padding: 0;
    -moz-transform-origin: left -50px;
    -webkit-transform-origin: left -50px;
    -ms-transform-origin: left -50px;
    -o-transform-origin: left -50px;
    transform-origin: left -50px;
}
section {
    box-sizing: content-box;
    padding: 50px;
    clear: both;
    background-size: cover;
    background-position: center center;
}
section:nth-of-type(odd) {
    background: #f5f5f5;
}
section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
section:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.content {
        margin:0 auto; 
        padding: 0;
        position: relative;
        height: 100%;
        width: 100%;
}
.count {
        color: #000;
        display: none;
        font-size: 10px;
        position: absolute;
        top:-40px;
        background: #fff;
        border:1px dotted #000;
        padding: 0 5px 0 5px;
        margin: 0;
}
.cd-top {
    bottom: 0 !important;
    right: 0 !important;
}
.spacer {
        min-width: 30px;
        display: table-cell;
}
.large {
        width: 60%;
}
.small {
        width: 35%;
}
.center {
        text-align: center;
}
.clearfix:before, .clearfix:after { 
        content: " "; 
        display: table; 
}
.clearfix:after { 
        clear: both; 
}
table { 
        width:100%;
        border-collapse:collapse; 
        empty-cells:show; 
        clear:both;
}
table th { 
        text-align:left; 
        color: #c30122;
        padding:5px; 
        border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
table td { 
        padding:10px;
        vertical-align: top;
}

/* GALLERY */

.gallerybox {
        width: 300px;
        height: 250px;
        background: #fff;
        float: left;
        margin: 0 60px 60px 0;
}
.gallery {
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 200px;
}
.gallery img {
    object-fit: cover;
    object-position: 50% 0;
}
.gallerytitle {
        width: 100%;
        height: 55px;
        background: #000;
        color: #fff;
        padding: 10px;
        text-align: center;
        font-size: 12px !important;
}
.galleryhover {
        z-index: 1;
        position: absolute;
        display:block;
        background: rgba(0,0,0,0.5);
        width: 300px;
        height: 250px;
}
.crop {
        margin: 0 40px 40px 0;
        float: left;
    width: 320px;
    height: 200px;
    overflow: hidden;
}
.crop img {
    width: 400px;
    height: auto;
    margin: -50px 0 0 0;
}

/* BOOTSTRAP CHANGES */ 

.img-responsive {
        height:auto !important;
        display: inline;
}
textarea { 
        resize: vertical; 
}
.form-control {
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
    height: auto;
    padding: 12px 12px;
}
.panel {
        margin-bottom: 10px;
}
.panel-title a:link,
.panel-title a:visited,
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus { 
        text-decoration:none; 
        color:#333; 
        font-weight: 400;
}
.panel-heading {
        padding:0;
}
.panel-title > a {
        padding: 10px 20px 10px 20px;
        display: block;
}
.panel-title a:link, .panel-title a:visited, .panel-title a:active, .panel-title a:focus {
    color: #333;
        border-bottom: 0;
}
.panel-title a:hover {
        border-bottom: 0;
        background: #ededed;
}
.btn {
        text-transform: uppercase;
        padding: 15px 30px;
    background: #ed2939;
    border-color: #ed2939;
    border-radius: 10px;
    line-height: 1em;
}
.btn:hover,
.btn:active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary.focus {
    background-color: #e30000;
    background: #e30000;
    border-color: #e30000;
}
/* Lieferanten */

#bg_lieferanten table {
        width: 100%;
}
#bg_lieferanten table td {
        padding: 20px;
        text-align: center;
}

/* Team */

#bg_team table {
        width: 100%;
}
#bg_team table td {
        padding: 0 0 20px 0;
        text-align: center;
    border: 1px solid #ddd;
    vertical-align: top;
}
#bg_team img {
        max-height: 200px !important;
        width: auto !important;
}
#bg_team h3 {
    font-weight: bold;
    padding: 10px;
    background: none;
    border:none;
}

/* FOOTER */

#footer { 
        font-size:14px;
        color:#fff;
        line-height:1.5em;
        padding:20px 50px 20px 50px;
        background: #414b55;
        width: 100%;
        min-height: 70px;
}
#footer a:link, 
#footer a:visited, 
#footer a:active { 
        color:#fff; 
        text-decoration:none; 
}
#footer a:hover { 
        text-decoration:none; 
}
.absolute {
        position: absolute !important;
}
.menu_border {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#logo {
        float: left;
        z-index: 10;
        position: absolute;
        text-align: center;
        top:0;
}
#logo img {
        width: 110px;
        padding: 12px 20px 20px 20px;
        background: #fff;
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
}
#lang {
        font-family: 'Lato', sans-serif;
        float: left;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        margin:22px 0 0 150px;
}
#lang a:link,
#lang a:visited,
#lang a:active,
#lang a:focus {
        text-decoration: none;
        color: #fff;
        margin-left: 10px;
        background: #9b9b9b;
        padding: 3px 10px;
        border-radius: 5px;
}
#lang li:hover {
        background: #414b55 !important;
}
.current {
        background: #414b55 !important;
}
#menu_wrapper {
    background: #fff;
        box-sizing: border-box;
        position: fixed;
        z-index: 999;
        top: 0;
        width: 100%;
        padding: 20px 0 20px 0;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0 rgba(0, 0, 0, 0.11);
        /* Chrome Bugfix */
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    line-height: 0; /* Line-Heigh Fix */
}
.menubg {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
}
#toggle_mobile { 
        display: none; 
        z-index: 10;
        float: right;
}
#menu {
        font-family: 'Lato', sans-serif;
        font-size: 15px; line-height: 15px;
        float: right;
        font-weight:100;
        list-style:none; 
        padding: 0;
        margin: 0;
        margin-top:11px;
}
#menu_mobile {
        display: none;
}
#menu {
        padding: 0;
        margin: 0;
}
#menu a i {
        font-size: 1.25em;
        display: block;
}
#menu li {
        float: left;
        position: relative;
        list-style: none;
}
#menu li.colright {
        float: right;
}
/* Level 1 */
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:focus {
        text-decoration: none;
        display: block;
        padding: 15px 20px 15px 20px;
        margin: 0;
        color: #666;
        text-transform: uppercase;
        font-weight: 400;
        border-right: 1px solid rgba(0,0,0,0.05);
}
#menu li:hover {
        /*background: #2a2c31;*/
        background: #f9f9f9;
        cursor: pointer;
        color: #666;
}
/* Sublevels */
#menu li:hover > ul {
        display: block;
}
#menu ul li:hover a, 
#menu li:hover li a {
        color: #fff;
        padding: 10px 20px 10px 20px;
}
/* level 2 */
#menu ul {
        display: none;
        margin: 0;
        padding: 0;
        min-width: 250px;
        position: absolute;
        left: -1px;
        background: #2a2c31;
        color: #fff;
}
#menu ul li {
        float: none;
        margin: 0;
        padding: 0;
}
#menu ul a:link,
#menu ul a:visited,
#menu ul a:active,
#menu ul a:focus {
        color: #fff;
        margin: 0;
        padding: 0;
}
#menu ul li a:hover {
        background: #000;
        text-decoration: none;
        margin: 0;
}
#menu ul a:hover {
        border: 0;
        padding: 0;
        margin: 0;
}
/* level 3+ */
#menu ul ul {
        left: 181px;
        top: -3px;
}

/* SETTINGS */  

#settings {
    z-index: 9999;
    position: fixed;
    top:0;
    left: -280px;
    background: #337ab7;
    width: 280px;
    padding: 10px;
    font-size: 15px;
    min-height: 1000px;
    overflow-y: scroll; 
    display: none;
}
#toggler i,
#expander i {
        min-height: 30px !important;
        min-width: 20px !important;
        line-height: 30px;
}
#settings_toggler {
        position:fixed; 
        top:20px; 
        left:-5px; 
        z-index:9999;
}
#settings_toggler a {
        color:#fff;
        font-size: 20px;
}
#settings_expander {
        position:fixed; 
        top:70px; 
        left:-5px; 
        z-index:9999;
}
#settings_expander a {
        color:#fff;
        font-size: 13px;
}
.open-sidebar {
    left: 0 !important;
    display: block !important;
}
.expand-sidebar {
    left: 0 !important;
    width: 800px !important;
}
.open-toggler {
    left: 275px !important;
}
.body-toggler {
    left: 275px !important;
    margin-right: 275px !important;
}
.expand-toggler {
    width: 800px  !important;
}
#panels {
        font-weight: 300;
        font-size: 15px;
}
.ui-accordion .ui-accordion-content {
        overflow: hidden;
}

.reset {
        z-index:100; 
        position:absolute; 
        left:0; 
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0;
}
.save {
        margin-left:80px;
        z-index:100; 
        position:absolute; 
        right:0; 
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
}

/* STATUS */

#status {
        position: fixed;
        left: 50%;
    top: 20px;
    transform: translate(-50%, -50%);
        z-index: 99999;
}
.success {
        background: #5cb85c;
        color: #fff;
        padding:10px 50px 10px 50px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
.error {
        background: #d9534f;
        color: #fff;
        padding:10px 50px 10px 50px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
.more {
        margin: 0 auto;
        text-align: center;
        padding: 0 20px;
}
.more i {
        position: absolute;
        z-index: 666;
        padding-top: 15px;
        height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 25px;
    border: 3px solid #f5f5f5;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
    cursor: pointer;
}
.more_content {
        padding-top: 50px;
}
.news {
        position: relative;
        display: table;
}
.news h1 {
        text-transform: none;
        margin: 0;
}
.news h2 {
        text-transform: none;
        margin: 0;
}
.news > .item {
        display: table-cell;
        padding: 30px;
        text-align: center;
        width: 390px !important;
        height: 200px !important;
        overflow: hidden;
}
.news > .item:hover {
        background: #f5f5f5;
        cursor: pointer;
}
.news > .item img {
  height: 100% !important;
  min-width: 100% !important;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
.aktionen_carousel h1,
.aktionen_carousel h2,
.news_carousel h1,
.news_carousel h2 {
    font-size: 21px !important;
    text-transform: uppercase !important;
}
.more_news_main > div {
        margin: 0 auto;
        padding-top: 15px;
        text-align: center;
        height: 50px;
    width: 50px;
    background: #fff;
    border-radius: 25px;
    border: 3px solid #f5f5f5;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
}
.more_news_main > div:hover {
        background: #f5f5f5;
        cursor: pointer;
}

/* Modal Scrollbarfix */

body.modal-open{
    overflow:hidden!important;
}
.modal-open, .modal{
    padding-right:0!important
}

/* Slider */

#mycarousel {
    width: 100%;
    background: #000;
    border-bottom: 5px solid #ed2939;
}
.carousel-inner .item {
    position: relative;
        height: 400px;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel {
        margin: 0 auto;
}
.owl-carousel {
    max-width: 1200px;
    margin:0 auto;
    text-align: center;
}
.carousel-control.right,
.carousel-control.left {
        background: none;
        display: none;
}
.carousel-indicators {
        bottom: -50px;
}
.carousel-indicators li {
        background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
}
.carousel-indicators .active {
    background-color: #ccc;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-inner {
    overflow:hidden;
}
.carousel-caption {
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.carousel-caption h1 {
        color: #fff;
        font-weight: 900;
        font-size: 60px;
        line-height: 1em;
        padding: 0;
        margin: 0; 
}
.carousel-caption h2 {
        color: #fff;
        font-weight: 900;
        font-size: 30px;
        line-height: 1em;
        text-transform: none !important;
}

/* Team Carousel */

.owl-carousel img {
    margin: 0 auto;
    height: 150px !important;
    width: auto !important;
    border: 0;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.11);
}
.owl-carousel h2 {
    text-transform: uppercase;
    font-weight: 700;
}
.owl-controls {
    margin-top: -30px;
    text-align: center;
    z-index: 999;
    position: relative;
}
.owl-prev,
.owl-next {
    font-size: 40px;
    display: inline;
    padding: 30px;
}

/* RESPONSIVE */

/* Tablet Landscape */

@media screen and (max-width: 1024px) {

        #lang {
                margin:25px 0 0 120px;
        }
        #menu {
                font-size: 12px !important;
        }
        #menu a:link,
        #menu a:visited,
        #menu a:active,
        #menu a:focus {
                padding: 15px;
        }
        .carousel-caption {
                width: 100%;
                position: absolute;
                top: 40%;
                left: 50%;
                transform: translate(-50%, -25%);
        }
        .carousel-caption h1 {
                font-size: 60px;
        }
        .carousel-caption h2 {
                font-size: 30px;
        }
        .news > .item {
                display: block;
                padding: 30px;
                width: 100% !important;
                max-width: 100% !important;
                height: auto !important;
        }
        .news > .item img {
                width: 100% !important;
        }
}

/* Tablet Portrait 768px */ 

@media screen and (max-width: 768px) {

    body,
    #body_wrapper {
        padding: 0 0 0 0;
    }
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
            display: block;
            width: 100% !important;
            text-align: center !important;
    }
    #lang {
            margin:0 0 0 120px;
    }
    #mycarousel {
        width: 100%;
    }
    #slogan {
            display: none;
    }
    #body_wrapper {
        padding-top:50px;
    }
    #menu_wrapper {
        padding: 20px 50px 20px 50px;
    }
    #body_wrapper {
        padding-top: 0;
    }
    section {
        clear: both;
        box-sizing:border-box;
        text-align: center;
    }
    .wrapper {
        max-width: 100% !important;
    }
    .content {
        max-width: 100% !important;
        height: auto !important;
        padding: 0;
        margin: 0;
    }
    .heightonly {
        padding: 50px !important;
    }
    #footer { 
        text-align: center;
    }
    #footer img { 
        display: none;
    }
    img, 
    iframe {
        max-width: 100%;
    }
    ul,li { 
        vertical-align:middle;
    }
    td {
        width: 100% !important;
    }
    #content_container {
        padding-bottom:0;
    }

    /* Menu Mobile */

    #menu_wrapper {
        padding: 30px;
        position: relative;
        top:0;
    }
    #menu {
        display: none;
    }
    #toggle_mobile { 
        display: block;
        position: absolute;
        z-index: 2000;
        right: 0;
        top: 0;
    }
    #toggle_mobile i { 
        color: #4d5059;
        font-size: 30px;
        float: right;
        padding: 15px 50px;
    }
    #menu_mobile {
        display: none;
        top:60px;
        position: absolute;
        left:0;
        right: 0;
        width: 100%;
        background: #2a2c31;
        color: #fff;
        z-index: 1;
        list-style:none; 
        padding: 0;
        margin: 0;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    }
    #menu_mobile li { 
        text-align: center; 
        width: 100%;
        background:none;
        padding: 0;
        margin: 0;
    }
    #menu_mobile > li a:link, 
    #menu_mobile > li a:visited, 
    #menu_mobile > li a:active {
        color:#fff; 
        text-decoration:none;
        display: block;
        padding: 30px;
        margin: 0;
        border-bottom: 1px solid #484b54;
    }
    #menu_mobile li a:hover {
        background: #000;
    }
    ul {
        margin: 0 auto;
        text-align: left;
        display: inline-block;
    }

}

/* Smartphone 480px */

@media screen and (max-width: 480px) {

    .carousel-caption {
        width: 100%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -25%);
    }
    h1 {
        font-size: 30px !important;
    }
    section {
        padding: 50px 25px 50px 25px;
    }
    #lang {
        margin:0 0 0 100px;
    }
    img {
        width: 100%;
        height: auto;
    }
    .menushow {
        display: block !important;
    }
    #toggle_mobile i {
        float: right;
        padding: 15px 25px;
    }
    body {
        padding-top: 0;
        overflow-x: none;
    }
    .overflowed {
        display: block;
        min-width: 250% !important;
    }
    #logo img {
        width: 80px;
    }
}

/* Smartphone 240px */

@media screen and (max-width: 320px) {

    #body_wrapper {
        padding: 0 0 0 0;
    }
    #lang {
        font-size: 10px;
        margin-left: 50px;
    }
    #menu_wrapper {
        padding: 20px 0 20px 0;
    }
    #toggle_mobile i {
        font-size: 20px !important;
    }
    #toggle_mobile i {
        float: right;
        padding: 5px 20px;
    }
    #logo img {
        width: 50px;
        padding: 10px;
    }
    #menu_mobile {
        top: 30px;
    }
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
