/* Enter Your Custom CSS Here */

body {
	margin: 0px !important;
	padding: 0px !important;
}

@media only screen and (min-width: 1200px) {
    .header-sticky {  
			position: fixed !important;
			top: 0;
			width: 100%;
			z-index: 99;
			height: 110px;
			background-color: #fff;
    }
	
	section-1 {
		margin-top: 120px;
	}
}

.nav_list {
    width: 100%;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    display: none;
    border: none;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: normal;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    border: none;
}

/* Kontakta oss*/
input:focus, textarea:focus {
    background-color: rgba(0, 0, 0, 0.1);
    outline: none;
}

input, textarea {
    display: inline-block;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-weight: 400;
    padding: 6px 12px;
    box-shadow: none;
    line-height: normal;
    border-radius: 2px;
    background-image: none;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: color 0.18s ease, background-color 0.18s ease;
    transition: color 0.18s ease, background-color 0.18s ease;
    background-color: #f8f8f8;
    border: 1px solid #dedede;
		color: #515151;
	  margin-top: 3px;
}

input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    width: auto;
    height: auto;
}

textarea {
    height: auto;
}

textarea {
    overflow: auto;
}

.btn, .comment-reply-link, input[type="button"], input[type="submit"], input[type="reset"], button {
    display: inline-block;
    margin: 0;
    line-height: normal;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    height: auto;
    background-image: none;
    font-family: "Montserrat", sans-serif;
    padding: 15px 44px 14px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.05em;
    background-color: #004272;
    color: #FFF;
}
