/* 
    Document   : style
    Created on : Mar 25, 2012, 9:22:08 PM
    Author     : Owen
    Description:
        Purpose of the stylesheet follows.
*/

/*
body {
    font-size: 14px;
    line-height: 1.4;
    color: #222222;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f7f6f5

}*/

@font-face {
    font-family: 'domineregular';
    src: url('fonts2/domine-variablefont_wght-webfont.woff2') format('woff2'),
    url('fonts2/domine-variablefont_wght-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-serif: 'domineregular';
    --font-sans-serif: "Open Sans", "Helvetica Neue", "Helvetica", "Arial";
}

.font-serif {
    font-family: var(--font-serif), serif !important;
}

.font-sans-serif {
    font-family: var(--font-sans-serif),sans-serif !important;
}

.alert-full-width {
    padding: .5rem .5rem 0 .5rem;
    margin: .5rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.center-flex-parent {
    display: flex;
    justify-content: center;
}

.btn-wide {
    width: 90%;
}

.bevel-10 {
    border: 3px outset #cccccc21;
    border-radius: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.container.wide {
    width: 1440px;
    margin-left: 2em;
    margin-right: 2em;
    position: fixed;
    right: 0;
    left: 0;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

body {
    font-size: 1rem;
    line-height: 1.4;
    color: #222;
    font-family: var(--font-sans-serif), sans-serif;
    background-color: #000000;
    overflow-wrap: break-word;
}

li {
    line-height: 22px;
}

a {
    text-decoration: underline;
}

.home-list > li {
    padding: 3px 3px 3px 3px;
    margin-bottom: 1px;
}

.home-snippet-box {
    border-radius:5px;
    padding:10px 10px 10px 10px;
    margin-right:0px;
}


.navbar-header-style {
    font-size: 15px;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-weight: 600;
}

.vertical-center {
    /*vertical-align:middle;
    top:0;*/
    line-height: 105px;
    height: 105px;
    text-align: center;

}

textarea {
    width: 70%;
}


.vertical-center h1 {
    /*line-height: 21px;*/
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.container {
    /*  background-color: white;*/
}

hr {
    margin: 12px 0;
}


h2 {
    font-size: 19px;
}

h2.subheader {
    color: #f66300;
    font-size: 21px;
    font-weight: 500;

}

h1.subheader {
    color: #f66300;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.subheader {
    font-size: 21px;
}

.radius-10 {
    border-radius: 10px;
}

/* large screens */
.title-row-container {
    margin-left: 0;
    margin-right: 0;
    min-height: 105px;
    background-image: url("/assets/img/musicians-flyer-header-mobile.webp");
}


h1.title-row {
    font-size: 32px;
    color: white;
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 2px 4px black;
    rotate: -5deg;
}


h1 {
    font-size: 21px;
}

section h3 {
    font-size:17px;
    font-weight:500;
    line-height:32px;
}

article > h1 {
    font-size: 21px;
    color: rgb(24, 24, 24);
    font-weight: 700;
    margin-bottom: 20px;
}

#content-article > h2 {
    font-size: 17px;
    color: rgb(24, 24, 24);
    font-weight: 500;
    margin-bottom: 10px;
}


.crumbs {
    list-style-type: none;

    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.crumbs li {
    float: left;
    font-size: 15px;
    line-height: 24px;
}

.control-label {
    font-size: 15px;
}

/*
p {
    font-size: 15px;
    line-height: 21px;
}*/
p {
    /*font-size: 16px;*/
    font-size: inherit;
    line-height: 21px;
}

root {
    display: block;
}

.dropdown-menu-item {
    font-weight: bold;
    color: white;
}

.navbar .nav > li > a {
    font-size: 15px;
    color: white;
    /*    font-weight:bold;*/
}

.caret {
    opacity: 1;
}

ul.crosslinks li {

    padding-left: 5px;
    line-height: 26px;
    list-style: circle;
}


.nav-tabs li {
    font-weight: bold;
}

#main {
    background-color: white;

}

@media (max-width: 979px) {


    .navbar > .dropdown-toggle {
        font-size: 15px;
    }

    .nav-collapse .dropdown-menu {
        /* display:none;*/
    }

    .nav-collapse .dropdown-menu li a {
        color: White;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        font-weight: 400;
        font-size: 15px;
    }

    .navbar .nav > li > a {
        font-size: 15px;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        font-weight: 600;
    }

    .profilename {
        font-size: 15px;
        color: white;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
        font-weight: bold;
    }

    .title-row-container {
        min-height: 100px;
    }

    h1.title-row {
        /* padding-top: 10px;
         padding-bottom:10px;*/
        font-size: 26px;
    }

    h2.subheader {
        font-size: 19px;
        line-height: 28px;
    }

    h1.subheader {
        font-size: 19px;
        font-weight: 500;
        line-height: 28px;
    }
}

@media (min-width: 767px) {
    #padright {
        padding-right: 20px;
    }
}

@media (min-width: 500px) {
    .snippet-title h3 {
        line-height: 27px;
    }
}

@media (max-width: 767px) {
    .visible-phone {
        display: block;
    }

    .hidden-phone {
        display: none;
    }

    ul.crumbs li {
        float: left;
        font-size: 15px;
        line-height: 21px;
    }

    body {
        background-color: white;
    }

    #main {
        background-color: white;
        padding-right: 0;
    }

    h1, h2, h3, h4, h5 {
        line-height: 31px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .title-row-container {
        min-height: 105px;
        height: 0.2em;
    }

    h1.title-row {
        font-size: 27px;
    }

    h2.subheader {
        font-size: 19px;
        line-height: 26px;
    }


    h1.subheader {
        font-size: 17px;
        font-weight: 500;
        line-height: 26px;
    }
}

@media only screen and (min-width:501px) {
    .hide-desktop {
        display: none;
    }
    .hide-tablet{
    display:none;
    }
}

/* TELEFOONS */
@media only screen and (max-width: 500px) {
    h1, h2, h3, h4, h5 {
        line-height: 21px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .hide-mobile {
        display: none;
    }

    .login-form {
        margin-top: 1px;

        padding: 1px;
    }

    .snippet-title h3 {
        line-height: 22px;
    }

    .snippet-header {
        padding-bottom: 4px;
    }

    .title-row-container {
        min-height: 105px;
        padding-bottom: 10px;
    }

    h1.title-row {
        font-size: 21px;
        /* padding-top:15px;     */
    }

    h2.subheader {
        font-size: 19px;
        line-height: 24px;
    }

    h1.subheader {
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }

    textarea {
        width: 90%;
    }
}

/*tablets and up need this */
/**@media only screen and (min-width: 768px) {*/
    .menu-widget {
        padding-left: 10px;
        padding-right: 10px;
    }
/*}*/

@media (max-width: 767px){
.menu-widget {
    padding-left:0;
    padding-right:0;
}
}


#msg {
    /*  width:80%;*/
    /*font-size:15.5px;*/
    /*width:auto;*/

}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif), sans-serif;
    color: #222222;
    font-weight: 600;
    font-style: normal;
}

h1 {
    color: #00046a;
    text-align: center;
}

.spacious {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content-pane form {
    margin-top: 15px;
}

#content-pane {

    /* overflow-wrap: break-word;*/
}

#reactieFormContainer {
    padding-top: 10px;
}

