/*xLarge and higher*/
@media (max-width: 1220px) {
}
@media (min-width: 960px) {
    #navigation {
        position: sticky;
        top: -1px;
        z-index: 100;
    }
}
@media (max-width: 959px) {
    #header {
        position: sticky;
        top: -26px;
        z-index: 100;
    }
}
/*Large and higher*/
@media (max-width: 960px) {
    ul.float-3-cols li {
        width: 50%;
    }
    ul.float-4-cols li {
        width: 33.333%;
    }
}

/*Medium and higher*/
@media (max-width: 768px) {

    #slider .uk-overlay-panel > a {
        bottom: 20px;
    }
    #slider .slidebox ~ .uk-dotnav {
        display: none;
    }
    .cat-children > .cat-item {
        width: 100%;
    }
    p.h1Teaserimage {
        width: 250px;
    }
    p.h2Teaserimage {
        width: 150px;
    }
    p.h2Teaserlink {
        text-align: left;
    }
    .minNav {
        height: auto;
        line-height: normal;
    }
    .minNav nav,
    .minNav .copyright {
        text-align: center;
    }
    .minNav nav > ul {
        display: inline-block;
        float: none;
        margin-bottom: 5px;
        margin-left: -5px;
    }
    .minNav nav > ul.uk-navbar-nav > *:nth-child(n+2)::before {
        margin-right: 5px;
    }
    .minNav nav > ul.uk-navbar-nav > * {
        padding-left: 5px;
    }
    ul.halfteaser li {
        width: 100%;
    }
    ul.halfteaser.contact li.empty {
        display: none;
    }
    ul.float-4-cols li {
        width: 50%;
    }
	h1 > span.blueBar {
		font-size:17px;
	}

}

/*Small and higher*/
@media (max-width: 480px) {
   /* #header .uk-float-right {
        position: absolute !important;
        right: 20px;
        bottom: 15px;
    }
	*/
    #header div.mod-languages ul > li > a {
        border-radius: 2px;
        border-top: 1px solid #ccc;
    }
    #slider .uk-overlay-panel > a {
        display: none;
    }
    .img-teaser-full .text,
    .img-teaser-full .bild  {
        float: none !important;
        width: 100% !important;
    }
    .img-teaser-full .image-ci img {
        width: 100%;
    }
    .cat-children > .cat-item {
        width: 100%;
    }
    p.h1Teaserimage,
    p.h2Teaserimage {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    ul.teaserKathList > li.teaserKath {
        width: 100%;
    }
    ul.float-3-cols li {
        width: 100%;
    }
    ul.float-4-cols li {
        width: 100%;
    }
    table.greyWhite th,
    table.greyWhite td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        text-align: center;
    }
    table.greyWhite tr:not(:first-child) > th,
    table.greyWhite td {
        border-top: none;
    }
	#header h4 {
		display:none;
	}
	 #header .btn_orange {
        display: none;
    }
}

/*Small and higher*/
@media (max-width: 360px) {
}