/*
Theme Name: hauri2018
Theme URI: https://andreashauri.ch/theme
Author: Beat Oberholzer
Description: -
Version: 1.01
License: TBD
License URI: TBD
*/


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* More useful normalizations */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }





:root {
    --glpgreen: #a1cd3a;
    --glpgreendark: #729325;
    --glptransparent: rgba(133, 181, 23, 0.8);
    --text: #333;
}

/**
 * Typography
 */
html {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.5em;
}

@media screen and (max-width: 640px) {
    html {
        font-size: 18px;
        line-height: 1.5em;
    }
}

body {
    color: #333;
    color: var(--text);
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    font-weight: normal;
}

h1, h2, h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    clear: both;
}


h1 {
    font-size: 2.5em;
    line-height: 1.2em;
    margin: 0em 0 0.5em 0;
}

h2 {
    font-size: 1.875em;
    line-height: 1.2em;
    margin: 1.5em 0 0.5em 0;
}

h3 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: 1.5em 0 0.5em 0;
}

.content > h2:first-child,
.content > h3:first-child,
h1 + h2,
h2 + h3,
h1 + h3 {
    margin-top: 0;
}

a {
    color: inherit;
}


/**
* Blockquote
*/
blockquote {
  display: block;
  background: #a1cd3a;
  background: var(--glpgreen);
  color: white;
  padding: 2em;
  margin: 0 0 1em 0;
  font-weight: normal;
  line-height: 1.5em;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote a {
    text-decoration: none;
}

blockquote a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    blockquote {
        padding: 1em;
    }
}


/**
* Images
*/

.content img[width] {
    max-width: 100% !important;
    height: auto !important;
}


.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright {
    float: right;
    margin-left: 20px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption a,
.wp-caption img {
    display: block;
}

.wp-caption-text {
    background-color: #a1cd3a;
    background-color: var(--glpgreen);
    color: white;
    padding: 1em;
}



/**
* Layout
*/
.page-header {
}

.page-header__title-box {
    background-color: rgba(133, 181, 23, 0.8);
    background-color: var(--glptransparent);
    color: white;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    /*
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; */
    font-family: "Roboto Condensed", sans-serif;
    height: 101px;

}

body.admin-bar .page-header__title-box {
    top: 32px;
}

.page-header__title-link {
    display: block;
    width: 490px;
    margin: auto;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .page-header__title-link {
        margin: 0;
    }
}

.page-header__image {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    margin-right: 16px;
}

@media screen and (max-width: 420px) {
    .page-header__image {
        width: 64px;
        height: 64px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 360px) {
    .page-header__image {
        display: none;
    }
}


.page-header__title-text-box {
/*
    width: 394px;
    background: yellow;
    margin-left: 94px;
    */
}

.page-header__title {
    margin: 0;
    font-size: 46px;
    line-height: 1.2em;
    font-weight: bold;
    clear: none;
}

.page-header__description {
    font-size: 22px;
    line-height: 1.2em;
}

@media screen and (max-width: 640px) {
    .page-header__title {
        font-size: 36px;
    }

    .page-header__description {
        font-size: 18px;
    }
}


@media screen and (max-width: 530px) {
    .page-header__description {
        width: 262px;
    }
}

@media screen and (max-width: 420px) {
    .page-header__title {
        font-size: 28px;
    }

    .page-header__description {
        width: 246px;
    }
}

@media screen and (max-width: 360px) {
    .page-header__description {
        width: 172px;
    }
}

.page-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
}

body.admin-bar .page-header__nav {
    top: 32px;
}


.page-header__nav-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 63px;
    height: 64px;
    background-color: transparent;
    float: right;
    cursor: pointer;
    z-index: 14;
    border: 1px solid white;

}

.page-header__nav-toggle span {
    display: block;
    position: absolute;
    height: 4.84%;
    width: 45%;
    background-color: white;
    opacity: 1;
    left: 27.5%;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.page-header__nav-toggle span:nth-child(1) {
    top: 32.26%;
}

.page-header__nav-toggle span:nth-child(2) {
    top: 46.77%;
}

.page-header__nav-toggle span:nth-child(3) {
    top: 61.29%;
}

body.page-nav-visible .page-header__nav-toggle span:nth-child(1) {
    top: 50%;
    transform: rotate(135deg);
}

body.page-nav-visible .page-header__nav-toggle span:nth-child(2) {
    opacity: 0;
    left: 80px;
}

body.page-nav-visible .page-header__nav-toggle span:nth-child(3) {
    top: 50%;
    transform: rotate(-135deg);
}

.page-header__nav-menu-container {
    color: white;
    background: #a1cd3a;
    background: var(--glpgreen);
    float: none;
    position: fixed;
    top: 0;
    left: 101%;
    bottom: 0;
    right: 0;
    z-index: 13;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6);
    transition: left 0.25s;
    overflow: auto;
}

body.page-nav-visible .page-header__nav-menu-container {
    left: 25%;
}

