/* Global
-------------------------------------------------------------------------------*/
.layout {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 17px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.hide {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	opacity:0 !important;
}


.show480,
.show640,
.show640,
.show767,
.d-none {
	display: none;
}

/* Grid
-------------------------------------------------------------------------------*/

.container  .grid__1 {
    margin-left: -1px;
    margin-right: -1px;
}

.container  .grid__20 {
    margin-left: -20px;
    margin-right: -20px;
}

.grid__1 [class*="col-"] {
    padding: 1px;
}

.grid__20 [class*="col-"] {
    padding: 20px;
}

.grid__1 [class*="col-"] .grid {
    margin: 10px 0;
}

.grid-bleed-margin {
    margin: 0 !important;
}


/* Typography
-------------------------------------------------------------------------------*/

.text {
	color: #000;
	line-height: 24px;
}

.hl-1,
.text h1 {
    font-size: 60px;
    line-height: 65px;
    font-style: italic;
    color: #333;
    margin-bottom: 25px;
}

.container__line .hl-1,
.container__line .text h1 {
    font-size: 70px;
    line-height: 75px;
}

.hl-2,
.text h2 {
    font-size: 50px;
    line-height: 55px;
    font-style: italic;
    color: #333;
    margin-bottom: 25px;
}

.hl-3,
.hl-3 a,
.text h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
}

.hl-3 a:hover {
    color: #f36b22;
}

.hl-4,
.text h4 {
    font-size: 22px;
    line-height: 26px;
}

.hl-5,
.text h5 {
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #666;
}


.hl-6,
.text h6 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.hl__ul {
    border-bottom: 1px solid #f36b22;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 30px;
    position: relative;
    margin-bottom: 30px;
}

.hl__ul:after {
    content: "";
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 1px solid #f36b22;
    position: absolute;
    right: -20px;
    bottom: -10px;
}

.text b,
.text strong {
    font-weight: 700;
}

.text i,
.text em {
    font-style: italic;
}

.text p:not(:last-child),
.text ol:not(:last-child),
.text ul:not(:last-child) {
    margin-bottom: 25px;
}

.text ol,
.text ul {
    margin-left: 20px;
}

.text li:not(:last-child) {
    margin-bottom: 15px;
}

.text ul {
    list-style-type: circle;
}

