@charset "utf-8";

html, body {
    font-size: 16px;
}

/* 1. Clearfix
--------------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ----- clear fix for floats ----- */
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

/* hides clearfix from IE-mac */
.clearfix {
    display: block;
}

/* end hide from IE-mac */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: inline-block;
}

.aligncenter .padding {
    display: block;
    padding: 0 12px;
}

.alignnone {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    height: 0;
    width: 0;
}

.centered {
    text-align: center;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
}

.flexslider {
    -webkit-transform: translateZ(0px);
}


@media only screen and (max-width: 1024px) {
    .desktop {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .mobile {
        display: none
    }
}


/* End Clearfix
--------------------------------------------------------------------------------------------------------*/


/* =2. Preloader
--------------------------------------------------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999999;
}

#status {
    z-index: 28;
    position: absolute;
    color: #fff !important;
    top: 50%;
    height: 220px;
    width: 100%;
    margin-top: -115px;
}

/* horizontal centering */
.parent {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0px;
    z-index: 11
}

#preloader .child {
    text-align: center;
}

/* vertical centering */
.parent {
    display: table
}

.child {
    display: table-cell;
    vertical-align: top;
}

.parent .bottom {
    display: table-cell;
    vertical-align: bottom;
}

.parent .top {
    display: table-cell;
    vertical-align: top;
}

.box-parent .child {
    padding-top: 10px;
}

/* End Preloader
--------------------------------------------------------------------------------------------------------*/


/* =3. Typography
--------------------------------------------------------------------------------------------------------*/
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #000;
}

a, a * {
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    outline: 0;
}

*:focus, *:after:focus, *:before:focus {
    outline: 0;
}

p {
    padding: 0;
    margin: 0 0 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: relative;
    line-height: 1.4;
}

a {
    text-decoration: none;
}

p a {
    text-decoration: underline;
    position: relative;
    opacity: 1;
}

p#content1 { /* Trennstriche bei Schlagworten heller */
    color: #777;
}

#content5 .h4 { /* Typo bei Expertinnen größer */
    font-size: 26px;
    line-height: 29px;
}

#content7 .h4 { /* Typo bei Diskussion auch größer */
    font-size: 26px;
    line-height: 29px;
}

.white-text p a, .intro p a {
    color: #fff;
    opacity: 1;
}

p a:hover {
    text-decoration: underline !important;
    opacity: 1;
}

p a:focus {
    text-decoration: underline;
}

.white-text p a:hover, .intro p a:hover {
    color: #fff;
    opacity: 1;
}

p.small {
    font-size: 70%;
    font-weight: 400;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 1px;
}

p.connected-to-small {
    margin: 0;
    margin-left: 4px;
    top: -4px;
    display: inline;
}

#preloader p.small {
    color: #fff !important;
    padding: 0 !important
}

.child p.small {
    padding-top: 10px;
}

p.small.below-header {
    padding-top: 4px;
    margin-bottom: 12px;
}

p.large {
    font-size: 120%;
    padding: 0px 0 5px;
}

p.details {
    opacity: 0.7;
    font-size: 85%;
    margin-bottom: 10px;
}

.white-text p {
    color: #fff;
}

.black-text p {
    color: #000;
}

.black-text a {
    color: #e51b20;
    text-decoration: none;
}

.black-text a:hover {
    text-decoration: none;
}

.info-box-content p.large, .header-wrapper p.large {
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
}

.white-text p.below-button {
    color: #fff;
    opacity: 0.7;
}

.white-text a:hover p.below-button {
    color: #fff;
    opacity: 1;
}

blockquote {
    border: 0;
    position: relative;
    margin: 0px 0px 65px;
    font-size: 130%;
    color: #fff;
    padding: 0;
    line-height: 1.5;
    font-style: italic;
}

article blockquote {
    margin: 29px 35px 90px;
}

article blockquote p {
    opacity: 1;
}


.button {
    border: 0;
    border-radius: 30px;
    padding: 13px 25px 14px;
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px !important;
    letter-spacing: 1px;
    margin-right: 10px;
    font-weight: 400;
    text-transform: uppercase;
    background: #fff;
    color: #2b2b2b;
}

.centered .button {
    margin-right: 0;
}

