
/* Helper classes */
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Fixes for libraries */
.fancybox-overlay {
    z-index: 1010; /* originally 8010 */
}
.fancybox-wrap {
    z-index: 1020; /* originally 8020 */
}
.fancybox-opened {
    z-index: 1030; /* originally 8030 */
}

/* Elements containg this is marked as something that needs to be fixed */
.todo {
    background-color: rgba(255,0,0,0.1);
    position: relative;
}
.todo:before {
    content: "TODO";
    position: absolute;
    right: 0;
    top: 0;
    background-color: red;
    display: inline-block;
    color: white;
    padding: 3px;
    font-size: smaller;
}

.container {
	background-color: #fff;
}
	
.container.for-Application {
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 4em;
	border-top:1px solid #cccccc;
}

sup {
	font-size: .7em;
	vertical-align: super;
}
sub {
	font-size: .7em;
	vertical-align: sub;
}
td, th,
td div, th div {
	vertical-align: middle;
}

.top-img-container {
    height: 12em;
    margin-bottom: 2em;
    background-size: 100%;
}

.Resultatvisare .container.for-Kombinationvisare,
.Resultatvisare .kombinationLista > .dataSeparator  {
	border-top: 5px solid #58b6e7;
}

.Kombinationvisare .container.for-Utdatavisare,
.Utdatavisare > .dataSeparator  {
	border-top: 1px solid #cccccc;
}

.DimAvPrefab_Application .Resultatvisare .container.for-Kombinationvisare {
    border-top: none;
}

.Startvy .beraknaknapp input[type="submit"] {
   
}

.files ul,
.files li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.files li a {
	background: url("/bilder/blue_arrow.png") center left no-repeat;
	padding-left: 16px;
	font-weight: bold;
}

.dimensioneringRuler{
	height: 5px;
	color: #457593;
	background: none;
}

.title{
	font-style: italic;
}

.imageBox{
	margin-top: 30px;
}

/* STARTSIDA */

.contact-img {
    margin-bottom: 1em;
}

.container .for-Application {
    width: 90%;
    margin:0 5%;
}

.Startvy .container.for-Projektformular {
    width: 100%;
    float: left;
}

.Projektformular {
	margin-bottom: 2em;
}

.Projektformular .fieldcontain .field {
    padding-right: 0px;
    margin-bottom: 10px;
}

.Projektformular .fieldcontain .field input,
.Indataformular .fieldcontain .field input {
    width: 100%;
    margin: 0 0 10px 0;
    background-color: #FFFFFF;  
    height: 40px;
    padding:0 0.8em;
    -webkit-appearance: none;
    border: 1px solid #d6dcde;
    border-radius: 0;
-moz-border-radius:  0;
-webkit-border-radius:  0;
-ms-border-radius:  0;
-o-border-radius:  0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    box-shadow: none;
-moz-box-shadow:  none;
-webkit-box-shadow:  none;
-ms-box-shadow:  none;
-o-box-shadow:  none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}


.Startvy .container.for-Indataformular {
    width: 100%;
    float: left;
    margin-left: 0;
}

.Indataformular .fieldcontain label {
    width: 100%;
    line-height: 25px;
    padding: 0;
    display: block;
    float: left;
}

.Indataformular .fieldcontain .field {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
}

