/* KVIST */
@font-face {
    font-family: 'Aileron';
    src: url("../../Fonts/Aileron-Regular.otf") format('opentype');
}

@font-face {
    font-family: 'Aileron';
    font-weight: bold;
    src: url("../../Fonts/Aileron-SemiBold.otf") format('opentype');
}

@font-face {
    font-family: 'Aileron';
    font-weight: lighter;
    src: url("../../Fonts/Aileron-Light.otf") format('opentype');
}

.kvist { 
    font-family: Aileron, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
/*    max-width: 1200px;*/
    position: relative;
    font-size: 12pt;
}

.kvist header {
    max-width: 100%;
}

.kvist .header-container {
    margin: 0 auto;
    max-width: 1200px;
}

.kvist::after {
  content: "";
  background-image: url("../../Images/Kvist/tapet.png");
  opacity: .1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.kvist main {
    overflow: hidden;
    background: none;
/*    max-width: 100%;*/
    max-width: 1200px;
    margin: 0 auto;
}

.kvist main h1 {
    font-family: Aileron, sans-serif;
    font-weight: bold;
    font-size: 2em;
    color: #527741;
}

.kvist main h2 {
    font-family: Aileron, sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0;
}

.kvist main a, .kvist main p {
    margin-top: 0;
    padding-top: 0;
    font-size: .9em;
}

.kvist .csc-mailform {
    margin: 0;
    padding: 0;
    width: 296px;
}

.kvist .csc-mailform label {
    display: none;
}

.kvist .csc-mailform ol {
    list-style: none;
}

.kvist .csc-mailform textarea,
.kvist .csc-mailform input[type="text"],
.kvist .csc-mailform input[type="password"],
.kvist .csc-mailform input[type="button"],
.kvist .csc-mailform input[type="date"],
.kvist .csc-mailform input[type="number"],
.kvist .csc-mailform input[type="email"],
.kvist .csc-mailform input[type="time"],
.kvist .csc-mailform input[type="submit"] {
    width: 100%;
    border: none;
    height: 2.5em;
    padding-left: 15px;
    border: 1px solid #484848;
    max-width: 480px;
    font-family: Aileron, sans-serif;
    font-size: 12pt;
    margin: 4px;
}

.kvist .csc-mailform textarea::placeholder,
.kvist .csc-mailform input[type="text"]::placeholder,
.kvist .csc-mailform input[type="password"]::placeholder,
.kvist .csc-mailform input[type="button"]::placeholder,
.kvist .csc-mailform input[type="date"]::placeholder,
.kvist .csc-mailform input[type="number"]::placeholder,
.kvist .csc-mailform input[type="email"]::placeholder,
.kvist .csc-mailform input[type="time"]::placeholder {
    font-family: Aileron, sans-serif;
    font-size: 12pt;
}

.kvist .csc-mailform input[type="submit"], 
.kvist .csc-mailform input[type="submit"]:hover {
    background-color: #527741;
}

.kvist input[type=number]::-webkit-outer-spin-button,
.kvist input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.kvist input[type=number] {
    -moz-appearance:textfield;
}

.kvist .subpage-width {
    width: 100%;
}

.kvist header {
    overflow: hidden;
    border-top: 50px #000 solid;
    padding-top: 50px;
    padding-bottom: 30px;
}

.kvist header .logo {
    position: relative;
    top: 0;
    left: 0;
}

.kvist header .logo img {
    width: auto;
    padding: 0 18px;
    width: 615px;
}

.kvist main {
    padding: 0;
}

/*.form-group label, button, input, optgroup, select, textarea, .form-group input {
    font-family: Aileron, sans-serif !important;
}
*/

.kvist .submenu {
    position: relative;
    width: 280px;
    left: 0;
    top: 0;
    float: left;
    margin-left: 0;
    z-index: 10;
    background: none;
}

.kvist .menuLvl1Atag {
    background: none;
    text-transform: uppercase;
    color: #000;
    padding: 6px 30px;
    border: none;
    font-size: 1.2em;
}

.kvist .submenu li .menuLvl1Atag:hover, .kvist .submenu li.active .menuLvl1Atag {
    background: linear-gradient(to right, #77ac2b, transparent);
}

.kvist .menuLvl2Atag {
    font-size: .9em;
    background: none;
    color: #527741;
    padding: 6px 30px;
    border: none;
}

.kvist .menuLvl2Atag:hover {
    background: none;
    font-weight: bold;
}

.kvist .subpage-container {
    margin-left: 20px;
    max-width: 900px;
    float: right;
    padding: 0;
    background: none;
    margin-bottom: 80px;
}

.kvist .subContentContainer {
    margin: 0;
}

.kvist .subContentContainer .kvist-content-left {
    float: left;
    width: 40%;
}

.kvist .subContentContainer .kvist-content-right {
    float: right;
    width: 60%;
    overflow: hidden;
}

.kvist .subContentContainer .kvist-inner-content {
    margin: 0 20px;
}

.kvist footer {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    max-width: 100%;
}

.kvist .subpageFooter {
    position: relative;
/*    max-width: 1200px;*/
    max-width: 100%;
}

.kvist .footer-container {
    display: block;
    height: auto;
    background: none;
    margin-top: 0;
}

.kvist .footerContactInfo {
    padding: 0;
    margin: 0 auto;
    float: none;
    background: #000;
    max-width: 100%;
}

.kvist .footerContactInfo p, .kvist .footerContactInfo a {
    text-align: center;
    padding: 20px 0;
    text-transform: none;
    color: #fff;
    font-size: 1em;
    margin: 0;
}

.kvist .footer-container .ce-textpic {
    margin: 0;
}

.kvist .kvist-left-bottom-image {
    position: absolute;
    left: 80px;
    bottom: 58px;
    height: 400px;
}

.kvist .kvist-project-item {
    float: left;
    width: 33%;
    text-align: center;
    height: 380px;
}

.kvist .kvist-project-item a {
    display: block;
    text-align: left;
    color: #000;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

.kvist .subpage-container img {
    border: solid 4px #000;
    width: 100%;
}

.kvist .kvist-project-item h2 {
    font-weight: normal;
    padding-bottom: 4px;
    font-size: 1.1em;
    margin-top: 16px;
}

.kvist .kvist-project-item div {
    font-weight: normal;
    padding-bottom: 0;
    font-size: .9em;
}

.kvist main {
    display: table;
    padding-bottom: 80px;
}

.kvist main .submenu {
    display: block;
    left: 0;
    top: 0;
    float: none;
}

/* .kvist main .submenu, */
.kvist .kvist-left, 
.kvist .subpage-container {
    display: table-cell !important;
    vertical-align: top;
    margin: 0;
    float: none;
}

.kvist .facebook-icon {
    display: block;
    width: auto;
    padding: 30px;
    margin-top: 30px;
}

.kvist .facebook-icon a {
    display: inline-block;
    color: #000;
    font-size: 1em;
    font-weight: normal;
}

.kvist .facebook-icon img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.kvist .subpage-container {
    padding: 0 20px;
}

.kvist .menu-button {
    border-color: #fff;
}

.kvist .menu-button::after {
    background: #fff;
}

.kvist .green-info-box {
    background-color: #527741;
    padding: 20px;
}

.kvist .green-info-box p, .kvist .green-info-box a {
    color: #fff;
}

.kvist footer a, .kvist footer p {
    font-family: Aileron, sans-serif;
}

.kvist img {
    width: auto;
}

@media screen and (max-width: 1430px) {
    .kvist main .submenu {
        margin-left:0 !important;
    }   
}

@media screen and (max-width: 1250px) {
    .kvist main .kvist-left {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .kvist .kvist-project-item {
        width: 50%;
    }
    
    .kvist .subContentContainer .kvist-content-left, 
    .kvist .subContentContainer .kvist-content-right {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .kvist main .submenu {
        display: none !important;
    }
    
    .kvist main .kvist-left {
        display: none !important;
    }
    
    .kvist .kvist-left-bottom-image {
        display: none;
    }
}

@media screen and (max-width: 512px) {
    .kvist .kvist-project-item {
        width: 100%;
    }
}