/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;

    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;

    height: 60px;
}

/* Heading
-------------------------------------------------- */
h5 {
    font-weight: bold;
}

/* Margin and padding
-------------------------------------------------- */
.lg-margin-bottom {
    margin-bottom: 60px;
}

.md-margin-bottom {
    margin-bottom: 40px;
}

.lg-margin-top {
    margin-top: 60px;
}

.md-margin-top {
    margin-top: 40px;
}

.sm-margin-top {
    margin-top: 20px;
}

/* Helpers
-------------------------------------------------- */

.small {
    font-size: 12px;
}

.strike {
    text-decoration: line-through;
}

.spinner {
    display: none;
}

.scale-up {
    transform: scale(1.05);
}

.quarter-faded {
    opacity: 0.75;
}

.half-faded {
    opacity: 0.5;
}

.relative {
    position: relative;
}

/* Bootstrap overrides
-------------------------------------------------- */
label {
    font-weight: 400;
}

.checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
    margin-left: 0;
}

.alert-small {
    padding: 5px;
    margin-bottom: 0;
}

.alert-error, .alert-message {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-error hr, .alert-message hr {
    border-top-color: #e4b9c0;
}

.alert-error .alert-link, .alert-message .alert-link {
    color: #843534;
}

.col-header {
    height: 26px;
}

dd {
    margin-bottom: 8px;
}

/* Admin dashboard
-------------------------------------------------- */
#bulk_actions {
    display: none;
    padding-bottom: 8px;
}

#scope {
    margin-bottom: 0;
    width: 160px;
    height: 29px;
    font-weight: 400;
    font-size: 12px;
}

.sort:after {
    content: '\f0dc';
    font-family: FontAwesome;
    margin-left: 6px;
    color: #BBB;
}

.asc:after {
    content: '\f0dd';
    font-family: FontAwesome;
    margin-left: 6px;
    color: #444;
}

.desc:after {
    content: '\f0de';
    font-family: FontAwesome;
    margin-left: 6px;
    color: #444;
}

#duration-in-months {
    display: none;
}

.rd-date table td {
    padding: 5px;
}

/* Billing
-------------------------------------------------- */
#coupon_code_status {
    display: none;
}

.coupon-code {
    padding: 20px;
    margin-bottom: 20px;
    border: 2px dashed #e1e1e1;
}

.coupon-code input {
    margin-bottom: 5px;
}

.payment-errors {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cc-details {
    width: 75px;
}

a.pricing--primary {
    color: #fff;
}

/* Bet
-------------------------------------------------- */
#dice {
    font-size: 100px;
}

/* SMS-Text
-------------------------------------------------- */
.sms_text {
    border: 1px solid black;
    box-shadow: 0.2rem 0.2rem 0 black;
    padding: 0.5rem;
    white-space: pre-line;
    margin-bottom: 1rem;
    /* background-image: url("https://kehrtermine.eu/static/images/phone.png");
     background-repeat: no-repeat;*/
}

.phones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 660px) {
    .phones {
        grid-template-columns: 1fr;
    }
}

.phone {
    width: 316px;
    height: 655px;
    background-image: url("https://kehrtermine.eu/static/images/iphone-x.png");
    background-repeat: no-repeat;
    padding: 5rem 3rem 0 3rem;
    margin-bottom: 3rem;
    align-self: center;
    justify-self: center;
    filter: contrast(1.5);
}

/* Plans
-------------------------------------------------- */
.plan-bronze > div > div.panel-heading {
    background-color: rgb(205, 127, 50);
    color: #504e4e;
}

.plan-silver > div > div.panel-heading {
    background-color: rgb(166, 168, 167);
    color: #504e4e;
}

.plan-gold > div > div.panel-heading {
    background-color: rgb(252, 215, 43);
    color: #504e4e;
}

.recommended {
    background-color: #bc8a2e;
    text-align: center;
    color: white;
    font-size: 1.4rem;
    padding: 0.7rem;
    border-radius: 4px;
}

.recommended i {
    color: lightgreen;
}

/* Video
 -------------------------------------------------- */
video {
    max-width: 100%;
}

/* Images
 -------------------------------------------------- */
img {
    width: 100%;
}

/** Text
  -------------------------------------------------- */
.highlight {
    color: #941212;
    /*text-decoration: underline;*/
}

/** Custom_Message_Article */
.custom_message_article {
    border: 1px solid #504e4e;
    margin-bottom: 2rem;
    padding: 1rem;
}

.custom_message_article header {
    font-weight: bold;
}

/* Navbar
 -------------------------------------------------- */
.navbar-header h2 {
    padding-left: 1rem;
}

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

/* Quotes
--------------------------------------------------- */
blockquote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 90%;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #f1efe6;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}

cite {
	line-height: 3;
	text-align: left;
}