.Indataformular .fieldcontain .field select {
    width: 100%;
    height: 40px;
    border: none;
    background: transparent;
    display: block;
    padding: 0em 0.8em 0em 0.8em;
    color: #6B6B6B;
    font-size: 1em;
    border-radius: 0;
-moz-border-radius:  0;
-webkit-border-radius:  0;
-ms-border-radius:  0;
-o-border-radius:  0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Indataformular .fieldcontain .field.type-select {
    background: #FFFFFF url("/bilder/arrow_up_down.png") 99% 50% no-repeat;
    box-shadow: inset 1px 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow:  inset 1px 2px 2px rgba(0,0,0,0.2);
-webkit-box-shadow:  inset 1px 2px 2px rgba(0,0,0,0.2);
-ms-box-shadow:  inset 1px 2px 2px rgba(0,0,0,0.2);
-o-box-shadow:  inset 1px 2px 2px rgba(0,0,0,0.2);
    overflow: hidden;
    height:40px;
    margin-bottom: 10px;
    float: left;
    width:100%;
    font-size: 1em;

    -webkit-appearance: none;
    border: 1px solid #d6dcde;
    border-radius: 0;
-moz-border-radius:  0;
-webkit-border-radius:  0;
-ms-border-radius:  0;
-o-border-radius:  0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    box-shadow: none;
-moz-box-shadow:  none;
-webkit-box-shadow:  none;
-ms-box-shadow:  none;
-o-box-shadow:  none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.Indataformular .fieldcontain div.field input.error, .Indataformular .fieldcontain div.field select.error {
    background-color: #f7c5c5;
    box-shadow:none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
-o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

.Indataformular .fieldcontain div.field label.error {
    position: relative;
    background-color: white;
    border: 0px solid #aaa;
    border-radius: 0px;
-moz-border-radius:  0px;
-webkit-border-radius:  0px;
-ms-border-radius:  0px;
-o-border-radius:  0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    box-shadow: none;
-moz-box-shadow:  none;
-webkit-box-shadow:  none;
-ms-box-shadow:  none;
-o-box-shadow:  none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    padding: 5px;
    margin-top: 0em;
    left: 0%;
    color: rgba(215, 44, 44, 0.9);
    font-style: italic;
    line-height: 1.25; 
    z-index: 5000;
    max-width: 100%;
    padding: 0 0px 10px 0px;
    font-size: 0.8em;
}

.Startvy .resetButton {
    background-color: #777;
    color:#ffffff;
    padding-right: 0;
    float: right;
    margin-left: 0;
    margin-right: 0;
    height: 40px;
    font: normal 1em/1.5em "news-gothic-std",sans-serif;
    width: 47.5%;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 5px;
-moz-border-radius:  5px;
-webkit-border-radius:  5px;
-ms-border-radius:  5px;
-o-border-radius:  5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-image: none;
    text-align: center;
    -webkit-appearance: none;
}
.Startvy .resetButton a {
    padding: 0 0 0 0;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.Startvy .beraknaknapp {
    margin-left: 0;
    margin-left: 0;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    float:left;
    width:47.5%;
}
.Startvy .beraknaknapp input[type="submit"] {
    background: #cc2a30;
    border-radius: 5px;
-moz-border-radius:  5px;
-webkit-border-radius:  5px;
-ms-border-radius:  5px;
-o-border-radius:  5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

.Startvy > form > .illustration h2 {
   display: none; 
}

.Startvy > form > .illustration {
    width: 100%;
    float: right;
    text-align: right;
    margin: 0.3em 0;
}

.Startvy > form > .illustration img {
    width:100%;
}

/* RESULTATVISNING */

.Resultatvisare .container.for-Kombinationvisare, .Resultatvisare .kombinationLista > .dataSeparator {
    border-top: 3px solid #d6dcde;
}

.Kombinationvisare .overview {
    width: 100%;
    float: left;
}

.planmattsbild img {
	width:100%;
}

.Kombinationvisare table.dimensioneradeVarden {
    width: 100%;
}

.specification {
	font:normal 1em/1.4em "news-gothic-std",sans-serif;
    font-weight: 400;
    color: #6c6f70;
    padding:0 0 10px 0;
}

.Kombinationvisare .overview ul.menu li a {
    background: #cc2a30 url("..//_plugins/DimAvMurkramlor/components/Kombinationvisare/arrow.png") right center no-repeat;
    font:normal 1em "news-gothic-std",sans-serif;
    color: #fff;
    display: block;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
-moz-border-radius:  5px;
-webkit-border-radius:  5px;
-ms-border-radius:  5px;
-o-border-radius:  5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.Kombinationvisare .overview dl.specification dd {
    background: #d5d5d5;
    padding: 6px;
    box-shadow: none;
-moz-box-shadow:  none;
-webkit-box-shadow:  none;
-ms-box-shadow:  none;
-o-box-shadow:  none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    text-align: right;
    margin-top: 0;
    white-space: nowrap;
}
.Kombinationvisare .overview dl.specification.type-2 dd {
    padding: 0;
    background: transparent;
    text-align: left;
}
.Kombinationvisare .container.for-Produktpaketvisare {
    margin-left: 0;
    width: 100%;
}

.Produktpaketvisare .huvudprodukter > .container {
    width: 100%;
    float: left;
}

.Produktpaketvisare .Produkt h4 {
    color: #4d4f53;
    font-size: 125%;
    margin: 0.5ex 0;
}

.Produktpaketvisare .Produkt dl.specification {
    margin: 1em 0;
    font:normal 1em "news-gothic-std",sans-serif;
}

.files {
	font:normal 1em "news-gothic-std",sans-serif;
}

.Produktpaketvisare .tillbehor > div > .container {
    width: 85%;
    float: left;
    margin-bottom: 5%;
    padding: 0 5%;
}

.Produktpaketvisare .tillbehor > div > .container .Produkt {
    margin-right: 0px;
    margin-bottom: 2em;
}

.Produktpaketvisare .tillbehor > div > .container .Produkt img {
    margin-bottom: 1em;
}

.Produktpaketvisare .tillbehor {
    background-color: #ddd;
    padding: 10px 5%;
    padding-right: 0;
    width: 95%;
    margin: 20px 0;
}

.Product {
	font:normal 1em "news-gothic-std",sans-serif;
}
.Produktpaketvisare .Produkt h4 {
    color: #4d4f53;
    font-size: 1.25em;
    margin: 0 0;
}

.Produktpaketvisare .Produkt dl.specification {
    margin: 1em 0;
    font: normal 0.85em "news-gothic-std",sans-serif;
}

.Produktpaketvisare .huvudprodukter .plus {
    display: block;
    width: 10%;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
    font-family: arial, sans-serif;
    margin:0 auto;
    float:none;
}

.files li a {
    background: none;
    padding-left: 0px;
    font-weight: bold;
    font-size: 1em;
    display:block;
}

.Resultatvisare .container.for-Kombinationvisare {
    margin: 25px 0;
    padding: 2em 0 0 0;
}
.DimAvPrefab_Application .Resultatvisare .container.for-Kombinationvisare {
    padding-top: 0;
}

/* Detaljerad utdata */

.Kombinationvisare .container.for-Utdatavisare {
    margin-left: 0;
    width: 100%;
    display: none;
    margin-top: 0;
    padding-top: 2em;
}

.Utdatavisare table.col1, 
.Utdatavisare table.col2 {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 2em;
}

.Utdatavisare table td {
    font-size: 12px;
    line-height: 2.5;
}

.Utdatavisare table.col1 {
    margin-bottom: 0;
}

table.inData {
    width:100%;
    line-height: 2.2em;
}

table.inData tr td {
    padding:0 10px;
    width:49%;
}

.inData.col2 .odd{
    background: #ffffff;
}

.inData.col2 .even {
    background-color: #ccc;
}

.illustration {
    display:none;
}

.IndataformularHelpWindow#hjalp-referensvindshastighet .referensvindlista {
    margin-left: 0px;
    width:100%;
}

.inData {
    width:100%;
}

.zonindelning {
    margin-bottom: 2em;
}

/* BAKGRUND */

article {
    width:90%;
    margin:0 5%;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.explination {
    margin-top: 1em;
    background: url("/img/bg-document.jpg");
    padding:2em;
}

ul.fileList {
    margin: 1em 0 0 0;
    font:normal 0.875em/1.4em "news-gothic-std",sans-serif;
    font-weight: 400;
}

    li.pdf {
        background: url("/img/icon-pdf.png") no-repeat top left;
        background-size: 2em;
        padding:0.5em 0 0 2.5em;
        margin-bottom: 1em;
        list-style-type: none;
        height:2em;
        vertical-align: middle;
    }

/* MONTERING AV KRAMLOR */

.imageBox img {
    max-width: 100%;
    margin-bottom: 0.5em;
}

.imageBoxRight img {
    max-width: 100%;
    margin-bottom: 0.5em;
}


@media only screen and (min-width: 768px) {

	.top-img-container {
	    height: 24em;
	}

    .Startvy > form > .illustration {
        width:48%;
        float:left;
        margin-bottom: 2em;
    }

	.Startvy .container.for-Projektformular {
	    width: 47.5%;
	    float: left;
	    margin-right: 5%;
	}
	.Startvy .container.for-Indataformular {
	    width: 47.5%;
	    float: left;
	    margin-left: 0;
	}

	.Startvy .indataButtons {
	    clear: both;
	    width:100%;
	    padding: 10px 0 0 0;
	    margin:2em 0;
	}

    .hjalp-byggnaden-info {
        width:65%;
        float:left;
    }

    img.illustration {
        width:30%;
        float:right;
        margin-left: 3%;
    }

	.Resultatvisare .container.for-Kombinationvisare {
	    padding: 2em 0 0 0;
	}
    .DimAvPrefab_Application .Resultatvisare .container.for-Kombinationvisare {
        padding-top: 0;
    }

    .Kombinationvisare .overview {
        float: left;
    }
    .DimAvMurkramlor_Application .Kombinationvisare .overview {
        width: 33.333%;
    }
    .DimAvPrefab_Application .Kombinationvisare .overview {
        width: 48%;
    }

    .Kombinationvisare .container.for-Produktpaketvisare {
        float: right;
    }
    .DimAvMurkramlor_Application .Kombinationvisare .container.for-Produktpaketvisare {
        width: 63.333%;
    }
    .DimAvPrefab_Application .Kombinationvisare .container.for-Produktpaketvisare {
        width: 47.5%;
        border-left: 1px solid black;
        padding-left: 2%;
    }
	.planmattsbild img {
	    width: 50%;
	    margin: 0 auto 2em auto;
	    display: block;
	}

	.Produktpaketvisare .Produkt .image img {
	    max-width: 50%;
	    margin:0 auto;
	    display: block;
	}
    .DimAvPrefab_Application .Produktpaketvisare .Produkt .image img {
	    max-width: 100%;
    }
	.Produktpaketvisare .c-2 .Produkt .image img {
	    max-width: 100%;
	}

	.Produktpaketvisare .tillbehor {
	    background-color: #ddd;
	    padding: 5%;
	    padding-right: 0;
	    width: 95%;
	    margin: 20px 0;
	}

    .Produktpaketvisare .tillbehor > div > .container:nth-of-type(2n+2) {
        margin:0 0 2em 0;
    }
    .Produktpaketvisare .tillbehor > div > .container:nth-last-of-type(1) {
        margin: 0;
    }
	.Produktpaketvisare .tillbehor > div > .container {
        width: 85%;
        float: left;
        margin: 0 0 2em 0;
        padding: 2em 5%;
    }
    .Produktpaketvisare .tillbehor > div > .container img {
        max-width:100%;
        margin:0 auto;
        height:10em;
    }

	.Produktpaketvisare .tillbehor > div > .container .Produkt {
	    margin-right: 0px;
	    margin-bottom: 0em;
	}
	.c-2 .Produkt .files li a {
	    margin-bottom: 0em;
	}
	.Utdatavisare table.col1 {
	    float: left;
	    margin-right: 3%;
	    width: 48.5%;
	    margin-bottom: 0em;
	}
	.Utdatavisare table.col2 {
		float: right;
	    width: 48.5%;
	    margin-bottom: 2em;
	}


    .illustration {
    display:block;
    }

    .IndataformularHelpWindow#hjalp-referensvindshastighet .referensvindlista {
        margin-left: 350px;
        width:300px;
    }

    .zonindelning {
        width:31.333%;
        float:left;
        margin-right: 3%;
        margin-bottom: 2em;
    }
    .zonindelning:nth-of-type(2){
        margin-right: 3%;
    }
    .zonindelning:nth-of-type(3){
        margin-right: 0%;
    }

    .inData.col2 .odd{
    background: #ccc;
}

    .inData.col2 .even {
        background-color: #fff;
    }

    /* BAKGRUND */

    li.pdf {
        background: url("/img/icon-pdf.png") no-repeat top left;
        background-size: 2em;
        padding:0.5em 0 0 2.5em;
        margin-bottom: 1em;
        list-style-type: none;
        height:2em;
        vertical-align: middle;
        width:44.5%;
        float:left;
    }
    li.pdf:nth-of-type(2n+2){
        float:right;
    }


}

@media only screen and (min-width: 970px) {



/* STARTSIDA */

    .top-img-container {
        height: 20em;
    }

    .twocol {
        width:66.666%;
        float:left;
    }
    .onecol310right {
        width:31%;
        float:right;
    }

    .Startvy > form > .illustration {
        width:31.333%;
        margin-right: 3%;
    }
    .Startvy .container.for-Projektformular {
        width: 31.333%;
        float: left;
        margin-right: 3%;
    }
    .Startvy .container.for-Indataformular {
        width: 31.333%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .Startvy .indataButtons {
        clear: both;
        width: 66.666%;
        padding: 10px 0 0 0;
        margin: 2em 0;
        float: right;
    }

	.DimAvMurkramlor_Application .Kombinationvisare .overview {
	    width: 33.333%;
	    float: left;
	}
	.planmattsbild {
		width:100%;
	}
	.planmattsbild img {
	    width: 100%;
	    margin: 2em auto 2em auto;
	    display: block;
	}

	.Kombinationvisare .container.for-Utdatavisare {
	    width: 63.333%;
	    float: right;
	}
	.Utdatavisare table.col1 {
	    float: left;
	    margin-right: 3%;
	    width: 48.5%;
	    margin-bottom: 2em;
	}
	.Utdatavisare table.col2 {
		float: right;
	    width: 48.5%;
	    margin-bottom: 2em;
	}

    .container .for-Application {
        padding-top: 2em;
        margin-top: 2em;
    }
    .Produktpaketvisare .huvudprodukter > .container {
        width: 45%;
        float: left;
    }
    .Produktpaketvisare .huvudprodukter .plus {
        display: block;
        width: 5%;
        font-size: 50px;
        font-weight: bold;
        line-height: 200px;
        font-family: arial, sans-serif;
        float: left;
        margin: 0 2%;
    }
    .DimAvPrefab_Application .Produktpaketvisare .huvudprodukter .plus {
        line-height: 1em;
        padding-top: 20%;
    }
    .Produktpaketvisare .tillbehor > div > .container:nth-of-type(2n+2) {
        margin: 0 0 2em 0;
    }

    .zonindelning {
        width:48.5%;
        float:left;
        margin-right: 3%;
        margin-bottom: 2em;
    }
    .zonindelning:nth-of-type(2){
        margin-right:0;
    }
    .zonindelning:nth-of-type(3){
        margin-right:3%;
    }

    /* BAKGRUND */

    article {
        margin-bottom: 0em;
    }

    .maininfo {
        width:55%;
        float:left;
        margin-left: 5%;
    }

    .explination {
        width:30%;
        float:right;
        margin: 1em 0 2em 0;
        background: url("/img/bg-document.jpg");
        padding:2em;
    }

    ul.fileList {
        margin: 1em 0 0 0;
    }

        li.pdf {
            background: url("/img/icon-pdf.png") no-repeat top left;
            background-size: 2em;
            padding:0.5em 0 0 2.5em;
            margin-bottom: 1em;
            list-style-type: none;
            height:2em;
            vertical-align: middle;
            width:100%;
            float:none;
        }
        li.pdf:nth-of-type(2n+2){
            float:none;
        }


/* MONTERING */





}

@media only screen and (min-width: 1050px) {


#scroller {
    background-color: #fff;
    padding-top: 2em;
}


/* STARTSIDA */
        


    .top-img-container {
        height: 20em;
        background-size: 100%;
        width:100%;
        top:0;
        z-index:-1;
    }

    header .logo-menu-wrapper {
        position:fixed;
        top:0;
    }


}

@media only screen and (min-width: 1200px) {

.Produktpaketvisare .tillbehor {
    background-color: #ddd;
    padding: 3%;
    width: 94%;
    margin: 2em 0;
}

    .Produktpaketvisare .tillbehor > div > .container {
        width: 42.5%;
        float: left;
        margin: 0 0 0em 0;
        padding: 2em 3%;
    }

        .Produktpaketvisare .tillbehor > div > .container:nth-of-type(2n+2) {
            float:right;
        }

        .Produktpaketvisare .tillbehor > div > .container img {
        }

        .Produktpaketvisare .tillbehor > div > .container:nth-last-of-type(1) {
           /* detta stället till det... (171222):  margin: 2em 0 0em 0; */
        }

    .zonindelning {
        width:31.333%;
        float:left;
        margin-right: 3%;
        margin-bottom: 2em;
    }
    .zonindelning:nth-of-type(2){
        margin-right:3%;
    }
    .zonindelning:nth-of-type(3){
        margin-right:0;
    }
}  
/* KONTAKTSIDA */

@media only screen and (min-width: 1400px) { 
    
    .top-img-container {
        height: 25em;
    }

    /* KONTAKTSIDA */

    #map_canvas { 
        height:25em;
    }  

    .zonindelningar{
        width:100%;
    }

    .Utdatavisare table td {
        font-size: 13px;
        line-height: 2.5;
    }

}

@media only screen and (min-width: 1600px) { 
    .logo-menu-container,
    .footer-wrapper, 
    #content,
    .contactperson-wrapper .contactperson-container,
    .startpage-info,
    .container .for-Application,
    article.contactarticle {
        max-width: 1400px;
        margin:0 auto;
        display:block;
    }

    .container .for-Application {
        padding-top: 2em;
        margin-top: 2em;
    }

    .top-img-container {
        height: 28em;
    }

/* MONTERING AV KRAMLOR*/

article.montering {
    max-width: 1400px;
    margin:0 auto;
    display:block;
}
article.bakgrund {
    max-width: 1400px;
    margin:0 auto;
    display:block;
}

/* KONTAKTSIDA */
        
    #map_canvas { 
        height:28em;
    }  

    .maininfo {
        width: 62%;
        margin:0 3% 4em 0%;
        float: left;
    }

    .address {
        width: 26.25%;
        margin: -6em 0 0 0;
    }

/* BAKGRUND */



}



/**
 * =================== Dev Components =========================
 */


ul.DevTestNotes {
    margin: 0.5em 1em 1em 1.5em;
    color: rgb(242, 102, 0);
    font-family: "news-gothic-std", sans-serif;
    font-size:14px;
}
ul.DevTestNotes li {
    margin: 0.5em 0;
}

.DevTestTestcase {
    display: flex;   
    margin-bottom: 2em;
}
.DevTestInputsView ul {
    margin: 1em 0;
    list-style: none;
}

.DevTestTestcase {
}
.DevTestTestcase .inputs {
    display: flex;
    margin-right:1em;
    max-width: 50%;
}
.DevTestTestcase .results {
    flex: min-content;
    margin-right:1em;
}
.DevTestInputs:not(.no-card) {
    border-top: 7px solid #07a777;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 7px;
-moz-border-radius:  7px;
-webkit-border-radius:  7px;
-ms-border-radius:  7px;
-o-border-radius:  7px;
    background-color: #f4f4f4;
    position: relative;
    padding: 0.5em 1em 1em 1em;
    max-width: 100%;
    box-sizing: border-box;
}
.DevTestInputs table td {
    
}
.DevTestInputs input:not(.p-inputtext) {
    padding: 0;
    font-size: 14px;
    padding: 0 8px;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 3px;
-moz-border-radius:  3px;
-webkit-border-radius:  3px;
-ms-border-radius:  3px;
-o-border-radius:  3px;
    max-width: 4em;
}
.DevTestInputs input[disabled]:not(.p-inputtext) {
    color: #ddd;
    background-color: #f4f4f4;
    border-color:#ddd;
}
.DevTestInputs input[type=number] {
    text-align: right;
    padding-right: 0;
}
.DevTestInputs h3 {
    margin-top: 1em;
}
.DevTestInputs ul {
    font-family: "news-gothic-std", sans-serif;
    list-style: none;
    max-height: 90%;

}
.DevTestInputs ul li {
    white-space: nowrap;
}

.DevTestSettings:not(.no-card) {
    border-top: 7px solid #e4c834;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 7px;
-moz-border-radius:  7px;
-webkit-border-radius:  7px;
-ms-border-radius:  7px;
-o-border-radius:  7px;
    background-color: #f4f4f4;
    position: relative;
    padding: 0.5em 1em 1em 1em;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
    display: inline-block;
}

.DevTestResult {
    border-top: 7px solid #a70707;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 7px;
-moz-border-radius:  7px;
-webkit-border-radius:  7px;
-ms-border-radius:  7px;
-o-border-radius:  7px;
    background-color: #f4f4f4;
    position: relative;
    /*height: 453px;*/
    display: flex;
    max-width: 100%;
}
.DevTestResult.no-viewport {
    height: auto;
}
.DevTestResult .viewport {
    border-right: 1px solid #ccc;
    position: relative;
}
.DevTestResult .viewport canvas {
    max-width: none;
}
.DevTestResult .viewport .highlight {
    width: 30px;
    height: 30px;
    margin-left: -16px;
    margin-top: -16px;
    border-radius: 15px;
-moz-border-radius:  15px;
-webkit-border-radius:  15px;
-ms-border-radius:  15px;
-o-border-radius:  15px;
    border: 1px solid rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: absolute;
    color:white;
    line-height:30px;
    font-size:18px;
    text-align:center;
    cursor: pointer;
    pointer-events: none;
}
.DevTestResult .viewport .highlight.visible {
    display: block;
}
.DevTestResult .data {
    height: 100%;
    max-height: 100%;
    padding: 0 1em 0 1em;
    display: flex;
    flex-direction: column;
    overflow-y:auto;
    width: 100%;
}
.DevTestResult .data .error h3 {
    color: red;
}
.DevTestResult .data .error p {
    color: red;
}
.DevTestResult .data .error ul {
    color: red;
}

.DevTestResult .data h3 {
    padding-top: 0.5em;
}
.DevTestResult .data ul {
    list-style: none;

}
.DevTestResult .data ul li {
    padding: 0.25em 0.5em;
    display: block;
    cursor: pointer;
}
.DevTestResult .data ul li .coords {
    display: inline-block;
    margin-left: 1em;
    font-size: smaller;
    font-family: 'Courier New', Courier, monospace;
}
.DevTestResult .data ul li.current {
    background-color: #e8cdcd;
}
.DevTestResult table tr.current {
    background-color: #e8cdcd;
}


.DevTestResult table.dataTable {
	background: transparent;
	margin: 0 0 0.5em 0;
    border-collapse: collapse;
    border-spacing: 0;
	text-align: center;	
	width: auto;
}
.DevTestResult table.dataTable ,
.DevTestResult table.dataTable td,
.DevTestResult table.dataTable th {
	border: 1px solid #888;
	padding: 0.4em 0.4em;
	font-size: 12px;
}
.DevTestResult table.dataTable  thead th {
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	background-color: #d6d6d6;
}
.DevTestResult table.dataTable thead th .unit {
	white-space: nowrap;	
	text-align: center;
}
.DevTestResult table.dataTable  tfoot th,
.DevTestResult table.dataTable tbody th,
.DevTestResult table.dataTable tbody td {
	white-space: nowrap;
	color: #666;
	font-weight: normal;
	text-align: center;
}
.DevTestResult table.dataTable  tbody th {
    background-color: #e1e1e1;
}
.DevTestResult table.dataTable  tfoot th {
	border-top: 2px solid #555;
	color: #000;
}
.DevTestResult table.dataTable .current td {
    background-color: #e8cdcd;
}

.DevResultViewport .symbolLibrary {
    display: none;
}