@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,500,700");

html, body{
    overflow-x:hidden;
}
body{
    background:#FFF no-repeat;
    background-size:cover;
    background-attachment:fixed;
    font-family: 'Raleway', sans-serif;
}

h1,h2,h3,h4,h5,h6 {margin:0px}

a {
  color: #efb20c;
  cursor:pointer;
}
a:hover,
a:focus {
  color: #efb20c;
  outline:none;
  text-decoration:none;
}
a:active{
    outline: none;
    text-decoration:none;
}

header ul, header ol {
    list-style: outside none none;
}
hr{
    border-color:#ecf0f1;
    margin-top: 5px;
}
hr.divider_typ_3 {
    margin-top:5px !important;
}

.full_width {
    width:100%;
}
.full-width-max {width:100%;max-width:100%;}

.f_left {float:left}
.f_right {float:right}

.nopad {
    padding:0px;
}
.p_tb_10 {padding-top:10px;padding-bottom:10px}
.p_top_10 {padding-top:10px}
.p_bottom_10 {padding-bottom:10px}
.p_lr_15 {
    padding-left:15px;
    padding-right:15px;
}
.m_right_5 {
    margin-right:5px;
}
.m_right_10 {
    margin-right:10px;
}
.m_right_15 {
    margin-right:15px;
}
.m_right_30{
    margin-right:30px;
}

.m_left_5 {
    margin-left:5px;
}
.m_left_10 {
    margin-left:10px;
}
.m_left_15 {
    margin-left:15px;
}

.m_top_10 {
    margin-top:10px
}
.m_top_20 {
    margin-top:20px
}
.m_top_30 {
    margin-top:30px
}
.m_top_45 {
    margin-top:45px
}

.m_bottom_0{
    margin-bottom: 0px;
}
.m_bottom_5{
    margin-bottom: 5px;
}
.m_bottom_10{
    margin-bottom: 10px;
}
.m_bottom_20{
    margin-bottom: 20px;
}
.m_bottom_30{
    margin-bottom:30px;
}
.m_bottom_45{
    margin-bottom:45px;
}
.d_none {
    display:none;
}

.v_align_t {
    vertical-align: top;
}

.v_align_m {
    vertical-align: middle;
}

.v_align_b {
    vertical-align: bottom;
}

.v_align_bs {
    vertical-align: baseline;
}

.d_inline_middle{
    display:inline-block;
    vertical-align: middle;
}
.d_inline_b {display: inline-block;}
.icon {vertical-align:baseline;margin-right:5px}
.shadow {box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)}
.relative{
    position:relative;
}
.p_vr_0{
    padding-top:0 !important;
    padding-bottom:0 !important;    
}
.divider_type_3 > li:before{
    border-color:#e2e6e7;
}

/* HEADER EINSTELLUNGEN */
.horizontal_list > *{
    float:left;
}
.horizontal_list > *:first-child{
    margin-left:0;
}
.users_nav li{
    margin-left:8px;
}
.users_nav li:before,.l_width_divider li:before{
    content:"";
    display: inline-block;
    height:10px;
    border-left:1px solid #828686;
    margin:6px 8px 0 0;
}

.l_width_divider li:before{
    margin:0 15px 0 0;
}

.users_nav li:first-child:before,
.l_width_divider li:first-child:before{
    display: none;
}
.header-top {
    background-color: #ebebeb;
    border-bottom: 2px solid #efb20c;
}
.h_bot_part{
    margin-top:40px;
    margin-bottom: 40px;
}

.glyphicon_item i[class^="fa "]{
    font-size:60px;
}

.glyphicon_item{
    padding:20px;
    border:2px solid;
    height:130px;
}
.glyphicon_item dl dt{
    font-size:2.6em;
    line-height: 1em;
    margin-bottom:3px;
}
.glyphicon_item dl dd{
    font-size:1.3em;
    line-height: 1em;
}

.vc_child:after{
    content:"";
    display:inline-block;
    height:100%;
    vertical-align: middle;
}
.logo-holder img {width:100%;}
    

    

