/*
Theme Name: materialepyramide
Author: JSK/vandkunsten
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('../matpyramide/fonts/rubik-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../matpyramide/fonts/rubik-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../matpyramide/fonts/rubik-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../matpyramide/fonts/rubik-v11-latin-300.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-500 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../matpyramide/fonts/rubik-v11-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../matpyramide/fonts/rubik-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../matpyramide/fonts/rubik-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../matpyramide/fonts/rubik-v11-latin-500.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../matpyramide/fonts/rubik-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../matpyramide/fonts/rubik-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../matpyramide/fonts/rubik-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../matpyramide/fonts/rubik-v11-latin-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-600 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../matpyramide/fonts/rubik-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../matpyramide/fonts/rubik-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../matpyramide/fonts/rubik-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../matpyramide/fonts/rubik-v11-latin-600.svg#Rubik') format('svg'); /* Legacy iOS */
}

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../matpyramide/fonts/rubik-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../matpyramide/fonts/rubik-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../matpyramide/fonts/rubik-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../matpyramide/fonts/rubik-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../matpyramide/fonts/rubik-v11-latin-700.svg#Rubik') format('svg'); /* Legacy iOS */
}



html {
    /*font-family: 'Play', Arial, sans-serif;*/
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

body {
   /* width:100%;
    height:100%;
    position: relative;   */ 
    margin:0px;
    overflow-x: hidden;
}
.clearing {
    width:100%;
    min-height:1px;
    display:block;
}

#main-frame {
    width:100%;
    padding:0px;
    margin:0px;
    display:block;
    opacity: 0;
}

#disclaimerlang {
    width:100%;
    min-height: 20px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    background-color:rgba(200,62,49,1.00);
    color:#FFF;
    font-size: 12px;
    padding: 10px; 
    margin:0px;
    z-index:1000002;
    text-align: left;
    display: none; 
}


.headertekst {
    width:100%;
    min-height: 40px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 40px;
    padding: 20px 0px 0px 0px; 
    z-index:10;
    text-align: center;
}


#thinkbox{
    width:100%;
    min-height: 50px;
    display: block; 
}
.think {
    width:100%;
    min-height: 30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    color:rgba(200,62,49,1.00);
    font-size: 30px;
    padding-bottom: 20px; 
    margin:0px;
    z-index:10;
    text-align: center;
    display: none; 
}
#pyramide-content {
    /*background-color:rgba(92,184,92,0.8);*/
    margin:0px;
    padding:0px;
    width:100%;
    top:150px;
    height:600px;
    /*min-height:800px;*/
    position:absolute;
    display: block;
    margin-top: 0px;
}
/* clear fix */
#pyramide-content:after {
  content: '';
  display: block;
  clear: both;
}

#menu-content {
    /*background-color:rgba(92,184,92,0.8);*/
    margin:0px;
    padding:0px;
    width:235px;
    min-height:100px;
    position:absolute;
    top:200px;
    left:8px;
    display: block;
    z-index: 40000;
}

#menu-content:after {
  content: '';
  display: block;
  clear: both;
}

.vertical-menu {
    width:235px;
    /*font-family: 'Rubik', Arial, sans-serif;*/
    font-weight: 200;
    color:rgba(0,0,0,1.00);
    font-size: 14px;
    margin:0px;
    z-index:10;
    display: block;
    vertical-align: top;
}

.vertical-menu a {
   /* Grey background color */
    color: black; /* Black text color */
    display: block; /* Make the links appear below each other */
    padding: 5px; /* Add some padding */
    text-decoration: none; /* Remove underline from links */
    background-color: rgba(255,255,255,1.0);
    border-bottom: dotted #000000 1px;
    width:230px;
}

.vertical-menu a:hover {
    font-weight: 400;
    background-color: rgba(208,216,215,0.5);
    display:block;
}

.vertical-menu a.active {
    font-weight: 400;
    /*background-color: rgba(208,216,215,1.0);
    /*background-color:rgba(200,62,49,1.00);
   /* Add a green color to the "active/current" link */
    color: rgba(200,62,49,1.00);
    display:block;
}