.button i.fa {
    color: #2b2b2b !important;
    font-size: 115%;
}

.button:hover {
    color: #2b2b2b !important;
}

.signature {
    background: url(../images/signature.png) center no-repeat;
    background-size: 165px 50px;
    width: 165px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin-top: 15px;
}

.absolute-bottom {
    position: absolute;
    bottom: 20px;
    left: 35px;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 1
}

/* End Typography
--------------------------------------------------------------------------------------------------------*/


/* =4. Headings
--------------------------------------------------------------------------------------------------------*/
h1#logo {
    position: relative;
    height: 55px;
    width: 220px;
    padding: 0 !important;
    margin: 0;
    display: block;
    margin-left: 10px;
    top: -2px;
    float: left;
}

.seite_karte h1#logo, .eintrag_karte h1#logo, .group-blog h1#logo, .extra h1#logo {
    width: 200px;
    margin: 0;
    margin-left: 10px;
    top: -2px;
}


.numbers, h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    display: block;
    position: relative;
    font-weight: 600;
    font-family: Catamaran, sans-serif;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
    color: #fff;
    padding: 0;
    margin: 6px 0 8px;
}

.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6 {
    color: #000;
}

h1 {
    font-size: 40px;
    line-height: 1.2;
}

h2 {
    font-size: 36px;
    line-height: 1.25;
}

h3 {
    font-size: 28px;
    line-height: 1.3;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.below-icon {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header {
    margin-top: 0px;
}

.header.with-details-above {
    margin-top: -3px;
}

.lone-header {
    padding-bottom: 15px;
}

.more-margin {
    margin-top: 30px;
}

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

.social-header {
    position: absolute;
    bottom: 20px;
}

.social-header i.fa {
    opacity: 0.5;
}

.grey-bg.lighter h1 {
    margin-bottom: 24px;
}

.intro-image h1 {
    margin: 0px;
}

.marked {
    background: rgba(255, 255, 255, 0.1)
}

/* End Headings
--------------------------------------------------------------------------------------------------------*/


/* 5. Navigation
--------------------------------------------------------------------------------------------------------*/
#menu-button {
    font-size: 14px;
    height: 58px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 1111;
    opacity: 1 !important;
    display: none;
    width: 100%;
    background: #fff;
}

#menu-button .centralizer {
    vertical-align: middle;
    width: 40px;
    right: 30px;
    position: absolute;
}

#menu-button .centralizer .cursor {
    display: inline-block;
    cursor: pointer;
    height: 58px;
    width: 58px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#nav-button {
    display: inline-block;
    width: 19px;
    height: 56px;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding-top: 23px;
    text-align: center;
}

.nav-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    width: 19px;
    height: 2px;
    margin: 0px auto 3px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pushed-left #nav-button span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: #2b2b2b;
}

.pushed-left #nav-button span:nth-child(1), .pushed-left-alt #nav-button span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pushed-left #nav-button span:nth-child(2), .pushed-left-alt #nav-button span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 19px !important;
    margin: 0px auto 3px;
}

.pushed-left #nav-button span:nth-child(3), .pushed-left-alt #nav-button span:nth-child(3) {
    display: none;
}

#nav-button span {
    background: #2b2b2b;
}

#main-nav ul {
    position: relative;
    float: left;
    padding-top: 29px;
    padding-left: 80px;
}

#main-nav ul li {
    float: left;
    position: relative;
    list-style-type: none;
}

#main-nav ul li a {
    position: relative;
    padding: 9px 0 0 20px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: Catamaran, sans-serif;
}

nav a.selected, nav a:hover {
    color: #e20024 !important;
}

#main-nav ul li ul {
    float: none;
    padding-left: 20px;
}

#main-nav ul li ul li {
    float: none;
    position: relative;
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-top: 1px solid white;
}

#main-nav ul li ul li a {
    font-size: 17px !important;
    border: 0;
    padding: 3px 0;
}

#main-nav ul li ul li:last-child a {
    padding-bottom: 8px
}

.sub-nav {
    width: 330px;
}

/* End Navigation
--------------------------------------------------------------------------------------------------------*/