/* FARBEINSTELLUNGEN */
.color_light {
    color: #fff;
}
.color_green {
    color: #2ecc71;
}
.color_dark {
    color: #666;
}
.color_theme {
    color: #efb20c;
}
.bg_color_green_2 {
    background:#2ecc71;
}

.bg-success {
    background-color:#5cb85c;
}
.bg-warning {
    background-color:#f0ad4e;
}
.bg-info  {
    background-color:#5bc0de;
}
.border-success {
    border-color:#4cae4c;
}
.border-warning {
    border-color:#eea236;
}
.border-info  {
    border-color:#46b8da;
}

/* Buttons */
.btn {
    border-radius: 0px;
}

.btn-link {
  color: #efb20c;
}
.btn-link:hover,
.btn-link:focus {
  color: #efb20c;
}

.btn:active,
.btn:visited,
.btn:focus{
    outline:none;
}

.btn-labeled {
    padding-bottom: 0;
    padding-top: 0;
}
.btn-label {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    display: inline-block;
    left: -13px;
    padding: 10px 17px;
    position: relative;
    width: 50px;
    text-align: center;
}
.btn-primary {
  color: #ffffff;
  background-color: #efb20c;
  border-color: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #555555;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #efb20c;
}
.buyNow .btn ,
.thumbnail .btn,
#footer .btn{
    text-align: left;
}

.ebay-buttons .btn {
    text-align:left;
    width:49%;
}

/* TYPOGRAPHY */
.fw_light {
    font-weight:300;
}
.fw_medium {
    font-weight: 400;
}
.fw_strong {
    font-weight:500;
}
.fw_heavy {
    font-weight:700;
}
.f_size_small {
    font-size: 0.85em;
}
.f_size_medium {
    
}
.f_size_large{
    font-size: 1.2em;
}
.tt_uppercase {
    text-transform: uppercase;
}

/* HAUPTBEREICH*/
.page_content_offset {padding-top:30px;}    
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #efb20c;
}
.tt-suggestion.tt-is-under-cursor {
  color: #efb20c;
}
.typeahead:focus {
  border-color: #efb20c;
}
.form-control:focus {
  border-color: #efb20c;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #efb20c;
}
.list-group-item:last-child {
    border-radius:0px;
}
blockquote {
  border-left-color: #efb20c;
  font-size: 14px;
}
blockquote.pull-right {
  border-right-color: #efb20c;
}
.text-primary {
  color: #1775bb;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #efb20c;
}
.list-group-item:first-child {
    border-radius:0px;
}
a.list-group-item.active {
  background-color: #efb20c;
  border-color: #efb20c;
}
a.list-group-item.active .list-group-item-text {
  color: #d2ebcf;
}
.product_info table {
    margin: auto;
}

.product_info tr {
    list-style:none;
    border-bottom:1px solid #ecf0f1;
}
.product_info tr:last-child {
    border-bottom:0px;
    margin-bottom:10px;
}



.panel-primary .panel-heading {
  background-color: #efb20c;
  border-color: #efb20c;
}
.tab-pane h4 {
    margin-top:10px;
    font-size: 20px;
}

.price_wrapper .f_size_large{
    font-size: 2.5em;
}

.price_wrapper p {
    margin-bottom: 0px;
}
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 

.short-text{
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}

.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.tab-content {
    margin-bottom:40px;
}

.thumbnail,
.img-thumbnail {
    border-radius:0px;
}

.thumb-center {
    text-align: center;
    border-bottom:1px solid #ecf0f1;
}

.thumb-holder {
    display: inline-block;
    /*height: 345px;*/}