.dp-overskrift {
    /*font-family: 'Play', Arial, sans-serif;*/
    font-weight: 500;
    font-size: 14px;
    padding: 20px 0px 5px 5px; 
    overflow:hidden;
    width:230px;
    display:block;
    z-index:10;
}

.mat-item {
    /*font-family: 'Play', Arial, sans-serif;*/
    font-size: 12px;
    padding: 0px 8px 0px 8px;
    overflow:hidden;
    /*width:100px;*/
    height:105px;
    display:inline-block;
    z-index:10;
}

.mat-text {
    font-size: 12px;
    z-index:100;
    display:block;
    position:relative;
    top:-15px;
    max-width:105px;
    color:rgba(200,62,49,1.00);
}

.mat-title {
    font-size: 11px;
    font-weight:400;
    /*background-color:rgba(250,250,250,0.4);*/
    color:#000;
    line-height: 15px;
    max-height:30px;
    /*padding:2px 2px 2px 4px;*/
    display:block;
    overflow:hidden;  
}

.matitem-line {
    /*font-family: 'Play', Arial, sans-serif;*/
    font-size: 12px;
    text-indent: 90%;
    padding: 0px; 
    overflow:hidden;
    width:100% !important;
    height:15px !important;
    display:block;
    margin:2px;
    z-index:8;
    background-color:rgba(255,255,255,1);
}

.py-image div{
    width:115px;
    min-width:105px;
    height:70px;
    min-height:70px;
    background-size:cover;
    background-position:center center;
    overflow:hidden;
    display:block;
}

#units {
    display:block;
    position:relative;
    z-index:200;
    max-width:300px;
    top:20px;
}
    
#mp-unit {
    font-size: 18px;
    display:block;
    top:0px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}
#mp-unit2 {
    font-size: 18px;
    display:block;
    top:20px;
    color: rgba(208,216,215,1.0);
    padding-left:2px;
}

#mp-result {
    font-size: 24px;
    font-weight: 500;
    display:block;
    position:relative;
    top:50px;
    max-width:300px;
    width:300px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}
#projekt-title {
    font-size: 24px;
    font-weight: 500;
    color:rgba(200,62,49,1.00);
    display:block;
    position:relative;
    top:40px;
    max-width:300px;
    width:300px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}

#mp-result-area {
    font-size: 18px;
    font-weight: 300;
    display:block;
    position:relative;
    top:55px;
    max-width:300px;
    width:300px;
    padding-top:2px;
    padding-left:2px;
    padding-right:2px;
}

.mat-circle {
    font-size: 48px;
    font-weight: 500;
    color:rgba(250,250,250,0.8);
    text-align: center;
    display:none;
    position:relative;
    float: left;
    z-index:20;
    top:-100px;
    left: 15px;
    vertical-align: top; 
}
.mat-SundaHus {
    display:none;
    position: relative;
    float: left;
    z-index:80;
    top:-100px;
    left: 0px;
    min-width: 30px;
    min-height:30px;
    background-repeat: no-repeat;
    background-position: left top;
}
.mat-SH-A{
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/SH_A.png);
}
.mat-SH-B{
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/SH_B.png);
}
.mat-SH-C{
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/SH_C.png);
}
.mat-SH-D{
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/SH_D.png);
}



#list-content{
    display:block;
    width:100%;
}

.list-item{
    min-height:29px; 
    margin-bottom:1px;
    font-size:14px !important;
    vertical-align: middle;
    /*background:#FAFAFA;*/
    padding:4px 5px 1px 20px ;
    display:none;
    /*position: relative !important;*/
    border-bottom: dotted #000000 1px;
    width:100%;
}
#listheader{
    display:block !important;
}

.list-image{
    display:inline-block;
}

