@font-face {
    font-family: axiforma-light;
    src: url("font/Kastelov - Axiforma Light.otf") format("opentype");
}

@font-face {
    font-family: axiforma-bold;
    src: url("font/Kastelov - Axiforma Bold.otf") format("opentype");
}

@font-face {
    font-family: axiforma-regular;
    src: url("font/Kastelov - Axiforma Regular.otf") format("opentype");
}

@font-face {
    font-family: axiforma-thin;
    src: url("font/Kastelov - Axiforma Thin.otf") format("opentype");
}

html {
    font-family: 'axiforma-thin', Arial, Helvetica, sans-serif;
    background-size: cover;
    font-size: 1em;
}

body {
    margin: 0;
    padding: 0;
    line-height: 128%;
}

label {

}

.header1 {
    text-transform:  uppercase;
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
}

.parameter-row {
    height: 50px;
    display: flex;
    align-items: center;


}

.first-number-input {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* border-right: 1px solid #429bb1  !important; */
    width: 75px;
}

.second-number-input {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 75px;
}

.ml-3px {
    margin-left: 3px;
}

.small-text {
    font-size: 0.7em;
    font-style: italic;
    color: #000;
    margin-top: 5px;
    margin-left: 20px;
}

input[type=number] {

    height: 25px;
    border: 2px solid #f2f3f4;
    padding: 8px 20px;
    background: #fff;
    opacity: 0.8;
    color: #000;
    margin: 2px;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

textarea:focus, input[type=number]:focus {
    border: 2px solid #76bcce;
    outline: none;
    margin: 3px 0; 
    opacity: 1;
}

input[type=number]:hover {
    opacity: 1;
}

input[type=number] { 
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 3px 0; 
}

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

.content {
    width: 50%;
    min-width: 992px;
    max-width: 1100px;
    margin: 0 auto;
}

.blue-header {
    line-height: 110%;
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #00465a;
}

.blue-thin-header {
    font-family: 'axiforma-thin', Arial, Helvetica, sans-serif;
    font-size: 2em;
    line-height: 110%;
    color: #00465a;
}

.result-value {
    text-align: right;
    width: 110px;
}

.results {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
    justify-content: space-between;
}

.calc-columns {
    display: flex;
    flex-direction: row;;
}

#header-wrapper {
    padding-bottom: 50px;
    padding-top: 35px;
}

#calc-wrapper {
    padding-bottom: 50px;
    padding-top: 0px;
}

#case-wrapper {
    background-color: #f2f3f4;
    /* padding-bottom: 50px;
    padding-top: 50px; */
}

#contact-read-more {
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
    color: #00465a;
}

#contact-read-more a:visited {
    color: #00465a;
}

#case-text {
    margin-top: 20px;
}

#case-img {
    background: url(img/grekland.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center right;
    /* min-height: calc(0.4 * 100vw); */
}

#header-image {
    background-size: 100% 675px !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

#header-text {
    width: 80%;
    margin-top: 20px;
}

#case-content {
    width: 60%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#contact-wrapper {
    background: url(img/bild_botten.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    padding: 229px 0 0 0;
}

#footer-wrapper {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
}

#header-logo {
    margin-top: 20px;
    width: 160px;
    position: relative;
    left: calc(100vw - 200px);
}

#footer-logo {
    height: 50px;
    margin-right: 20px;
}

#footer-text {
    font-size: 0.9em;
}

#footer-flex {
    display: flex;
    align-items: center;
}

.large-text {
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

#calc-input-wrapper {
    background: #f2f3f4;
    border-radius: 2px;
    padding: 15px 30px;
    margin-top: 20px;
    color: #000;
}

#calc-input-text {
    padding-left: 20px;
    padding-bottom: 10px;
}

#calc-caption {
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
    display: inline;
    font-size: 2em;
    line-height: 110%;
}

#calc-text {
    font-family: 'axiforma-thin', Arial, Helvetica, sans-serif;
    font-weight: unset;
    display: inline;
}

.calc-input-part {
    background: #f2f3f4;
    border-radius: 2px;
    padding: 15px 0px;
}

#contact-box {
    background-color: #ffffffba;
    border-radius: 2px;
    padding: 50px 40px;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}

    #contact-box #contact-text {
        opacity: 1;
        font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
        font-size: 1.3em;
        color: #00465a;
    }
    
    #contact-box #contact-button {
        border-radius: 4px;
        background-color: #00465a;
        width: fit-content;
        padding: 9px 30px;
        margin: 25px auto;
        -webkit-transition: .2s;
        transition: background-color .2s;
    }

        #contact-box #contact-button p {
            font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
            font-size: 1.2em;
            margin: 0;
            padding: 0;
            color: #fff;
            margin: 0 auto;
            display: inline;
        }

        #contact-box #contact-button:hover {
            cursor: pointer;
            background-color: #04576e;
            text-decoration: none;
        }


    #mail-button {
        float: right;
        border-radius: 2px;
        background-color: #00465a;
        width: fit-content;
        padding: 11px 30px 6px 30px;
        margin: 10px 0px;
        -webkit-transition: .2s;
        transition: background-color .2s;
    }

        #mail-button p {
            font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;
            font-size: 1.2em;
            margin: 0;
            padding: 0;
            color: #fff;
            margin: 0 auto;
            display: inline;
        }

        #mail-button:hover {
            cursor: pointer;
            background-color: #04576e;
        }

.bold {
    font-weight: bold;
    font-family: 'axiforma-bold', Arial, Helvetica, sans-serif;

}

.ml-3 {
    margin-left: 1rem;
}

.ml-3 {
    margin-left: 0.5rem;
}

.parameters {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 1rem;
}

.d-flex {
    display: flex;
    flex-direction: row;
}

.space-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column !important;
}

.d-inline {
    display: inline;
}

.result-label {
    width: 275px;
    margin-top: 2px;
}

.w-100 {
    width: 100%;
}

.slider {
    margin-top: 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #fff;
    outline: none;
    /* opacity: 0.80; */
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #2a89a1;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #2a89a1;
    cursor: pointer;
  }

  
.slider:hover {
    opacity: 1;
    cursor: pointer;
  }