.page-header__nav-menu {
    margin: 100px 10px 10px 10px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    color: white;
    font-size: 1.5em;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (max-width: 640px) {
    .page-header__nav-menu {
        font-size: 1em;
    }
}


.page-header__nav-menu a {
    text-decoration: none;
    padding: 0.4em 0;
    display: block;
}

.page-header__nav-menu a:hover {
    text-decoration: underline;
}




/**
* Layout Footer
*/
.page-footer {
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page-footer__nav {
    background-color: rgba(133, 181, 23, 0.8);
    background-color: var(--glptransparent);
    color: white;
    font-weight: 300;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .page-footer__nav {
        display: none;
    }
}


.page-footer__nav .menu {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.page-footer__nav .menu > li > a {
    margin: 0 0.75em;
    line-height: 1.3em;
    padding: 0.7em 0;
    text-align: center;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.025em;
}

@media screen and (max-width: 800px) {
    .page-footer__nav .menu > li > a {
        font-size: 16px;
        margin: 0 0.5em;
    }
}

.page-footer__disclaimer-area {
    font-size: 14px;
    line-height: 2.5em;
    background-color: rgba(133, 181, 23, 0.8);
    background-color: var(--glptransparent);
    border-top: 1px solid white;
    text-align: center;
}

.page-footer__disclaimer-link {
    color: white;
}




/**
* Module glp logo
*/
.glp-logo {
    display: block;
    margin: 8px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.8);
    width: 72px;
    border-radius: 17px;
}

.glp-logo:hover {

}




/**
 * Modul superbox
 */
.super-box {
    position: fixed;
    top: 101px;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(100% - 101px);
/*    height: calc(100vh - 101px); */
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}


@media screen and (min-aspect-ratio: 3/2) {
    .super-box {
        background-position: 50% 0%;
    }
}

@media screen and (max-aspect-ratio: 3/4) {
    .super-box {
        background-position: 30% 50%;
    }
}

body.admin-bar .super-box {
    top: 133px;
    height: calc(100vh - 133px);
}

.super-box__slogan {
    color: white;
    position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    line-height: 1.5em;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    font-style: inherit;
}

@media screen and (max-width: 900px) {
    .super-box__slogan {
        font-size: 24px;
    }
}

@media screen and (max-width: 440px) {
    .super-box__slogan {
        font-size: 18px;
    }
}

.super-box__slogan span {
    background-color: #a1cd3a;
    background-color: var(--glpgreen);
    padding: 0.25em 0.5em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.super-box__slogan-main {
}

.super-box__slogan-main:after {
    content: "\A";
    white-space: pre;
}

.super-box__slogan-affix {
    /* display: inline-block; */
}
/*
.super-box__slogan-affix:before {
    content: "\A";
    display: "inline-block";
}
*/





/**
 * Module Content */

.content {
    margin: 101px auto;
    width: 100%;
    max-width: 980px;
    padding: 40px 40px 100px 40px;
    overflow: hidden;
}

@media screen and (max-width: 900px) {
    .content {
        padding: 20px;
    }
}

.content--full {
    max-width: none;
}


.content p {
    margin-bottom: 1em;
}



/**
 * Module 3col
 */
.col3-container {
    overflow: hidden;
}

.col3-col {
    float: left;
    width: 30%;
    margin-right: 5%;
}

@media screen and (max-width: 640px) {
    .col3-col {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

.col3-col:last-child {
    margin-right: 0;
}


/**
 * Video Block (Responsive Youtube)
 */
.video-block {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-block iframe,
.video-block object,
.video-block embed,
.video-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/**
*
*/
.col2--container {
    display: flex;
    justify-content: space-between;
}

.col2--item {
    width: 48%;
}

@media screen and (max-width: 640px) {
    .col2--container {
        display: block;
    }

    .col2--item {
        width: 100%;
    }
}



/**
* Contact form
*/

.wpcf7-form input,
.mc4wp-form-fields input,
.wpcf7-form textarea {
    padding: 0.5em;
    width: 100%;
}

.wpcf7-form .form-row {
    margin-bottom: 1em;
}

.wpcf7-form input[type="submit"],
.mc4wp-form-fields input[type="submit"] {
    background-color: #a1cd3a;
    background-color: var(--glpgreen);
    color: white;
    border: none;
}

.wpcf7-form input[type="submit"]:hover,
.mc4wp-form-fields input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:active,
.mc4wp-form-fields input[type="submit"]:active {
    background-color: #729325;
    background-color: var(--glpgreendark);
}

.mc4wp-response .mc4wp-success {
    background-color: #a1cd3a;
    background-color: var(--glpgreen);
    color: white;
    font-size: 1.25em;
    padding: 1em;
    margin-bottom: 2em;
}

.mc4wp-response .mc4wp-success p {
    margin-bottom: 0;
}


/**
 * Popup-Content
 */
.pum-title {
    margin-bottom: 0.5em;
}

.pum-content p {
    margin-bottom: 1em;
}



/**
* Helpers
*/
.mobile-only {
    display: none;
}

@media screen and (max-width: 640px) {
    .mobile-only {
        display: block;
    }
}