.list-image div{
    width:29px;
    min-width:29px;
    height:29px;
    min-height:29px;
    display:block;
    overflow:hidden;
}
.post-list-thumb{
    background-size:cover;
    background-position:center center;
    overflow:hidden;
    display:inline-block;
}
.list-text{
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    width:100px;
    min-width:100px;
    overflow:hidden;
}
.list-title{
    display:inline-block;
    vertical-align:top;
    font-weight: 500;
    line-height: 29px;
    padding:0px 10px 0px 10px;
    width:250px;
    min-width:190px;
    overflow:hidden;
}

.list-enhed{
    font-size:12px !important;
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    width:130px;
    min-width:130px;
    overflow:hidden;
    text-align: right;
    padding-right:40px;
}
.list-input-enhed{
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    width:30px;
    min-width:30px;
    overflow:hidden;
    padding:0px 0px 0px 5px;
}

.list-input-enhed.m3{
    padding-right:17px;
}

.listhead{
    font-size:12px!important;
    line-height: 29px;
}

.inputline.m3.listhead{
    min-width:167px !important;
    width:167px !important;
    text-indent: 3px;
}
.inputline.m2.listhead{
    min-width:145px !important;
    width:145px !important;
}
.inputline.mm.listhead{
    min-width:145px !important;
    width:145px !important;
}
.list-num{
    min-width:10px !important;
    width:10px !important;
    padding:0px 10px 0px 0px !important;
    color:rgba(200,62,49,1.00) !important;
}

#listfooter{
    display:block;
    position:relative;
    border:none;
}
#result-footer{
    display:inline-block;
    position:relative;
    left:1078px !important;
    min-width:140px !important;
    width:140px !important;
}
#result-footer-unit{
    display:inline-block;
    position:relative;
    left:1078px !important;
    min-width:140px !important;
    width:140px !important;
}

.inputline{
    display:inline-block;
    vertical-align:top;
}

.listhead{
    vertical-align:middle !important;
}


.inputline input {
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    background-color: rgba(208,216,215,1.0);
    font-weight: 500;
    width:100px;
    min-width:100px;
    min-heigth:29px;
    border:none;
    font-family: 'Rubik', Arial, sans-serif;
    text-align:right;
    padding: 0px 5px 0px 5px;
    text-indent: 5px;
}

.result{
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    width:150px;
    min-width:150px;
    overflow:hidden;
    text-align: right;
    font-weight: 500;
    color:rgba(200,62,49,1.00);
}

.list-result-enhed{
    display:inline-block;
    vertical-align:top;
    line-height: 29px;
    width:100px;
    min-width:80px;
    overflow:hidden;
}


#beregner-tag{
    width:300px;
    display: block;
    z-index:50;
    position: absolute;
    top: 300px;
    left:60px;
}
#beregner-an{
    min-height: 30px;
    width:200px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: rgba(208,216,215,1.0);
    padding: 20px 20px 5px 20px; 
    display: block;
    position: relative;
    top: 0px;
}

#beregner-an:hover{
     color:rgba(200,62,49,1.00);
}

#beregner-an2{
    min-height: 10px;
    width:250px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: rgba(208,216,215,1.0);
    padding: 0px 0px 5px 25px; 
    display: block;
    position: relative;
}

#beregner{
    display:block;
    width:100%;
    min-width:100%;
    border-top: solid 1px #000000;
    position: relative;
    top:400px;
}
#beregner-title{
    min-height: 30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 30px;
    padding: 20px 20px 5px 20px; 
    display: block;
}
#beregner-text{
    min-height: 20px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgba(208,216,215,1.0);
    display: block;
    padding: 0px 20px 20px 20px; 
}

#triangle {
    width:2000;
    height:1500;
    z-index:-10;
    position:absolute;
    overflow:hidden;
    display: block;
}
svg {
    fill:rgb(208,216,215);
    float:center;
    height:2000px;
    width:2000px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
    border-width: 0px;
    box-shadow:none !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
    outline: 0;
    border-width: 0px;
    box-shadow:none !important;
}

