/* DEFAULT 1.2.0 - 2/2014 copyright (c) templatesuper.com | @templatesuper */

/*
# obsolete red  #E30613
# title blue    #4891A2
# header blue   #90B7AA
---
#FFD88A
#AEBF95
#CF361C
*/

h5, .h5 {
    font-size: 18px;
    font-weight: 800;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

/* Navbar */
.site-navbar {
    /*background: #b9d531;*/
    /* background: #FEDE52; */
    /* background: #EEA500; */
    /* background: #2270AE; */
    /* background: #DB9745; */
    /* background: #f8ae30; */
    background: #617F99;
    min-height: 50px;
    padding: 20px 0;
    border: 0;
    z-index: 1000;
    /* border-bottom: #4891A2; */
    border-bottom: #0D1D2A;
    border-bottom-width: 5px;
    border-bottom-style: solid;
}

.site-navbar a {
    color: #fff;
    text-transform: uppercase;
    margin-left: 2px;
}

.site-navbar .current {
    background: white;
    color: #0D1D2A;
}

.site-navbar li a.current:hover {
    background: white;
    color: #0D1D2A;
}

.site-navbar li a:hover {
    background: white;
    color: #0D1D2A;
}

.site-navbar li a:focus {
    background: white;
    color: #0D1D2A;
}

.navbar-brand {
    padding-top: 0;
}

.navbar-brand img {
    width: 200px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-collapse {
    margin-top: 10px;
}

/* Main */
.site-main {
    margin-top: 90px;
}

section {
    padding-top: 60px;
    padding-bottom: 80px;
    min-height: 400px;
}

h3 {
    font-size: 6rem;
    /*font-family: 'Montserrat', sans-serif;*/
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 35px;
    color: #0D1D2A;
}

h4 {
    font-size: 2rem;
    font-weight: bold;
}

/* carousel */
.carousel-inner .image-wrapper {
    width: 100%;
    height: 500px;
    position: relative;
}

.carousel-inner img.background {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    top: -60px;
    display: inline-block;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    /*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5'); *//* IE lte 9 */
}

.carousel-caption {
    /*bottom: 50px;*/
    /*padding-bottom: 20px;*/
}

.carousel-caption h3 {
    font-size: 56px;
    text-transform: uppercase;
    padding: 20px 35px;
    display: inline-block;

    color: white;
    font-family: 'Montserrat', sans-serif;
    /*background-color: #2E373C;*/
    /* works for IE 5+. */
    /*filter:alpha(opacity=20);*/
    /* works for IE 8. */
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";*/
    /*opacity:0.2;*/
    /*background: rgba(46, 55, 60, 0.2);*/
}

.carousel-caption img.musical {
    /*width: 480px;*/
    height: 250px;
}

.carousel-caption img.logo {
    width: 400px;
    /*height: 133px;*/
}

.carousel-caption div {
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 36px;
    /*background: rgba(27, 147, 199, 0.8)*/
    /* background-color: #FEDE52; */
    /* background-color: #EEA500; */
    /* background-color: #DB9745; */
    /* background-color: #f8ae30; */
    background-color: #617F99;
    /* works for IE 5+. */
    filter: alpha(opacity=80);
    /* works for IE 8. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.8;
    /*margin-top: 30px;*/
}

.carousel-control span {
    top: 50%;
    margin-top: -10px;
    right: 30px;
    position: absolute;
}

.carousel-control.left span {
    right: auto;
    left: 30px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

/* about */

#about div {
    color: #444;
}

#about .flyer {
    font-size: 2.5rem;
    color: #0D1D2A;
    font-weight: bold;
    text-decoration: none;
    padding: 20px;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #b9d531;
    text-align: center;
}

#about .flyer:hover {
    color: #444;
}

#about .clz-image {
    max-height: 150px;
    max-width: 100%;

    margin: 15px 0;
}

#about .tagline {
    color: #0D1D2A;
    font-weight: bold;
    font-size: 24px;
}

#about .info {
    margin-top: 20px;
}

#about div.title {
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#about div.subtitle {
    font-weight: bold;
    color: #0D1D2A;

}

#about div.focus-subtitle {
    text-transform: uppercase;
    color: #b9d531;
    font-weight: bold;
}

#about div.map {
    padding-top: 40px;
}

#about div.map iframe {
    height: 300px;
    width: 100%;
}

#registration .registration-button {
    width: 480px;
    margin-bottom: 30px;
}

#registration .registration-button .btn {
    width: 50%;
}