.thumb-holder span {
    display: table-cell;
    height: 250px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

.thumb-holder span img {
    max-width: 250px;
    width: 100%;
}

/* Zoom In #1 */
.img-hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img-hover:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.price-wrapper  {
    line-height:2em;
}
.price-wrapper  span {
    font-size:2em;
}
.price-wrapper  span small {
    font-size:0.35em;
    font-weight:300;
}


/* NAVIGATION*/
.navbar {
    border-radius:0px;
}
 
.navbar-fld {
    background-color: #1775bb;
    border-color: #1775bb;
    border-top:0px;
    border-bottom:0px;
}

.nav > li > div {
  position: relative;
  display: block;
  padding: 10px 15px;
  cursor: default;
}   
.navbar-nav > li > a,
.navbar-nav > li > div{
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 23px;
  color: #fff;
  text-transform:uppercase;
}
.navbar-nav li .active{
    background-color: #efb20c
}
.navbar-fld .navbar-nav > li > div:hover,
.navbar-fld .navbar-nav > li > a:hover {
    color: #fff;
    background-color:#efb20c;
}

.navbar-collapse.collapse {
  display: none;
}
.dropdown-open {
  background: #f5f5f5;
  color: #666 !important;
}

.navbar-fld .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a,
.navbar-fld .navbar-nav > li > div, .navbar-inverse .navbar-nav > li > div {
    border-bottom: 3px solid transparent;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;  
}

.navbar-toggle,
.navbar-toggle .icon-bar{
    border-color: #fff;
}

.navbar-fld .navbar-toggle{
    border-color: transparent; !important;
}
.navbar-fld .navbar-toggle .icon-bar{
    background-color: #fff;
    border-radius: 0px !important;
    height:4px;
    width: 30px;
}

.navbar-brand {
    font-size: 25px;
    height: 55px;
    line-height: 25px;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #666 !important;
}

.dropdown-toggle {
    color: #666;
}

.nav >li > a:vistited,
.nav >li > a:link,
.nav >li > a:link,
.nav >li > a:focus {
    color: #666;
}
.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  background-color: #efb20c;
  border-color: #efb20c;
}
.navbar-fld .navbar-nav > li > a:hover,
.navbar-fld .navbar-nav > li > div:hover,
.navbar-fld .navbar-nav > li > a:focus{
  border-bottom-color: #efb20c;
}
.navbar-fld .navbar-nav > .active > a,
.navbar-fld .navbar-nav > .active > div,
.navbar-fld .navbar-nav > .active > a:hover,
.navbar-fld .navbar-nav > .active > div:hover,
.navbar-fld .navbar-nav > .active > a:focus,
.navbar-fld .navbar-nav > .active > div:focus {
  border-bottom-color: #efb20c;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  background-color: #efb20c;
}
#search {
    float: right;
}
.navbar .input-group {
    margin: 18px 0 -18px 0;
}
.navbar .input-group form {
    display: table;
}
#search .input-group-addon button, #search-form .input-group .btn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 18px;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
}
.nav-tabs > li > a{
    border-radius:0px;
    color: #fff;
    background-color: #efb20c;
    border-color: #efb20c;
    text-transform:uppercase;
    font-weight:500;
    font-size:1.25em;
}

.nav-tabs > li > a:hover{
    color:#fff !important;
    background-color: #1775bb;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    -o-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
    border-color: #1775bb;
}

.nav-tabs > li > a .active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus,.nav-tabs >li > a.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #1775bb;
    border-color: #1775bb #1775bb transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff !important;
    cursor: default;
    outline: medium none;
    -webkit-transition: color .4s ease, background-color .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease;
    -o-transition: color .4s ease, background-color .4s ease;
    transition: color .4s ease, background-color .4s ease;
}

/* WIDGET*/

.widget  figcaption {
    background: #1775bb;
    padding: 15px 20px 14px 20px;
    border-left: 5px solid #efb20c;
}

.widget  figcaption h3 {
    color: #fff;
    font-size:20px;
}

.widget .widget_content {
    padding: 15px 20px 14px 20px;
    border:1px solid #ddd;
}

.widget .widget_content center ul li {list-style: none;float: left;margin: 5px}
.widget .widget_content center ul li:hover {
    opacity: 0.5;
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;  
}       

/* BILDER GALLERIE*/
#mainpic {
    display: inline-block;
}
#mainpic span{
    height:auto;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
#mainpic span img{
    width:100%;
    height: auto;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; 
}

.product_single_preview #gallery{
    width: 100%;
    text-align: center;
}

#image-thumb {
    text-align:left;
}
.product_single_preview{
    width:100%;
    z-index:0;
}

.photoframe{
    border:10px solid #fff;
    z-index:1;
    background:#fff;
    border-top: 0px;
}
.qv_preview [class*="button_type_"]{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:2;
}
.product_single_preview hr {
    margin-top:5px;
}

