@charset "UTF-8";

/*
Theme Name: Monky
Description: WordPress theme by BrandMonkey ApS
Author: BrandMonkey ApS
Author URI: https://brandmonkey.dk/
Version: 2.0
*/
/* ############################################################################ WORDPRESS CORE ############################################################################ */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ############################################################################ BODY ############################################################################ */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  font-family: upgrade-lights, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1.6rem;
  color: #0e2336;
}

/* ############################################################################ FONTS ############################################################################ */
body.home h1 {
  font-family: upgrade-lights, sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #FFF;
  letter-spacing: inherit;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

h1 {
  font-family: upgrade-lights, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #0e2336;
  line-height: 5rem;
  letter-spacing: inherit;
  margin-bottom: 7.5rem;
}

@media (max-width: 549px) {
  h1 {
    line-height: 5rem;
    margin-bottom: 5rem;
  }
}

body.single h1 {
  color: #ff3a49;
  margin-bottom: 3rem;
}

h2 {
  font-size: 2.6rem;
  letter-spacing: inherit;
  color: #0e2336;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

h3 {
  font-size: 2.6rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

h4 {
  font-family: upgrade-lights, sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #FFF;
  letter-spacing: inherit;
  text-transform: uppercase;
  margin-top: 21px;
  margin-bottom: 5rem;
}

@media (max-width: 549px) {
  h4 {
    margin-top: 0;
  }
}

section#content h4 {
  color: #0e2336;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #ff3a49;
  -webkit-transition: color ease-out 0.35s;
  -moz-transition: color ease-out 0.35s;
  -o-transition: color ease-out 0.35s;
  transition: color ease-out 0.35s;
}

a:hover {
  color: #ff3a49;
}

strong {
  font-family: upgrade, sans-serif;
  font-weight: 600;
}

/* ############################################################################ CLASSES ############################################################################ */
.hideme {
  opacity: 0;
}

.error {
  border-color: #ff3a49 !important;
}

a.seeAll {
  text-align: center;
  margin-top: 70px;
  display: inline-block;
  border: 1px solid #ff3a49;
  padding: 6px 25px;
  text-transform: uppercase;
}

a.seeAll:hover {
  border: 1px solid #ff3a49;
  background: #ff3a49;
  color: #FFF;
}

@media (min-width: 769px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.row.center {
  text-align: center;
}

.row.margin {
  margin-bottom: 4%;
}

.row.margin:last-child {
  margin-bottom: 0;
}

/* ############################################################################ LAYOUT ############################################################################ */
/* Logo */
#logo {
  position: fixed;
  z-index: 99;
  width: 180px;
  height: auto;
  top: 20px;
  left: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#logo.none {
  opacity: 0;
}

#logo img {
  width: 100%;
  height: auto;
}

/* Section: Header */
body.home section#header, body.page-template-tak section#header {
  position: relative;
  height: 100vh;
  background-image: url(images/header.jpg);
  background-size: cover;
  z-index: 9;
}

body.home section#header #overlay, body.page-template-tak #overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 35, 54, 0.9);
  z-index: 999;
}

body.home section#header h2, body.page-template-tak h2 {
  height: 100vh;
  width: 90vw;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: upgrade-lights, sans-serif !important;
  font-weight: 400 !important;
  font-size: 3.5rem;
  color: #FFF;
  letter-spacing: inherit;
  text-transform: uppercase;
  padding-left: 5vw;
}

body.page-template-tak span.equalP {
  font-family: upgrade-lights, sans-serif;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-transform: none;
}

section#header {
  position: relative;
  height: 650px;
  width: 100%;
  background-image: url(images/header.jpg);
  background-position: center;
  background-size: cover;
  z-index: 9;
}

section#header.omBrandmonkey {
  background-image: url(images/kontor.jpg);
}

@media (max-width: 549px) {
  section#header {
    height: 100vh;
  }
}

section#header #overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(14, 35, 54, 0.9);
  z-index: 999;
}

section#header #overlay.light {
  background: rgba(50, 50, 50, 0.3);
}

section#header h2 {
  font-family: upgrade, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  color: #FFF;
  letter-spacing: inherit;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 760px) {
  section#header h2 {
    font-size: 2rem;
  }
}

