﻿@media (min-width:1900px) {
    .logo-container .logo {
        width: 10%;
    }

    .container {
        width: 75%;
    }
}

@media (max-width:1600px) {

    .navbar-nav > li > a.search {
        margin: 7px 0 0 18px;
    }

    .nav > li > a {
        padding: 15px 18px;
    }

    .container-small {
        width: 80%;
    }

    .container-fluid {
        max-width: 100%;
    }

    .icons .fa-2x {
        font-size: 1.4em;
    }
}

@media (max-width:1200px) {
    .font-xlarge {
        font-size: 1.4em;
    }

    .font-mlarge {
        font-size: 1.3em;
    }

    /*.dropdown-toggle {
		top: 0;
		position: absolute;
	}*/

    .nav > li button {
        padding: 10px 2px;
        border-radius: 4px;
    }

    .navbar-nav {
        border-top: 1px solid #999;
        width: 100%;
        padding: 25px 0;
        visibility: visible;
        opacity: 1;
        max-height: 800px;
        transition: max-height 0.15s ease-out;
    }

        .navbar-nav.not-visible {
            visibility: hidden;
            opacity: 0;
            transition: all 0.2s ease-out, max-height 0.25s ease-in;
            max-height: 0;
            padding: 0;
            margin: 0;
        }

    .logo-container .logo {
        width: auto;
    }
}

@media (min-width: 1200px) {



    .Heading2-text {
        max-width: 75%;
    }

    #myCarousel .nav-tabs .font-regular {
        font-size: 1em;
    }

    #nav .navbar-nav > li {
        float: left;
    }

    #hamburger {
        display: none;
    }

    .navbar-nav.hidden {
        display: block !important;
    }
}



/*@media (min-width:768px) and (max-width:1025px) {
    #scroll-indicator {
        display: none;
    }

    .red-bg button,
    .red-bg input {
        width: 48%;
        margin: 5px 0;
    }

    nav .nav .item.image:not(.sponsor-image) {
        display: block;
    }

    nav .nav .item.image a {
        position: absolute;
        left: 40px;
        top: 15px;
    }
}*/

@media (min-width:1025px) {


    nav .nav {
        height: 100vh;
    }

    nav .item {
        display: block;
        width: 100%;
        height:10%;
    }

    .doormat {
        left: 180px; /*220px;*/
    }

    .container-fluid {
        padding-left: 180px; /*220px;*/
    }

    .nav {
        width: 180px; /*220px;*/
    }
}

@media (max-width:1025px) {

    .grid-container .bg-image {
        min-height: 300px;
    }

    .square.circle .bg-image {
        min-height: initial;
    }
    .half-height-tablet {
        height: 50vh;
    }
        .half-height-tablet.header-visual {
            height: 60vw;
            background-attachment: unset;
        }


    #uitslag-pane {
        width: 375px;
    }

    nav {
        min-width: calc(100% - 360px);
        height: 60px;
    }

    /*#hamburger-container {
        display: block;
        position: absolute;
        right: 16px;
        top: 16px;
        height: 60px;
        float: right;
        width: 75px;
        font-size: 16px;
        font-weight: bold;
        font-family: 'Fira Sans';
        letter-spacing: 0;
        line-height: 30px;
        height: 60px;
    }*/

    .top-buttons .button.button-large:last-of-type {
        border-left: 1px solid white;
    }


    .inner-doormat {
        padding-top: 100px;
    }
    .competities.inner-doormat {
        padding-top: 10px;
    }
}

@media (max-width:1023px) {

    .max-part-height-mobile {
        height: 78vh;
        height: calc(var(--vh) * .70);
    }

    .min-part-height-mobile {
        height: 22vh;
        height: calc(var(--vh) * .30);
    }


    #uitslag-pane {
        width: 100%;
    }

    .top-nav {
        background-color: #011b0d;
    }

    .closebtn {
        display: none;
    }
    /*nav {
		z-index: -1;
		width: 0px !important;
	}*/

    .nav-wrapper {
        bottom: auto;
        height: auto;
    }

    .nav {
        /*background: none;*/
    }


    .top-nav table {
        z-index: -1;
    }

    .hamburger:before {
        top: 2.5vw;
    }

    .hamburger:after {
        bottom: 2.5vw;
    }

    .hamburger.active:before {
        top: 1vw;
        transform: translateY(5vw) rotate(45deg);
    }

    .hamburger.active:after {
        bottom: 1vw;
        transform: translateY(-5vw) rotate(-45deg);
    }

    nav .item {
        /*display: none;*/
    }

        /*nav .item.image {
            display: block;
        }*/

        nav .item.displaymobile {
            display: inline-block;
        }

    h1 {
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.6em;
    }

    .footer {
        text-align: center;
    }

        .footer .footerlinks {
            float: none;
            margin-top: 15px;
        }

    .bg-fixed {
        background-attachment: initial;
    }

    .pulldown-container {
        position: initial;
    }

        .pulldown-container .collapsed-section {
            right: 0;
        }
}


