@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700'); */
/* === prettify === */
/* @import url('../../../assets/libs/google-code-prettify/prettify.css'); */
/* === fontawesome === */
/* @import url('../../../assets/fonts/fontawesome/css/fontawesome.min.css');*/
/* ==== overwrite bootstrap standard ==== */
/* @import url('overwrite.css'); */
@import url('../../../assets/libs/animate/animate.min.css');

/* ===================================
2. layout
==================================== */

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#wrapper {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.boxed-layout {
    width: 1360px;
}
@media (max-width: 1359px) {

    .boxed-layout {
        width: 100% !important;
    }

    .boxed-layout footer {
        width: 100% !important;
    }

    .boxed-layout .sticky {
        width: 90% !important;
    }

    .sticky + .contents {
        padding-top: 125px !important;
    }
}
.list-no-bullet {
  list-style-type: none;
 }

.link-no-line {
    text-decoration: none;
}
.link-red {
    color: #ED391B;
}

.link-blue {
    color: #215f8b;
    text-decoration: none;
}