.article-image {
    width: 90%;
    max-height: 500px;
    margin: 20px;
    border-radius: 10px;
}

.searchField {
    margin-top: 7px;
    background: #ffffff url('img/magnify.png') no-repeat 4px 4px;
    padding-left: 25px;
    width: 195px;
    height: 1.1em;
}

.text-centered{
    text-align:center;
}

.centered-italic {
    text-align: center;

    font-size: 15px;
    font-weight: normal;
}

input::-webkit-input-placeholder {
    font-style: italic;
}

input:-moz-placeholder {
    font-style: italic;
}

.searchField::-webkit-input-placeholder {
    font-style: italic;
}

.searchField:-moz-placeholder {
    font-style: italic;
}

#medialink {
    color: #008cba;
    cursor: pointer;

}

.navbar .brand {
    padding-right:10px;
}

.snippet h3 {

    /*    font-size:14px;
        line-height:19px;
        font-weight:500;*/
    color: #005885;
}

.snippet .msg {
    margin-bottom: 5px;
}

.snippet {
    border: 1px dashed #aeaeae;
    border-radius:5px;
    padding: 1em;
    padding-top: 0.7em;
}

.dashed-border {
    border: 1px dashed #aeaeae;
    border-radius:5px;
    padding: 0.7em 1em 1em;
}


.my-snippet {
    padding: 20px 10px 40px 10px;
    border-top: 1px solid #ddd;
}

.snippet-title h2 {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
}

.snippet-title h3 {
    text-decoration: underline;
    margin-top: 0;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 8px;
}


.snippet-header {
    color: rgb(56, 56, 56);
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    font-size: 13px;
}