.text ol {
    margin-left: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.text a,
.link {
    color: #f36b22;
    text-decoration: none;
    cursor: pointer;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.link.link--triangle {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    text-decoration: none;
}

.link--triangle:before {
    top: 5px;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #333;
}

.text a:hover,
.link:hover {
    color: #000;
}

.nobr {
	white-space: nowrap;
}

.bg-1 {
    background-color: #8a8a8a;
}

.bg-2 {
    background-color: #333;
}

.bg-3 {
    background-color: #8e9eb1;
}

.bg-4 {
    background-color: #000;
}

.bg-5 {
    background-color: #fff;
}

.bg-6 {
    background-color: #dcdcdc;
}

.bg-7 {
    background-color: #8897ae;
}

.bg-8 {
    background-color: #94a2b8;
}

.bg-9 {
    background-color: #a2acbd;
}

.bg-10 {
    background-color: #fa7e3c;
}

.bg-11 {
    background-color: #3687ef;
}

.bg-12 {
    background-color: #6fa6ef;
}

.bg-13 {
    background-color: #40549f;
}

.bg-14 {
    background-color: #5768aa;
}

.bg-15 {
    background-color: #6f7eb8;
}

.bg-16 {
    background-color: #8897ae;
}

.bg-17 {
    background-color: #94a2b8;
}

.bg-18 {
    background-color: #a2acbd;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
    z-index: 9;
    position: relative;
}

/* Text
	-------------------------------------------------------------------------------*/

.indent--100 {
    padding-left: 100px;
    padding-right: 100px;
}

.indent__left--100 {
    padding-right: 15px;
    padding-left: 100px;
}

.indent__right--100 {
    padding-left: 15px;
    padding-right: 100px;
}

.indent__left--100 .hl__indent {
    margin-left: -100px;
}

.container__line .grid {
    overflow: hidden;
    padding-top: 65px;
}

.line {
    width: 1px;
    height: 100%;
    display: block;
    background-color: #f36b22;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    margin-top: 21px;
}

.line:before {
    content: "";
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 1px solid #f36b22;
    position: absolute;
    left: -10px;
    top: -21px;
}

@media screen and (max-width: 991px) {

    .indent--100 {
        padding-left: 0;
        padding-right: 0;
    }

    .indent__left--100 {
        padding-left: 0;
        padding-right: 15px;
    }

    .indent__right--100 {
        padding-right: 0;
        padding-left: 15px;
    }

    .container__line .hl-1 {
        font-size: 50px;
        line-height: 55px;
    }

    .indent__left--100 .hl__indent {
        margin-left: 0;
    }

}

@media screen and (max-width: 767px) {
    .container__line .grid  {
        padding-right: 30px;
    }

    .indent__left--100,
    .indent__right--100 {
        padding-left: 0;
        padding-right: 0;
    }

    .line {
        right: 11px;
        left: auto;
        top: 0;
        margin-left: 0;
    }

}

.indent--20 {
    padding-left: 20px;
    padding-right: 20px;
}

.indent__left--20 {
    padding-right: 20px;
}

.indent__right--20 {
    padding-left: 20px;
}

@media (min-width: 576px) {
    .indent-xs--20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .indent-xs__left--20 {
        padding-right: 20px;
    }

    .indent-xs__right--20 {
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .indent-sm--20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .indent-sm__left--20 {
        padding-right: 20px;
    }

    .indent-sm__right--20 {
        padding-left: 20px;
    }
}

@media (min-width: 992px) {
    .indent-md--20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .indent-md__left--20 {
        padding-right: 20px;
    }

    .indent-md__right--20 {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .indent-lg--20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .indent-lg__left--20 {
        padding-right: 20px;
    }

    .indent-lg__right--20 {
        padding-left: 20px;
    }
}


/* Buttons
	-------------------------------------------------------------------------------*/

.button,
a.button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    width: 300px;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #e7e7e7;
    border: 1px solid #999;
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.button:hover {
    background-color: #f3712b !important;
    color: #fff !important;
}

.button-row {
    margin: 0 -7px 25px -7px !important;
}

.button-row .button {
    width: 100%;
}

/* Main
	-------------------------------------------------------------------------------*/

.page-main .grid {
    margin-bottom: 75px;
}

/* Form
	-------------------------------------------------------------------------------*/

.input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
}

.input.input--error {
    outline: 2px solid #b8061c;
}

.msg {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin: 20px 0 -7px 0;
}

.msg.error {
    background-color: #b8061c;
}
.msg.success {
    background-color: #06b82c;
}

/* Header
	-------------------------------------------------------------------------------*/

.page-header .container {
    display: flex;
    height: 115px;
    position: relative;
}

.page-header__logo {
    margin-top: 22px;
    display: inline-block;
    height: 60px;
    width: 280px;
    background: url("../img/agile-transformers.png") left top/contain no-repeat;
}

.menu {
    overflow: hidden;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 150px;
}

.menu__link {
    float: left;
    display: block;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 20px 35px 20px;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    height: 75px;
    overflow: hidden;
}

.menu__dropdown:not(:first-child) {
    margin-left: -13px;
}

.menu__dropdown:first-child .menu__link {
    padding-left: 20px;
    margin-left: 0;
}

.menu__dropdown:first-child .menu__link:before,
.menu__link:after {
    content: "";
    width: 7px;
    height: 18px;
    position: absolute;
    transform: skew(-20deg);
    background-color: #f36b22;
}

.menu__dropdown:first-child .menu__link:before {
    left: 3px;
}

.menu__link:after {
    right: 3px;
}

.menu__dropdown:hover .menu__link,
.menu__link--active {
    background-color: #fa7e3c;
    color: #fff;
}

.menu__link:hover:before,
.menu__link:hover:after,
.menu__link--active:before,
.menu__link--active:after,
.menu__dropdown:hover .menu__link:after,
.menu__dropdown:hover .menu__link:before,
.menu__dropdown:first-child .menu__link:before,
.menu__icon:after,
.menu__icon:before {
    content: none;
}

.mobile-nav-button {
    display: none;
}

.menu__dropdown {
    float: left;
    overflow: hidden;
}

.menu__dropdown--content {
    display: none;
    position: absolute;
    background-color: #fa7e3c;
    min-width: 160px;
    z-index: 9999;
}

.menu__dropdown > .menu__link {
    float: none;
    cursor: default;
}

.menu__dropdown--content .menu__link {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    height: auto;
}

.menu__link:hover {
    background-color: #fa7e3c;
    color: #fff;
}

.menu__dropdown--content .menu__link:hover,
.menu__dropdown--content .menu__link.menu__link--active {
    background-color: #fca577;
}

.menu__dropdown:hover .menu__link {
    display: block;
    z-index: 9999;
}

.menu__dropdown:hover .menu__dropdown--content {
    display: block;
}

.menu .menu__icon {
    color: #ccc;
    font-size: 25px;
    padding: 20px 10px 25px 10px;
    margin-left: 30px;
}

.menu .menu__icon:hover * {
    color: #fff;
}

.menu__icon ~ .menu__icon {
    margin-left: 0;
}

.phone-banner {
    width: 135px;
    height: 147px;
    padding: 15px 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    right: 25px;
    top: 0;
    z-index: 999;
}

.phone-banner:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 33px 0;
    border-color: transparent #6e6e6e transparent transparent;
    position: absolute;
    left: -22px;
    bottom: 0;
}

.phone-banner__text {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 20px;
}

.phone-banner__number {
    font-size: 12px;
}

@media screen and (max-width: 1200px) {

    .phone-banner {
        display: none;
    }

    .menu {
        margin-right: 0;
    }
}

@media screen and (max-width: 992px) {

    .mobile-nav-button {
        display: block;
        cursor: pointer;
        margin-top: 21px;
        float: right;
    }

    .mobile-nav-button:hover * {
        background-color: #ccc;
    }

    .mobile-nav-button__bar-1,
    .mobile-nav-button__bar-2,
    .mobile-nav-button__bar-3 {
        width: 30px;
        height: 2px;
        background-color: #333;
        margin: 8px 0;
        transition: 0.4s;
    }

    .page-header__nav-open .mobile-nav-button__bar-1 {
        transform: rotate(-45deg) translate(-7px, 7px);
    }

    .page-header__nav-open .mobile-nav-button__bar-2 {
        opacity: 0;
    }

    .page-header__nav-open .mobile-nav-button__bar-3 {
        transform: rotate(45deg) translate(-7px, -7px);
    }

    .menu {
        display: none;
    }

    .page-header .container {
        display: block;
        position: inherit;
        height: 80px;
    }

    .page-header__logo {
        margin-top: 13px;
        height: 50px;
    }

    .page-header__nav-open .menu {
        display: block;
        overflow: auto;
        align-self: auto;
        margin-right: 0;
        width: 100%;
        background-color: rgba(51,51,51,0.9);
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 999;
        text-align: center;
        padding-top: 10px;
    }

    .menu__link {
        float: none;
        text-align: center !important;
        color: #fff;
        padding: 10px !important;
        height: auto;
        margin-left: 0 !important;
        font-size: 20px;
    }

    .menu__link:before,
    .menu__link:after,
    .menu__link:first-child:before,
    .menu__icon:after,
    .menu__icon:before {
        content: none;
    }

    .page-header__nav-open .menu__icon {
        margin-left: 0;
        display: inline-block;
    }

    .page-header__nav-open .menu__dropdown {
        float: none;
    }

    .page-header__nav-open .menu__dropdown:hover .menu__link {
        background-color: unset;
    }

    .page-header__nav-open .menu__dropdown--content {
        position: relative;
        background-color: unset;
    }

    .page-header__nav-open .menu__dropdown--content .menu__link {
        font-size: 14px;
    }

}

/* Footer
	-------------------------------------------------------------------------------*/

.page-footer .text,
.page-footer .hl-6,
.page-footer .link {
    color: #fff;
}

.page-footer .link:hover {
    color: #fa7e3c;
}

.page-footer-top {
    padding-top: 60px;
    padding-bottom: 73px;
    font-size: 16px;
}

.page-footer-top__col-1 {
    display: flex;
    flex-direction: column;
}

.page-footer-top__logo {
    width: 235px;
    height: 60px;
    display: block;
    background: url("../img/dr-kraus-partner.png") left top/contain no-repeat;
    margin-top: -17px;
}

.page-footer-top__social {
    margin-top: auto;
}

.page-footer-top__social .hl-4 {
    margin-bottom: 12px;
}

.page-footer-top__icon {
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    text-decoration: none;
    color: #333;
    text-align: center;
    line-height: 35px;
    margin-right: 7px;
}

.page-footer-top__icon:hover {
    background-color: #fa7e3c;
}

.page-footer-top__nav {
    width: 200px;
    float: right;
}
.page-footer-top__nav .hl-4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 13px;
}
.page-footer-top__nav .link {
    width: 100%;
    border-bottom: 1px solid #515251;
    display: block;
    line-height: 30px;
}
.page-footer-top__nav {
    width: 200px;
}
.page-footer-top__nav {
    width: 200px;
}

.page-footer-bottom .container {
    font-size: 14px;
    display: flex;
    padding-top: 18px;
    padding-bottom: 25px;
}

.page-footer-bottom__nav {
    margin-left: auto;
}

.page-footer-bottom__nav .link {
    border-right: 2px solid #515251;
    padding: 0 18px 0 13px;
}

.page-footer-bottom__nav .link:last-child {
    border-right: none;
    padding-right: 0;
}

.page-footer-bottom__nav .link:first-child {
    padding-left: 0;
}

.page-footer-top__col-3 .hl-6 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .page-footer-top__col-3 {
        margin-top: 50px;
    }

    .page-footer-top__nav {
        width: 100%;
        float: none;
    }

}

