/*
Theme Name: OLIBOESCH_V1
Theme URI: http://www.klikk.ch/themes/oliboesch_v1/
Author: Martin Fischer
Author URI: http://www.klikk.ch
Description: Clean and responsive theme for Oli Bösch. Works on phone, tablet and desktop.
Version: 0.1
Tags: white, responsive-layout
Text Domain: oliboesch
*/

html {
    box-sizing: border-box;
    margin: 0;
    height: 100%;

}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    /*font-style: italic;*/
    font-size: 17px;
    font-weight: 400;
    color: #3f3e3e;
    height: 100%;
    background-color: #1e1e1e;
    line-height: 24px;
}

a {
    color: #d5172b;
    text-decoration: none;
}

p {
    margin-top: 15px;
    margin-bottom: 15px;
}

h2 {
    margin-top: 35px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    /*font-style: italic;*/
}

header {
    margin-top: 55px;
    background-size: cover;
}

#header-ending {
    background-color: white;
    height: 30px;
}

#logo {
    position: fixed;
    cursor: pointer;
}

#logo img {
    width: 100px;
    height: 100px;
}

footer {
    background-color: #1e1e1e;
    height: 200px;
    color: white;
    padding-top: 40px;
    font-size: 16px;
    line-height: 25px;
}

footer a  {
    color: white;
}

footer p {
    margin: 0;
}

footer .footer-title {
    font-size: 24px;
    margin-bottom: 8px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    color: white;
    border-bottom: 2px dotted white;
    text-transform: uppercase;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 10px;
    font-size: 40px;
}

.subtitle {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    color: white;
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 25px;
    font-size: 20px;
    text-transform: lowercase;
}


.headings {
    padding-top: 60px;
}

.heading-box {
    display: inline-block;
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
}


.headings-active {
    background-color: #d5172b;
}

.heading-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    cursor: pointer;
}

.container-header {
    height: 400px;
    padding-bottom: 20px;
}

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

    .title {
        font-size: 60px;
    }

    .container-header {
        height: 400px;
    }

    body {
        font-size: 18px;
        line-height: 25px;
    }

}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .title {
        font-size: 70px;
    }

    .subtitle {
        font-size: 25px;
    }

    .container-header {
        height: 500px;
    }

    body {
        font-size: 20px;
        line-height: 30px;
    }

}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .title {
        font-size: 80px;
    }

    .container-header {
        height: 570px;
    }

    body {
        font-size: 22px;
        line-height: 32px;
    }

}

.content {
    min-height: 350px;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

nav {
    position: fixed;
    top: 0;
    height: 60px;
    background-color: #1e1e1e;
    width: 100%;
    z-index: 1000;
}

nav a, .headings a {
    color: white;
}

nav a:hover {
    color: #d5172b;
}

nav .top-navigation-icon {
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
}

nav .open-icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align:right;
}

nav .close-icon {
    display: none;
    width: 40px;
    height: 40px;
    text-align: right;
    right: 20px;
}

nav .top-navigation {
    background-color: #1e1e1e;
    position: absolute;
    top: 38px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 150px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s;
    font-size: 18px;
}

#itunes {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

#itunes img {
    width: 72px;
}


@media (min-width: 768px) {
    nav .top-navigation {
        font-size: 22px;
    }

    #itunes img {
        width: 100px;
    }
}

nav .top-navigation-open {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

nav .top-navigation li {
    list-style-type: none;
    color: white;
    padding: 10px;
    text-transform: lowercase;
}
.row {
    margin-left: -15px;
    margin-right: -20px;
    overflow: auto;
}

.image-row {
    margin-left: -5px;
    margin-right: -5px;
}

.col-50 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
}

.col-100 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    overflow: hidden;
}

.image-col {
    padding: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-origin: padding-box;
}

.image-caption {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px;
    background-color: #1e1e1e;
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 5px;
    font-size: 14px;
    line-height: normal;
}

.image-caption-title {
    font-size: 17px;
    font-style: italic;
    display: block;
    margin-bottom: 3px;

}
.image-caption-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.col {
    float: left;
    width: 50%;
    position: relative;
}

.col-footer, .col-footer-small, .col-footer-big {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
}

.content .row  img {
    width: 100%;
}

.footer-icon {
    opacity: 0.8;
    width: 38px;
}

.footer-icons {
    text-align: left;
}

.footer-icon:hover {
    opacity: 1.0;
}

@media (min-width: 768px) {
    .row {
        margin-left: 35px;
        margin-right: -20px;
    }

    .image-row {
        margin-left: 45px;
    }

    .col-50 {
        width: 50%;
    }

    .col {
        width: 33.33%;
    }

    .col-footer {
        float: left;
        width: 25%;
        padding-right: 15px;
    }

    .col-footer-small {
        float: left;
        width: 20%;
        padding-right: 15px;
    }

    .col-footer-big {
        float: left;
        width: 30%;
        padding-right: 15px;
    }

    .footer-icons {
        text-align: right;
    }

    .image-caption {
        font-size: 15px;
    }

    .image-caption-title {
        font-size: 18px;
    }
    .image-caption-subtitle {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .col {
        width: 16.66%;
    }

    .image-caption {
        font-size: 14px;
    }

    .image-caption-title {
        font-size: 17px;
    }
    .image-caption-subtitle {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .image-caption {
        font-size: 15px;
    }

    .image-caption-title {
        font-size: 18px;
    }
    .image-caption-subtitle {
        font-size: 15px;
    }
}

#map {
    height: 400px;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}