/*
******************************************************************
CSS for responsive

(c) sinntun.codes
******************************************************************
*/

@media only screen and (max-width: 1450px) {
    .contentbox-main .content-container,
    #footer-content,
    .nav-footer {
        padding: 25px;
    }


}


@media only screen and (max-width: 1300px) {

}


@media only screen and (max-width: 1250px) {

}

@media only screen and (max-width: 1024px) {


    /*****************************************************************
    *********** Canvases
    ******************************************************************/
    #head-canvas {
        position: fixed;
        min-height: 75px;
        margin-bottom: 0 !important;
        background: #fff;
        z-index: 1001;
    }

    #main-canvas {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #main-navigation {
        display: none !important;
    }

    #content-canvas {
        margin-top: 75px;
    }


    /*****************************************************************
    *********** Header
    ******************************************************************/
    #logo img {
        height: 45px;
    }




    /*****************************************************************
    *********** Navigation
    ******************************************************************/
    /*****************************************************************
    *********** Footer
    ******************************************************************/
    #footer-canvas {
        flex-direction: column;
    }

    #footer-canvas .column {
        margin-bottom: 25px;
    }

    #footer-canvas .socialmedia-icons {
        display: flex;
        justify-content: start;
    }
    #footer-legal {
        min-height: 200px;
    }
    /*****************************************************************
    *********** Content
    ******************************************************************/
    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/


}

@media only screen and (min-width: 1025px) {
    #logo-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 760px) {

    /*****************************************************************
    *********** Document/Canvas
    ******************************************************************/
    #main-navigation {
        display: none !important;
    }

    #main-canvas {
        width: 100% !important;
        margin-left: 0 !important;
    }


    /*****************************************************************
    *********** Header
    ******************************************************************/
    #head-image {
        width: 100%;
        height: 165px;
    }

    #head-image img {
        width: auto;
        height: 165px;
        align-content: center;
    }


    /*****************************************************************
    *********** Footer
    ******************************************************************/
    /*****************************************************************
    *********** Content
    ******************************************************************/
    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/
    /*** pageelement-overviewpages-main
    ******************************************************************/
    .pageelement-overviewpages-main .overview-item {
        flex-direction: column;
    }

    .pageelement-overviewpages-main .text-container {
        margin-bottom: 10px;
        display: block;
    }

    .pageelement-overviewpages-main .image-container {
        padding: 0;
        margin-bottom: 10px;
        display: block;
    }

}


@media only screen and (max-width: 520px) {

    /*** pageelement-overviewpages-main
    ******************************************************************/
    .pageelement-overviewpages-main .image-container {
        width: 80%;
        margin: 0;
    }

    .pageelement-overviewpages-main .image-container img {
        width: auto;
    }

    .pageelement-overviewpages-main .text-container {
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        max-width: 100%;
    }

}


@media only screen and (max-width: 480px) {


    /*****************************************************************
    *********** Document/Canvas
    ******************************************************************/
    /*****************************************************************
    *********** Allgemeine Selektoren
    ******************************************************************/
    .scroll-to-top-div {
        width: 100% !important;
        bottom: 0 !important;
        left: 0;
        background-color: #D7AE86;
    }

    #scroll-to-top {
        display: block;
        margin: auto;
        width: 75px !important;
    }


    /*****************************************************************
    *********** Header
    ******************************************************************/
    /*****************************************************************
    *********** Slider
    ******************************************************************/
    /*****************************************************************
    *********** Footer
    ******************************************************************/
    #footer-canvas .column {
        width: 100%;
        padding-bottom: 25px;
    }



    /*****************************************************************
    *********** Content
    ******************************************************************/
    /*****************************************************************
    *********** Seitenelemente
    ******************************************************************/
    /*** .pageelement-text-image-main
     ******************************************************************/
    /*** pageelement-info-teaser-mai
    ******************************************************************/
    /*** pageelement-overviewpages-main
    ******************************************************************/
    .pageelement-overviewpages-main .text-container {
        width: 100%;
        margin: 0;
        padding-top: 10px;
    }

}