@media screen and (max-width: 767px) {

    .page-footer-top__social {
        margin: 50px 0;
    }

    .page-footer-bottom .container {
        flex-direction: column;
    }

    .page-footer-bottom__copyright {
        order: 1;
    }

    .page-footer-bottom__nav {
        order: 0;
        margin-left: 0;
    }

}

/* Interest Teaser
    -------------------------------------------------------------------------------*/

.interest-teaser {
    text-align: center;
    padding: 50px 0 40px 0;
    position: relative;
    margin-bottom: 120px;
}

.interest-teaser:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.interest-teaser .text {
    color: #fff;
}

.interest-teaser .hl-3 {
    text-transform: uppercase;
    color: #fff;
}

.interest-teaser .button {
    background-color: #afb9c8;
    color: #fff;
    border-color: #fff;
    margin: 0 5px 10px 5px;
}




/* Contact Teaser
    -------------------------------------------------------------------------------*/

.contact-teaser {
    margin-bottom: 1px;
}

.contact-teaser .text,
.contact-teaser a,
.contact-teaser .hl-3 {
    color: #000;
}

@media screen and (max-width: 767px) {

    .contact-teaser .text {
        padding: 15px 0;
    }

}

/* Referenzen
    -------------------------------------------------------------------------------*/

.ref {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #fff;
    display: block;
    position: relative;
    border: 1px solid #e9e9e9;
}