body.single section#header {
  position: relative;
  height: 400px;
  width: 100%;
  background-image: url(images/header.jpg);
  background-position: center;
  background-size: cover;
  z-index: 9;
}

@media (max-width: 760px) {
  body.single section#header {
    height: 250px;
  }
}

.rectanglewrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rectanglewrapper .rectangleheader {
  margin: 0 auto;
  transform: rotateZ(45deg);
  width: 275px;
  height: 275px;
  position: relative;
  transition: 0.35s background ease;
  background: transparent;
}

.rectanglewrapper .rectangleheader:hover {
  background: #0e2336;
}

.rectanglewrapper .rectangleheader .innerrect {
  margin: 0 auto;
  height: 275px;
  width: 275px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.rectanglewrapper .rectangleheader .innerrect h2 {
  transform: rotateZ(-45deg);
}

.rectanglewrapper .rectangleheader {
  border: 1px solid rgba(14, 35, 54, 1);
}

@media (max-width: 760px) {
  .rectanglewrapper .rectangleheader {
    width: 175px;
    height: 175px;
  }

  .rectanglewrapper .rectangleheader .innerrect {
    height: 175px;
    width: 175px;
  }
}

/* Section: Udvalgte Cases */
section#udvalgteCases {
  padding: 150px 0;
}

@media (max-width: 960px) {
  section#udvalgteCases {
    padding: 75px 0;
  }

  section#udvalgteCases .twelve.columns h2 {
    text-align: center;
  }
}

section#udvalgteCases .six.columns {
  position: relative;
}

@media (max-width: 549px) {
  section#udvalgteCases .six.columns {
    margin-bottom: 20px;
  }

  body.home section#udvalgteCases .six.columns:nth-child(2) {
    margin-bottom: 0px;
  }
}

@media (max-width: 960px) {
  section#udvalgteCases .six.columns {
    width: 100%;
    margin: 0 0 30px 0;
  }

  body.home section#udvalgteCases .six.columns:nth-child(3n+3) {
    display: none;
  }
}

@media (max-width: 960px) {
  body.home section#udvalgteCases .six.columns:nth-child(3n+3) {
    display: none;
  }

  section#udvalgteCases .six.columns:nth-child(2n+3) {
    margin-left: 0;
  }
}

section#udvalgteCases .six.columns img {
  width: 100%;
  height: auto;
  display: block;
}

section#udvalgteCases .six.columns .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(14, 35, 54, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

section#udvalgteCases .six.columns:hover .caption {
  opacity: 1;
}

section#udvalgteCases .six.columns .caption h2 {
  color: #FFF;
  font-family: upgrade, sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 5rem;
  text-transform: none;
}

.slick-slide {
  height: 100%;
}

section#udvalgteCases .caseContent {
  width: 100%;
  height: 0;
  padding-top: 87.5%;
}

.inner-case {
  position: absolute;
  width: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .inner-case {
    width: 85%;
  }

  .inner-case h2 {
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 550px) {
  .inner-case {
    width: 90%;
  }

  .inner-case h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }

  .inner-case p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
}

section#udvalgteCases .caseContent h2, .caseContent {
  color: #FFF;
}

/* Section: Cases */
section#CasesIntro {
  background: #0e2336;
  padding-top: 200px;
}

section#CasesIntro h1 {
  color: #FFF;
}

section#Cases .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

section#Cases .container .six.columns {
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  background: #0e2336;
}

@media (max-width: 1600px) {
  section#Cases .container .six.columns {
    width: 50%;
  }
}

@media (max-width: 960px) {
  section#Cases .container .six.columns {
    width: 100%;
  }
}

section#Cases .container .six.columns img {
  width: 100%;
  height: auto;
  display: block;
}

section#Cases .six.columns .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 35, 54, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.captionInner {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.captionInner p {
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

section#Cases .six.columns .caption h2 {
  color: #FFF;
  font-family: upgrade, sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 5rem;
  text-transform: none;
}

section#Cases .six.columns:hover .caption {
  opacity: 1;
}

section#Cases .caseContent {
  width: 100%;
  height: 0;
  padding-top: 87.5%;
  /* To calculate aspect ratio (imageheight/imagewidth)*containerwidth
    (800/700)*100 = 87.5%;
    */
}

section#Cases .caseContent h2, .caseContent {
  color: #FFF;
}

.caseContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.caseContent ul li {
  margin: 0;
  padding: 0;
}