div.ad-header {
    color: #484848;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}

h3.ad-header {
    line-height: 23px;
    font-weight: 400;
}


/*.row h2{
    margin:25px;
}*/

.well-test h2 {
    margin-left: 0;
}

.label .label-warning {
    padding: 2px;
}


label.error {
    color: #ff0000;
}

.well-test {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 2ex 30px 30px;
}

.shadow-border {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-bottom: 20px;
}

.ad {
}

.ad > h1 {

}

.ad .msg {
    margin-bottom: 20px;
    /* border-left: 5px solid #eeeeee; */

}


.bio {
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: 5px solid #eeeeee;
    padding-left: 15px;
}

.left-border {

    border-left: 5px solid #eeeeee;
    padding-left: 15px;
}

.mb-crumbs {
    display: inline;
    clear: none;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 0;
}

.mb-crumbs li {
    list-style: none;
    display: inline;
}

.wizard {
    margin-top: 0;
}


.small {
    font-size: 11px;
}

.smaller-text {
    font-size:0.9rem;
}

.form-horizontal .controls {
    margin-bottom: 5px;
}

ul.home-list li {
    line-height: 26px;
}

.nav-pills li a {
    font-size: 16px;
}

.whiteBackground {
    background-color: white;
}

.text-large {
    font-size: 22px;
}


.snippet-lees-meer {
    font-size: 14px;
}

.hero-unit legend {
    border-bottom: 0;
    margin-bottom: 5px;
    color: white;
    text-shadow: black 1px 1px 1px;

}

/*bootstrap overrides */
.form-horizontal .control-group {
    margin-bottom: 12px;
}


.descriptionBox h2 {
    /*font-size:16px;*/
}

.descriptionBox .btn {
    margin-top: 10px;
}




:root {
    /* Modern gradient background */
    --gradient-start-color: rgba(96, 108, 136, 1);
    --gradient-end-color: rgba(63, 76, 107, 1);
    /* fallback background for old browsers */
    --gradient-fallback-color: rgb(96, 108, 136);

    /* Linear gradient direction */
    --linear-gradient-direction: to bottom;
    /* Linear gradient positions */
    --linear-gradient-start-percent: 0%;
    --linear-gradient-end-percent: 100%;
}

.mbNavBackground {
    background: var(--gradient-fallback-color);
    background: linear-gradient(var(--linear-gradient-direction), var(--gradient-start-color) var(--linear-gradient-start-percent), var(--gradient-end-color) var(--linear-gradient-end-percent));
}

/** ================ ICONS =============== **/

.snippet .mb-icon {
    margin-left: 5px;
}

.mb-icon-zoom {
    background-image: url("img/zoom_16x16.png");

    z-index: 1;
    margin: 1px;
    position: absolute;
    right: 0;
    top: -6px;
    height: 16px;
    width: 16px;

}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;

}

.thumbnail {
    margin-left: 0;
}

.mb-icon-whirl {
    background-image: url("img/whirl_16x16.png");
    background-repeat: no-repeat;
    float: left;
    margin: 0.15em 0.15em 0.15em 0.2em;
    height: 16px;
    padding-left: 18px;

}

.mb-icon-edit {
    background-image: url("img/edit16x16.png");
    background-repeat: no-repeat;
    float: left;

    margin: 0.15em 0.35em 0.15em 0.2em;
    padding-left: 18px;
    height: 16px;
}

.mb-icon-plus {
    background-image: url("img/plus-icon-16x16.png");
    background-repeat: no-repeat;

    margin: 0.15em 0.35em 0.15em 0.2em;
    height: 16px;
    padding-left: 18px;
    float: left;
}

.mb-icon-red-cross {
    background-image: url("img/red-cross-icon-16x16.png");
    background-repeat: no-repeat;
    margin: 0.15em 0.35em 0.15em 0.2em;
    height: 16px;
    padding-left: 18px;
    float: left;
}

.mb-icon-faq {
    background-image: url("img/vraagteken16x16.png");
    margin: 0.15em 0.35em 0.15em 0.2em;
    height: 16px;
    width: 16px;
}

#brand {
    color: orange;
   /* font-weight: bold;*/
    font-family: var(--font-serif), sans-serif;
    font-weight:700;
}

.mb-navlist-item {
    margin-bottom: 10px;
}

label, input, button, select, textarea {
    font-size: 15px;
}


.icon-16 {
    width: 16px;
    height: 16px;
}


.snippet-title {
    font-size: 18px;
    font-weight: 500;
    font-family:var(--font-serif),serif;
}

.form-actions {
    margin-bottom: 0;
}

#responseform {
    margin-bottom: 0;
}


/** helpers **/
.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.mt5 {
    margin-top: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt-15 {
    margin-top: -15px;
}

.mb20 {
    margin-bottom: 20px;
}

.pt0 {
    padding-top: 0;

}

.pt0 {
    padding-top: 0;

}


.pt10 {
    padding-top: 10px;

}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    margin-top: 20px;
}

.pb20 {
    margin-bottom: 20px;
}

.label {
    font-size: 12px;
    padding: 3px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

.list-filters {
    padding-left: 0;
    list-style: "»";
}

#filter-block {
    padding-bottom: 5px;
}

#filter-block > li {
    line-height: 1.4em;;
}

#filter-block > a {
    line-height: 1.4em;

}

#filter-block > ul {
    margin-inline-start: 5px;
}

.list-filters li {
    line-height: 24px;
    padding-inline-start: 5px;
    font-weight: 500;
    font-size: 16px;
}


/* BOOTSTRAP OVERRIDE */

.btn-primary {
    color: #ffffff;
    background-color: #00749E;
    border-color: #00698F;
    background-image: none;
}

.btn-danger {
    color: #ffffff;
    background-color: #BE472D;
    border-color: #AE4129;
    background-image: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #006687;
    border-color: #004b63;
}

/* Genre display styles */
.genres-section h4 {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.genre-tags {
    line-height: 1.3;
}

.genre-tag {
    border: 3px outset #cccccc21;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 12px;
    transition: transform .4s;
    background: #14df5f30;
    
    display:inline-block;

    color: #444;
    cursor: default;
}

.genre-tag:hover {
    transform: scale(1.25);
}