/* =6. Main Content
--------------------------------------------------------------------------------------------------------*/
#header {
    width: 100%;
    height: 140px;
    z-index: 98;
    padding: 20px 0;
}

.seite_karte #header, .eintrag_karte #header, .group-blog #header {
    height: auto;
    padding: 25px 0 25px 0;
}

@media only screen and (max-width: 768px) {
    .seite_karte #header, .eintrag_karte #header, .group-blog #header {
        padding-bottom: 50px;
    }
}


.koepfe-start #header, .koepfe #header, .group-blog #header {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {


    .koepfe-start #header, .koepfe #header {
        /* margin-top:34px;
        height: 60px; */
    }
}


#content {
    width: 100%;
    position: relative;
    z-index: 55;
    height: auto;
}

.container {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 1200px;
}

header .container {
    margin-top: 0;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}

.single-page .no-isotope-container {
    margin-bottom: 30px;
}

.full-width {
    width: 100%;
}

.full-width .element {
    padding: 0;
}

.full-height-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.containing-image-wrapper {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.element {
    float: left;
    margin: 10px;
    background: none;
}

.element2 {
    float: left;
    margin: 5px;
    background: none;
}

.tile-1 {
    width: 280px;
    height: 420px;
}

.tile-1a {
    width: 280px;
    height: 580px;
}

/* was tile-3 */
.tile-2 {
    width: 580px;
    height: 420px;
}

.tile-3 {
    width: 880px;
    height: 420px;
}

.tile-4 {
    width: 580px;
    height: 280px;
}

.tile-5 {
    width: 1180px;
    height: auto;
}

.tile-6 {
    width: 380px;
    height: 450px;
}

.no-padding {
    padding: 0 !important;
}

.auto {
    height: auto !important;
    min-height: 280px;
}

.with-tile-below {
    border: 0 !important;
    padding: 0 !important;
}

.conntected-to-image {
    margin-top: -10px;
}

.tile-separater {
    height: 20px;
    position: relative;
    display: block;
}

.with-padding {
    padding: 20px 15px 0 15px;
}

.tile-2 .with-padding, .with-padding.more {
    padding: 65px 75px 64px;
}

article.with-padding {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
}

.white-bg {
    background: #fff !important;
    height: 100%;
    position: relative;
}

.grey-bg {
    background: linear-gradient(to bottom, #fbfbfb, #f2f2f2 99%);
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    height: 100%;
    position: relative;
    min-height: 40px;
}

.grey-bg-inverted { /*teaserboxen */
    background: linear-gradient(to top, #fbfbfb, #f2f2f2 99%) !important;
}

a:hover .grey-bg, .grey-bg.lighter, .grey-bg-inverted {
    background: #f5f5f5;
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.grey-bg.darker {
    background: #000;
}

.grey-bg.darker.with-padding.white-text,
.conntected-to-image.white-text .grey-bg {
    padding: 0px 35px 0 35px;
}

.grey-bg.darker.with-padding.white-text p,
.conntected-to-image.white-text p {
    font-size: 19px;
    line-height: 27px;
}

.grey-bg.darker.with-padding.white-text h1 {
    font-size: 46px;
    line-height: 54px;
}

.grey-bg.darker.with-padding.white-text h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 56px !important;
}

.grey-bg.darker.with-padding.white-text hr,
.conntected-to-image.white-text hr {
    border-top: 1px solid transparent;
    margin-top: 30px;
    margin-bottom: 30px;
}


.dotted {
    height: 100%;
    position: relative;
    border: 3px dashed #242729;
    -webkit-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    padding: 45px 75px 44px !important;
}

a:hover .dotted {
    border: 3px dashed #2a2e30;
    -webkit-transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: border 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.category2 {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    padding: 8px 14px 9px;
    z-index: 10;
    color: #2b2b2b;
    font-size: 115%;
    border-radius: 30px;
}

#content .category {
    position: absolute;
    right: 35px;
    top: 35px;
    background: #fff;
    padding: 14px 20px 15px;
    z-index: 10;
    color: #2b2b2b;
    font-size: 115%;
    border-radius: 30px;
}

#content .category-b2 {
    position: absolute;
    right: 35px;
    top: 85px;
    background: #fff;
    padding: 10px 15px;
    z-index: 10;
    color: #2b2b2b;
    font-size: 115%;
    border-radius: 30px;
}


#content .category-b2 a {
    float: left;
    width: 35px;
    margin: 0 6px
}

@media only screen and (max-width: 768px) {
    #content .category {
        right: 35px;
        top: 15px;
    }

    .button {
        right: 15px;
        left: auto;
    }
}

