/*
Theme Name: arbeitaargau.ch
Author: Stefan Bauer, databauer
Author URI: http://databauer.ch/
Version: 1.0
Text Domain: arbeitaargau.ch
*/


@font-face {
    font-family: "Circular-Pro-Book";
    src:url("fonts/lineto-circular-pro-book.eot");
    src:url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-circular-pro-book.woff2") format("woff2"),
    url("fonts/lineto-circular-pro-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Pro-Bold";
    src:url("fonts/lineto-circular-pro-bold.eot");
    src:url("fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-circular-pro-bold.woff2") format("woff2"),
    url("fonts/lineto-circular-pro-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* set uikit fonts because customizer does not support custom fonts */
html {
    font-family: "Circular-Pro-Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #b13c68;
    font-weight: normal;
}

h5 {
    margin-bottom: 10px;
    line-height: 22px !important;
}

h5 + ul {
    margin-top: 10px;
}

.pfeil, .content-container > ul {
    list-style-image: url('../../../images/pfeil-li.png');
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 25px;
}

.download-link {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.download-link:after {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    margin-left: 20px;
    top: -20px;
    vertical-align: -50%;
    background: transparent url('../../../images/download.png') no-repeat;
}

/*.rosa {
    color: #b13c68;
}*/

hr {
    color: #B13C68;
    background-color: #7b7c80;
    height: 2px;
}

b, strong {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
}

.leadtext {
    font-size: 20px;
    color: #7b7c80;
    letter-spacing: 0.02em;
}

.infoblock-title, .infoblock-value {
    color: #b13c68;
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    display: inline-block;
}

.infoblock-title {
    vertical-align: top;
    width: 150px;
}

.uk-navbar-nav > li > a {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}



.uk-overlay .uk-overlay-panel :not(:hover) [class*="uk-animation-"] {
    opacity: 0;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}


#logo {
    margin: 40px 0 20px;
    height: 105px;
    width: 195px;
}

#logo-small {
/*    position: absolute;
    top: 10px;*/
    margin: -20px 0 10px;
    height: 69px;
    width: 129px;
}

.tm-headerbar .tm-logo {
    float: none;
}

.menu-container {
    border-bottom: 2px solid #7b7c80;
}

.submenu-container {
    padding: 8px 0;
    border-bottom: 2px solid #7b7c80;
}

.uk-navbar-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
}

.tm-navbar {
    margin-bottom: 0;
}

/* hide home in nav */
.tm-navbar li:nth-child(1) {
    display: none;
}

.subnav-margin-left {
    margin-left: 15px;
}

.nav-back {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.nav-back-icon {
    margin: 0 20px 0 0;
}


/*hide subnav*/
.uk-nav-navbar {
    display: none;
}

.uk-nav-offcanvas ul {
    margin-left: 15px;
}

.uk-nav-offcanvas ul li{
    padding: 5px 0;
}

.subnav-active {
    color: #b13c68 !important;
}

.bg-image {
    min-height: 170px;
}

.overlay-gradient {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0));
    opacity: .6;
}

.hero-teaser {
    min-height: 550px;
}

.hero-teaser .uk-text-large {
    margin-bottom: 80px;
}

.teaser {
    min-height: 250px;
}

/*.teaser_agenda {
    min-height: 290px;
}*/


.uk-panel .icon {
/*    position: absolute;*/
    margin-top: 20px;
    bottom: 20px;
    left: 20px;
}

.uk-panel .icon-text {
    color: #b13c68;
    position: absolute;
    bottom: 20px;
    left: 80px;
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h5.uk-panel-title {
    font-size: 16px;
    font-weight: normal;
    color: white;
    margin-bottom: 0;
}

.uk-panel-box p {
    color: #b13c68;
    margin: 0;
}

.uk-panel-box-primary p, .uk-panel-box-secondary p {
    color: white;
}

.textgray, .textgray .uk-panel-title, .textgray .uk-text-large {
    color: #444444;
}

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s all;
}

.bg-image {
    background-size: cover;
}

.uk-margin-xlarge-bottom {
    margin-bottom: 80px !important;
}

a.nodecoration {
    text-decoration: none;
}


.person  {
    padding: 20px;
    color: #b13c68;
}


.box-footer {
    min-height: 250px;
}


/* content */
.img-top {
    width: 100%;
    height: auto;
}

.img-caption {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline;
    margin-top: -30px;
    padding: 6px 15px;
    color: #b13c68;
    background-color: white;
    bottom: 0;
    right: 0;
    float: right;
}