/* Section: Kunderne siger */
body.home section#kunderneSiger {
  padding: 150px 0;
  background-color: #f2f3f4;
  text-align: center;
}

section#kunderneSiger {
  padding: 150px 0;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 960px) {
  section#kunderneSiger .columns {
    width: 100%;
    margin: 0;
  }

  body.home section#kunderneSiger {
    padding: 75px 0 153px 0;
    text-align: center;
  }

  section#kunderneSiger {
    padding: 75px 0 153px 0;
    text-align: center;
  }
}

section#kunderneSiger p {
  text-transform: none;
  color: #0e2336;
}

section#kunderneSiger .customercomments {
  position: relative;
}

section#kunderneSiger .customercomments .commentwrapper {
  position: relative;
  height: auto;
}

section#kunderneSiger .customercomments .commentwrapper .comment {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  opacity: 0;
}

section#kunderneSiger .customercomments .commentwrapper .comment p {
  margin: 0;
  font-size: 2.1rem;
}

section#kunderneSiger .customercomments .commentwrapper .comment p em {
  font-size: 1.3rem;
  color: #ff3a49;
}

section#kunderneSiger .customercomments .commentwrapper .comment.activeblock {
  opacity: 1;
  top: 0;
}

section#kunderneSiger .customercomments .commentpager {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 100%;
}

section#kunderneSiger .customercomments .commentpager ul {
  position: relative;
  width: 100%;
  text-align: center;
}

section#kunderneSiger .customercomments .commentpager ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ff3a49;
  cursor: pointer;
  margin: 0 2.5px;
}

section#kunderneSiger .customercomments .commentpager .commenttracker {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ff3a49;
  background: #ff3a49;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 2.5px;
}

/* Section: Ansatte */
section#ansatte .profile {
  background-size: cover;
  background-position: center center;
  margin: 0;
  height: 70vh;
  width: 100%;
}

section#ansatte .profile.lasse {
  background-image: url('images/lasse.jpg');
}

section#ansatte .profile.andreas {
  background-image: url('images/andreas.jpg');
}

section#ansatte .profile.frederik {
  background-image: url('images/frederik.jpg');
  background-position: center 75%;
}

section#ansatte .profile.kristian {
  background-image: url('images/kristian.jpg');
  background-position: 50% 100%;
}

section#ansatte .profile.henna {
  background-image: url('images/henna.jpg');
  background-position: 50% 70%;
}

section#ansatte .profile.jakob {
  background-image: url('images/jakob.jpg');
  background-position: center 70%;
}

section#ansatte .profile.soren {
  background-image: url('images/soren.jpg');
  background-position: 50% 80%;
}

section#ansatte .profile .center {
  box-sizing: border-box;
  width: 100vw;
  padding-bottom: 5rem;
  text-align: center;
  display: table-cell;
  vertical-align: bottom;
  height: 70vh;
  background: rgba(14, 35, 54, 0.1);
  transition: 0.35s background ease;
}

section#ansatte .profile .center .profile-info {
  border: 2px solid #ffffff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

section#ansatte .profile .center .profile-info .profile-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px;
  color: #FFF
}

section#ansatte .profile .center .profile-info .profile-text h3 {
  color: #ffffff;
  margin: 0;
}

section#ansatte .profile .center .profile-info .profile-text p {
  margin: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.35s all ease;
  font-weight: bold;
}

section#ansatte .profile .center .profile-info .profile-text a {
  color: #FFF;
}

section#ansatte .profile .center .profile-info .profile-text a:hover {
  color: #ff3a49;
}

section#ansatte .profile:hover .center {
  background: rgba(14, 35, 54, 0.9);
}

section#ansatte .profile:hover .center .profile-info {
  border: 2px solid #ff3a49;
}

section#ansatte .profile:hover .center .profile-info .profile-text h3 {
  color: #ff3a49;
}

section#ansatte .profile:hover .center .profile-info .profile-text p {
  margin-top: 10px;
  max-height: 40px;
  opacity: 1;
}

@media (min-width: 961px) {
  section#ansatte {
    height: 140vh;
  }

  section#ansatte .profile {
    width: 33.33%;
    float: left;
  }
}

/* Section: Os os */
section#omos {
  padding: 150px 0;
  background-color: #0e2336;
}