.category.tags {
    display: inline-block;
    position: relative;
    right: auto;
    top: auto;
    margin: 10px 5px;
}

.category i.fa, .play-button i.fa, a.category.tags:hover {
    color: #2b2b2b !important;
}

.play-button {
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 51%;
    z-index: 10;
    text-align: center;
    display: inline-block;
    padding: 18px 0 0 7px;
    margin: 10px 0;
}

/* =End Main Content
--------------------------------------------------------------------------------------------------------*/


/* =7. Content Elements
--------------------------------------------------------------------------------------------------------*/
.overflow, .element {
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
}

.greyed {
    background: #fff;
    padding: 30px 35px 29px 35px;
    position: relative;
}

.no-isotope .greyed {
    margin-bottom: 30px;
}

body.centered-tiles .element {
    text-align: center;
}

.white-text {
    -webkit-text-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    text-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.extra-padding-top {
    padding-top: 10px;
}

.extra-padding-right {
    padding-right: 45px;
}

.extra-padding-bottom {
    padding-bottom: 45px
}

.break {
    display: block;
    position: relative;
    height: 20px;
    width: 100%;
}

.blog-line {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.0);
    height: 3px;
    width: 100%;
}

.blog-line::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    display: block;
    left: 0%;
    height: 3px;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 0;
}

a:hover .blog-line::after {
    left: 0;
    width: 100%;
}

#project-pagination a {
    opacity: 0.65;
    display: inline-block;
}

#project-pagination a:hover {
    opacity: 1;
}

.prev-project {
    background: url(../images/arrow4.png) no-repeat left 2px;
    background-size: 30px 20px;
    padding-left: 35px;
}

.next-project {
    background: url(../images/arrow2.png) no-repeat right 2px;
    background-size: 30px 20px;
    padding-right: 35px;
    text-align: right;
}

.min-full-height {
    min-height: 100vh;
}

div.full-height {
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
}

div.full-height.not-completely-full {
    max-height: 600px;
}

.table {
    margin-bottom: 10px;
}

table h5 {
    margin: 0;
    display: block;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 25px 0px 0;
    text-align: left;
    vertical-align: middle;
    border: 0 !important
}

.table th {
    width: 50%;
    padding-top: 10px !important;
}

.table td:nth-child(2n-1) {
    padding-right: 0;
}

.table td:nth-child(2n) {
    padding-left: 0;
    padding-right: 50px;
}

.table tr:nth-child(1) td {
    padding-top: 40px;
}

tr.bolder-border {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.table tr i.fa-check-square-o {
    padding-left: 0px;
    padding-right: 8px;
    top: 1px;
    position: relative
}

.price {
    font-size: 500%;
    line-height: 1;
    float: left;
    padding: 20px 18px 20px 0;
    letter-spacing: -3px;
}

.table p.details {
    padding-top: 28px;
    padding-right: 25%;
}

/* =End Content Elements
--------------------------------------------------------------------------------------------------------*/


/* =8. Icons
--------------------------------------------------------------------------------------------------------*/
.social-list {
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0;
    font-size: 0;
}

.social-list li {
    display: inline-block;
    padding: 0 8px 0 0;
    position: relative;
}

.centered .social-list li {
    padding: 0 4px;
}

.social-list li a i {
    color: #333;
    opacity: 0.7;
    font-size: 17px;
}

.social-list li a:hover i {
    opacity: 1;
}

.social-list.custom li {
    display: block;
}

.social-list.custom li a i {
    float: left;
    position: relative;
    top: 16px;
    width: 25px;
}

nav .social-list {
    position: relative;
    width: auto;
    text-align: left;
}

nav .social-list li {
    padding: 0px 0px 0 0;
    display: inline-block;
}

nav .social-list li a {
    border: 0 !important;
    margin: 0 !important;
    margin-right: 15px !important;
}

nav .social-list li a i, #footer .social-list li a i {
    color: rgba(43, 43, 43, 0.6);
    margin: 0 !important;
}

