@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: 'Saira Semi Condensed';
    src: url('/fonts/SairaSemiCondensed/SairaSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
    font-style: italic;
}

/** damit button auf mobilanischt im footer ist - height: 70px;

padding-bottom: 30px; bei anchorblack und margintop bei bottombutton weniger.
    **/


.glyphicon-chevron-left, .glyphicon-chevron-right, .carousel-indicators {
    opacity: 0;
    animation: fadeOp 0.1s ease-in both;
    animation-delay: 0.1s;
}

.caption_holder {
    top: 0;
    position: relative;
    right: 0;
}

.carousel-indicators li {
    color: #333;
    border-color: #333 !important;
}

.carousel-indicators .active {
    background-color: #333;
}

.carousel-indicators {
}

/*#first_content {
    margin-top: 70px;
}*/

.glyphicon {
    color: black;
    font-size: 50px;
}

.carousel-control .glyphicon-arrow-left, .carousel-control .icon-prev {
    margin-left: -200px;
    margin-top: 300px;
}

.carousel-control .glyphicon-arrow-right, .carousel-control .icon-next {
    margin-right: -200px;
    margin-top: 300px;
}

.tuturialcontentcentered
{
    text-align: center;
}


.anchorblack a {
    color: #000 !important;
    margin-top: 120px;
}

.slideimage {
    border-radius: 12px;
}

.slidevideo {
    border-radius: 12px;
}

.content {
    position: absolute;
    left: 55%;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);
}

.tutorial_pic {
    filter: drop-shadow(0 0 0.75rem #8f8f8f);
    width: 400px;
    height: auto;
}

.tutorial_video {
    filter: drop-shadow(0 0 0.75rem #8f8f8f);
    width: 400px;
    height: auto;
}

.slidecontenttext
{
    padding: 0 25px;
    font-size: 22px;
    line-height: 33px;
}

.slide_caption {
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    display: block;
    margin: 0 auto;
}

.carousel-control.left, .carousel-control.right {
    background-image: none
}

.darkback {
    background-color: rgba(80,80,80,0.5);
    border-radius: 12px;
}

body {
    background-color: #fff;
    background-size: cover;
    font-family: "Saira Semi Condensed";
}

.fadeElement {
    opacity: 0;
    animation: fadeIn 0.10s ease-in both;
    animation-delay: 0.6s;
}

.osname a
{
    font-size: 3em;
    color: #000;
}

.osname a:link
{
    text-decoration: none;
}

    .osname a:active {
        text-decoration: none;
    }

    .osname a:hover {
        text-decoration: none;
    }

/*@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba($primary, 0.4);
        box-shadow: 0 0 0 0 rgba($primary, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba($primary, 0);
        box-shadow: 0 0 0 10px rgba($primary, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba($primary, 0);
        box-shadow: 0 0 0 0 rgba($primary, 0);
    }
}*/



@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}



@keyframes fadeOp {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


html, body {
    /*overflow-x: hidden;*/
}


/* QUERIES */

@media screen and (min-width: 1370px) {
    #first_content {
        margin-top: 200px;
    }
}


@media screen and (min-width: 1200px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: 365px;
        font-size: 30px;
    }

    .carousel-indicators {
        bottom: -70px;
    }


    .slide_caption_2 {
        position: relative;
        padding-left: 70px;
    }

    .tutorial_pic {
        width: 280px;
    }

    .tutorial_video {
        width: 280px;
    }

    .container-fluid {
        width: 1170px !important;
    }
}


@media screen and (min-width: 991px) {

    .screen_holder {
        padding: 20px 0;
        padding-left: 40px;
    }



    .slide_caption_2 {
        position: relative;
        top: 169px;
    }
}




@media screen and (min-width: 768px) {
    .screen_holder {
        padding: 20px 0;
        padding-left: 40px;
    }

    .slide_caption_bg {
        margin-top: 100px;
    }

    /*#first_content {
        margin-bottom: 30px;
    }*/


    .indicator-div {
        bottom: 650px;
        position: relative;
        width: 52%;
    }

    .carousel-indicators {
        position: absolute;
        left: 26% !important;
    }
}


@media only screen and (max-width:1200px) {

    .slide_caption_2 {
        position: relative;
        top: 165px;
    }

    .tutorial_pic {
        width: 280px;
    }

    .tutorial_video {
        width: 280px;
    }

    .indicator-div {
        bottom: 730px;
    }

    .carousel-indicators {
        bottom: -80px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: 445px;
        font-size: 30px;
    }
}


