/*! Place your custom styles here */
@font-face {
    font-family: 'sourcesanspro-light';
    src: url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#sourcesanspro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sourcesanspro-regular';
    src: url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#sourcesanspro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sourcesanspro-semibold';
    src: url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype');
    src: url('../fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-semibold-webfont.svg#sourcesanspro-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sourcesanspro-bold';
    src: url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'), url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-bold-webfont.svg#sourcesanspro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, .menu-horizontal > li, .menu-vertical > li {
    font-family: 'sourcesanspro-regular';
}

#message-wrapper {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'sourcesanspro-bold', Verdana, Helvetica, Arial, sans-serif;
}

.bar .logo {
    top:0;
}

a.logoContainer {
    position: absolute;
    top: 0;
    left: 0;
    background: #005c9b;
    padding: 20px;
    display: block;
    height:53px;
}

#menu1 {
    position: relative;
}

.testimonial .testimonial__image {
    padding:20px;
    background:white;
}

.dropdown:hover .dropdown__container, .dropdown__container:hover  {
    opacity:1;
    left:0 !important;
}

.dropdown .dropdown__container:before {
    content:none;
}

.dropdown .dropdown__container {
    pointer-events: all;
}

.flickity-prev-next-button:before {
    font: normal normal normal 14px/1 FontAwesome;
}

.slider.slider--inline-arrows .flickity-prev-next-button:before {
    
    content: "\f105";
}

.slider.slider--inline-arrows .flickity-prev-next-button.previous:before {
    content: "\f104";
}

.eventh4Flexer h4 {
    display: flex;
    margin-bottom: 10px;
}

.eventh4Flexer i {
    width:30px;
}

.eventInfoBox {
    background: #005c9b;
    padding: 20px;
}

.eventInfoBox h4 {
    color: white;
}

.registrationForm {
    display: none;
}

.umbraco-forms-navigation .btn.primary {
    display: inline-block;
    width: auto;
    padding: 0 45px;
}

@media screen and (min-width:768px){
    .navHidden {
        position: fixed;
        width: 100%;
        background: white;
        z-index: 999999;
        top:-60px;
    }
    
    .navFixed {
        position: fixed;
        width: 100%;
        background: white;
        z-index: 999999;
        top:0;
        left:0;
    }
    
    .nav-container {
        /*overflow: hidden;*/
        transition: 600ms all ease-out;
    }

    .bar .menu-horizontal {
        top:0;
    }
    .dropdown .dropdown__container, .dropdown__container {
        left:0 !important;
        height: 0;
        padding:0;
        overflow: hidden;
        /*top:45px;*/
    }

    li.dropdown::after {
        content:"";
        background:white;
        height:2px;
        width: 0;
        position: absolute;
        top:0;
        left:0;
        transition: 300ms all;
    }

    li.dropdown.dropdown--active::after, li.dropdown:hover::after {
        width: 100%;
    }
    
    .dropdown:hover .dropdown__container, .dropdown__container:hover {
        left:-50px !important;
        height: auto !important;
        padding: 1.23809524em 1.85714286em;
    }
    .menu-horizontal > li > i {
        display: none;
    }
    .nav-container {
        background: #005c9b;
    }
    .bar-1 .menu-horizontal > li > a {
        color: white;
        opacity: 1;
        
    }

    .bar-1 .menu-horizontal > li > a.active {
        color:white !important;
    }
}
@media screen and (max-width: 767px) {
    a.logoContainer {
        display: none;
    }
    
    .menu-horizontal {
        text-align: left !important;
    }

    .eventh4Flexer {
        background: #005c9b;
        color: white;
        padding: 10px 20px;
        margin: 0 15px;
        margin-bottom: 20px;
    }

    .eventh4Flexer h4 {
        color:white;
        text-align: left !important;
    }

    .eventInfoBox .eventh4Flexer {
        padding:0;
        margin: 0;
    }

    a.logoContainer {
        display: none !important;
    }
    .menu-horizontal .dropdown .dropdown__container {
        height:0;
        overflow: hidden;
        padding:0;
    }

    .menu-horizontal .dropdown--active .fa-chevron-down::before {
        transform: rotate(180deg);
    }

    .menu-horizontal .dropdown--active .dropdown__container {
        height:auto;
        padding: 1.23809524em 1.85714286em;
    }
}

.vorstandPerson h3 {
    margin-bottom: 10px;
}

span.umbraco-forms-submitmessage {
    display: block;
    background: green;
    color: white;
    padding: 20px;
}

.richContent {
    margin-bottom:20px;
}

.richContent img {
    width:100% !important;
    height:auto !important;
}

.menu-horizontal .active {
    color: #005c9b !important;
}

.registrationDisplay {
    padding-top: 20px;
}

.registrationForm .col-md-12 {
    padding: 0;
}

.logoLink {
    background: #0a568c;
    padding:20px;
}

.richCorrector ul, .richCorrector ol {
    padding-left:15px;
}

.richCorrector ul {
    list-style-type: disc;
}

.menu-horizontal > li {
    padding: 5px 0;
}

.menu-horizontal > li > i {
    padding-left:20px;
}

.eventItem {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #929292;
}

.btn-primary, input[type="submit"] {
    background: #005c9b;
    border:none;
}

.btn-primary:hover, input[type="submit"]:hover {
    background-color: #2a92d9;
}

.menu-vertical {
    text-align: left;
}

a.hoverLink:hover .feature, a.hoverLink.active .feature {
    background: #005c9b;
    transition:300ms all;
}

a.hoverLink:hover .feature .feature__body p, a.hoverLink:hover .feature i{
    color:white !important;
}

a.hoverLink.active .feature .feature__body p, a.hoverLink.active .feature i{
    color:white !important;
}

a.logoContainer {
    height:100%;
    padding:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logoContainer img.logo {
    padding: 0 20px;
}

.lead {
    font-size:18px;
}

.btn__text, .btn {
    font-family: 'sourcesanspro-regular';
}

.richCorrector h2, .richCorrector h3 {
    margin-bottom:10px;
    padding-top:20px;
}

body {
    font-size:15px;
}

.bar-1 .menu-horizontal > li > a {
    font-size: 13px;
}

.vorstandPerson img {
    margin-bottom: 0;
}

.vorstandPerson {
    margin-bottom:20px;
}

.eventInfoBox a:hover {
    text-decoration: underline white;
}

label.umbraco-forms-label {
    font-size: 15px;
    margin-bottom: -10px;
}

.umbraco-forms-form fieldset {
    margin-bottom:0;
}

.menu-horizontal .fa-chevron-down::before, .menu-horizontal .dropdown .dropdown__container {
    display: block;
    transition: 300ms all;
}

a:hover {
    text-decoration: none;
}

.umbraco-forms-field.uniqueid, .umbraco-forms-field.adm {
	display:none;
}

p.confirmationEmail {
    padding: 20px;
    background: green;
    color: white;
    font-weight: 900;
}

.customFields {
    display:none;
}

.registerevent .umbraco-forms-container .customFields {
    display:block;
}