@media (max-width: 549px) {
  section#omos {
    padding: 75px 0;
    background-color: #0e2336;
  }

  section#omos .one.column {
    height: 1px;
    background: #ff3a49;
    margin: 4rem 0;
  }
}

section#omos p {
  color: #FFF;
}

section#omos a:hover {
  color: #ff3a49;
  text-decoration: underline;
}

section#omos form input[type='text'] {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
  transition: 0.35s all ease;
}

section#omos form input[type='text']::-webkit-input-placeholder {
  color: #ffffff;
}

section#omos form input[type='text']:focus {
  background: #ff3a49;
}

section#omos form textarea {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
  height: 150px;
  max-width: 100%;
  resize: none;
  transition: 0.35s all ease;
}

section#omos form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

section#omos form textarea:focus {
  background: #ff3a49;
}

section#omos form input[type='submit'] {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #ff3a49;
  font-size: 1.2rem;
  float: right;
  transition: 0.35s all ease;
}

section#omos form input[type='submit']:hover {
  background: #ff3a49;
  color: #ffffff;
}

section#omos form .submitbtn {
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #FFF;
  font-size: 1.6rem;
  float: right;
  transition: 0.35s all ease;
  position: relative;
  overflow: hidden;
  min-width: 162px;
  height: 40px;
  background: #ff3a49;
  line-height: 40px;
  margin-bottom: 0;
}

section#omos form .submitbtn:hover {
  background: transparent;
  border: 1px solid #ff3a49;
}

section#omos form .submitbtn .progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3a49;
  width: 0;
  height: 40px;
}

section#omos form .submitbtn .success {
  position: absolute;
  top: 40px;
  left: 0;
  background: #ff3a49;
  text-align: center;
  box-sizing: border-box;
  padding: 7.5px 0 0 0;
  width: 100%;
  height: 100%;
}

/* Section: More of us */
section#moreofus {
  padding: 150px 0;
  background: #0e2336;
  color: #FFF;
}

section#moreofus h2 {
  font-family: upgrade-lights, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  color: #FFF;
  line-height: 6rem;
  letter-spacing: inherit;
  margin-bottom: 7.5rem;
  text-transform: none;
}

@media (max-width: 549px) {
  section#moreofus {
    padding: 75px 0;
  }

  section#moreofus h2 {
    line-height: 5rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 550px) {
  section#moreofus .twelve.columns {
    -webkit-columns: 100px 2;
    /* Chrome, Safari, Opera */
    -moz-columns: 100px 2;
    /* Firefox */
    columns: 100px 2;
  }
}

/* Section: Ring mig op */
section#ringmigop {
  padding: 150px 0;
  background-color: #0e2336;
  text-align: center;
}

@media (max-width: 960px) {
  section#ringmigop {
    padding: 75px 0;
  }
}

section#ringmigop h2, section#ringmigop p {
  color: #FFF;
}

section#ringmigop .submitbtn {
  border: 1px solid #ff3a49;
  border-radius: 0;
  font-size: 1.6rem;
  transition: 0.35s all ease;
  position: relative;
  overflow: hidden;
  min-width: 162px;
  height: 40px;
  background: transparent;
  line-height: 40px;
  margin-bottom: 0;
}

section#ringmigop .submitbtn a, section#ringmigop .submitbtn a:hover {
  color: #FFF;
}

section#ringmigop .submitbtn:hover {
  border: 1px solid #ff3a49;
  background: #ff3a49;
}

section#ringmigop .container .row .columns {
  text-align: center;
}

section#ringmigop .container .row .columns h2 {
  color: #FFF;
}

section#ringmigop .container .row .columns p:first-child {
  margin-top: 0;
}

section#ringmigop .container .row .columns .callme {
  text-align: center;
  margin-top: 80px;
  clear: both;
  position: relative;
}

section#ringmigop .container .row .columns .callmebtnwrap {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
}

section#ringmigop .container .row .columns .callme .callmebtnwrap #callmebtn {
  border: 1px solid #19998B;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  display: block;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.35s all ease;
  line-height: 40px;
  height: 40px;
}

section#ringmigop .container .row .columns .callme .callmebtnwrap #callmebtn:hover {
  background: #19998B;
  color: #ffffff;
  border: 1px solid #19998B;
}

