body {
    background: #efefef;
    color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #c00;
    font-weight: 300;
}
a {
    color: #c00;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.btn {
    font-weight: 300;
    border: 0;
}
.btn.btn-primary {
    background-color: #52b6ec;
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
    background-color: #1586c3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
a:hover,
a:focus {
    color: #843534;
    text-decoration: underline;
    outline: none;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 99999;
}
#main-slider,
#main-slider-2
{
    background-image: url(../images/emo/Unser-Naehgeschaeft-in-Ravensburg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: #fff;
}
#main-slider .item {
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
    text-align: center;
}
#main-slider .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    -webkit-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 2;
}
#main-slider .item.active p.headline {
    -webkit-animation: scaleUp 400ms;
    -moz-animation: scaleUp 400ms;
    -o-animation: scaleUp 400ms;
    -ms-animation: scaleUp 400ms;
    animation: scaleUp 400ms;
}
#main-slider .prev,
#main-slider .next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    margin-top: -50px;
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: rgba(204, 0, 0, 0.5);
    text-decoration: none;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .next {
    right: 10px;
}
#main-slider p.headline  {
    font-size: 30px;
    text-shadow: 0 3px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin-bottom: 0px;
}
#main-slider p.headline  span{
    background-image: url(../images/kachel2.png) !important;
    padding: 5px 10px;
    display: inline-block;
}
#main-slider .lead span{
    background-image: url(../images/kachel2.png) !important;
    line-height: 20px;
    padding: 6px 10px;
    margin-bottom: 0px;
    display: inline-block;
}
.box {
    padding: 30px 30px;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.box.first {
    margin-top: -85px;
    border-radius: 5px 5px 0 0;
}
.box.last {
    border-radius: 0 0 5px 5px;
}
.box h1 {
    padding: 0px 30px;
    padding: 0px 0px;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
}
.box h2,
.box h2 a
{
    color: #333;
    font-size: 22px;
    color: #cc0000;
}
.box h3 a:hover {color: #cc0000;}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.center {
    text-align: center;
}

#home .box.first                {margin-top: -180px }
#home .box.first h1             {margin-top: 0px;padding-top: 0px; }
#home .box.first h3             {margin-bottom: 10px; }
#home .box.first #main-slider   {background-image: none;padding: 0px 0; }
#home .box.first #main-slider .lead{color: #333}
#home .box.first .col-xs-4.center {padding-right: 15px;}
#home .box.first .glyphicon-chevron-right {font-size: 11px}

.carousel.scale .left-arrow,
.carousel.scale .right-arrow {
    top: 30%;
    position: absolute;
}
.carousel.scale .left-arrow {
    left: -10px;
}
.carousel.scale .right-arrow {
    right: -10px;
}
.carousel.scale .active .row > div:nth-child(1) {
    -webkit-animation: scaleUp 200ms linear 0ms both;
    -moz-animation: scaleUp 200ms linear 0ms both;
    -ms-animation: scaleUp 200ms linear 0ms both;
    -o-animation: scaleUp 200ms linear 0ms both;
    animation: scaleUp 200ms linear 0ms both;
}
.carousel.scale .active .row > div:nth-child(2) {
    -webkit-animation: scaleUp 200ms linear 100ms both;
    -moz-animation: scaleUp 200ms linear 100ms both;
    -ms-animation: scaleUp 200ms linear 100ms both;
    -o-animation: scaleUp 200ms linear 100ms both;
    animation: scaleUp 200ms linear 100ms both;
}
.carousel.scale .active .row > div:nth-child(3) {
    -webkit-animation: scaleUp 200ms linear 200ms both;
    -moz-animation: scaleUp 200ms linear 200ms both;
    -ms-animation: scaleUp 200ms linear 200ms both;
    -o-animation: scaleUp 200ms linear 200ms both;
    animation: scaleUp 200ms linear 200ms both;
}
.carousel.scale .active .row > div:nth-child(4) {
    -webkit-animation: scaleUp 200ms linear 400ms both;
    -moz-animation: scaleUp 200ms linear 400ms both;
    -ms-animation: scaleUp 200ms linear 400ms both;
    -o-animation: scaleUp 200ms linear 400ms both;
    animation: scaleUp 200ms linear 400ms both;
}
.icon-social {
    border: 0;
    color: #fff;
    border-radius: 100%;
    display: inline-block !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
}
.icon-social.icon-facebook {
    background: #4f7dd4;
}
.icon-social.icon-facebook:hover {
    background: #789bde;
}
.icon-social.icon-twitter {
    background: #5bceff;
}
.icon-social.icon-twitter:hover {
    background: #8eddff;
}
.icon-social.icon-linkedin {
    background: #21a6d8;
}
.icon-social.icon-linkedin:hover {
    background: #49b9e3;
}
.icon-social.icon-google-plus {
    background: #dc422b;
}
.icon-social.icon-google-plus:hover {
    background: #e36957;
}
.icon-social.icon-pinterest {
    background: #cb2027;
}
.icon-social.icon-pinterest:hover {
    background: #e03e44;
}
.icon-social.icon-youtube {
    background: #ce332d;
}
.icon-social.icon-youtube:hover {
    background: #da5954;
}
.icon-social:hover {
    color: #fff;
}
.navbar-default {
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 0;
    padding: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    overflow: hidden;
}
.navbar-default .first a {
    border-radius: 0 0 0 5px;
}
.navbar-default .navbar-brand {
    margin-right: 0px;
    margin-left: 15px;
    width: 150px;
    height: 130px;
    background: url(../images/Logo-CM-Warth-Naehmaschinen-in-Ravensburg.png) no-repeat 0 50%;
}
.navbar-default ul.navbar-nav {
    margin-top: 45px;
    float: right;
}
.navbar-default .navbar-nav > li {
    margin-left: 1px;
}
.navbar-default .navbar-nav > li > a {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 18px;
    color: #999;
}
.navbar-default .navbar-nav > li > a > i {
    display: inline-block;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active:focus > a,
.navbar-default .navbar-nav > li.active:hover > a,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active:focus > a:focus,
.navbar-default .navbar-nav > li.active:hover > a:focus,
.navbar-default .navbar-nav > li:hover > a:focus,
.navbar-default .navbar-nav > li:focus > a:focus {
    background-color: #333;
    color: #fff;
}
/*vg*/ @media (max-width: 1000px) {
    .navbar-default ul.navbar-nav {margin-top: 60px}
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 10px 10px;
    }
    .navbar-default .navbar-brand {
        width: 115px;
    }
    #main-slider h1 span{font-size: 30px;}
    .lead {font-size: 16px;}
}
/*vg*/ @media (max-width: 768px) {
    .navbar-default ul.navbar-nav {margin-top: 25px}
    .navbar-default ul.navbar-nav {
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 15px;
    }
    #main-slider h1 span{font-size: 30px;}
    .lead {font-size: 16px;}
}
.icon-lg {
    font-size: 48px;
    height: 108px;
    width: 108px;
    line-height: 108px;
    color: #fff;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block !important;
    border-radius: 100%;
}
.icon-md {
    font-size: 24px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    color: #fff;
    margin-right: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
}
.icon-color1 {
    background-color: #e74c3c;
}
.icon-color2 {
    background-color: #2ecc71;
}
.icon-color3 {
    background-color: #3498db;
}
.icon-color4 {
    background-color: #8e44ad;
}
.icon-color5 {
    background-color: #1abc9c;
}
.icon-color6 {
    background-color: #2c3e50;
}
.gap {
    margin-bottom: 50px;
}
.big-gap {
    margin-bottom: 100px;
}
.small-gap {
    margin-bottom: 25px;
}

#footer {
    padding-top: 15px;
    padding-bottom: 30px;
    color: #999;
}
#footer a {
    color: #999;
}
#footer a:hover {
    color: #cc0000;
}
ul.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
ul.social > li {
    margin: 0 0 20px;
}
ul.social > li > a {
    display: block;
    font-size: 18px;
}
ul.social > li > a i {
    margin-right: 10px;
}
textarea#message {
    padding: 10px 15px;
    height: 220px;
}
@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes scaleUp {
    0% {
        opacity: 0;
        -moz-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes scaleUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@-ms-keyframes scaleUp {
    0% {
        opacity: 0;
        -ms-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@-o-keyframes scaleUp {
    0% {
        opacity: 0;
        -o-transform: scale(0.3);
    }
    100% {
        opacity: 1;
        -o-transform: scale(1);
    }
}

.naehmaschine-image{width: auto}


@media (max-width: 3000px) {
    iframe.googleIframe {width: 350px;height: 220px;border: 2px solid #ccc;} 
    .baby-lock { width: 800px;}
} 
@media (max-width: 970px) {
    .responsive-gap {margin-bottom: 25px;}
    iframe.googleIframe {width: 650px;}   
    .baby-lock { width: 650px;}
}
@media (max-width: 768px) {
    iframe.googleIframe {width: 550px;} 
    .baby-lock { width: 500px;}
}
@media (max-width: 668px) {
    iframe.googleIframe {width: 450px;}   
    .baby-lock { width: 500px; }
    .naehmaschine-image{width: 400px}
}
@media (max-width: 480px) {
    iframe.googleIframe {width: 350px;}   
    .baby-lock { width: 300px;}  
}
.carousel-content p.headline{ padding-top: 50px;}
.carousel-content p         {color: #fff;opacity: 1;}

#start .box .col-xs-4 img   {margin-bottom: 10px}
.service .box a             {color: #c00;opacity: 1;}
.service .box a:hover       {color: #843534;opacity: 0.7;text-decoration: underline}
h3                          {color: #c00 !important;}


.service .naehmaschine-image{max-width: 280px;margin-top: 40px}
.about-us .naehmaschine-image{width: 500px;margin-top: 10px}
.logos-img {margin-bottom: 20px;}
.logos-img.first{margin-top: 30px}
.about-us .box.first{margin-top: -120px}

#naehmaschinen .naehmaschine-image,
#home .naehmaschine-image 
{height:175px; width: auto;margin-bottom: 20px;}
#naehmaschinen .naehmaschine-image.expression, 
#home .naehmaschine-image.expression 
{height:300px;}
#naehmaschinen .col-xs-6 h2, 
#home .col-xs-6 h2 
{margin-bottom: 15px; font-size: 20px}
.contact h2 {
    border-radius: 4px;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

address span {display: inline-block;width: 45px; }

p.headline-imprint
{
    margin-bottom: 2px;
    margin-top: 15px;
}

iframe.youtube{
    width: 560px;
    height: 315px;
}

@media (max-width: 990px)  {
        .about-us .naehmaschine-image{width: 300px;}
    #naehmaschinen .naehmaschine-image { height: auto; width: 300px;}  
    #naehmaschinen .naehmaschine-image.expression {height:auto; width: 300px}
} 
    
@media (max-width: 800px)  {
    .col-xs-4 {
        width: 90%;
        margin-bottom: 20px;
    }       
    .col-xs-2{
        width: 25%;
    }       
    .col-xs-5 {
        width: 70%;
    }       
    .col-xs-6 {
        width: 90%; 
    }
    iframe.youtube{
        width: 300px;
        height: auto;
    }
    .contact .col-md-7 {
        width: 95%; 
    }
    .contact .col-xs-7 {
        width: 95%; 
    }
    .about-us .naehmaschine-image{width: 350px;}
    #naehmaschinen .naehmaschine-image,
    #home .naehmaschine-image
     {
        height: auto;
        width: 350px;
    }  
    #naehmaschinen .naehmaschine-image.expression,
     #home .naehmaschine-image.expression
    {height:auto; width: 350px}
}

@media (max-width: 480px) {
    .contact {
        font-size: 16px;
    }
    .contact .col-md-7 {
        width: 95%; 
    }
    .contact .col-xs-3 {
        width: 95%; 
    }
    .contact .col-xs-9 {
        width: 95%; 
    }
    .contact .col-xs-7 {
        width: 95%; 
    }
    .about-us .naehmaschine-image{width: 200px;}
    #naehmaschinen .naehmaschine-image, 
    #home .naehmaschine-image 
    {
        height: auto;
        width: 200px;
    }  
    #naehmaschinen .naehmaschine-image.expression,
    #home .naehmaschine-image.expression 
    {height:auto; width: 200px}
    #home .naehmaschine-image {
        width: 200px;
    }
    .hidden-br {
        visibility: hidden;
        display: none !important;
    }
}

@media (max-width: 400px) {
    #home .naehmaschine-image {
        width: 200px;
    }
    .hidden-br {
        visibility: hidden;
        display: none !important;
    }
    #naehmaschinen .naehmaschine-image.expression,
    #home .naehmaschine-image.expression 
    {height:auto; width: 200px}
}

.disclaimer h2
{
    font-size: 26px;
}
.naehmaschine-image.bigTest {border: 10px solid red}

 .box-shadow {
    background-color: white;
    border: 1px solid #efefef;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
  }
.box-padding{
margin-bottom:50px;
padding: 0px 50px 0px 50px;
}
  