/*
    Specialare av BAB
    Hämta färger från "Theme"
*/


.abelli-black {
    color: #fff !important;
    background-color: #000 !important
}
.abelli-white {
    color: #000 !important;
    background-color: #fff !important
}

/*
.fa-facebook {
    color: darkblue;
}

.fa-facebook-messenger {
    color: darkblue;
}

.fa-instagram {
    color: palevioletred;
}

.fa-location-dot, .fa-map-marker-alt {
    color: mediumspringgreen;
}
*/
hr {
    border-top: 1px solid #ffffff;
}

.index-hover {
    text-decoration: none;
    font-size: 20px;
    padding: 5px;
}

    .index-hover:hover {
        color: white;
        background: #cccccc;
    }

.index-drop {
    text-decoration: none;
    font-size: 16px;
    padding: 1px;
}

    .index-drop:hover {
        color: white;
        background: #cccccc;
    }

#tider {
    border-collapse: collapse;
}

    #tider td {
        border: 1px solid #ddd;
        padding: 8px;
    }


h1, h2 {
    font-family: 'Libre Franklin ExtraBold', serif;
}

h3, h4 {
    font-family: 'Artico Bold', 'Artico', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body, textarea, input {
    font-family: 'Artico', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto
}

/*
    Specialare av BAB
    Hämta färger från "Theme"
*/

div.vänster {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0.01em 100px;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

div.höger {
    position: absolute;
    top: 0;
    right: 100px;
}

body {
    margin: 0;
    background-color: #000000;
    background-image: url("bilder/bg-black-leather1.jpg");
    background-attachment: fixed;
}

.w3-card {
    background-color: #eeeeee; /* For browsers that do not support gradients */
    background-image: radial-gradient(black, black, black, #666666);
    border-color: #ffffff;
    color: #ffffff;
}

.topp-rund {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.botten-rund {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.center {
    text-align: center;
    margin: auto;
}


.w3-logo-theme {
    color: #444444 !important
}

    .w3-logo-theme:hover {
        color: #666666 !important
    }

/*
    Specialare av BAB
    btn - Allt om knapparna
*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.btn-info {
    color: #222222;
    background-color: #dddddd;
    border: 2px solid #c0c0c0;
    font-family: 'Gibson', 'Artico', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

    .btn-info:hover {
        color: #222222;
        background-color: #eeeeee;
        border: 2px solid #ffffff;
        text-decoration: none;
    }


.btn-default {
    color: #eeeeee;
    background-color: #777777;
    border: 2px solid #c0c0c0;

    font-family: 'Gibson', 'Artico', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
    .btn-default:focus,
    .btn-default.focus {
        color: #ffffff;
        background-color: #909090;
        border: 2px solid #c0c0c0;
        text-decoration: none;
    }

    .btn-default:hover {
        color: #ffffff;
        background-color: #909090;
        border-color: #ffffff;
        text-decoration: none;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #909090;
        background-image: none;
        border-color: #ffffff;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #fff;
            background-color: #909090;
            border-color: #ffffff;
        }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #101010;
        border-color: #202020;
    }

    .btn-default .badge {
        color: #ffffff;
        background-color: #404040;
    }

/*
    Specialare av BAB
    btn-boka
 
 */

.btn-boka {
    color: #111111;
    background-color: #eeeeee;
    border: 1px solid #111111;
    font-family: 'Gibson', 'Artico', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

    .btn-boka:hover {
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #000000;
        text-decoration: none;
    }

/* *** End abelli additions *** */

.btn-collapse {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: none;
    color: #eeeeee;
    border: none;
    padding: 2px 2px;
    font-size: 16px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.card-header {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
    width: 100%;
    white-space: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: none;
    color: #444444;
    border: none;
    padding: 2px 2px;
    font-size: 16px;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}


    .card-header:hover,
    .card-header:focus,
    .card-header.focus {
        color: #333333;
        background-color: #ffffff;
        text-decoration: none;
    }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #e0e0e0;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}


.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
