/*
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;
    padding: 10px 0;
}

a.white {
    color: white;
}

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

.footer a:hover {
    color: black;
}

.footer-v1 .copyright p.servicenav-linklist :first-child {
    margin-left: 0px;
}

/* 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-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;
    /* Indent Logo in collapsed mode */
    margin-left: 5px;
}

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

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

/*
Sidebar Nav (affix)
*/

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;
}

/**
 * Form & Checkbox Styles
 */

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

.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;
}

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;
}

.header .topbar ul.langnavtext>li>a {
    color: #7c8082;
}

.header .topbar ul.langnavtext>li.lang-active>a {
    color: #0296de;
    /* color: red; */
}

/* .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;
}

/* Video player customization */

.embed-responsive-customlink1 {
    padding-bottom: 33%;
}

.video-js.vjs-customlink1 {
    padding-top: 33%;
    width: 100%;
    max-width: 100%;
    height: 0;
}

/* .video-js.vjs-customlink1 {
    width: 100%;
    max-width: 100%;
    height: 0;
} */

/* Image Gallery */

a.thumbnail.fancybox {
    cursor: pointer;
}

a.thumbnail.fancybox.thumbnail-kenburn {
    overflow: hidden;
}

.thumbnail-style2:hover {
    box-shadow: 0 0 8px gray;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

/*
NEWS
*/

span.news-list-tags>.label-info {
    margin: 0 4px;
    /* background-color: #0296de; */
}

span.news-list-tags {
    margin-left: 4px;
}

.label-info {
    background-color: #0296de;
}

.news-panel-body {
    min-height: 440px;
}

@media (min-width: 992px) {
    ul.socialmedia-links {
        padding-top: 22px;
    }
}

ul.socialmedia-links>li {
    display: inline;
    list-style: none;
    position: relative;
}

ul.socialmedia-links>li>a>img {
    height: 30px;
    padding: 3px;
}

ul.socialmedia-links {
    margin-bottom: 0px;
    padding-left: 0px;
}

div.header-logo-container {
    margin-left: 50px;
}

.flex-centered {
    display: flex;
    justify-content: center;
    /* margin-top: 31px;
    height: 46px; */
}

/*
HTML5 Video Player
*/
div.html5video-authrequired>img {
    opacity: 0.5;
    display: block;
}

div.html5video-authrequired>button {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    right: 50%;
    width: 150px;
    height: 30px;
    margin: 0px -75px -15px 0px;
    border: 1px solid;
}

.wrapper.newsletter_gray {
    min-height: 100vh;
    background-color: #bbb;
}

.newsletter-content {
    width: fit-content;
    margin: auto;
    background-color: white;
    max-width: 700px;
}

/*
Form margins
*/
div.tx_evoweb_sfregister>form>div.form-row>div.col-md-6 {
    margin-bottom: 14px;
}

/* Indent Logo in collapsed mode */
/* a.navbar-brand.hidden-lg.hidden-md {
    margin-left: 5px;
} */