@media only screen and (max-width: 820px) {
    .tutorial_pic {
        width: 210px;
    }

    .tutorial_video {
        width: 210px;
    }
}

@media only screen and (max-width:991px) {

    .indicator-div {
        bottom: 702px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        font-size: 22px;
    }

    .tutorial_pic {
        width: 250px
    }

    .tutorial_video {
        width: 250px
    }

    .slide_caption_2 {
        top: 140px;
    }

    .carousel-indicators {
        bottom: -60px;
    }
}

@media only screen and (max-width:767px) {

    /*.headlineting h2 {
        font-size: 20px !important;
        text-align: left !important;
        line-height: 2.1;
    }

    .headlineting a:hover {
        color: #333333;
        font-size: 20px !important;
        text-decoration: none;
    }*/

    .marginmobile {
        margin-top: 30px !important;
    }

    .mobile_noshow {
        display: none;
    }

    .anchorblack {
        padding-bottom: 30px;
        background: #e9e9e9;
    }



        .anchorblack a {
            margin-top: -15px;
        }



    .caption_holder_mobile {
        bottom: 110px;
        position: relative;
        right: 0;
        background: #f7f7f7;
        padding-top: 22px;
    }


    .screen_holder {
        padding: 20px 0 45px 0;
        background: #ececec;
    }

    /*#first_content {
        margin-top: 0px !important;
    }*/

    .tutorial_pic {
        width: 51%;
        height: auto;
    }


    .tutorial_video {
        width: 51%;
        height: auto;
    }

    .carousel-indicators {
        position: absolute;
        bottom: 35%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -120px;
    }

    /*.navbar {
        margin-bottom: 0px !important;
    }*/

    .slide_caption {
        z-index: 10;
        padding-top: 1px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0,0,0,0.6);
        display: block;
        margin: 0 auto;
        width: 90%;
        margin-top: 10px;
        top: 0px;
    }

    .slide_caption_bg {
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #333;
        text-align: center;
        display: block;
        margin: 0 auto;
        background: #f7f7f7;
    }

    .slide_caption_2 {
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #333;
        text-align: center;
        display: block;
        margin: 0 auto;
        top: 0px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -125px;
        font-size: 20px;
    }

    .slide_caption p, .slide_caption_2 p {
        margin-bottom: 20px;
    }


    /*h1 {
        margin-top: 20px;
    }*/

    .slide_caption_bg h1 {
        margin-top: 20px;
    }
}



/* Queries fÃ¼r Navigation */

@media only screen and (max-width:710px) {
    .carousel-indicators {
        position: absolute;
        bottom: 39%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -120px;
    }
}


@media only screen and (max-width:660px) {

    .carousel-indicators {
        position: absolute;
        bottom: 41%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -155px;
    }
}


@media only screen and (max-width:590px) {
    .carousel-indicators {
        position: absolute;
        bottom: 44%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -140px;
    }
}


@media only screen and (max-width:515px) {
    .carousel-indicators {
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -110px;
    }
}



@media only screen and (max-width:470px) {
    .carousel-indicators {
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -130px;
    }
}


/* small displays */

@media only screen and (max-width:400px) {

    .carousel-indicators {
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -125px;
    }


    h1 {
        font-size: 29px;
        line-height: 14px;
        margin-bottom: 20px;
    }

    .slidecontenttext {
        font-size: 16px;
        line-height: 23px;
    }
}


@media only screen and (max-width:345px) {
    .carousel-indicators {
        position: absolute;
        bottom: 50%;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
        margin-bottom: -100px;
    }
}

/* PULSE ANIMATION */
/*
.blinky {
    z-index: 30;
    position: relative;
    left: -132px;
    top: 402px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
}

    .blinky:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
*/


@media (min-height:701px) and (max-width:376px) {

    .iphonex_height {
        display: block !important;
    }

    .iphonex_noshow {
        display: none;
    }
}


p > i.fas {
    margin: 0 0.6rem;
}

body {
    opacity: 0;
    animation: fadeOp 0.25s ease-in both;
}

span.fab {
    color: #efefef;
    padding-left: 10px;
}


/*.headlineting a {
    transition: color 0.9s, font-size 0.9s;
    color: #fff;
}

    .headlineting a:hover {
        color: #333333;
        font-size: 43px;
        text-decoration: none;
    }

    .headlineting a:active {
        color: #333333;
        text-decoration: none;
    }

    .headlineting a:visited {
        text-decoration: none;
    }

    .headlineting a:focus {
        text-decoration: none;
    }

.headlineting h2 {
    font-size: 40px;
}*/

.marginmobile {
    margin-top: 150px;
}