section#ringmigop .callmeform {
  position: absolute;
  width: 100%;
  display: none;
  background: rgb(169, 140, 96);
  opacity: 0.99;
  z-index: 99998;
}

section#ringmigop .callmeform .closeform {
  position: absolute;
  top: 0;
  right: 0;
  width: 59px;
  height: 49px;
  box-sizing: border-box;
  padding-top: 15px;
  display: none;
  cursor: pointer;
  z-index: 99999;
}

section#ringmigop .callmeform .innerform {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 10px 10px 10px;
  display: none;
}

@media (max-width: 960px) {
  section#ringmigop .callmeform .innerform {
    width: 75%;
  }
}

section#ringmigop .callmeform .innerform form input[type='text'] {
  background: none;
  border: 1px solid #FFF;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
  transition: 0.35s all ease;
}

section#ringmigop .callmeform .innerform form input[type='text']::-webkit-input-placeholder {
  color: #ffffff;
}

section#ringmigop .callmeform .innerform form input[type='text']:focus {
  background: #3e5a60;
  border: 1px solid #3e5a60;
}

section#ringmigop .callmeform .innerform form textarea {
  background: none;
  border: 1px solid #FFF;
  border-radius: 0;
  color: #ffffff;
  width: 100%;
  height: 150px;
  max-width: 100%;
  resize: none;
}

section#ringmigop .callmeform .innerform form textarea::-webkit-input-placeholder {
  color: #ffffff;
}

section#ringmigop .callmeform .innerform form textarea:focus {
  background: #3e5a60;
  border: 1px solid #3e5a60;
}

section#ringmigop .callmeform .innerform form .submitbtn {
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #FFF;
  font-size: 1.6rem;
  float: right;
  transition: 0.35s all ease;
  position: relative;
  overflow: hidden;
  min-width: 162px;
  height: 40px;
  background: #ff3a49;
  line-height: 40px;
  margin-bottom: 0;
  width: 100%;
}

section#ringmigop .callmeform .innerform form .submitbtn:hover {
  background: transparent;
  border: 1px solid #ff3a49;
}

section#ringmigop .callmeform .innerform form .submitbtn .progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3a49;
  width: 0;
  height: 40px;
}

section#ringmigop .callmeform .innerform form .submitbtn .success {
  position: absolute;
  top: 40px;
  left: 0;
  background: rgb(169, 140, 96);
  text-align: center;
  box-sizing: border-box;
  padding: 7.5px 0 0 0;
  width: 100%;
  height: 100%;
}

section#ringmigop .callmeform .innerform form .staticbg {
  background: #3e5a60;
}

section#ringmigop .callmeform .innerform form .nohover:hover {
  background: none;
}

section#ringmigop .callmeform .innerform form .clear {
  clear: both;
}

@media screen and (min-width: 550px) {
  section#ringmigop {
    padding: 150px 0;
  }

  section#ringmigop .innerform {
    padding: 100px !important;
  }
}

/* Section: Content */
section#content {
  padding: 150px 0;
  background-color: #f2f3f4;
}

@media screen and (max-width: 960px) {
  section#content {
    padding: 75px 0;
  }
}

@media (max-width: 960px) {
  body.page-template-default section#content .eight.columns {
    width: 100%;
    margin-left: 0;
  }
}

section#content li {
  margin-bottom: 0;
}

/* Page: Kompetencer */
section#kompetenceIntro {
  background: #0e2336;
  padding-top: 200px;
}

section#kompetenceIntro h1 {
  color: #FFF;
}

section#content .four.columns.kompetence {
  border: 1px solid #FFF;
}

@media screen and (max-width: 960px) {
  section#content .four.columns.kompetence {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }

  section#content .four.columns.kompetence:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 549px) {
  section#content .four.columns.kompetence {
    margin-bottom: 2rem;
  }

  section#content .four.columns.kompetence:last-child {
    margin-bottom: 0rem;
  }
}

section#content .four.columns.kompetence .kompetenceinside {
  height: 300px;
  width: calc(100% - 20px);
  margin: 10px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.35s all ease;
  position: relative;
}

section#content .four.columns.kompetence .kompetenceinside:hover {
  background: #0e2336;
}

section#content .four.columns.kompetence .kompetenceinside:hover .kompetencecenter {
  top: -300px;
}