nav .social-list li a:hover i, #footer .social-list li a:hover i {
    color: rgba(43, 43, 43, 1);
}

nav .social-list a.search-button {
    padding-left: 15px !important;
    padding-right: 15px !important;
    background: rgba(255, 255, 255, 0.05);
}

.social-list.alignright li {
    padding: 0 0 0 10px
}

.social-icon {
    font-size: 44px;
    line-height: 1.2;
}

i.fa {
    margin-right: 3px;
    color: #fff
}

nav i.fa {
    opacity: 0.7;
}

nav a:hover i.fa {
    opacity: 1;
}

p i.fa {
    color: #888;
}

.button i.fa {
    color: #2b2b2b;
    padding-right: 3px;
}

.white-text i.fa {
    color: #fff;
}

header .social-list {
    position: relative;
    float: right;
    right: 0px;
    top: 6px;
}

header .social-list i.fa {
    opacity: 0.7;
    color: #fff !important;
}

header .social-list i.fa:hover {
    opacity: 1;
}

header .social-list li {
    text-align: center;
    padding: 0 7px;
}

.fa-envelope {
    font-size: 15px !important;
    position: relative;
    top: -1px;
}

.fa-external-link, .fa-file-pdf-o {
    padding-left: 5px;
    position: relative;
    top: 1px;
}

.icons {
    position: relative;
    height: 42px;
    width: 42px;
    margin-top: 25px;
    margin-bottom: 15px;
    display: inline-block;
}

.centered .icons {
    float: none;
    display: inline-block;
}

.next-to-icon {
    margin-left: 73px;
    margin-top: 20px;
}

.absolute-right {
    position: absolute;
    right: 35px;
    bottom: 35px;
    margin: 0;
}

.absolute-top-right {
    position: absolute;
    right: 35px;
    top: 33px;
    margin: 0;
}

.icon-to-the-right {
    max-width: calc(100% - 55px);
}

.avatar-to-the-right {
    max-width: calc(100% - 95px);
}

/* End Icons
--------------------------------------------------------------------------------------------------------*/


/* =9. Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/
.images {
    display: block;
    position: relative;
    margin: 30px 0 20px;
}

article .images {
    margin: 40px 0;
}

img {
    width: 100%;
    display: block;
    max-width: 100%;
    z-index: 9;
}

.videos {
    border: 0;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.musicWrapper {
    position: relative;
    height: auto;
}

.musicWrapper iframe {
    width: 100%;
    height: auto;
}

.image-wrapper {
    position: relative;
    max-height: 187px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.image-wrapper.square {
    max-height: 280px;
}

.overlay {
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 100%;
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

a:hover .overlay {
    -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    background: rgba(0, 0, 0, 0.0);
}

.zoom-in {
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-filter: none;
    filter: none;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.element:hover .zoom-in {
    transform: scale3d(1.04, 1.04, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -webkit-filter: none;
    filter: none
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content: "";
    background: rgba(255, 255, 255, 0.1);
    bottom: 2px;
    display: block;
    left: 0%;
    height: 7px;
    position: absolute;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 0;
}

h4 .underlined::after {
    height: 8px;
    bottom: 3px;
}

a:hover .underlined::after {
    left: 0;
    width: 100%;
}

.boxed {
    background: #333;
    padding: 10px 15px;
    color: #fff !important;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 9;
}

.boxed.top {
    bottom: auto;
    top: 0;
}

.boxed.right {
    left: auto;
    right: 0;
}

a:hover .boxed {
    background: #242729;
}

.boxed-wrapper {
    background: rgba(0, 0, 0, 0.7);
    color: #fff !important;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 9;
    width: 580px;
    padding: 50px 35px 50px 35px;
}

.boxed-wrapper p {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.parent .boxed-wrapper {
    left: 10px;
}

.info-box-content {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.image-with-overlay {
    position: relative;
}

.image-with-overlay h3, .image-with-overlay p {
    padding-left: 35px;
    padding-right: 35px;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 280px;
    -webkit-transition: left ease-in-out 0.33s;
    transition: left ease-in-out 0.33s;
}

.image-overlay.pushed-right {
    left: 100%;
}

.image-overlay.text-instead {
    background: #fff;
    border: 1px solid #dedede;
    height: 280px;
    padding: 30px 35px 20px 35px;
}

.avatar {
    display: inline-block;
    margin: 10px 0;
}

.avatar img {
    width: 80px;
    height: 80px;
    border-radius: 51%;
    z-index: 2;
    position: relative;
}

.popup {
    cursor: zoom-in;
}

/* End Images & Hover Animation
--------------------------------------------------------------------------------------------------------*/