@media (min-width: 768px) {

    nav table img.embed-responsive.alblas-logo {
        margin: 10px 10px 10px 10px;
    }

    .doormat.doormat-level-3:not(.margin-negative-left-xs-24) {
        left: 60%;
    }



    #doormat {
        padding: 0px;
    }

    .top-buttons {
        position: fixed;
        top: 0px;
        right: 0px;
        border-top: none;
        margin-top: 0px;
    }

    #weekNo {
        max-width: 120px;
    }

    .align-right-sm {
        text-align: right;
    }

    .navbar-nav > li {
        float: none;
    }

    .tab-container {
        display: flex;
    }

    .two-columns {
        column-count: 2;
        column-gap: 40px;
    }

    .cardpage.card {
        margin: 0;
    }

    .card {
        margin: 10px;
    }

    .headerfoto {
        background-attachment: fixed;
    }

    .map-toggled.not-visible {
        visibility: visible;
    }
}

@media (max-width : 576px) {

    [data-height="ad-block"] {
        height: auto !important;
    }

    /* break table */
    .umb-grid .dynamic-table tr {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        direction: rtl;
        margin-bottom: 10px;
        /*border-bottom:1px solid #eee;*/
    }

    .umb-grid .dynamic-table td {
        display: block;
        width: 50% !important;
        text-align: left;
        border-bottom: none;
        padding: 0;
    }
        .umb-grid .dynamic-table td strong {
            display: none;
        }

        .umb-grid .dynamic-table td:nth-child(1), .umb-grid .dynamic-table td:nth-child(2) {
            direction: ltr;
        }

        .umb-grid .dynamic-table td[colspan], .umb-grid .dynamic-table td:nth-child(3), .umb-grid .dynamic-table td:nth-child(4) {
            width: 100% !important;
        }

        .umb-grid .dynamic-table td:nth-child(2) {
            font-weight: bold;
        }

    * {
        box-sizing: border-box;
    }
}



@media (min-width : 992px) {
}

@media screen and (min-device-width: 768px) and (max-device-width: 1025px) {
    .doormat {
        left: 0px;
        padding-top: 100px;
    }

    .top-buttons .button.button-large {
        width: 180px;
    }

    .container-small,
    .container-small.steps {
        width: 90%;
    }

    .max-height .ellipsis {
        -webkit-line-clamp: 2;
    }
}