.ref__inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Accordion
    -------------------------------------------------------------------------------*/

.accordion {
    width: 100%;
    border-top: 2px solid #edeceb;
    margin-bottom: 70px;
}

.accordion__head {
    cursor: pointer;
    position: relative;
    padding: 20px 150px 15px 100px;
}

.accordion__head:after {
    content: '\002B';
    color: #ccc;
    font-size: 50px;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translate(-50%,-50%);
}

.accordion__head.accordion--active:after {
    content: "\2212";
}

.accordion__body {
    border-bottom: 2px solid #edeceb;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion__inner {
    padding: 20px 100px;
    display: block;
}

.accordion__img--left {
    float: left;
    max-width: 410px;
    margin: 0 15px 15px 0;
}

.accordion__img--right {
    float: right;
    max-width: 410px;
    margin: 0 0 15px 15px;
}

@media screen and (max-width: 991px) {

    .accordion__head {
        padding-left: 0;
        padding-right: 50px;
    }

    .accordion__inner {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion__head:after {
        right: 0;
    }

}


/* Team
    -------------------------------------------------------------------------------*/

.team__link {
    position: relative;
}

.team__hover {
    display: none;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 60%,rgba(0,0,0,0.85) 100%);
    color: #fff;
    font-size: 13px;
    padding: 35px 10px 10px 10px;
    width: 100%;
    height: 90px;
    transition: 0.3s;
}

