/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.02.2015, 19:45:33
    Author     : apiening
*/

.footer-v1 .footer {
    background: #0296de;
}

a.white {
    color: white;
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid white;
}

.footer a:hover {
    color: black;
}

/* Remove padding to close the navbar-gap */
.header .navbar-brand {
    padding-bottom: 0px;
}

/* Portfolio */
.sorting-block .sorting-nav li.active {
    color: #0296de;
    border-bottom: solid 1px #0296de;
}

.sorting-block .sorting-grid li a:hover span.sorting-cover {
    background: #0296de;
}

/*
.carousel-inner {
    max-height: 425px;
    overflow: hidden;
}
*/

/*
.carousel-inner > div > img {
    /*width: 100%;*/ /*
    min-width:  100%;
    min-height: 100%;
    width:  auto;
    height: auto;
    top:-100%; left:0; right: 0; bottom:-100%;
}
*/

.carousel-indicators .active {
    background-color: #585F69;
}

.carousel-indicators li {
    border: 1px solid #585F69;
    background-color: white;
}

.header {
    margin-bottom: 10px;
}

/*Align language menu (login bar) to the left*/
ul.loginbar {
    padding-left: 0px;
}

/*Reset logo offset*/
a.navbar-brand.hidden-lg.hidden-md {
    top: 0px;
}

.nav.navbar-nav.pull-left {
    margin-top: 10px;
}

@media (min-width: 1184px) {
    #navbar-container, #navbar-container::after {
        clear: none;
    }
}


/*
Sidebar Nav (affix)
*/
/*
@media (min-width: 1185px) {
    ul#sidebar-nav.affix {
        width: 263px;
    }
}

@media (min-width: 975px) and (max-width: 1184px) {
    ul#sidebar-nav.affix {
        width: 213px;
    }
}
*/

body {
    position: relative;
}

@media (min-width: 975px) {
    .affix {
        position: fixed;
    }
}

@media (max-width: 975px) {
    .affix {
        position: static;
    }
}

/*
MixItUp
*/
.panel-heading > h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}


/*
#filter-products .mix{
    display: none;
}

fieldset.productfilter{
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  background: #444;
  padding: .5em;
  border-radius: 3px;
}
*/


/**/

/**
 * Form & Checkbox Styles
 */


label,
div.tx_evoweb_sfregister form#sfrForm label {
    font-weight: 300;
}

/*
button{
  display: inline-block;
  vertical-align: top;
  padding: .4em .8em;
  margin: 0;
  background: #68b8c4;
  border: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}
 
button:focus{
  outline: 0 none;
}
*/

.controls{
    /* background: #333; */
    padding: 2%;
}

fieldset{
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 1em 0;
    background: #ddd;
    padding: .5em;
    border-radius: 3px;
}

.checkbox{
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
}

.checkbox input[type="checkbox"]{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}

.checkbox input[type="checkbox"].powermail_checkbox{
    opacity: 1;
    height: 20px;
    width: 20px;
    top: 10px;
}

.checkbox label{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.8em;
}

.checkbox label:before,
.checkbox label:after{
    content: '';
    display: block;
    position: absolute;
}

.checkbox label:before{
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: white;
    border-radius: 3px;
}

.checkbox label:after{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #0296de;
    opacity: 0;
    pointer-events: none;
}

.checkbox input:checked ~ label:after{
    opacity: 1;
}

.checkbox input:focus ~ label:before{
    background: #eee;
}

/**
 * Container/Target Styles
 */

.MIUContainer{
    /* padding: 2%; */
    min-height: 400px;
    /* text-align: justify;
    position: relative; */
    /*background: black;*/
}

.MIUContainer .mix {
    /*width: 100px;
    display: inline-block;
    margin: 0 5%;*/
    /* width: 275px; */
    width: 220px;
    min-height: 250px;
}

.MIUContainer .mix{
    /*width: 100px;
    height: 100px;
    margin: 5%;
    height: 100px;*/
    background: white;
    display: none;
}

/*
.MIUContainer .mix.green{
  background: #a6e6a7;
}

.MIUContainer .mix.blue{
  background: #6bd2e8;
}

.MIUContainer .mix.circle{
  border-radius: 999px;
}
*/

/*
.MIUContainer .mix.triangle{
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top-color: #68b8c4;
  border-left-color: #68b8c4;
}
*/

/**
 * Fail message styles
 */

.MIUContainer .fail-message{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}

.MIUContainer .fail-message:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.MIUContainer .fail-message span{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
}

.MIUContainer.fail .fail-message{
    opacity: 1;
    pointer-events: auto;
}

hr {
    /* border-width: 2px 0 0; */
    border-color: #0296de;
}
.img-product {
    max-height: 335px;
}

