﻿@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}

label.error {
  font-size: 0.9em;
  color: #b94a48;
  padding: 2px 8px;
  margin-top: 2px;
}

#kontaktForm {
    width: 700px;
    margin-left: -300px;
    margin-right: -300px;
}

.turingTest {

    display: none !important;
}

#contact-headline {
    font-weight: 200;
}

#qualityPicker {
    clear: both;
}

.font-normal {
    font-weight: normal;
}

.hidden {
    visibility: hidden;
}

.dropdown-menu .download {
    display: block;
    font-weight: bold !important;
    color: #0567B0 !important;
}

.dropdown-menu .download:hover {
    display: block;
    color: #FFF !important;
}

#qualityPicker label 
{
    float: right;
    padding: 5px;
}

#qualityPicker select {
    float: right;
    width: 80px;
}

ul.product_features li {
    color: #0567B0;
    margin-bottom: 7px;
}

ul.product_features li span {
    color: #333333;
}

section#benefits_details h2 {
    color: #0567B0;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.blue {
    color: #0567B0;
}

.contact-info {
    color: #0567B0 !important;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.center-text {
    text-align: center;
}

section#contactBottom .label-info {
    font-size: 18px;
}

section#teaser h1.m3app {
    margin-top: 50px;
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 38px;
}

section#teaser p.m3app {
    font-weight: bold;
    margin-bottom: 50px;
}

.video-preview-list {
    background-color: #ddd;
    overflow: auto;
}

.video-preview {
    color: #333;
    margin-bottom: 0.5em;
    padding: 0.5em 1.0em 0.5em 1.0em;
    background-color: #ddd;
}

.video-preview:hover {
    color: #0567b0;
    background-color: #eee;
}

.video-preview .video-title {
    margin-bottom: 0.5em;
}

.video-preview .video-title .type {
    font-weight: bold;
}

.video-preview div {
    position: relative;
}

.video-preview .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.video-preview .overlay:hover {
    opacity: 0.8;
}

.overlay {
    opacity: 0.5;
    z-index: 1000;
}

.video-preview.playing .overlay {
    opacity: 1.0;
}

.video-preview.playing .overlay:hover {
    opacity: 1.0;
}

.video-preview.playing div {
    border: 2px solid #e31418;
}

.video-preview.playing img.stop {
    visibility: hidden;
}

.video-preview.playing img.play {
    visibility: visible;
}

.video-preview img.stop {
    visibility: visible;
}

.video-preview img.play {
    visibility: hidden;
}