.team__link:hover .team__hover {
    display: block;
}

.team__active {
    cursor: unset;
    position: relative;
}

.team__active:after {
    content: "";
    border-bottom: 5px solid #fa7e3c;
    position: absolute;
    bottom: -9px;
    width: 100%;
}

.team__active:hover .team__hover {
    display: none;
}

.hvr-grow.team__active:hover,
.hvr-grow.team__active:focus,
.hvr-grow.team__active:active {
    transform: none;
}

.grid__1 .team__text {
    padding: 15px 0 15px 35px;
}

@media screen and (max-width: 991px) {

    .grid__1 .team__text {
        padding-left: 0;
    }

    .team__img {
        display: none;
    }
}

@media screen and (max-width: 575px) {

    .team__hover {
        font-size: 17px;
    }

}

/* Teaser
    -------------------------------------------------------------------------------*/

.teaser .text {
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.teaser .hl-4 {
    margin-bottom: 20px;
    height: 140px;
    display: flex;
    align-items: flex-end;
}

/* Coaching
    -------------------------------------------------------------------------------*/

.coaching__head {
    margin-bottom: 20px;
}

.coaching__body {
    margin-bottom: 70px;
}


/* Map
    -------------------------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    .map {
        position: fixed;
        height: 500px;
        left: 0;
        z-index: 9;
        width: 300px;
    }

}



/* Cards
    -------------------------------------------------------------------------------*/

.card {
    text-decoration: none;
}

.card-1 {
    padding: 0 21px;
    margin-bottom: 30px;
    text-decoration: none;
}

.card-1 .hl-3 {
    font-size: 26px;
    margin-bottom: 0;
    color: #fff;
    height: 93px;
    padding: 14px 21px;
    display: block;
    margin-left: -21px;
}

.card-1 .card__img {
    margin: -39px -21px 20px 0;
    position: relative;
    overflow: hidden;
}

.card-1 .card__img:after {
    content: "";
    background-image: linear-gradient(to left top,  rgba(255, 255, 255, 0.8) 0%,  rgba(255, 255, 255, 0.8) 50%, transparent 50%);
    position: absolute;
    width: 33%;
    height: 100%;
    right: 0;
    top: 0;
}

.card-2 {
    position: relative;
}

.card-2 .card__img {
    position: relative;
}

.card-2 .card__img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.card-2 .card__img.card__color-1:after {
    background-image: linear-gradient(to left top,  rgba(142, 158, 177, 0.7) 0%,  rgba(142, 158, 177, 0.7) 50%, transparent 50%);
}

.card-2 .card__img.card__color-2:after {
    background-image: linear-gradient(to left top,  rgba(138, 138, 138, 0.75) 0%,  rgba(138, 138, 138, 0.75) 50%, transparent 50%);
}

.card-2 .card__img.card__color-3:after {
    background-image: linear-gradient(to left top,  rgba(51, 51, 51, 0.7) 0%,  rgba(51, 51, 51, 0.7) 50%, transparent 50%);
}

.card-2 .hl-3 {
    color: #fff;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    margin: 0 10px 17px 0;
}

.card-2 .hl-3:after {
    font-family: "Font Awesome 5 Pro", serif;
    font-weight: 300;
    font-size: 33px;
    line-height: 33px;
    content: "\f144";
    margin-left: 12px;
    vertical-align: -2px;
}

.card-3 {
    background-image: linear-gradient(to left top,  #999 0%,  #8F8F8F 50%, #999 50%);
    padding: 20px;
    color: #fff;
}

.card-3 .hl-3 {
    color: #fff;
    text-transform: uppercase;
}

.card-3 .button {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.card-4 .card__img {
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.75);
}

.card-4 .card__img img {
    position: relative;
    z-index: -1;
    max-width: 100%;
}

.card-4 .card__date {
    color: #999;
    font-size: 13px;
    margin-bottom: 5px;
}

.card-4 .text {
    display: block;
    margin-bottom: 15px;
}

/* Masonry
	-------------------------------------------------------------------------------*/
.gallery {
    width: 100%;
    margin-bottom: 70px;
}

.gallery__sizer,
.gallery__item {
    width: 20%;
}

.gallery__item {
    float: left;
}

.gallery__item .gallery__img {
    display: block;
    width: 100%;
}

.gallery__item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 5px solid #fff;
    left: 0;
    top: 0;
}

.gallery__item--width2 {
    width:  40%;
}

.gallery__item--width3 {
    width:  60%;
}


/* Breadcrumbs
    -------------------------------------------------------------------------------*/

.breadcrumbs {
    box-shadow: 0 -5px 5px 0 rgba(0,0,0,0.2);
    padding-top: 6px;
    margin-bottom: 70px;
}

.breadcrumbs__link {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px 5px 6px;
    text-decoration: none;
    position: relative;
}

.breadcrumbs__link:hover {
    color: #f36b22;
}

.breadcrumbs__link:after {
    content: "";
    width: 3px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 7px;
    transform: skew(-20deg);
    background-color: #f36b22;
}

.breadcrumbs__link:last-child:after {
    content: none;
}

/* Billboard
	-------------------------------------------------------------------------------*/

.billboard {
    width: 100%;
    height: 0;
    padding-bottom: 39%;
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2), 0 -5px 5px 0 rgba(0,0,0,0.2);
    position: relative;
    color: #333;
    margin-bottom: 85px;
    cursor: pointer;
}