/* 10. Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    margin: 80px 0 0 0;
    width: 100%;
    z-index: 98;
    position: relative;
    background-color: #eee;
}

#footer .container {
    padding: 35px 10px 31px;
}

footer p {
    font-size: 1em !important;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #fff;
}

span.padding {
    padding: 0 3px;
}

footer .fa-heart {
    color: #c2a058 !important;
}

footer p a {
    text-decoration: none;
    color: #000 !important;
}

footer p a:hover {
    color: #e20024 !important;
}

#footer img {
    margin: 20px 40px 0 0;
}

/* End Footer
--------------------------------------------------------------------------------------------------------*/


/* =11. Lists
--------------------------------------------------------------------------------------------------------*/
ul.unordered-list, .hentry ul, ol {

    font-size: 16px;
    padding: 0px 0px 20px 25px;
    margin-bottom: 0;
}

.hentry ul li {
    font-size: 17px;
}

@media (max-width: 399px) {
    .hentry ul li {
        font-size: 14px;
    }
}

.panel-group ul.unordered-list, .panel-group ol {
    padding: 10px 0px 20px 25px;
}

ol {
    list-style: decimal;
}

ul.unordered-list li, ol li {
    padding-bottom: 5px;
    position: relative;
}

article ul.unordered-list li, article ol li {
    opacity: 0.7;
}

ul.unordered-list li:last-child, ol li:last-child {
    padding-bottom: 0px;
}

ul.unordered-list li a, .hentry ul li a, ol li a {
    color: #555;
    text-decoration: underline;
}

ul.unordered-list li a:hover, .hentry ul li a:hover, ol li a:hover {
    color: #2b2b2b;
    text-decoration: underline;
}

.white-text ul, .white-text ol {
    color: #fff;
}

ul.pagination {
    margin-bottom: 0px;
    border-radius: 0;
    margin-top: 10px;
    display: inline-block;
    font-size: 0;
}

ul.pagination li a {
    margin: 0 3px;
    color: #fff;
    opacity: 0.7;
    background: none;
    border: 1px solid;
    border-radius: 0 !important;
    font-size: 15px;
}

ul.pagination li a:hover {
    color: #fff;
    opacity: 1;
    background: none;
}

ul.pagination li a.active {
    border: 1px solid;
    color: #fff;
    opacity: 1;
}

ul.pagination li a.active:hover {
    background: none !important;
    cursor: default;
}

/* =End Lists
--------------------------------------------------------------------------------------------------------*/


/* =12. Blog
--------------------------------------------------------------------------------------------------------*/

.left-to-avatar {
    text-align: left !important;
    padding-left: 180px;
}

.comment {
    padding: 0px 0px 25px;
    position: relative;
    text-align: left
}

ul.comments {
    list-style-type: none;
    padding-top: 0px;
    margin: 0;
    position: relative;
    margin-top: -2px;
    margin-bottom: -3px;
}

.comment.last {
    padding-bottom: 0;
}

.comment + .comment {
    padding-left: 95px;
}

.comment.reply.level-1 {
    padding-left: 6.6%;
}

.commenter-avatar {
    float: left;
    padding: 0 30px 30px 0;
    width: auto;
}

.commenter-avatar > img {
    width: 65px;
    height: 65px;
}

.comment-content {
    float: left;
    width: calc(100% - 95px);
    margin: -7px 0 20px 0;
}


p.small .alignright {
    text-transform: none;
    letter-spacing: 0;
    font-size: 15px;
    position: relative;
    top: -4px;
}

/* End Blog
--------------------------------------------------------------------------------------------------------*/