.qv_carousel_wrap *{
    -webkit-backface-visibility:hidden;
}
.qv_carousel_wrap li{
    padding:0 3.5px;
    cursor:pointer;
}

.qv_carousel_single {
    padding:0px;
    display: table;
    margin: auto;
    text-align: left;
}
.qv_carousel_wrap .qv_carousel_single li{
    width: 100px;
    height:100px;
    display: inline-block;
    list-style: none;
    margin: 0px 3px 5px 3px;
}
.qv_carousel_wrap .qv_carousel_single li span{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 99px;
    height: 99px;
}
.qv_carousel_wrap .qv_carousel_single li img{
    max-width:95px;
    max-height: 95px
}

/* FOOTER */
#footer {
    background: #1775bb;
    color: #fff;
    padding:45px 0 0;
}

#footer h3:before {
    content: "";
    border-left:4px  solid #efb20c;
    margin-right:10px;
}

#footer ul {
    list-style:none;
}


.footer_top_part{
    padding-bottom:37px;
}
.footer_bottom_part {
    background: #292f38 none repeat scroll 0 0;
    color: #696e6e;
    padding: 24px 0 22px;
}

#footer .social-footer li {
    float:left;
    padding: 15px 10px;
}

#footer .social-footer a:hover {
    -webkit-transition:all .4s ease;
    -moz-transition:all .4s ease;
    -o-transition:all .4s ease;
    transition:all .4s ease;  
}

#footer .social-footer .soc-fb a:hover {
    color:#3b5998;
}
#footer .social-footer .soc-tw a:hover {
    color:#00aced;
}
#footer .social-footer .soc-gp a:hover {
    color:#dd4b39;
}
.c_info_list {
    word-break: break-all;
}

.c_info_list .contact_e {
    display: block;
    padding-left: 20px;
}

.vertical_list{
    margin-top:-8px;
}
.vertical_list li a{
    display:block;
    padding:8px 0;
    border-top:1px solid #efb20c;
    position:relative;
}
.vertical_list li:first-child a,.categories_list > li:last-child > a{
    border:none;
}
.vertical_list li a i[class^="fa "]{
    position:absolute;
    right:0;
    top:50%;
    margin-top:-7px;
}

/* RESPONSIVE */
/* TABLET LANDSCAPE */
@media only screen and (max-width: 1200px){
    .glyphicon_item i[class^="fa "]{
        line-height:1em;
    }
    .glyphicon_item{
        height:auto;
        padding-top:30px;
    }   
    .d_md_inline_middle{
        display:inline-block;
        vertical-align: middle;
    }
    .d_md_block{
        display:block;
    }
    .m_md_bottom_5{
        margin-bottom:5px;
    }
    .m_md_bottom_10{
        margin-bottom:10px;
    }
    .m_md_bottom_30{
        margin-bottom:30px;
    }   
    .m_md_right_0{
        margin-right:0px;
    }   
    .t_md_align_c {
        text-align:center;
    }
}