section#content .four.columns.kompetence .kompetenceinside:hover .onhover {
  top: 0;
}

section#content .four.columns.kompetence .kompetenceinside .kompetencecenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.35s all ease;
  text-align: center;
}

section#content .four.columns.kompetence .kompetenceinside .kompetencecenter img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(95%) saturate(3504%) hue-rotate(328deg) brightness(95%) contrast(123%);
}

section#content .four.columns.kompetence .kompetenceinside .kompetencecenter p {
  margin-top: 15px;
  color: #0e2336;
  text-transform: uppercase;
}

section#content .four.columns.kompetence .kompetenceinside .onhover {
  position: absolute;
  top: 300px;
  left: 0;
  height: 300px;
  width: 100%;
  text-align: left;
  display: table-cell;
  vertical-align: bottom;
  transition: 0.35s all ease;
}

section#content .four.columns.kompetence .kompetenceinside .onhover .innerhover {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

section#content .four.columns.kompetence .kompetenceinside .onhover .innerhover p {
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  line-height: 25px;
}

section#content .four.columns.kompetence .kompetenceinside .onhover .innerhover p:hover {
  color: #ff3a49;
}

@media screen and (max-width: 1024px) {
  section#content .four.columns.kompetence .kompetenceinside {
    height: 250px;
  }

  section#content .four.columns.kompetence .kompetenceinside:hover .kompetencecenter {
    top: -250px;
  }

  section#content .four.columns.kompetence .kompetenceinside .onhover {
    top: 250px;
    height: 250px;
  }
}

/* Page: Single */
body.single section#content {
  background: #FFF;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  body.single section#content .eight.columns {
    width: 100%;
  }
}

.three.columns.sidemenu {
  text-align: right;
}

.three.columns.gallery ul {
  list-style: none;
}

.three.columns.gallery img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  body.single section#content {
    padding: 75px 0;
  }

  .three.columns.sidemenu {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  body.single section#content.mobileMargin {
    padding: 20px 0;
  }
}

.three.columns.sidemenu .cattitle {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 0 0;
}

.three.columns.sidemenu ul {
  list-style: none;
  margin-top: 20px;
}

.three.columns.sidemenu ul li {
  margin-bottom: 0.5rem;
}

body.single .eight.columns h2 {
  text-transform: inherit;
  font-size: 2.3rem;
  margin-bottom: 2.2rem;
  line-height: 3.5rem;
  font-weight: bold;
}

/* Page: Kontakt */
@media screen and (max-width: 549px) {
  body.page-template-kontakt section#header {
    height: 100vh;
  }

  body.page-template-kontakt .one.column {
    height: 1px;
    background: #ff3a49;
    margin: 4rem 0;
  }
}

body.page-template-kontakt section#header {
  background-image: none;
}

div#map-overlay {
  height: 23px;
  width: 100%;
  background: #0e2336;
  position: absolute;
  bottom: 0;
}

section#content form input[type='text'], section#content form input[type='email'] {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #0e2336;
  width: 100%;
  transition: 0.35s all ease;
}

section#content form input[type='text']:focus, section#content form input[type='email']:focus {
  background: #ff3a49;
  color: #FFF;
}

section#content form textarea {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #0e2336;
  width: 100%;
  height: 150px;
  max-width: 100%;
  resize: none;
  transition: 0.35s all ease;
}

section#content form textarea:focus {
  background: #ff3a49;
  color: #FFF
}

section#content form input[type='submit'] {
  background: none;
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #ff3a49;
  font-size: 1.2rem;
  float: right;
  transition: 0.35s all ease;
}

section#content form input[type='submit']:hover {
  background: #ff3a49;
  color: #ffffff;
}

section#content form .submitbtn {
  border: 1px solid #ff3a49;
  border-radius: 0;
  color: #FFF;
  font-size: 1.6rem;
  float: right;
  transition: 0.35s all ease;
  position: relative;
  overflow: hidden;
  height: 40px;
  min-width: 162px;
  background: #ff3a49;
  line-height: 40px;
  margin-bottom: 0;
}

section#content form .submitbtn:hover {
  background: transparent;
  border: 1px solid #ff3a49;
  color: #0e2336;
}

section#content form input[type='text']::-webkit-input-placeholder, section#content form textarea::-webkit-input-placeholder {
  color: #666;
}