/* Organisators */

#organisators .organisators .image-wrapper {
    height: 270px;
    margin-bottom: 10px;
}

#organisators img {
    width: 200px;
    display: block;
    margin: 0 auto;
}

#organisators .image-wrapper span.subtext {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;

    font-weight: bold;
}

/* Supporters */

#support h3 {
    color: #0D1D2A;
}

#support .support .image-wrapper {
    height: 250px;
    width: 300px;
    margin: 0 auto;
}

#support .image-wrapper {
    border: 1px solid #0D1D2A;
    padding: 25px;
    height: 200px;
    margin-top: 10px !important;
    position: relative;
}

#support .image-wrapper:hover {
    border: 1px solid white;
}

#support a {
    color: #444;
}

#support a:hover {
    color: #0D1D2A;
}

#support img {
    width: 130px;
    display: block;
    margin: 0 auto;
}

#support img.refwattenwil {
    background-color: #a4cdd6;
    width:200px;
    margin-top: 15px;
}

#support .image-wrapper span.subtext {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;

    font-weight: bold;
}

#support .sponsors {
    margin-top: 40px;
}

#support .sponsors .image-wrapper {
    width: 100%;
    height: 160px;
}

#support .sponsors .image-wrapper.main {
    height: 220px;
}

#support .sponsors a {
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#support .sponsors a:hover {
    text-decoration: none;
}

#support .sponsors .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    visibility: hidden;
}

#support .sponsors img {
    width: 95%;
    vertical-align: middle;
    display: inline-block;
    margin: 0 auto;
    max-height: 100%;
}

/* gallery */
.dark {
    background: #273035;
    color: #fff;
}

.dark h3 {
    color: #FFFFFF;
}

.dark a {
    color: #FFFFFF;
    text-decoration: underline;
}

.dark a:visited, .dark a:hover {
    color: #FFFFFF;
}

#gallery #links a, #gallery #gallery2016 a {
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: inline-block;
}

#gallery #links a img, #gallery #gallery2016 a img {
    width: 150px;
    height: auto;
}

/* Downloads */
#downloads {
}

/* footer */
footer {
    background: #1b2124;
    padding-top: 60px;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 20px;
    font-weight: 300;
    color: #fff;
}

footer a {
    font-weight: 400;
    color: #fff;
    text-shadow: 0;
    text-decoration: underline;
}

.scroll-to-top a {
    color: #fff;
    display: block;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.scroll-to-top {
    background: #333;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.scroll-to-top.affix {
    opacity: .5;
    filter: alpha(opacity=50);
}

.affix {
    position: fixed;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

/* CUSTOM RESPONSIVE */
@media (max-width: 1200px) {
    /*.navbar-brand img {*/
    /*width: 200px;*/
    /*margin-top: -10px;*/
    /*}*/

    #flyerImage {
        height: 500px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .container {
        width: 970px;
    }
}

@media (max-width: 1350px) {
    .carousel-caption {
        padding-bottom: 65px;
    }

    .carousel-caption img.musical {
        max-width: 100%;
        /* height: auto; */
    }
}

@media (max-width: 991px) {

    .site-main {
        margin-top: 90px;
    }

    /*.carousel-caption {*/
    /*top: 0;*/
    /*padding: 0;*/
    /*}*/
    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .alignright,
    .alignleft {
        width: 100%;
    }

    .navbar-brand img {
        width: 175px;
        margin-top: 0px;
    }

    /*@media (min-width: 768px)*/
    .navbar-nav > li > a {
        padding: 8px 10px;
    }

    .carousel-caption div {
        margin-top: 10px;
    }
}

@media (min-width: 767px) and (max-width: 880px) {
    .navbar-brand img {
        width: 140px;
        margin-top: 0px;
    }

    .navbar-nav > li > a {
        padding: 8px 5px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    /* Styles */
    h3 {
        font-size: 28px;
    }

    #flyerImage {
        height: 200px;
    }

    .carousel-caption img.musical {
        width: 100%;
        height: auto;
    }

    .carousel-caption img.logo {
        width: 100%;
        height: auto;
    }

    .carousel-caption img {
        width: 100%;
    }

    .carousel-caption h3 {
        padding: 0;
    }

    .carousel-inner .image-wrapper {
        height: 400px;
    }

    .carousel-caption h3 {
        font-size: 24px;
        padding: 20px;
    }

    .carousel-caption div {
        font-size: 24px;
    }

    #registration .registration-button {
        width: 100%;
    }
}