/*
.img-detail {

}
*/

.content {
    padding-top: 30px;
}

.footer-v1 .footer {
    padding: 10px 0;
}

ul.list-blockstyled {
    list-style: outside none none;
    padding-left: 0;
}

ul.list-blockstyled > li {
    padding-left: 1.3em ;
}

ul.list-blockstyled > li:before {
    content: "";
    font-family: FontAwesome;
    color: #0296de;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

ul.list-blockstyled > li > a {
    margin-left: -4px;
}

.footer li.active > a {
    color: black;
}

/* Vertikaler Blauer Balken */
@media (min-width: 992px) {
    .col-blueline-left {
        border-left: 1px solid #0089c1;
    }
}

/* Überschriften in LINK Blau */
h1, h2, h3, h4, h5 {
    color: #0089c1;
}

/* Blaue Balken alle auf die gleiche Länge. */
a.btn-more {
    width: 100%;
}

/* Google Maps*/
div#map-canvas {
    height: 480px;
    width: 100%;
}

/* top margin for headers */
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
}

/* spacing after image caption */
.img-responsive-caption {
    margin-bottom: 20px;
}

/* Center image */
img.img-center {
    margin: 0 auto;
}

/*
Carousel with caption below the images
*/
.carousel-captionbelow > .carousel-inner > .item > .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

/*
Contact form
*/
fieldset.powermail_fieldset.layout1 {
    width: 100%;
    background: none;
}

fieldset.powermail_fieldset.layout1 > legend {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 25px;
    color: #0089c1;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 27px;
}

.btn.btn-primary {
    background-color: #0296de;
}

.btn.btn-danger {
    background-color: #ff8888;
}

/*
RTE styles
*/
div.indent {
    padding-left: 30px;
}

/*
Disable uppercase style for first nav level
*/
.header .navbar-default .navbar-nav > li > a {
    text-transform: none;
}

button#googlemapsbutton {
    background-color: #0296de;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

form.sr_feuser_register_form > fieldset {
    background: none;
    width: 100%;
}

form.sr_feuser_register_form > fieldset > legend {
    color: #0089c1;
}

input[type="radio"].tx-srfeuserregister-pi1-radio {
    margin: 5px;
}

span.required {
    color: red;
}

.col-blueline-left {
    border-left: 2px solid #0089c1;
}

/*Link to top*/
.u-go-to-v1 {
    width: 3.57143rem;
    height: 3.57143rem;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    color: #555;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    z-index: 11;
}

.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0089c1;
}

.u-go-to-v1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.width100 {
    width: 100%;
}

div.buttonwrap > a {
    margin: 0px 5px;
}

/*Registration form*/
div.form-row div.col-md-6.offset-md-6.text-md-right.mb-3.submit_captcha,
div.form-row div.col-md-6.mb-3.privacy {
    margin-top: 10px;
}

div.tx_evoweb_sfregister form.px-3 label {
    font-weight: 700;
}

/* div.tx_evoweb_sfregister form.px-3 div.form-row div.col-md-6.mb-3 {
    border-bottom: 1px solid gray;
} */

/**
* Text based language navigation
*/
.header .topbar ul.langnavtext > li > a, .header .topbar ul.langnavtext > li > a:hover {
    font-size: 15px;
    color: #0296de;;
}

/* .header .topbar ul.langnavtext > li {
    margin-right: 4px;
} */

/**
* Registration form password quality indicator
*/
.tx_evoweb_sfregister meter#passwdquality {
    display: block !important;
    background: #efefef;
    box-sizing: border-box;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
    border-radius: 0 0 10px 10px;
    height: 11px;
    width: 100%;
}

/* meter::-webkit-meter-bar {background: red;}
meter::-moz-meter-bar {background: red;} */

meter.passwdqual0::-webkit-meter-bar {background: red;}
meter.passwdqual0::-moz-meter-bar {background: red;}

meter.passwdqual20::-webkit-meter-bar {background: orangered;}
meter.passwdqual20::-moz-meter-bar {background: orangered;}

meter.passwdqual40::-webkit-meter-bar {background: orange;}
meter.passwdqual40::-moz-meter-bar {background: orange;}

meter.passwdqual60::-webkit-meter-bar {background: yellow;}
meter.passwdqual60::-moz-meter-bar {background: yellow}

meter.passwdqual80::-webkit-meter-bar {background: yellowgreen;}
meter.passwdqual80::-moz-meter-bar {background: yellowgreen;}

meter.passwdqual100::-webkit-meter-bar {background: green;}
meter.passwdqual100::-moz-meter-bar {background: green;}

/* Login form */
a#pwd-forget-link {
    float: right;
    margin-right: 15px;
}