textarea:focus, input:focus{
    outline: 0;
    border-width: 0px;
    box-shadow:none !important;
}
input:required {
  border-width: 0px;
    outline: 0;
    box-shadow:none !important;
}

input {
    border:0;
    box-shadow:none;
}

input:-moz-placeholder,
input:focus {
    box-shadow:none !important;
}

input:invalid {
    box-shadow:none !important;
}

#inputarea::after {
  content: 'm2';
}
#kolofon{
    border-top: solid #000000 1px;
    width:100%;
    min-height:180px;
    /*background-color:#F8F6F4;*/
    position:relative;
    display:grid;
    grid-template-columns: 250px auto 269px ;
    grid-template-rows: 120px 120px 119px auto;
}
#k-blok1{
    width:249px;
    height:359px;
    min-width:249px;
    min-height:359px;
    padding-left:0px;
    display:grid;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 3;
}
#logo-kadk{
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/Det_Kongelige_Akademi_Sort_Logo_RGB_6_DK.png);
    background-position: center;
    background-repeat: none;
    background-size: contain;
    margin:20px;
}
#k-blok2{
    width:269px;
    height:359px;
    min-width:269px;
    min-height:359px;
    display:grid;
    
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: span 3;
}
#logo-cinark{
    padding:0px 25px 0px 25px;
    height:120px;
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/cinark-logo_200.png);

    display:grid;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: span 1;
}
#logo-vandkunsten{
    padding:0px 49px 0px 50px;
    height:120px;
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/vandkunsten-logo_150.png);

    display:grid;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: span 1;
}
#logo-kuben{
    padding:0px 25px 0px 25px;
    height:119px;
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/kuben-logo_200.png);
    
    display:grid;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: span 1;

}
#logo-realdania{
    padding:0px 25px 25px 25px;
	margin: 0px 0px 0px auto; 
    height:120px;
	width:200px;
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/logo/realdania-logo_160.png);
    
    display:grid;
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: span 1;

}

.logo{
    background-repeat: no-repeat;
    background-position:center center;
}

#k-blok3{
    height:339px;
    display:grid;
    padding: 15px 10px 10px 20px;

    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: span 3;
}

.k-tekst{
    font-size:12px;
    font-weight:300;
    padding-top:5px;
}
.k-tekst b{
    font-weight:400;
}
.k-overskrift{
    font-size:15px;
    font-weight:500;
}

.clearing{
    clear:both;
}
#button-pyramide{
    width:120px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color:rgba(200,62,49,1.00);
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px; 
    left:20px;
    position:relative;
    vertical-align: top;
}

#button-reset{
    width:120px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color:rgba(200,62,49,1.00);
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px; 
    left:20px;
    position:relative;
    vertical-align: top;
}
#button-print{
    width:150px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    color:rgba(200,62,49,1.00);
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px; 
    position:relative;
    vertical-align: top;
}

#projektname{
    width:300px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /*color:rgba(200,62,49,1.00);*/
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px; 
    left:20px;
    position:relative;
    vertical-align: top;
}
#projektname input{
    font-weight: 500;
    width:260px;
    text-align: center;
}

#projektarea{
    width:100px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /*color:rgba(200,62,49,1.00);*/
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px 4px 20px 20px; 
    left:20px;
    position:relative;
    vertical-align: top;
    text-align:right!important;
}
#projektarea-unit{
    width:50px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /*color:rgba(200,62,49,1.00);*/
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 22px 20px 18px 3px; 
    left:0px;
    position:relative;
    vertical-align: top;
    text-align:left!important;
}
#projektarea input{
    font-weight: 500;
    width:65px!important;
    min-width:65px!important;
    position: relative;
    left:-10px;
}
#projektarea-rest{
    width:10px;
    min-height: 30px;
    max-height:30px;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    /*color:rgba(200,62,49,1.00);*/
    background-color: rgba(208,216,215,1.0);
    display: none;
    padding: 20px; 
    position:relative;
    vertical-align: top;
    text-align:right!important;
}

