table.staff tr th:first-of-type {
    width: 25%;
}
table.staff tr th {
    padding: 15px 20px;
    text-align: left;
}
table.staff tr th {
    padding: 15px 20px;
    text-align: left;
}
table.staff tr th:nth-of-type(3) {
    text-align: right;
}
table.staff tr th.mobile-head {
    display: none;
}
table.staff tr.hidden, table.staff tr.hidden+tr.details {
    display: none;
}
table tr th {
    padding: 22px 15px;
    background: #3499be;
    color: #fff;
   /* font-family: Akko Pro Bold,sans-serif; */
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
table.staff tr.details {
    border: none;
}
table.staff tr {
    border-bottom: 1px solid #dbdbdb;
}
table.staff tr.details td {
    padding: 0;
}
table.staff tr td {
    padding: 15px 20px;
    text-align: left;
    border: none;
}
table tr td {
    padding: 15px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    line-height: 1.44;
    text-align: center;
    vertical-align: top;
}
table.staff tr.active+tr.details td>div {
    max-height: 200px;
    padding: 22px;
    border-bottom: 1px solid #dbdbdb;
}
table.staff tr.details td>div img {
    max-width: 80px;
    float: left;
}
img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
table.staff tr.details td>div {
    max-height: 0;
    padding: 0 22px;
    overflow: hidden;
    -webkit-transition: max-height .33s,padding .33s;
    transition: max-height .33s,padding .33s;
}
table.staff tr.details td>div .text {
    margin: 0 0 0 100px;
}
table.staff tr.details td>div .text h5, table.staff tr.details td>div .text p {
    margin-bottom: 2px;
    color: #333;
    font-size: 14px;
}

table.staff tr.details td>div .text h5 {
    margin-top: 8px;
}
table.staff tr.details td>div .text h5 a, table.staff tr.details td>div .text p a {
   /* font-family: Akko Pro Medium,sans-serif; */
}
a {
    color: #3499be;
    text-decoration: none !important;
    -webkit-transition: color .33s;
    transition: color .33s;
}
table.staff tr.details td>div:after {
    content: "";
    display: table;
    clear: both;
}
select {
    width: 100%;
    height: 58px;
    padding: 0 25px;
    background: -webkit-linear-gradient(bottom,#f5f5f5,#fff);
    background: linear-gradient(0deg,#f5f5f5,#fff);
    color: #666;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0,0,0,.1), inset 0 0 0 1px #fff;
    /* font-family: Akko Pro Light,sans-serif; */
    font-size: 14px;
    line-height: 60px;
    outline-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: outline .33s;
    transition: outline .33s;
}
table {
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    border-collapse: collapse;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    table-layout: fixed;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    font: 400 13.3333px Arial;
}

input, textarea, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}
.ginput_container_select, .select-wrapper {
    position: relative;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
@media(max-width: 480px) {
    body #kontaktpersoner .kontaktperson_container {
        width: 100%;
    }
}
@media (min-width: 600px){
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-7 {
    width: 58%;
}
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
}
.search-wrapper input {
    width: 100%;
    height: 58px;
    border-color: #dbdbdb;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 60px;
}
input, textarea {
    width: auto;
    min-height: 40px;
    padding: 0 20px;
    background: #fff;
    color: #333;
    border: 1px solid #bebebe;
    border-radius: 2px;
    /* font-family: Akko Pro Light,sans-serif; */
    font-size: 16px;
    line-height: 40px;
    outline-color: transparent;
    -webkit-transition: outline .33s;
    transition: outline .33s;
}
.search-wrapper button {
    position: absolute;
    top: 3px;
    right: 20px;
    background: transparent;
    color: #3499be;
    border: none;
    outline: none;
    font-size: 18px;
    -webkit-transition: color .33s,-webkit-transform .33s;
    transition: color .33s,-webkit-transform .33s;
    transition: transform .33s,color .33s;
    transition: transform .33s,color .33s,-webkit-transform .33s;
}
[class*=" icon-"], [class^=icon-] {
    display: inline-block;
    font-family: icomoon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e905";
}
.search-wrapper {
    position: relative;
    width: 100%;
}
table.staff tr td.name {
    color: #3499be;
    cursor: pointer;
    -webkit-transition: color .33s;
    transition: color .33s;
    font-weight: 600;
}
table.staff tr.active td.name {
    position: relative;
    color: #fc8d00;
}
table.staff tr.active td.name:before {
    z-index: 1;
    margin-top: 1px;
    border-top-color: #dbdbdb;
}

table.staff tr.active td.name:after, table.staff tr.active td.name:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent;
}
table.staff tr.active td.name:after, table.staff tr.active td.name:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 18px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #fff transparent transparent;
}
table {
    width: 100%;
    margin: 24px 0;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
    border-collapse: collapse;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    table-layout: fixed;
    float: left;
}
body .kontaktperson_container * {
    box-sizing: border-box;
    font-family: sans-serif;

}

