﻿.font-small {
    font-size: 11px;
    font-style: italic;
}

/* padding */

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 20px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-40 {
    padding: 40px;
}

.padding-20 {
    padding: 20px;
}

/* margins */

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.bold {
    font-weight: 500;
}

.list-inline {
    list-style: none;
}

    .list-inline li {
        display: inline;
        float: left;
        margin-right: 25px;
    }

.list-normal li {
    list-style: disc;
    list-style-position: inside;
    margin-left: 20px;
}

.color-white {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.float-right {
    float: right;
}

a {
    color: #1a237e;
    cursor: pointer;
}

    a.black {
        color: #000;
    }

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

video {
    border: 1px solid #ececec;
}

#mininav {
    background: url(/images/cards/bg.png);
}

#news-fullscreen-teaser {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    background-size: 150%;
    background-position: center;
    border-radius: 100px;
    z-index: 900;
    cursor: pointer;
}

    #news-fullscreen-teaser div {
        display: block;
        color: #fff;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        font-weight: 500;
        font-size: 10px;
    }





#news-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    display: none;
}

    #news-fullscreen a {
        color: #fff;
    }

    #news-fullscreen img {
        width: 100%;
        height: 100%;
    }

    #news-fullscreen #fullscreen-close {
        position: absolute;
        z-index: 1001;
        top: 40px;
        right: 40px;
        color: #fff;
    }

    #news-fullscreen #fullscreen-title {
        position: absolute;
        top: 1500px;
        left: 10%;
        color: #fff;
        font-size: 40px;
        line-height: 50px;
        width: 70%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        opacity: 0;
    }

    #news-fullscreen #fullscreen-text {
        position: absolute;
        top: 150px;
        left: 10%;
        color: #fff;
        font-size: 19px;
        line-height: 20px;
        width: 75%;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        display: none;
    }

.input-field input[type=text]:focus {
    border: 1px dotted #ececec;
}

.hide-it {
    display: none;
}

.well {
    padding: 20px 40px 40px 40px;
    background-color: #f7f7f7;
}

    .well .well-inner {
        padding: 40px;
        background-color: #fcfcfc;
        border: 1px solid #ececec;
    }

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.clickable {
    cursor: pointer;
}



/* forms */

input[type=text], input[type=password] {
    border: 1px dotted #ccc;
    padding-left: 10px;
}

/* label color */
.input-field label {
    color: #656565;
    margin-left: 10px;
}
/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label, .input-field textarea:focus:not([read-only]) + label {
    color: #656565;
}
/* label underline focus color */
.input-field input[type=text]:focus, .input-field input[type=password]:focus, .input-field textarea:focus:not([read-only]) {
    border-bottom: 1px solid #656565;
    box-shadow: 0 1px 0 0 #656565;
}
/* valid color */
.input-field input[type=text].valid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* invalid color */
.input-field input[type=text].invalid {
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 0 #000;
}
/* icon prefix focus color */
.input-field .prefix.active {
    color: #000;
}

.dropdown-content li span {
    color: #000;
}

button:active {
    background-color: #2e7d32;
}

.picker__date-display, .picker__weekday-display, .picker__day--selected {
    background-color: #2e7d32;
}

    .picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
        background-color: #2e7d32;
    }

.picker__close, .picker__today {
    color: #2e7d32;
}

fieldset {
    border: none;
}

select.browser-default, textarea {
    border: 1px dotted #ccc;
}

input[type="radio"]:checked + label:after, input[type="checkbox"].filled-in:checked + label:after {
    background-color: #2e7d32;
    border-color: #2e7d32;
}


/* logo */

.list-inline li span {
    display: none;
}

#mininav #socialmedia-links {
    display: none;
}

#logo-bg-small {
    margin-top: -20px;
    padding-top: 20px;
    z-index: 1000;
    max-height: 110px;
}



#logo-bg {
    z-index: 1000;
    display: none;
}


/* big backgrounds */

div.content-container {
    position: relative;
    z-index: 25;
}

div.bigbackground-container {
    position: absolute;
    width: 100%;
    top: 190px;
    left: 0px;
    height: 200px;
    overflow: hidden;
    z-index: 20;
    background-position: left center;
    background-repeat: no-repeat;
    background-position-x: -200px;
}

img.bigbackground-container-event {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0px;
    overflow: hidden;
    z-index: 20;
    background-repeat: no-repeat;
}

div.bigbackground-container-event-spacer {
    height: 100px;
}



/* media queries */

@media (min-width: 640px) {

    div.bigbackground-container {
        top: 200px;
        height: 380px;
    }


    div.bigbackground-container-event-spacer {
        height: 150px;
    }
}


@media (min-width: 992px) {

    #logo-bg {
        display: block;
        position: relative;
        height: 144px;
        left: -35px;
    }

    #logo-bg-small {
        display: none;
    }

    #mininav {
        height: 80px;
    }

        #mininav #socialmedia-links {
            display: none;
        }

    #news-fullscreen #fullscreen-title {
        width: 40%;
        margin-top: 70px;
        margin-bottom: 40px;
    }

    #news-fullscreen #fullscreen-text {
        width: 45%;
    }



    #news-fullscreen-teaser {
        position: fixed;
        top: auto;
        bottom: 30px;
        right: 40px;
        width: 120px;
        height: 120px;
    }

        #news-fullscreen-teaser div {
            display: block;
            color: #fff;
            margin: 10px auto;
            width: 100%;
            text-align: center;
            padding-top: 25px;
            font-weight: 500;
            font-size: 18px;
        }

    #news-fullscreen-teaser2 {
        position: fixed;
        bottom: 19px;
        right: 21px;
        height: 75px;
        width: 75px;
        background-color: #ccc;
        border-radius: 100px;
        z-index: 899;
        cursor: pointer;
    }

    #news-fullscreen-teaser3 {
        position: fixed;
        bottom: 5px;
        right: 11px;
        height: 37px;
        width: 37px;
        background-color: #ececec;
        border-radius: 100px;
        z-index: 898;
        cursor: pointer;
    }

    div.bigbackground-container {
        top: 285px;
        background-position-x: 0px;
    }
}

@media (min-width: 1000px) {
    #mininav #socialmedia-links {
        display: block;
        position: relative;
        top: -3px;
        right: -20px;
        font-size: .8em;
    }

    img.bigbackground-container-event {
        top: 180px;
    }

    div.bigbackground-container-event-spacer {
        height: 280px;
    }
}


@media (min-width: 1200px) {

    #mininav {
        height: 93px;
    }

        #mininav #socialmedia-links {
            top: 0px;
            right: -20px;
        }

    #logo-bg {
        height: 157px;
    }

    .list-inline li {
        margin-top: -10px;
        margin-right: 25px;
    }

        .list-inline li span {
            display: block;
        }
}


@media (min-width: 1300px) {

    #logo-bg {
        display: block;
    }

    .list-inline li span {
        display: block;
    }


    #news-fullscreen #fullscreen-title {
        width: 30%;
        font-size: 40px;
        line-height: 40px;
    }

    #news-fullscreen #fullscreen-text {
        width: 30%;
        font-size: 23px;
        line-height: 26px;
    }

    #mininav #socialmedia-links {
        top: 0px;
        right: -25px;
        font-size: 1em;
    }
}

@media (min-width: 1450px) {

    .list-inline li {
        margin-right: 50px;
    }

    #mininav #socialmedia-links {
        right: -45px;
    }
}