.content-container {
    margin-top: 30px;
    max-width: 679px;
}


.share p {
    font-family: "Circular-Pro-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #b13c68;
    text-decoration: underline;
    margin-bottom: 10px;
}

.share img {
    margin-right: 20px;
}




.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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



/* agenda */

.table-seperator {
    border-bottom: solid 2px #b13c68 ;
}

.table-agenda {
    margin-bottom: 0;
}

.table-agenda th {
    padding: 15px 10px;
}

.table-agenda td {
    color: #b13c68;
}

.filter-container {
    padding-top: 0;
}

.filter > div {
    margin-right: 20px;
    margin-top: 8px;
}

.filtertext {
    background-color: transparent;
}

#newsletter {
    padding: 45px 0;
    background-color: #dad8d6;
    color: #b13c68;
}

#newsletter h2 {
    font-size: 30px;
    font-weight: bold;
    color: #b13c68;
}


#newsletter input {
    border: solid 1px white;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #b13c68;
    width: 315px;
}

#newsletter button {
    font-weight: bold;
    font-size: 14px;
}

#footer {
    background-color: #b13c68;
    color: white;
    height: 80px;
}

#footer p {
    padding-top: 20px;
    padding-left: 25px;
    font-size: 14px;
    display: inline;
    float: left;
    margin-bottom: 0;
}

#footer p a {
    color: white;
}

#footer .icon-footer {
    padding-top: 20px;
    padding-right: 25px;
    float: right;
    display: inline;
}

#footer .icon-top {
    padding-left: 25px;
}



/* ++++ UIKIT DOTNAV overrides ***/
.uk-dotnav > * > * {
    border: solid white 2px;
    background: rgba(50, 50, 50, 0);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
    background: rgba(50, 50, 50, 0.4);
    /* 2 */
    outline: none;
}
/* OnClick */
.uk-dotnav > * > :active {
    border: solid #b13c68 1px;
    background: rgba(50, 50, 50, 0.6);
}
/* Active */
.uk-dotnav > .uk-active > * {
    border: solid #b13c68 2px;
    background: rgba(255, 255, 255, 0);
}
/* ---- UIKIT DOTNAV overrides ***/



/* SLIDENAV */
.uk-slidenav-previous:before,
.uk-slidenav-next:before  {
    content: "";
    background: none no-repeat 50% 50% rgba(0,0,0,0);
    display: block;
    width: 40px;
    height: 40px;
}

.uk-slidenav-previous:before {
    background-image: url('../../../images/slidenav-prev.png');
    margin-left: 20px;
}

.uk-slidenav-next:before {
    background-image: url('../../../images/slidenav-next.png');
}




@media (max-width: 768px) {

    /* schriften kleiner */
    .uk-panel-title {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 28px;
    }

    .uk-text-large {
        font-size: 18px;
        line-height: 24px;
    }

    .uk-article-title {
        font-size: 38px;
        line-height: 44px;
    }

    h2, .uk-h2 {
        font-size: 24px;
        line-height: 32px;
    }

    h3, .uk-h3 {
        font-size: 18px;
        line-height: 24px;
    }

    h4, .uk-h4 {
        font-size: 16px;
        line-height: 22px;
    }

    h5, .uk-h5 {
        font-size: 15px;
        line-height: 21px;
    }

    .leadtext {
        font-size: 18px;
    }


    .uk-margin-xlarge-bottom {
        margin-bottom: 60px !important;
    }

    .menu-container, .submenu-container {
        border-bottom: none;
    }

    .submenu-container {
        padding: 50px 0 0 0;
    }

    .agenda-margin-small {
        margin-top: 90px !important;
    }

    .container-kacheln {
        padding-top: 50px !important;
    }

    .filter-container {
        padding-top: 50px;
    }

    .teaser {
        min-height: inherit;
    }

    .hero-teaser {
        min-height: inherit;
    }

    .small-flex-right {
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .filter > div {
        margin-right: 10px;
    }

    .container-footer {
        padding: 0;
    }

    .box-footer {
        min-height: 150px;
    }

    #newsletter h2 {
        font-size: 24px;
    }
    #newsletter input {
        width: 200px;
    }

    .uk-dotnav {
        display: none;
    }
}


@media (max-width: 450px) {
    .infoblock-title {
        width: 100px;
    }

    .small-flex-right {
        display: none;
    }

    #footer .icon-footer {
        padding-right: 10px;
    }

    #footer .icon-top {
        padding-left: 0;
    }
}