.knap_visitkort{
  border-radius: 15px;
  background: #73AD21;
  padding: 10px; 
  width: 100px;
  height: 50px;
	font-weight:bold;
}
.medkant{border:4px solid black;}
#header img {
    height: auto;
	  width: auto;
}
.post-title{margin-top:20px;}
.shop_attributes th {font-size:1.0em;}

.wdn_responsive_table h4{margin-top:0px;}

.column img{border:1px solid black;}

/* Kontaktsiden */
.kontakt_formprint{width:400px;;margin:0px;}

/* Aner det ikke */
.post-nav-top {
    line-height: normal;
    border-top:2px solid #000000;
}

/* Side baggrund */
#content {
	background: #ffffff;
    padding: 0px 0;
}

/* Til top knappen */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #7d7d7d;
    color: #000;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255,255,255,0.3);
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

/* Knap */
.wp-block-button .wp-block-button__link,

.editor-writing-flow .wp-block-button .wp-block-button__link {
    border: none;
	border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    padding: 10px 10px;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
	background: #4E0005;
	color: #fff;
}

/* List menu */
.list-group-item.parent, 
.list-group-item.parent:focus, 
.list-group-item.parent:hover {
    background-color: #4E0005;
    border-color: #3C1C54;
    color: #fff;
}

/* Sidebar */
#sidebar1{padding-top:30px;}

/* Footer */
#footer{
	padding: 10px;
	text-align:center;
}
.copyright-developer,
.footer-right {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-right {
    float: right;
}
.copyright-developer {
    float: none;
}
#developer .fa {
    margin: 0 0.1em;
}
#developer {
    opacity: 1;
	color:#fff;
}
#developer a{
	  color:#fff;
}
#developer {
    opacity: 1;
	color:#fff;
}



/* Produkter */
.row-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	margin-bottom:10px;
	margin-top:5px;
	text-align:center;
}
/* Create four equal columns that sits next to each other */
.column-2 {
  flex: 25%;
  max-width: 33%;
  padding: 0 4px;
	text-align:center;
}

.column-2 img {
  margin-top: 8px;
  vertical-align: middle;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-2 {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-2 {
    flex: 100%;
    max-width: 100%;
  }
}
/* Kategorier */
.row-3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
	margin-bottom:0px;
}
/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 33%;
  padding: 0 4px;
	text-align:center;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


/* Produkter single */
.row-3 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom:10px;
  margin-top:5px;
  text-align:center;
}

/* Create four equal columns that sits next to each other */
.column-3 {
  flex: 25%;
  max-width: 50%;
  padding: 0 4px;
  text-align:center;
}

.column-3 img {
  margin-top: 8px;
  vertical-align: middle;
  border:1px solid black;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-3 {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-3 {
    flex: 100%;
    max-width: 100%;
  }
}
/* Tabel */
table {
    width: 100%;
    max-width: 100%;
    border: none;
    border-collapse: collapse;
}

table th {
   border-collapse: collapse;
}

table td, table th {
    text-align: left
}

table td {
}
.wdn_responsive_table img{
	border:1px solid black;
}

table tbody tr:nth-of-type(even) {
}

table tbody th {
}

table tbody td {
}

table.wdn_responsive_table thead th abbr {
}

@media screen and (max-width:47.99em) {
    table.wdn_responsive_table td, table.wdn_responsive_table th {
        display: block
    }

    table.wdn_responsive_table thead tr {
        display: none
    }

    table.wdn_responsive_table tbody tr:first-child th {
        border-top-width: 0
    }

    table.wdn_responsive_table tbody tr:nth-of-type(even) {
        background-color: transparent
    }

    table.wdn_responsive_table tbody td {
        text-align: left
    }

    table.wdn_responsive_table tbody td:before {
        display: block;
        content: attr(data-header)
    }

    table.wdn_responsive_table tbody td:empty {
        display: none
    }

    table.wdn_responsive_table tbody td:nth-of-type(even) {
    }
}

@media (min-width:48em) {

    table th {
        padding: 1.2307em 1.2307em 1em;
        font-size: .802rem
    }

    table td {
        padding: .75em 1em .602em
    }
}

@media screen and (min-width:48em) {
    table.wdn_responsive_table thead th:not(:first-child) {
        text-align: center
    }

    table.wdn_responsive_table tbody td {
        text-align: center
    }

    table.wdn_responsive_table.flush-left td, table.wdn_responsive_table.flush-left thead th {
        text-align: left
    }
}