/*== Mobile Changes ==*/

@media (max-width: 1450px) {
	#one-two-three::before,
	#one-two-three::after {
		content: none;
	}
}
@media (max-width: 1380px) and (min-width: 960px) {
    #navigation nav #brandlogo.uk-navbar-brand {
        display: none !important;
    }
}
@media (max-width: 550px) {
    #navigation nav #brandlogo.uk-navbar-brand {
        display: none !important;
    }
}

/*xLarge*/
@media (max-width: 1220px) {
    #navigation nav ul.uk-navbar-nav > li > a {
        padding: 0 8px;
        font-size: 14px;
    }
    .langru #navigation nav ul.uk-navbar-nav > li > a {
        padding: 0 8px;
        font-size: 13px;
    }
    .project-content > h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .project-content > p {
        font-size: 24px;
        line-height: 36px;
    }
    
}
/*Large*/
@media (max-width: 960px) {
    #login .uk-panel-box h2 {
        font-size: 23px;
        line-height: 29px;
        text-transform: uppercase;
    }
    #navigation nav .uk-navbar-brand {
        padding: 10px 0 0 0;
    }
    .project-content > h2,
    .project-content > p {
        font-size: 18px;
        line-height: 28px;
    }
}

/*Medium*/
@media (max-width: 768px) {
    html {
        font-size: 16px;
        line-height: 27px;
    }
	#navigation nav .uk-navbar-brand {
		height: 70px;
	}
	#navigation nav .uk-navbar-brand > img {
	    height: 100%;
	}

    #logo img {
        margin-left: 0px;
    }
    .corporate-navigation .claim svg {
        padding-left: 25px;
    }
    #ia-banner {
        background-size: cover;
    }
    .image21 {
        display: none;
    }
    .image11 {
        display: inline;
    }
	.ia-small-cont {
		padding: 0 25px;
	}

    #slider .uk-slideshow > li .uk-overlay-panel, #ia-banner .uk-overlay-panel {
        justify-content: flex-end;
        padding: 20px 40px;
    }
    #slider .uk-slidenav {
        font-size:70px;
    }
    .uk-slidenav-position .uk-slidenav-previous {
        left: 0px;
    }
    .uk-slidenav-position .uk-slidenav-next {
        right: 0px;
    }
    .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="number"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="color"], .uk-form select, .uk-form textarea {
        margin-left: 0px;
    }
    #footer .uk-container {
        padding: 0 25px;
    }
    .ia-allcont {
       padding: 0;
    }
    

    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
    .teaser, h3, .navigation-mobile div h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .portal-descrip a.uk-button {
        right: auto;
    }
    .uk-button, .uk-form input[type="submit"] {
        padding: 0.5em 2px !important;
        min-width: 110px;
    }
    .uk-button.burger {
        padding: 0.5em 30px !important;
    }
}

/*Small*/
@media (max-width: 480px) {
	.uk-navbar.account ul > li > a {
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/*Mobile Navigation Toggle*/
#navigation-mobile-toggle:hover {
	background-color: #93836a;
	color: #fff;
}
#navigation-mobile-toggle {
    border: 2px solid #93836a;
    border-radius: 100%;
    color: #222;
    font-size: 14px;
    height: 30px;
    margin: 20px 0;
    padding: 0;
    text-align: center;
	transition: all 0.2s ease-in-out 0s;
    width: 30px;
}
/*Mobile Navigation*/
#navigation-mobile > div::after {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
#navigation-mobile > div {
	background-image: linear-gradient(to right, #ccb695 10%, #93836a);
}
#navigation-mobile > div > ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
#navigation-mobile > div > ul > li.uk-nav-header {
	background-color: #323434;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset;
    color: #fff;
	margin-top: 0;
}
#navigation-mobile > div > ul > li.uk-nav-divider {
	/*background-color: rgba(0, 0, 0, 0.2);*/
	background-color: #323434;
    border-top: 1px solid rgba(255, 255, 255, 0.01);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    height: 4px;
    margin: 0;
}
#navigation-mobile > div > ul > li:first-child > a {
	border-top: none;
	box-shadow: none;
}
#navigation-mobile > div > ul > li.uk-active > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#navigation-mobile > div > ul > li > a:hover,
#navigation-mobile > div > ul > li.uk-open > a {
	background-color: rgba(255, 255, 255, 0.1);
}
#navigation-mobile > div > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.01) inset;
    color: #fff;
    padding: 10px 15px;
}
#navigation-mobile .uk-nav-sub {
    background-color: rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
}
#navigation-mobile .uk-nav-sub a {
	color: #fff;
	font-size: 12px;
}