/* Tilføj CSS her */
.sidebar__headings {
    font-size: 22px;
}
h2 {
   font-size: 22px;
}

a!important {
    color: #465471;
}
.contact-table td {
    width: 170px;
}
.footer {
    position: relative;
    margin-top: -40px;
}

div#cta-top {
    margin-bottom: 0px;
    margin-top: 0px;
}
img.f-img {
    width: 75%;
    margin-bottom: 10px;
}

.btn-info {
  background-color: #1784C6;
  border-color: #1784C6;
}
.btn-info:hover {
  background-color: #1F425D;
  border-color: #1F425D;
}
.shadow2{
  -webkit-box-shadow: 0 -2px 6px rgba(0,0,0,.2);
-moz-box-shadow: 0 -2px 6px rgba(0,0,0,.2);
  box-shadow: 0 -2px 6px rgba(0,0,0,.2);
}

.shadow img, img.shadow  {
        -webkit-box-shadow: 0 -2px 6px rgba(0,0,0,.2);
-moz-box-shadow: 0 -2px 6px rgba(0,0,0,.2);
  box-shadow: 0 -2px 6px rgba(0,0,0,.2);
}

.wpcf7-select, .wpcf7-text, .wpcf7-textarea {
 margin-bottom:10px!important; 
}
.tpl {
    padding-right: 5px;
}
.tpr {
    padding-left: 5px;
}
.contact-table td {
    width: 150px;
}
@media only screen and (min-width:990px) and (max-width: 1280px)  {
a.btn.btn-info {
    display: none;
}
}
@media (max-width: 995px) {
.header__widgets .btn {
    width: 100%;
    display: none;
}
img.f-img {
    display: block;
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
}
}
.footer-top {
    padding: 40px 0px 0px 0px!important;
}
}