.billboard__thumb {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    z-index: 1;
}

.billboard__icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    z-index: 2;
}

.billboard:hover .billboard__icon-play {
    color: #f36b22;
}

.billboard__text {
    position: absolute;
    top: 65%;
    z-index: 2;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
}

.billboard__headline {
    font-size: 90px;
    line-height: 90px;
}

.billboard__subheadline {
    font-size: 30px;
}

.billboard video {
    width:100%;
    height:auto;
}

@media screen and (max-width: 991px) {

    .billboard__headline {
        font-size: 60px;
        line-height: 60px;
    }

    .billboard__subheadline {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {

    .billboard__text {
        top: auto;
        bottom: 5px;
    }

    .billboard__headline {
        font-size: 45px;
        line-height: 45px;
    }

    .billboard__subheadline {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {

    .billboard__text {
        display: none;
    }

}

/* Share
	-------------------------------------------------------------------------------*/

.side-nav {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
}

.side-nav .side-nav__item {
    position: relative;
    margin: 1px 0;
}

.side-nav .side-nav__item .side-nav__link {
    background-color: #8a8a8a;
    color: #fff;
    font-size: 30px;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
}

.side-nav .side-nav__item .side-nav__label {
    transition: background 0.4s ease, transform 0.4s ease 0.1s;
    background: #333;
}

.side-nav .side-nav__item .side-nav__link:hover .side-nav__label {
    transition: transform 0.4s ease, background 0.4s ease 0.1s;
    background: #8a8a8a;
}

.side-nav .side-nav__item .side-nav__link .side-nav__label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 17px;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right:0;
    margin-right: 60px;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
    z-index: 4;
    transition: transform 0.4s ease;
    transform-origin: right 50%;
    transform: rotateY(-90deg);
}

.side-nav .side-nav__item .side-nav__link .side-nav__label .side-nav__label-text {
    transform-origin: right 50%;
    transform: rotateY(-90deg);
}

.side-nav .side-nav__item .side-nav__link:hover .side-nav__label,
.side-nav .side-nav__item .side-nav__link:hover .side-nav__label .side-nav__label-text {
    transform: rotateY(0);
}