.matinfo{
    background-color:rgba(235,235,235,0.8);
    font-weight:500;
    line-height:29px;
    vertical-align: middle;
    width:200px;
    height:29px;
    left:-150px;
    display:none;
}

.single-item {
    /*font-family: 'Play', Arial, sans-serif;*/
    font-size: 20px;
    padding: 0px 8px 0px 8px;
    /*width:100px;*/
    /*height:98px;*/
    display:block;
}

.single-text {
    font-size: 14px;
    display:block;
    position:relative;
    /*color:rgba(200,62,49,1.00);*/
    line-height: 18px;
}

.single-title {
    font-size: 30px;
    font-weight:300;
    /*background-color:rgba(250,250,250,0.4);*/
    color:#000;
    line-height: 35px;
    max-height:50px;
    /*padding:2px 2px 2px 4px;*/
    display:block;
    overflow:hidden;  
    padding:30px 10px 10px 10px;
}


.single-image div{
    width:100%;
    min-width:100%;
    height:300px;
    min-height:300px;
    background-size:contain;
    background-position:center center;
    background-repeat: no-repeat;
    overflow:hidden;
    display:block;
    border-bottom: dotted #000000 1px;
}

table.single-table {
    width:100%;
    font-size:14px;
    font-weight:300;
    border-collapse: collapse;
    padding: 10px 0px 10px 0px;
}
th.t-overskrift {
    font-size:14px;
    font-weight:400;
    background-color:rgba(200,62,49,1.00) !important;
    color:#FFF;
    text-align: left;
}

table.t-text {
    font-size:12px;
    font-weight:300;
    padding:5px 15px 5px 15px;
}
tr{
    border-top: dotted #000000 1px !important;
    margin:0px;
}

.t1{
    width:350px;
    padding:5px 15px 5px 15px;
}
.t2{
    width:100px;
    min-width:100px;
    padding:5px 0px 5px 0px;
    text-align: right !important;
}
.t3{
   padding:5px 5px 5px 10px;
}
.t4{
    padding:5px 0px 5px 0px;
    text-align: left !important;
}
.t5{
    width:300px;
    min-width:300px;
    padding:5px 0px 5px 15px;
    text-align: left !important;
}
.single-mellemtitle{
    padding:30px 15px 10px 15px;
}
.t-number{
    font-weight:400;
}

a:link {
  text-decoration: none;
    color:#000;
}

a:visited {
  text-decoration: none;
    color:#000;
}

a:hover {
  text-decoration: none;
    color:#000;
    font-weight:500;
}

a:active {
  text-decoration: none;
    color:#000;
    font-weight:500;
}

#ompyramiden{
    width: 100%;
    min-height: 100%;
    position:absolute;
    z-index: auto;
    display:block;
}

#om-container{
    width: 94%;
    min-height: 96%;
    background-color: rgba(200,62,49,0.9);
    color:#000;
    padding: 30px; 
    margin: 1%;
    position:absolute;
    z-index: 100010;
    vertical-align: top;
    display:none;
}

#om-close{
    width:25px;
    min-height: 25px;
    background-image:url(https://materialepyramiden.dk/wp-content/themes/matpyramide/images/close.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px; 
    position:absolute;
    z-index: 100012;
    right:10px;
    top:10px;
    display:block;
}

#om-button{
    width:75px;
    min-height: 30px;
    font-family: 'Rubik', Arial, sans-serif;
    color: rgba(200,62,49,1.00);
    font-weight: 400;
    font-size: 15px;
    padding: 5px; 
    position:absolute;
    z-index: 100013;
    right:120px;
    top:75px;
    display:block;
}

#om-button:hover {
    text-decoration: none;
    color: rgba(200,62,49,1.00);
    font-weight:500;
}
.en {
    display: none;
}

#lang{
    font-size: 12px;
    padding: 10px;
}

.langt{
    display:inline;
    font-weight: 300;
}

.langactive{
    display:inline;
    font-weight: 500;
    color: rgba(200,62,49,1.00);
}