section#content form input[type='text']:-moz-placeholder, section#content form textarea:-moz-placeholder {
  color: #666;
}

section#content form input[type='text']::-moz-placeholder, section#content form textarea::-moz-placeholder {
  color: #666;
}

section#content form input[type='text']:-ms-input-placeholder, section#content form textarea:-ms-input-placeholder {
  color: #666;
}

section#content form .submitbtn .progress {
  position: absolute;
  top: 0;
  left: 0;
  background: #F1F1F1;
  width: 0;
  height: 40px;
}

section#content form .submitbtn .success {
  position: absolute;
  top: 40px;
  left: 0;
  background: #F1F1F1;
  text-align: center;
  box-sizing: border-box;
  padding: 7.5px 0 0 0;
  width: 100%;
  height: 100%;
}

/* Section: Footer */
footer {
  padding: 75px 0;
  background-color: #ff3a49;
  font-size: 1.4rem;
}

footer .twelve.columns.logo {
  text-align: center;
}

.twelve.columns.logo img {
  width: 80px;
  height: auto;
}

footer .twelve.columns.address {
  text-align: center;
  margin: 4rem 0 2rem 0;
}

.twelve.columns.privacy {
  text-align: center;
  margin: 0rem 0 4rem 0;
  font-size: 1.2rem;
}

footer ul {
  list-style: none;
  margin: 0;
}

footer li {
  margin: 0;
}

footer li a {
  color: #FFF;
}

footer li a:hover {
  color: #FFF;
  text-decoration: underline;
}

footer .address ul li, footer .privacy ul li {
  display: inline-block;
  color: #FFF;
  margin: 0;
}

footer .address li:after, footer .privacy li:after {
  content: "//";
  margin: 0 15px 0 20px;
}

footer .address li:last-child:after, footer .privacy li:last-child:after {
  content: "";
  margin: 0 0 0 20px;
}

@media (max-width: 768px) {
  footer .address ul li, footer .privacy ul li {
    display: block;
  }

  footer .address li:after, footer .privacy li:after {
    content: "";
    margin: 0;
  }

  footer .address li:last-child:after, footer .privacy li:last-child:after {
    margin: 0;
  }
}

footer ul.social {
  text-align: center;
}

footer ul.social li {
  display: inline-block;
  margin-right: 10px;
}

footer ul.social li a {
  display: block;
  height: 20px;
  width: 20px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.35s border ease;
}

footer ul.social li a:hover {
  border: 1px solid #0e2336;
}

footer ul.social li a:hover i {
  color: #0e2336;
}

footer ul.social li a i {
  color: #ffffff;
  font-size: 2rem;
  transition: 0.35s color ease;
}

footer ul.social li:last-child {
  margin-right: 0;
}

.leadinfo {
  text-align: center;
  margin-top: 3rem;
}

.leadinfo img {
  width: 125px;
  height: auto;
}

/* CookieBot */
#CybotCookiebotDialog {
  background: rgba(14, 35, 54, 0.7) !important;
  margin: 0 !important;
  padding: 30px 0 !important;
  color: #FFF !important;
  box-shadow: none !important;
}

#CybotCookiebotDialogBody {
  max-width: 80% !important;
}

#CybotCookiebotDialogBodyContentTitle {
  color: #FFF !important;
}

#CybotCookiebotDialogBodyButtonAccept {
  background-color: #0e2336 !important;
  border: none !important;
}

.CybotCookiebotDialogBodyButton {
  padding: 8px !important;
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
  color: #FFF !important;
}

/* Contactform 7 */
div.wpcf7-mail-sent-ok {
  border: 1px solid #398f14;
  text-align: center;
  padding: 1rem;
  margin: 5rem 0 0 0;
}

#referencer {
padding: 50px 0;
background-color: rgba(14, 35, 54, 0.05);
}

#referencer .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 250px;
  align-items: center;
  gap: 25px;
}

#referencer .row .logo {
  margin-right: 35px;
  opacity: 0.4;  
  transition: .5s ease;

}

#referencer .row .logo:hover {
  opacity: 1; 
  transition: .5s ease;
}

@media (max-width: 768px) {
  #referencer .row {
    padding: 0 100px;
    max-width: 230px;
    margin: 0 auto; 
  }
  #referencer .row .logo {
    margin-right: 0;
  }
}