@media (max-width: 600px) {
table.staff tr:not(.details) td:first-of-type {
    padding-top: 15px;
}
table.staff tr:not(.details) td:nth-of-type(3) {
    padding-bottom: 15px;
}
table.staff tr td:nth-of-type(3) {
    text-align: left !important;
}
table.staff tr th {
    display: none;
}
table.staff tr th.mobile-head {
    display: block;
}
table.staff tr td {
    padding: 2px 20px;
}
table.staff td, table.staff th, table.staff tr {
    display: block;
}
}

table.staff tr th.mobile-head {
    display: none;
}

p {
    margin: 0 0 16px;
}
a:-webkit-any-link {
    cursor: pointer;
}
a:hover {
    color: #fc8d00;
}
a:active, a:hover {
    outline: 0;
}
a {
    color: #3499be;
    text-decoration: none;
    -webkit-transition: color .33s;
    transition: color .33s;
}

table.staff tr td:nth-of-type(3) {
    text-align: right;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
@media (min-width: 600px){
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}


table.staff tr.active td.name:before{z-index:1;margin-top:1px;border-top-color:#dbdbdb}

.x-btn:hover, .button:hover, [type="submit"]:hover {
    color: transparent !important;
    border-color: transparent !important;
    background-color: transparent !important;
    text-shadow: transparent !important;
}







/*   GRID 1   */

#kontaktpersoner .kontaktperson_container.hidden {
    display: none;
}
#kontaktpersoner {
    position: relative;
    clear: both;
    margin-bottom: 20px;
    margin-left: -3px;
    margin-right: -3px;
}
#kontaktpersoner .kontaktperson_container {
    margin-bottom: 20px;
    width: 33.2%;
    /*height: 200px;*/
    margin-left: 0px;
    margin-right: 0px;
}

.row [class*="col-"] {
    padding: 0;
}
#kontaktpersoner:after {
    content: "";
    display: table;
    clear: both;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson {
    width: 100%;
    min-height: 300px;
    position: relative;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson span {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /* font-size: 21px; */
    position: absolute;
    bottom: 10px;
    left: 0;
    /* height: 30px; */
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson_show {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    padding: 50px 15px 15px 15px;
    z-index: 1;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson_show span {
    color: #fff;
    font-size: 16px;
    font-family: "MullerRegular",sans-serif;
    text-transform: uppercase;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson_show .single_kontaktperson_info {
    margin-top: 5px;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson_show .single_kontaktperson_info p {
    color: #fff;
    font-size: 12px;
    font-family: "MullerLight",sans-serif;
    margin-bottom: 0px;
}
#kontaktpersoner .kontaktperson_container .single_kontaktperson_show .single_kontaktperson_info p a {
    color: #fff;
    font-size: 12px;
    font-family: "MullerLight",sans-serif;
    margin-bottom: 0px;
    text-decoration: underline;

}
/* HOVER */
#kontaktpersoner .kontaktperson_container:hover .single_kontaktperson span, #kontaktpersoner .kontaktperson_container:focus .single_kontaktperson span {
    display: none;
}
#kontaktpersoner .kontaktperson_container:hover .single_kontaktperson_show, #kontaktpersoner .kontaktperson_container:focus .single_kontaktperson_show {
    display: block !important;
    background: rgba(0,0,0,0.8);
}
