@charset "utf-8";

/* Infinity Labs */


/* source-sans-pro-regular - latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg');
    /* Legacy iOS */
}


/* sriracha-regular - latin */

@font-face {
    font-family: 'Sriracha';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/sriracha-v10-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/sriracha-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/sriracha-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/sriracha-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/sriracha-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/sriracha-v10-latin-regular.svg#Sriracha') format('svg');
    /* Legacy iOS */
}

body {
    background-color: #fffbf0;
    background-image: url(../img/page_gl.png);
    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
}

.artikel_header {
    height: 700px;
}

.artikel_header img {
    position: absolute;
    top: -200px;
}

.artofmoves_orange {
    color: #e55327 !important;
}

.contact_icon {
    height: 50px;
    font-size: 1.5rem;
}

.contact_navi li {
    width: 200px!important;
}

.border-artofmoves {
    border-top: 1px solid #dde4e6
}

.border-artofmoves-left {
    border-left: 1px solid #dde4e6
}

.cards_image {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cards_image:hover {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.primery_navi {
    font-weight: 700;
    transition-duration: 0.3s;
}

a.active,
.primery_navi li a:hover,
.list-group-item a.active {
    color: #e55327 !important;
    transition-duration: 0.3s;
}

.dropdown:hover .dropdown-menu {
    display: block
}

.dropdown-menu {
    margin-top: 0 !important
}

@media(max-width:768px) {
    .mt-sm-2 {
        margin-top: 2rem
    }
    .text-mobile-center {
        text-align: center
    }
    section {
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .primery_navi li:first-child,
    .primery_navi li:first-child a {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

.coundown_timer {
    background-color: #e55327;
}

.xs_small {
    font-size: 1rem !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #e55327;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.btn-artofmoves {
    color: #fff;
    background-color: #e55327;
    border-color: #BC3810;
}

.bg-hover {
    background-color: transparent;
    position: absolute;
    height: 200px;
    width: 100%;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none;
}

.bg-hover:hover {
    background-color: rgba(229, 83, 39, 0.7);
    position: absolute;
    height: 200px;
    width: 100%;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background-image: url("../img/zoom.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_artofmoves {
    background-color: #e55327;
}

.bg_artofmoves:hover {
    background-color: #9B3212;
}


/* BACK TO TOP BUTTON */

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 60px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    font-size: 2rem;
}

#kontakt {
    margin-top: 80px;
}


/* BACK TO TOP BUTTON ENDE*/

.wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100vh;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
    visibility: hidden;
    overflow: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner,
.overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show,
.overlay.show {
    opacity: 1
}