@media (max-width : 767px) {
    .grid-container .grid-col .portrait {
        padding-bottom: 0;
    }
    .richtext td {
        font-size: 1em;
        padding-right: 0;
    }

    /* grid */
    .umb-grid .Heading3-green {
        padding: 2.088888vw;
    }

        .umb-grid .Heading3-green .bg-image {
            padding-bottom: 60%;
        }


    nav {
        max-height: unset;
        min-width: 100vw;
    }

    /*#hamburger-container {
        position: absolute;
        right: 5vw;
        top: 5vw;
    }*/

    .doormat {
        left: 0px;
        padding-top: 0px;
    }

    .inner-doormat.z-index-hyper {
        z-index: 0;
    }

    .inner-doormat .nav-item {
        opacity: 1 !important;
        height: 80px;
    }
    .competities.inner-doormat .nav-item{
        height:auto;
    }
    .competities.inner-doormat .nav-item:last-child {
        padding-bottom: 20px;
    }

    .inner-doormat .nav-item span.counter {
        display: none;
    }

    .button.button-large {
        width: 50vw;
        text-align: center;
        line-height: 40px;
        font-weight: bold;
        height: 40px;
        border-bottom: 1px solid white;
        border-top: 1px solid white;
        margin-top: -1px;
    }

    .button.button-link {
        padding-left: 10px;
        margin-right: 16px;
    }

    .horizontal-scroll-mobile {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-width: 1000px;
        width: 1000px;
    }

    .slick-prev /*.slick-next*/ {
        display: none !important;
    }
    .players .slick-prev /*.slick-next*/ {
        display: block !important;
        left:0px;
    }
    .slick-next {
        right: 0px!important;
    }

    nav .item.image img.alblas-logo {
        width: 60px;
        margin: 10px 10px -10px 10px;
    }


    .sponsorlogos button {
        display: none !important;
    }

    .top-buttons .button.button-large:last-of-type {
        border-left: none;
    }

    nav .nav {
        height: 100%;
        max-height:100px;
    }

    nav .item.active, nav .item:hover, nav .item {
        border: none;
    }

        nav .item.image {
            margin: 0 auto;
            display: block;
            width: 80px;
            z-index: 0;
            height:auto;
        }

        nav .item, nav .item.sponsor-image {
            width: 0px;
            display: none;
        }

            nav .item.white {
                font-size: 1.8em;
                height: 1.3em;
            }

                nav .item.white th {
                    padding-left: 30px;
                }

    nav li a.font-xxlarge, nav li a.font-relative {
        font-size: 1.2em;
    }

    /*.full-height {
        height: auto;
    }*/

    .full-height-mobile {
        height: 100vh;
        height: calc(var(--vh) * .100);
    }

    .half-height-mobile {
        height: 70vh;
        height: calc(var(--vh) * .70);
    }
        .half-height-mobile.header-visual {
            height: 60vw;
            background-attachment: unset;
        }

    .max-part-height-mobile {
        height: 83vh;
        height: calc(var(--vh) * .83);
    }

    .min-part-height-mobile {
        height: 18vh;
        height: calc(var(--vh) * .25);
    }

    .auto-height-mobile {
        height: auto;
    }

    .hidden-xs {
        display: none;
    }

    .adblock {
        height: auto;
    }

    .font-xxlarge {
        font-size: 1.8em;
        line-height: 1.3em;
    }

    .mobile-link {
        cursor: pointer;
    }

    #btn-pic, #btn-map {
        width: 48%;
        float: left;
    }

    #btn-pic {
        margin-right: 2%;
    }

    #btn-pic {
        margin-left: 2%;
    }

    .carousel .carousel-indicators {
        display: none;
    }

    .map-toggled .fixed-xs {
        left: 0;
    }
    /*#map-container, #googleMap {
		height: 0 !important;
	}
	.map-toggled #map-container, .map-toggled #googleMap{
		height:100vh !important;
	}*/

    .footer .open .dropdown-menu {
        display: block;
    }

    .footer .dropdown-menu {
        bottom: 100%;
        margin-top: 1px;
        position: absolute;
        top: auto;
        left: 25%;
        right: auto;
    }

    ul.section {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        column-gap: 0;
    }

    .dropdown-menu {
        left: auto;
        right: 0;
    }

    .collapsed-section {
        min-width: 0;
        z-index: 10000;
    }

    .col-overwrite .card-container .col-lg-12 {
        width: 100%;
    }

    .red-bg button, .red-bg input {
        margin-bottom: 10px;
        width: 100%;
    }

    .tab-pane {
        display: none;
    }

        .tab-pane.active {
            display: block;
        }

    #tekst1 .tab-pane,
    #tekst3.tab-pane,
    #tekst2.tab-pane {
        margin-left: 0;
    }

    .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        border-radius: 4px;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-bottom: 1px solid #ccc;
    }

    .nav-tabs .active a {
        border-radius: 4px;
    }

    .nav-tabs li a {
        background: #fff;
        border-radius: 4px;
    }

    .square.bg-image.blog {
        padding-bottom: 60%;
    }

    .steps .circle.red-bg {
        width: 49px;
        line-height: 39px;
    }

    .container-fluid {
        max-width: 100%;
        padding-top: 98px;
    }

    .cardpage {
        box-shadow: none;
    }

    .map-toggled.mobile.not-visible {
        /*bottom: -1000px;*/
        /*transition: 0.8s;*/
        display: none;
    }

    .map-toggled.mobile {
        display: block;
        position: fixed;
        /*transition: 0.8s;*/
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    #extraoptions.collapsed-section {
        min-width: initial;
        width: 100%;
        z-index: 10000;
    }

    .sort-btns {
        width: 100%;
    }

    .btn.small.sort {
        width: 49%;
    }

    #filters {
        background: #dcdcdc;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 10000;
    }

    .carousel-control .fa-2x {
        font-size: 1.4em;
    }

    /*.overlay.opacity {
		z-index: 1;
	}*/

    .pulldown-container.col-sm-10 {
        z-index: 10;
    }

    .filters.border-top {
        border-top: none;
    }

    /*.card {
		box-shadow: none;
		webkit-box-shadow: none;
		border: 1px solid #e1e1e1;
	}*/

    .steps .circle.border-grey {
        width: 150px;
        height: 150px;
        line-height: 80px;
    }

    .footer .container-nav {
        max-width: 90%;
    }

    form .wide-xs {
        margin-bottom: 10px;
    }

    .wide-xs {
        width: 100%;
    }

    .headerfoto {
        height: 35vh;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .logo-container .logo {
        width: 50%;
    }

    .logo {
        float: left;
        position: absolute;
        width: 190px;
    }
}

@media (max-width: 321px) {
    .inner-doormat .nav-item {
        height: 60px;
    }
}

@media print {
    @page { /*margin:0;*/
        margin-top: 2cm;
        margin-bottom: 2cm;
    }

    div {
        width: 100% !important;
    }

    /*html {
	margin: 0 6cm
}*/
    .noprint {
        display: none;
    }

    body {
        display: table;
        table-layout: fixed;
        /*padding-top: 2.5cm;
		padding-bottom: 2.5cm;
		height: auto;*/
    }

    .card {
        box-shadow: none;
        border: none;
        -webkit-box-shadow: none;
    }

    .item img {
        height: 400px;
    }

    .print {
        display: block !important;
        page-break-before: always;
    }

        .print img {
            padding: 5px;
            width: 50%;
        }

    #nav.border-bottom {
        border-bottom: none;
    }

    #nav {
        width: 100%;
    }

    .estate div {
        padding-left: 0;
    }

    .estate img {
        width: 50%;
    }

    .page-break {
        page-break-after: always;
    }
}
