@import "font-faces.css";
/* $Id: randomizer-web-2.1.3.css 90 2023-04-18 14:29:21Z errath $ */

/* Stop IE scrollbar overlay
 * See http://stackoverflow.com/questions/17045132/scrollbar-overlay-in-ie10-how-do-you-stop-that
 */
@-ms-viewport {
    width: auto !important;
}

body {
    font-size: 16px;
    background-color: #ffffff;
    color: #333333;
}

#header-container {
    padding-left: 0;
    padding-right: 0;
}

header .navbar-default {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom-color: #e0e0e0;
}

header .navbar-default .navbar-toggle {
    margin-top: 18px;
    margin-right: 0;
    color: #a0a0a0;
    border-color: #a0a0a0;
}

header .navbar-default .navbar-toggle .icon-bar {
    background-color: #a0a0a0;
}

header .navbar-default ul.navbar-nav {
    margin-top: 14px; /* 18px */
}

header .navbar-default .navbar-nav > li > a {
    color: #333333;
}

header .navbar-brand {
    height: 70px;
}

.btn:focus, .btn:active {
    outline: none !important;
}

h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
    text-align: center;
}

h4 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 600;
}

#mainRow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

#heroBackground {
    background: url("../images/stethoscope.png") no-repeat center center;
    background-size: contain;
    min-height: 300px;
}

#mainText {
    background-color: #ffcc00;
    border: none;
    padding: 10px;
    box-shadow: 2px 2px 4px #AAA;
    border-radius: 4px;

}

#mainText h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
}

#features {
    margin-top: 2em;
}

#features h4 {
    margin-top: 1.5em;
    text-align: center;
}

#tabletImage {
    background: url("../images/tablet-1.png") no-repeat center top;
    background-size: contain;
    min-height: 400px;
}

#pricing-scale {
    margin-top: 2em;
    margin-bottom: 2em;
}

.pricing-box {
    background: #fafafa;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: 2px 2px 4px #AAA;
}

.pricing-box .pricing-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #666;
    height: 6.5em;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.pricing-box .pricing-heading h3 {
    font-size: 1.3em;
    font-weight: 300;
    padding: 10px;
    color: #fff;
    margin-top: 0;
}

.pricing-box .pricing-terms {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    background: #ffcc00;
    color: #333;
    font-weight: bold;
    height: 6em;
}

.pricing-box .pricing-terms .price {
    display: inline;
    font-size: 1.3em;
}

.pricing-box .pricing-terms .price-details {
    display: inline;
    font-size: 0.9em;
    font-weight: 600;
}

.pricing-content {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-content ul li {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    padding: 15px 10px 15px 10px;
    margin: 0;
}

.section-spacer {
    /* border-top: 1px solid #e0e0e0; */
    margin-top: 2em;
    margin-bottom: 2em;
}

ol li {
    margin-bottom: 0.62em;
}

footer {
    border-top: 1px solid #e0e0e0;
    background-color: #f3f3f3;
    margin: 3.25em -15px 0 -15px;
    padding: 15px;
    text-align: left;
    font-size: small;
}

footer h5 {
    font-weight: 600;
}

footer #gco {
    margin-top: 0;
}

footer #imprint {
    margin-top: 2em;
}

footer address {
    margin-bottom: 0;
}

footer address .glyphicon {
    color: #777777;
}

/* Scroll to top */
.scrollup{
    position: fixed;
    width: 2em;
    height: 2em;
    bottom: 1em;
    right: 1em;
    background: #333333;
    border-radius: 1em;
    opacity: 0.6;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover, a.scrollup:active, a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup span.glyphicon {
    margin-top: 0.5em;
    color: #fff;
}
a.scrollup span.glyphicon:hover {
    text-decoration:none;
}

/* Flexslider */
.main-slider.flexslider {
    border: 1px solid #f0f0f0;
    /* border: none; */
    /* background: transparent; */
    background-color: #fafafa;
    box-shadow: 2px 2px 4px #AAA;
    margin: 1em auto 0 auto;
    padding: 0.5em;
}

.main-slider .flex-control-paging li a {
    background: #f2f2f2; /* rgba(0, 0, 0, 0.1); */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 8px;
    height: 8px;
}

.main-slider .flex-control-paging li a.flex-active {
    background: #d9230f;
}

.main-slider .flex-control-nav {
    position: static;
    margin-top: 0.6em;
}

#contact-row {
    margin-top: 2em;
    /* margin-bottom: 2.5em; */
}

.form-control {
    color: #333333;
    border-color: #e0e0e0;
}

#url.form-control {
    display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a0a0a0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #a0a0a0 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #a0a0a0 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #a0a0a0 !important;
}

#submissionDone, #submissionFail {
    display: none;
}

input[type="email"]:invalid {
    background-color: #f2dede;
}

#disclaimer {
    display: none;
}

#disclaimerLink {
    text-align: right;
}

.legalTextList {
    list-style-type: lower-alpha;
}

@media (max-width: 1023px) {
    #tabletImage {
        min-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    header .navbar-brand {
        padding-left: 0;
    }
    #features div.col-sm-4:first-of-type h4 {
        margin-top: 0;
    }
    footer, #disclaimerLink {
        text-align: center;
    }
}

@media screen and (max-width: 349px) {
    #mainText h1 {
        font-size: 24px;
    }
    #fullLogoImage { /* Original * 0.75 */
        width: 167px;
        height: 36px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 299px) {
    #mainText h1 {
        font-size: 20px;
    }
    #fullLogoImage { /* Original * 0.55 */
        width: 122px;
        height: 26px;
        margin-top: 11px;
    }
}

@media print {
    #slider-row {
        display: none;
    }
    .scrollup {
        display: none;
    }
}