@media only screen and (max-width: 992px){
    .f_sm_none{
        float:none !important;
    }
    .m_sm_bottom_20{
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .dropdown-open {
      color: #666;
  }

  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}


@media only screen and (max-width:900px){
    #mainframe{max-width:900px;}
}
@media only screen and (max-width:800px){
    #mainframe{max-width:800px;}
}
@media (min-width: 901px) and (max-width: 992px) {
    .thumb-holder span {width:280px;height:280px;}
}
@media (min-width: 800px) and (max-width: 900px) {
    .thumb-holder span {width:220px;height:200px;}
}
@media only screen and (max-width:768px){
    .navbar .input-group {
        margin:10px 0px;
    }
    #mainframe{max-width:768px;}
    .product_single_preview,
    .product_single_preview #gallery,
    #mainpic span img {
        width:100%;
    }
    .p_xs_lr_15 {padding-left:15px;padding-right:15px;}
    .f_xs_left {float:left !important;}
    .f_xs_none {float:none !important;}
    .f_xs_right {float:right !important;}
    .p_xs_tb_0 {padding-top:0px;padding-bottom:0px;}
    .p_xs_bottom_30{padding-bottom: 30px;}
    .m_xs_top_0 {margin-top:0px !important}
    .m_xs_top_2 {margin-top:2px}
    .m_xs_top_5 {margin-top:5px}
    .m_xs_top_10 {margin-top:10px}
    .m_xs_bottom_2 {margin-bottom:2px;}
    .m_xs_bottom_5 {margin-bottom:5px;}
    .m_xs_bottom_10 {margin-bottom:10px;}
    .nopad_xs {padding:0px;}
    
    .m_xs_right_0{
        margin-right:0;
    }
    .m_xs_right_5 {
        margin-right:5px;
    }
    .m_xs_right_10 {
        margin-right:10px;
    }
    .m_xs_right_15 {
        margin-right:15px;
    }
    .m_xs_left_0 {
        margin-left:0px;
    }
    .m_xs_left_5 {
        margin-left:5px;
    }
    .m_xs_left_10 {
        margin-left:10px;
    }
    .m_xs_left_15 {
        margin-left:15px;
    }   
    .t_xs_align_c {
        text-align: center;
    }
    .nav-tabs > li {
        margin-top:2px;
    }
    .nav-tabs > li > a {
        width:100%;
    }
    .glyphicon_item dl dd{
        font-size:1.2em;
    }
    .t_xs_align_c {
        text-align:center;
    }
    .qv_carousel_single {
        text-align: center;
    }
    .d_xs_inline_b{
        display:inline-block;
    }
    .d_xs_block{
        display:block;
    }

    .w_xs_full {
        width:100%;
    }

}
@media only screen and (max-width:640px){
    #mainframe{max-width:640px;}
    #search{position: relative;margin-bottom: 20px;}
}
@media only screen and (max-width:600px){
    #mainframe{max-width:600px;}
}
@media only screen and (max-width:480px){
    #mainframe{max-width:480px;}
    .t_xs_left {
        text-align:left !important;
    }
    .w_mxs_full{
            width:100%;
        }
    #mainpic {
        max-width: 350px;
    }
    #mainpic span {
        max-width: 350px;
    }
    .qv_carousel_wrap .qv_carousel_single li {
        width: 85px;
        height: 85px;
    }
    .qv_carousel_wrap .qv_carousel_single li span {
        width: 84px !important;
        height: 84px !important;
    }
    .qv_carousel_wrap .qv_carousel_single li span img {
        max-width: 83px !important;
        max-height: 83px !important;
    }
}
@media only screen and (max-width:360px){
    .thumb-holder span {width:290px;height:290px;}
    #mainframe{max-width:360px;}
    #mainpic {
        max-width: 235px;
    }
    #mainpic span {
        max-width: 235px;
    }
    .w_xs_full {
        width:100% !important;
    }   
}
@media only screen and (max-width:320px){
    #mainframe{max-width:320px;}
    #mainpic {
        max-width: 195px;
    }
    #mainpic span {
        max-width: 195px;
    }
}


/*++++++++++++++++++++++*/
[class*="alert_box"].error i[class^="fa "]{
    color:#e74c3c;
}
[class*="alert_box"]{
    padding:10px 20px 10px 90px;
    position: relative;
}
[class*="alert_box"] p{
    font-size:1em;
}
[class*="alert_box"] span{
    font-weight:700;
    font-size:1.5em;
}
[class*="alert_box"] i[class^="fa "]{
    font-size:55px;
    position:absolute;
    left:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
[class*="alert_box"].success{
    background:rgba(39,174,96,.1);
}
[class*="alert_box"].success i[class^="fa "]{color:#2ecc71;}
[class*="alert_box"].info{
    background:rgba(52,152,219,.1);
    color:#2980b9;
}
[class*="alert_box"].info i[class^="fa "]{color:#3498db;}
[class*="alert_box"].error{
    background:rgba(231,76,60,.1);
    color:#cb2700;
}
[class*="alert_box"].warning i[class^="fa "]{color:#f39c12;}
[class*="alert_box"].warning{
    background:rgba(243,156,18,.1);
    color:#e67e22;
}

    
    
    
    
    


















