@charset "UTF-8";
/*
Theme Name: Plucera Webbbyrå 2021
Theme URI:	https://www.plucera.se/
Description: Plucera Webbbyrå 2021
Version: 2021.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

HTML, BODY {
  width: 100vw;
  height: 100vh;
  color: #1d1f20;
  font-family: aaux-next, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

A {
  color: #fbba21;
}

A:hover {
  color: #e7343f;
}

NAV#main_menu {
  position: absolute;
  top: 0;
  width: 500px;
  max-width: 100%;
  z-index: 2;
}

NAV#main_menu BUTTON#menu_toggle {
  position: fixed;
  right: 30px;
  top: 35px;
  width: 62px;
  height: 62px;
  background: transparent url("img/bg/menu_toggle.png") left top no-repeat;
  background-size: 62px 124px;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  outline: 0;
  z-index: 3;
  text-indent: -10000px;
}

NAV#main_menu BUTTON#menu_toggle:hover {
  background-position: left -62px;
  opacity: 1;
}

NAV#main_menu #main_menu_box {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
}

NAV#main_menu #main_menu_box UL {
  width: 500px;
  max-width: 100%;
  margin: 0;
  padding: 160px 200px 140px 90px;
  background: rgba(11, 15, 14, 0.9) url("img/bg/triangle_nav.png") right 243px no-repeat;
  background-size: 150px auto;
  overflow: hidden;
}

NAV#main_menu #main_menu_box LI {
  margin-bottom: 20px;
}

NAV#main_menu #main_menu_box LI:last-child {
  margin-bottom: 0;
}

NAV#main_menu #main_menu_box A {
  display: block;
  color: #fff;
  font-size: 29px;
  text-decoration: none;
  text-transform: lowercase;
}

NAV#main_menu #main_menu_box A:hover {
  text-decoration: underline;
}

NAV#main_menu #main_menu_box LI.current-menu-item A {
  color: #fbba21;
  font-weight: 700;
}

NAV#main_menu #main_menu_box LI.current-menu-item A:hover {
  text-decoration: underline;
}

NAV#main_menu #main_menu_box #get-quote {
  display: none;
}

NAV#main_menu #main_menu_box #contact_box {
  padding: 0 200px 100px 90px;
  background-color: rgba(11, 15, 14, 0.9);
}

NAV#main_menu #main_menu_box #contact_box #social_icons {
  padding: 30px 0 20px;
  border-top: 2px solid #fff;
}

NAV#main_menu #main_menu_box #contact_box #social_icons A {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url("img/bg/social_icons.png") left top no-repeat;
  background-size: 31px 62px;
  text-indent: -10000px;
}

NAV#main_menu #main_menu_box #contact_box #social_icons A[href^="https://instagram.com"] {
  background-position: left top;
}

NAV#main_menu #main_menu_box #contact_box #social_icons A[href^="https://www.facebook.com"] {
  background-position: left bottom;
}

NAV#main_menu #main_menu_box #contact_box P {
  max-width: 180px;
  margin-bottom: 15px;
}

NAV#main_menu #main_menu_box #contact_box P A {
  display: block;
  font-size: 14px;
  text-transform: none;
}

NAV#main_menu.closed {
  right: -500px;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}

NAV#main_menu.open {
  right: 0px;
  -webkit-transition: right 0.9s;
  transition: right 0.9s;
}

#tags {
  width: 100%;
  margin: -10px 0 100px;
  text-align: center;
}

#tags LI {
  display: inline-block;
  margin-left: 70px;
}

#tags LI A {
  display: inline-block;
  color: #1d1f20;
  font-size: 40px;
  font-weight: 400;
  text-transform: lowercase;
  text-decoration: none;
}

#tags LI A:hover {
  color: #e7343f;
}

#tags LI:first-child {
  margin-left: 0;
}

#tags LI.current-menu-item A {
  color: #fbba21;
  font-weight: 700;
}

#tags LI.current-menu-item A:hover {
  color: #e7343f;
}

/* PLUCERA WEBBYRÅ */
#main.page {
  text-align: center;
}

#main.page A {
  color: #fbba21;
}

#main.page A:hover {
  color: #e7343f;
}

#main.page H2 {
  max-width: 1340px;
  margin: 0 auto 30px;
  color: #fbba21;
  font-size: 44px;
  font-weight: 700;
}

#main.page H2 EM {
  color: #1d1f20;
  font-weight: 300;
  font-style: normal;
}

#main.page P {
  max-width: 1340px;
  margin: 0 auto 20px;
  font-size: 28px;
  line-height: 1.2;
}

#we-are {
  padding: 100px 0 190px;
  text-align: center;
}

#we-are H2 {
  display: inline-block;
  margin: 0 0 50px;
  padding: 6px 15px;
  background-color: #1d1f20;
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

#we-are IMG {
  max-width: 100%;
  height: auto;
}

#alt-blocks .alt-block {
  margin-bottom: 180px;
  background-repeat: no-repeat;
  background-size: 1200px 650px;
  line-height: 1.25;
}

#alt-blocks .alt-block .col-md-8 {
  position: relative;
  margin: 80px 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.85);
}

#alt-blocks .alt-block IMG.triangle {
  position: absolute;
  right: -130px;
  bottom: 0;
  top: 0;
  margin: auto;
}

#alt-blocks .alt-block H2 {
  position: relative;
  margin: 0 0 45px;
  padding-bottom: 45px;
  font-size: 40px;
  font-weight: 700;
}

#alt-blocks .alt-block H2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 10px;
  border-bottom: 10px solid #1d1f20;
}

#alt-blocks .alt-block P {
  margin: 0 0 45px;
  font-size: 20px;
}

#alt-blocks .alt-block P.read-more {
  margin-bottom: 0;
}

#alt-blocks .alt-block P.read-more A {
  display: inline-block;
  min-height: 17.5px;
  padding: 0 55px 0 0;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 31px 17.5px;
  font-weight: 700;
  text-decoration: none;
}

#alt-blocks .alt-block:nth-child(odd) {
  background-position: right center;
}

#alt-blocks .alt-block:nth-child(odd) .col-md-8 {
  padding-right: 210px;
}

#alt-blocks .alt-block:nth-child(odd) H2:before {
  border-color: #e7343f;
}

#alt-blocks .alt-block:nth-child(odd) A {
  color: #e7343f;
}

#alt-blocks .alt-block:nth-child(odd) A:hover {
  color: #fbba21;
}

#alt-blocks .alt-block:nth-child(odd) P.read-more A {
  background-image: url("img/bg/arrow-red.png");
  color: #1d1f20;
}

#alt-blocks .alt-block:nth-child(odd) P.read-more A:hover {
  color: #e7343f;
}

#alt-blocks .alt-block:nth-child(even) {
  background-position: left center;
}

#alt-blocks .alt-block:nth-child(even) .col-md-8 {
  float: right;
  padding-left: 210px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#alt-blocks .alt-block:nth-child(even) .col-md-4 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#alt-blocks .alt-block:nth-child(even) IMG.triangle {
  right: auto;
  left: -130px;
}

#alt-blocks .alt-block:nth-child(even) H2:before {
  border-color: #fbba21;
}

#alt-blocks .alt-block:nth-child(even) A {
  color: #fbba21;
}

#alt-blocks .alt-block:nth-child(even) A:hover {
  color: #e7343f;
}

#alt-blocks .alt-block:nth-child(even) P.read-more A {
  background-image: url("img/bg/arrow-yellow.png");
  color: #1d1f20;
}

#alt-blocks .alt-block:nth-child(even) P.read-more A:hover {
  color: #fbba21;
}

#alt-blocks .alt-block:last-child {
  margin-bottom: 130px;
}

/* PLUCERA WEBBYRÅ */
/* WEBBDESIGN */
#sales-pitch {
  padding: 100px 0;
}

#sales-pitch .container {
  background-size: calc(100% - 60px) auto;
  background-position: center center;
  background-repeat: no-repeat;
}

#sales-pitch .col-md-6 {
  position: relative;
}

#sales-pitch .col-md-6 A {
  color: #e7343f;
}

#sales-pitch .col-md-6 A:hover {
  color: #6a509d;
}

#sales-pitch .col-md-6:first-child A {
  position: absolute;
  left: 130px;
  bottom: 0;
  top: 0;
  height: 64px;
  margin: auto;
  padding: 16px 20px 0;
  background-color: #fbba21;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

#sales-pitch .col-md-6:first-child A:hover {
  color: #fff;
  background-color: #e7343f;
}

#sales-pitch IMG.triangle {
  position: absolute;
  left: -230px;
  bottom: 0;
  top: 0;
  margin: auto;
}

#sales-pitch #text-box {
  min-height: 550px;
  margin: 100px 90px 0 0;
  padding: 60px 80px 45px 70px;
  background-color: rgba(255, 255, 255, 0.85);
}

#sales-pitch H2 {
  position: relative;
  margin: 0 0 40px;
  padding-bottom: 45px;
  font-size: 40px;
  font-weight: 700;
}

#sales-pitch H2:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 10px;
  border-bottom: 10px solid #fbba21;
}

#sales-pitch P {
  margin: 0 0 20px;
  font-size: 20px;
}

BODY.page-template-webbdesign #alt-blocks .alt-block {
  background-size: auto 100%;
  background-position: calc(50% + 175px) center;
}

BODY.page-template-webbdesign #alt-blocks .alt-block .col-md-8 {
  padding-bottom: 120px;
}

BODY.page-template-webbdesign #alt-blocks .alt-block:nth-child(even) {
  background-position: calc(50% - 175px) center;
}

/* WEBBDESIGN */
/* GRAFISK DESIGN */
BODY.page-template-grafisk-design #alt-blocks {
  padding-top: 110px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block {
  margin-bottom: 150px;
  background-size: 1070px auto;
  background-position: calc(50% + 425px) center;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 {
  min-height: 600px;
  margin: 0;
  padding: 90px calc(var(--bs-gutter-x)/ 2) 0;
  background-color: transparent;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H2, BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H3, BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 P {
  max-width: 390px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H2 {
  font-weight: 300;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H2 STRONG {
  display: block;
  font-weight: 700;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 P {
  font-size: 18px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 A {
  min-height: 0;
  padding: 0;
  background-image: none;
  color: #fbba21;
  font-weight: 700;
  text-decoration: underline;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 A:hover {
  color: #1d1f20 !important;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .ref-link {
  position: relative;
  width: 100%;
  height: 100%;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .ref-link A {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  height: 64px;
  margin: auto;
  padding: 16px 20px 0;
  background: none;
  background-color: #fbba21;
  color: #fff !important;
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block .ref-link A:hover {
  background-color: #e7343f;
  color: #fff !important;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(odd) IMG.triangle {
  right: 200px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) {
  background-position: calc(50% - 425px) center;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .col-md-8 {
  text-align: right;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .col-md-8 H2, BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .col-md-8 H3, BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .col-md-8 P {
  float: right;
  clear: both;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .col-md-8 H2:before {
  right: 0;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) IMG.triangle {
  left: 200px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:last-child {
  margin-bottom: 60px;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+1) H2:before {
  border-color: #fbba21;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+2) H2:before {
  border-color: #e7343f;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+2) A {
  color: #e7343f;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+2) .ref-link A {
  left: auto;
  right: 0;
  background-color: #e7343f;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+2) .ref-link A:hover {
  background-color: #fbba21;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+3) H2:before {
  border-color: #6a509d;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+3) A {
  color: #6a509d;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+3) .ref-link A {
  background-color: #6a509d;
}

BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(3n+3) .ref-link A:hover {
  background-color: #e7343f;
}

/* GRAFISK DESIGN */
/* PORTFOLIO */
#portfolio {
  padding: 30px 0;
  overflow: hidden;
}

#portfolio .pf_item {
  width: 100%;
  max-width: 650px;
  padding-bottom: 139px;
}

#portfolio .pf_item H1, #portfolio .pf_item H2 {
  margin: -12px 0 43px;
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}

#portfolio .pf_item P {
  margin: 0;
}

#portfolio .pf_item P A {
  display: inline-block;
  position: static;
}

#portfolio .pf_item H3 {
  margin: -4px 0 21px;
  font-weight: 400;
  text-transform: uppercase;
}

#portfolio .pf_item H3 SPAN::before {
  content: " | ";
}

#portfolio .pf_item H3 SPAN:first-child::before {
  content: "";
}

#portfolio .pf_item A {
  display: block;
  position: relative;
}

#portfolio .pf_item IMG {
  width: 100%;
  height: auto;
}

#portfolio .pf_item .img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("img/bg/eye.png") -1000px -1000px no-repeat;
  background-size: 346px auto;
}

#portfolio .pf_item A:hover .img-hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
}

#portfolio .pf_item:nth-child(odd) {
  float: left;
}

#portfolio .pf_item:nth-child(even) {
  float: right;
}

#portfolio .pf_item_6,
#portfolio .pf_item:nth-last-child(2) {
  padding-bottom: 0 !important;
}

#portfolio .pf_item.extra P A,
#portfolio .pf_item.summary P A {
  display: inline;
}

#portfolio .summary {
  height: 330px;
  padding-bottom: 0;
  font-size: 23px;
}

#portfolio .extra {
  display: -ms-grid;
  display: grid;
  place-items: end;
  height: 193px;
  padding-bottom: 0 !important;
}

#portfolio .extra P {
  margin-bottom: -4px;
}

#portfolio .link {
  float: none !important;
  width: 100%;
  max-width: none;
  padding-bottom: 0 !important;
  clear: both;
  text-align: center;
}

#portfolio .link A {
  display: inline-block;
  height: 75px;
  margin-top: 90px;
  padding: 11px 20px 0;
  border: 10px solid #fbba21;
  color: #1d1f20;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

#portfolio .link A:hover {
  border-color: #e7343f;
}

/* PORTFOLIO */
/* KONTAKT */
#main.contact .col-12 {
  z-index: 1;
  text-align: center;
}

#main.contact .col-12 P {
  max-width: 540px;
  margin: 55px auto 0;
  font-size: 33px;
}

#main.contact .col-12 A {
  display: inline-block;
  color: #fbba21;
  font-weight: 700;
  text-decoration: none;
}

#main.contact .col-12 A:hover {
  color: #e7343f;
  text-decoration: underline;
}

#main.contact .col-md-6 {
  position: relative;
  z-index: 0;
}

#main.contact .col-md-6 IMG {
  margin-top: -90px;
}

#main.contact .col-md-6 .standing-img {
  width: auto;
  height: 770px;
}

#main.contact .contact-info-box {
  position: absolute;
  right: 50px;
  top: 90px;
  width: 335px;
  height: 335px;
  padding: 65px 40px 0;
  border-radius: 50%;
  background-color: #1d1f20;
  color: #fff;
  text-align: center;
}

#main.contact .contact-info-box H2 {
  margin-bottom: 25px;
  font-size: 35px;
  line-height: 1.05;
}

#main.contact .contact-info-box EM {
  display: block;
  color: #e7343f;
  font-style: normal;
  font-weight: 700;
}

#main.contact .contact-info-box P {
  margin-bottom: 17px;
  font-size: 17px;
}

#main.contact .contact-info-box P:last-child {
  margin-bottom: 0;
}

#main.contact .contact-info-box A {
  color: #fff;
  text-decoration: none;
}

#main.contact .contact-info-box A:hover {
  color: #e7343f;
  text-decoration: underline;
}

#main.contact .col-md-6:first-child {
  padding-left: 180px;
}

#main.contact .col-md-6:first-child IMG {
  float: left;
}

#main.contact .col-md-6:first-child .contact-info-box IMG {
  position: absolute;
  left: -30px;
  top: -85px;
  float: none;
  margin: 0;
}

#main.contact .col-md-6:last-child {
  padding-right: 180px;
}

#main.contact .col-md-6:last-child IMG {
  float: right;
}

#main.contact .col-md-6:last-child .contact-info-box {
  right: auto;
  left: 50px;
}

#main.contact .col-md-6:last-child .contact-info-box IMG {
  position: absolute;
  right: -30px;
  top: -85px;
  float: none;
  margin: 0;
}

#main.contact .col-md-6:last-child .contact-info-box EM {
  color: #6a509d;
  font-style: normal;
}

#main.contact .col-md-6:last-child .contact-info-box A:hover {
  color: #6a509d;
}

/* KONTAKT */
/* OFFERT */
BODY.page-template-offert #portfolio_form {
  margin-top: 0;
  padding-bottom: 100px;
}

BODY.page-template-offert #portfolio_form .col-md-8 {
  padding-top: 0;
}

BODY.page-template-offert #ingress {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

BODY.page-template-offert #ingress H3 {
  margin: 0 auto 20px;
  font-size: 23px;
  font-weight: 700;
}

/* OFFERT */
/* COOKIE NOTICE */
body.modal-cacsp-open .modal-cacsp-backdrop {
  opacity: 0.85 !important;
}

/* COOKIE NOTICE */
#portfolio_form {
  margin-top: 55px;
  background: url("img/bg/form-left.png") left top no-repeat, url("img/bg/form-right.png") right top no-repeat;
}

#portfolio_form .col-md-8 {
  margin: 0 auto;
  padding-top: 75px;
}

#portfolio_form .col-md-8 H2 {
  margin: 0 0 60px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}

#portfolio_form P {
  margin-bottom: 40px;
}

#portfolio_form FORM {
  position: relative;
  margin: 0;
  padding: 0 10px;
}

#portfolio_form FIELDSET#left {
  float: left;
  width: calc(50% - 20px);
}

#portfolio_form FIELDSET#right {
  float: right;
  width: calc(50% - 20px);
}

#portfolio_form LABEL {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

#portfolio_form INPUT,
#portfolio_form TEXTAREA {
  width: 100%;
  height: 42px;
  padding: 0 8px;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #1d1f20;
  border-radius: 4px;
  outline: none;
  font-size: 15px;
  font-weight: 400;
}

#portfolio_form TEXTAREA {
  height: 115px;
  padding: 8px;
}

#portfolio_form INPUT:hover,
#portfolio_form INPUT:active,
#portfolio_form INPUT:focus,
#portfolio_form TEXTAREA:hover,
#portfolio_form TEXTAREA:active,
#portfolio_form TEXTAREA:focus {
  border-color: #fbba21;
  outline: none;
}

#portfolio_form INPUT[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 1px 5px 0 0;
  float: left;
}

#portfolio_form FIELDSET#message {
  float: none;
  width: 100%;
  clear: both;
}

#portfolio_form FIELDSET#message P:first-child {
  margin-bottom: 10px;
}

#portfolio_form P#submit {
  position: relative;
  margin-bottom: 0;
  text-align: center;
}

#portfolio_form P#submit INPUT {
  display: inline-block;
  width: auto;
  height: 74px;
  padding: 0 23px;
  background-color: #fff;
  border: 10px solid #fbba21;
  border-radius: 0;
  font-size: 25px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

#portfolio_form P#submit INPUT:hover,
#portfolio_form P#submit INPUT:active,
#portfolio_form P#submit INPUT:focus {
  border-color: #e7343f;
}

#portfolio_form .wpcf7-list-item {
  margin: 0;
}

#portfolio_form .wpcf7-spinner {
  position: absolute !important;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -12px !important;
}

#portfolio_form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -25px;
  color: #e7343f;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#portfolio_form .wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #e7343f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#pre_footer,
#icon_block {
  height: 1045px;
  padding: 30px 30px;
  background-position: center bottom, center top, center 120px, center top;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto, 628px auto, 1920px auto;
  color: #fff;
  text-align: center;
}

#pre_footer #ingress,
#pre_footer #quicklinks,
#icon_block #ingress,
#icon_block #quicklinks {
  margin: 0 auto;
  padding: 0 30px;
}

#pre_footer #ingress P:first-child,
#icon_block #ingress P:first-child {
  max-width: 1015px;
  margin: 235px auto 23px;
  font-size: 32px;
}

#pre_footer #ingress P:last-child,
#icon_block #ingress P:last-child {
  display: inline-block;
  min-height: 42px;
  margin: 0 auto;
  padding: 6px 15px 0;
  background-color: #fff;
  color: #1d1f20;
  font-size: 22px;
}

#pre_footer #quicklinks,
#icon_block #quicklinks {
  margin-top: 188px;
}

#pre_footer #quicklinks A,
#icon_block #quicklinks A {
  float: left;
  display: inline-block;
  width: 25%;
  padding: 88px 0 0;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}

#pre_footer #quicklinks A:nth-child(1),
#icon_block #quicklinks A:nth-child(1) {
  background-image: url("img/bg/icon-webbdesign.png");
}

#pre_footer #quicklinks A:nth-child(2),
#icon_block #quicklinks A:nth-child(2) {
  background-image: url("img/bg/icon-grafisk-design.png");
}

#pre_footer #quicklinks A:nth-child(3),
#icon_block #quicklinks A:nth-child(3) {
  background-image: url("img/bg/icon-wordpress.png");
}

#pre_footer #quicklinks A:nth-child(4),
#icon_block #quicklinks A:nth-child(4) {
  background-image: url("img/bg/icon-profilering.png");
}

#pre_footer #quicklinks A:hover,
#icon_block #quicklinks A:hover {
  color: #fbba21;
}

BODY.page-template-default #pre_footer,
BODY.page-template-default #icon_block,
BODY.page-template-webbdesign #pre_footer,
BODY.page-template-webbdesign #icon_block,
BODY.page-template-grafisk-design #pre_footer,
BODY.page-template-grafisk-design #icon_block {
  height: auto;
  padding-top: 310px;
  padding-bottom: 300px;
  background-position: center bottom, center top, center center;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto, 1920px auto;
}

BODY.page-template-default #pre_footer H2,
BODY.page-template-default #icon_block H2,
BODY.page-template-webbdesign #pre_footer H2,
BODY.page-template-webbdesign #icon_block H2,
BODY.page-template-grafisk-design #pre_footer H2,
BODY.page-template-grafisk-design #icon_block H2 {
  margin: 0 0 20px;
  font-size: 50px;
}

BODY.page-template-default #pre_footer P,
BODY.page-template-default #icon_block P,
BODY.page-template-webbdesign #pre_footer P,
BODY.page-template-webbdesign #icon_block P,
BODY.page-template-grafisk-design #pre_footer P,
BODY.page-template-grafisk-design #icon_block P {
  max-width: 1330px;
  margin: 0 auto 0;
  font-size: 30px;
  line-height: 1.2;
}

BODY.page-template-webbdesign #icon_block,
BODY.page-template-grafisk-design #icon_block {
  height: auto;
  margin-bottom: 130px;
  padding-top: 300px;
  text-align: center;
}

BODY.page-template-webbdesign #icon_block IMG,
BODY.page-template-grafisk-design #icon_block IMG {
  display: block;
  width: 76px;
  height: 72px;
  margin: 0 auto 40px;
}

BODY.page-template-webbdesign #icon_block H2,
BODY.page-template-grafisk-design #icon_block H2 {
  max-width: 300px;
  margin: 0 auto 28px;
  font-size: 28px;
  font-weight: 400;
}

BODY.page-template-webbdesign #icon_block P,
BODY.page-template-grafisk-design #icon_block P {
  max-width: 400px;
  margin: 40px auto 0;
  font-size: 20px;
  font-weight: 300;
}

BODY.page-template-webbdesign #icon_block A,
BODY.page-template-grafisk-design #icon_block A {
  color: #fff;
}

BODY.page-template-webbdesign #icon_block A:hover,
BODY.page-template-grafisk-design #icon_block A:hover {
  color: #e7343f;
}

BODY.page-template-webbdesign #icon_block P:last-child A,
BODY.page-template-grafisk-design #icon_block P:last-child A {
  display: inline-block;
  padding: 10px 20px;
  border: 10px solid #fbba21;
  font-weight: 700;
  text-transform: uppercase;
}

BODY.page-template-webbdesign #icon_block P:last-child A:hover,
BODY.page-template-grafisk-design #icon_block P:last-child A:hover {
  border-color: #e7343f;
  color: #fff;
}

BODY.page-template-webbdesign #pre_footer,
BODY.page-template-grafisk-design #pre_footer {
  background-position: center bottom, center top, center -45px, center center;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto, 628px auto, 1920px auto;
}

BODY.archive #pre_footer,
BODY.single #pre_footer {
  padding-top: 260px;
  background-position: center bottom, center top, center top;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto, 1920px auto;
}

BODY.archive #pre_footer H2,
BODY.single #pre_footer H2 {
  margin: 0 0 50px;
  font-size: 39px;
  font-weight: 700;
}

BODY.archive #pre_footer H3,
BODY.single #pre_footer H3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

BODY.archive #pre_footer H3 STRONG,
BODY.single #pre_footer H3 STRONG {
  font-weight: 600;
}

BODY.archive #pre_footer H3 SPAN::before,
BODY.single #pre_footer H3 SPAN::before {
  content: " | ";
}

BODY.archive #pre_footer H3 SPAN:first-child::before,
BODY.single #pre_footer H3 SPAN:first-child::before {
  content: "";
}

BODY.archive #pre_footer A,
BODY.single #pre_footer A {
  display: block;
  position: relative;
  border: 10px solid #fff;
}

BODY.archive #pre_footer IMG,
BODY.single #pre_footer IMG {
  width: 100%;
  height: auto;
}

BODY.archive #pre_footer .img-hover,
BODY.single #pre_footer .img-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("img/bg/eye.png") -1000px -1000px no-repeat;
  background-size: 346px auto;
}

BODY.archive #pre_footer A:hover .img-hover,
BODY.single #pre_footer A:hover .img-hover {
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
}

BODY.page-template-kontakt #pre_footer {
  height: 725px;
  padding-top: 290px;
  background-position: center bottom, center top, center 55px, center bottom;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto, 628px auto, 1920px auto;
}

BODY.page-template-kontakt #pre_footer A {
  display: inline-block;
  padding: 0 25px 1px;
  border: 10px solid #fff;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}

BODY.page-template-kontakt #pre_footer A:hover {
  border-color: #e7343f;
  color: #e7343f;
}

#sticky-header {
  display: -ms-grid;
  display: grid;
  position: fixed;
  width: 100%;
  padding: 35px 0;
  z-index: 2;
  -ms-grid-rows: 60px;
  -ms-grid-columns: 1fr 215px 1fr;
      grid-template: 60px / 1fr 215px 1fr;
  grid-row-gap: 0;
  grid-column-gap: 0;
      grid-template-areas: "sticky_logo sticky_quote main_menu";
}

#sticky-header #logo {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 12px;
  margin-left: 30px;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sticky_logo;
}

#sticky-header #logo IMG {
  display: block;
  width: 100%;
  height: auto;
}

#sticky-header #quote {
  margin: 21px 0 0;
  padding-top: 1px;
  background: url("img/bg/quote.png") left top no-repeat;
  background-size: auto 25px;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sticky_quote;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

#sticky-header #quote:hover {
  text-decoration: underline;
}

#sticky-header #main_menu {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: main_menu;
}

#sticky-header.header {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#sticky-header.header-alt {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

HEADER {
  height: 720px;
  padding: 130px 50px 0;
  background-position: center bottom, center top;
  background-repeat: no-repeat;
  background-size: 1920px auto, 1920px auto;
  -ms-grid-rows: 310px 190px 280px;
  -ms-grid-columns: 1fr;
      grid-template: 310px 190px 280px / 1fr;
  grid-row-gap: 0;
  grid-column-gap: 0;
      grid-template-areas: "header_h1" "header_p" "header_a";
  color: #fff;
  text-align: center;
}

HEADER H1 {
  margin: 102px 0 0;
  font-size: 130px;
  font-weight: 800;
  text-transform: lowercase;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header_h1;
}

HEADER P {
  margin: 0;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: header_p;
  font-size: 32px;
}

HEADER P:last-child {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: header_a;
}

HEADER P:last-child A {
  display: inline-block;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 0.9;
  text-decoration: none;
  text-transform: lowercase;
}

HEADER P:last-child A:hover {
  border-color: #fbba21;
  color: #fbba21;
}

.home HEADER {
  display: -ms-grid;
  display: grid;
  height: 910px;
  background-position: center bottom, center bottom, center top;
  background-size: 1920px auto, 576px auto, 1920px auto;
}

.home HEADER H1 {
  margin-top: 142px;
}

.post-type-archive-portfolio HEADER,
.tax-kategori HEADER,
.single-portfolio HEADER {
  background-position: center bottom, center 330px, center top;
  background-size: 1920px auto, 1340px auto, 1920px auto;
}

.post-type-archive-portfolio HEADER H1,
.tax-kategori HEADER H1,
.single-portfolio HEADER H1 {
  display: none;
}

BODY.page-template-kontakt HEADER {
  height: 1200px;
  background-position: center bottom, center calc(100% - 65px), center top;
  background-size: 1920px auto, 370px 255px, 1920px auto;
}

BODY.page-template-kontakt HEADER H1 {
  margin-bottom: 10px;
}

BODY.page-template-kontakt HEADER H1 + P {
  margin-bottom: 70px;
  font-weight: 700;
}

BODY.page-template-kontakt HEADER P {
  position: relative;
  font-size: 25px;
  line-height: 1.2;
}

BODY.page-template-kontakt HEADER P A {
  border-bottom: none;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

BODY.page-template-kontakt HEADER P A:hover {
  color: #fbba21;
  text-decoration: underline;
}

BODY.page-template-kontakt HEADER P SPAN {
  display: inline-block;
  margin: 0 25px;
  font-weight: 400;
}

BODY.page-template-kontakt HEADER FORM {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 80px auto 0;
  overflow: hidden;
  text-align: left;
}

BODY.page-template-kontakt HEADER FORM FIELDSET {
  position: relative;
  float: left;
  width: calc(33.333333% - 40px);
  margin-left: 60px;
}

BODY.page-template-kontakt HEADER FORM FIELDSET.one {
  margin-left: 0;
}

BODY.page-template-kontakt HEADER FORM SPAN {
  display: block;
  margin: 0;
}

BODY.page-template-kontakt HEADER FORM LABEL {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

BODY.page-template-kontakt HEADER FORM INPUT, BODY.page-template-kontakt HEADER FORM TEXTAREA {
  width: 100%;
  height: 45px;
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  color: #fff;
  font-size: 16px;
}

BODY.page-template-kontakt HEADER FORM INPUT#your-name,
BODY.page-template-kontakt HEADER FORM INPUT#your-company {
  margin-bottom: 35px;
}

BODY.page-template-kontakt HEADER FORM TEXTAREA {
  height: 147px;
  padding: 8px;
}

BODY.page-template-kontakt HEADER FORM INPUT:hover,
BODY.page-template-kontakt HEADER FORM INPUT:focus,
BODY.page-template-kontakt HEADER FORM INPUT:active,
BODY.page-template-kontakt HEADER FORM TEXTAREA:hover,
BODY.page-template-kontakt HEADER FORM TEXTAREA:focus,
BODY.page-template-kontakt HEADER FORM TEXTAREA:active {
  background-color: rgba(0, 0, 0, 0.4);
  outline: none;
  border-color: #fff;
}

BODY.page-template-kontakt HEADER FORM #submit {
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  margin: 74px 0 0;
  text-align: center;
}

BODY.page-template-kontakt HEADER FORM #submit INPUT {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 60px 70px 50px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

BODY.page-template-kontakt HEADER FORM #submit INPUT:hover,
BODY.page-template-kontakt HEADER FORM #submit INPUT:focus,
BODY.page-template-kontakt HEADER FORM #submit INPUT:active {
  background-color: transparent;
  color: #e7343f;
}

BODY.page-template-kontakt HEADER FORM #submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  background-color: #fff;
}

BODY.page-template-kontakt HEADER FORM #submit .wpcf7-spinner:before {
  background-color: #1d1f20;
}

BODY.page-template-kontakt HEADER FORM P#acceptance {
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
}

BODY.page-template-kontakt HEADER FORM P#acceptance A {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}

BODY.page-template-kontakt HEADER FORM P#acceptance INPUT {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 2px 5px 0 0;
}

BODY.page-template-kontakt HEADER FORM P#acceptance .wpcf7-list-item-label {
  display: inline;
}

BODY.page-template-kontakt HEADER FORM .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 50px;
  color: #e7343f;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 0 4px #000;
  text-transform: uppercase;
}

BODY.page-template-kontakt HEADER FORM .wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 4px 0;
  background-color: #fff;
  border: none;
  color: #e7343f;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

BODY.page-template-offert HEADER {
  background-position: center bottom, center center;
}

FOOTER {
  background: url("img/bg/footer.png") center bottom no-repeat;
}

FOOTER A {
  color: #1d1f20;
  text-decoration: none;
}

FOOTER A:hover {
  color: #fbba21;
  text-decoration: underline;
}

FOOTER #history,
FOOTER #offer {
  max-width: 1015px;
  font-size: 15px;
  text-align: center;
}

FOOTER #history {
  margin: 0 auto 35px;
}

FOOTER #history A {
  font-weight: 700;
}

FOOTER #offer {
  margin: 0 auto;
  font-size: 23px;
  font-weight: 700;
}

FOOTER .btm {
  padding: 120px 0 45px;
  font-size: 13px;
}

FOOTER .btm P, FOOTER .btm UL {
  margin: 8px 0 0;
}

FOOTER .btm P BR, FOOTER .btm UL BR {
  display: none;
}

FOOTER .btm .col-4:nth-child(3) P {
  text-align: right;
}

FOOTER .btm UL {
  margin-top: 0px;
  padding: 0;
}

FOOTER .btm LI {
  float: right;
}

FOOTER .btm LI A {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("img/bg/social_icons_footer.png");
  background-size: 64px 64px;
  background-repeat: no-repeat;
  text-indent: -10000px;
}

FOOTER .btm LI A[href^="https://instagram.com"] {
  background-position: left top;
}

FOOTER .btm LI A[href^="https://www.facebook.com"] {
  margin-left: 12px;
  background-position: left bottom;
}

/* Breakpoints
Breakpoint          Class infix     Dimensions

X-Small             None            <576px
Small               sm              ≥576px
Medium              md              ≥768px
Large               lg              ≥992px
Extra large         xl              ≥1200px
Extra extra large	xxl             ≥1400px
Breakpoints */
/* Responsive iFrames */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 5px;
}

.iframe-container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Responsive iFrames */
/* SPECIAL FÖR STORA SKÄRMAR */
@media (min-width: 1921px) {
  .home HEADER {
    padding-top: 90px;
    background-size: 100% auto, 576px auto, 100% auto;
    background-position: center bottom, center calc(100% - 40px), center bottom;
  }
  .home HEADER P:last-child {
    margin-top: 0;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
  }
  #pre_footer,
  #icon_block {
    height: 1145px;
    padding: 90px 30px 0;
    background-size: 100% auto, 100% auto, 628px auto, cover;
    background-position: center calc(100% + 20px), center -20px, center 160px, center center;
  }
  #pre_footer #ingress P:first-child,
  #icon_block #ingress P:first-child {
    margin-top: 255px;
  }
  #pre_footer #quicklinks,
  #icon_block #quicklinks {
    margin-top: 150px;
  }
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    height: 800px;
    background-position: center bottom, center 270px, center top;
    background-size: 100% auto, 1340px auto, cover;
  }
  BODY.archive #pre_footer,
  BODY.single #pre_footer {
    height: 1205px;
    padding-top: 320px;
    background-position: center bottom, center top, center center;
    background-size: 100% auto, 100% auto, cover;
  }
  BODY.page-template-webbdesign HEADER,
  BODY.page-template-grafisk-design HEADER,
  BODY.page-template-default HEADER,
  BODY.page-template-offert HEADER {
    height: 800px;
    background-position: center bottom, center center;
    background-size: 100% auto, cover;
  }
  BODY.page-template-webbdesign #icon_block,
  BODY.page-template-grafisk-design #icon_block,
  BODY.page-template-default #icon_block,
  BODY.page-template-offert #icon_block {
    height: 1235px;
    padding-top: 400px;
    background-size: 100% auto, 100% auto, cover;
  }
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-grafisk-design #pre_footer,
  BODY.page-template-kontakt #pre_footer {
    height: 955px;
    padding-top: 360px;
    background-position: center calc(100% + 1px), center top, center 60px, center center;
    background-size: 100% auto, 100% auto, 628px auto, cover;
  }
  BODY.page-template-default #pre_footer {
    height: 990px;
    padding-top: 370px;
    background-position: center calc(100% + 1px), center top, center center;
    background-size: 100% auto, 100% auto, cover;
  }
  BODY.page-template-kontakt HEADER {
    height: 1250px;
    background-position: center bottom, center calc(100% - 130px), center center;
    background-size: 100% auto, 370px 255px, cover;
  }
  BODY.page-template-kontakt HEADER FORM #submit {
    margin: 40px 0 0;
  }
}

@media (min-width: 1921px) and (max-width: 3008px) {
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    background-position: center bottom, center 370px, center top;
  }
}

@media (min-width: 3009px) {
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    background-position: center bottom, center 230px, center center;
    background-size: 100% auto, 1340px auto, cover;
  }
}

/* SPECIAL FÖR STORA SKÄRMAR */
/* Expandera max-bredd på container i upplösningar över 1399px */
@media (min-width: 1400px) {
  .container {
    max-width: 1580px;
    width: 100%;
  }
}

/* Expandera max-bredd på container i upplösningar över 1399px */
@media (max-width: 1399px) {
  HEADER {
    height: 650px;
    padding-right: 30px;
    padding-left: 30px;
    background-size: 1400px auto, cover;
  }
  HEADER H1 {
    font-size: 90px;
  }
  .home HEADER {
    display: block;
    height: 650px;
    background-size: 1400px auto, 400px auto, cover;
  }
  .home HEADER H1 {
    margin: 50px 0 5px;
  }
  .home HEADER P:last-child {
    margin-top: 110px;
  }
  #portfolio .pf_item {
    max-width: 510px;
    padding-bottom: 115px;
  }
  #portfolio .link {
    max-width: none;
  }
  #pre_footer,
  #icon_block {
    height: 860px;
    background-size: 1400px auto, 1400px auto, 500px auto, cover;
  }
  #pre_footer #ingress P:first-child,
  #icon_block #ingress P:first-child {
    margin: 200px auto 25px;
  }
  #pre_footer #quicklinks,
  #icon_block #quicklinks {
    margin-top: 125px;
  }
  BODY.page-template-default #icon_block,
  BODY.page-template-default #pre_footer,
  BODY.page-template-webbdesign #icon_block,
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-grafisk-design #icon_block,
  BODY.page-template-grafisk-design #pre_footer {
    height: auto;
    padding: 280px 0;
    background-size: 1400px auto, 1400px auto, cover;
  }
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-grafisk-design #pre_footer {
    background-size: 1400px auto, 1400px auto, 628px auto, cover;
  }
  BODY.page-template-webbdesign #icon_block,
  BODY.page-template-grafisk-design #icon_block {
    padding: 230px 0 220px;
  }
  BODY.page-template-webbdesign #icon_block P,
  BODY.page-template-grafisk-design #icon_block P {
    font-size: 19px;
  }
  #we-are {
    padding-bottom: 100px;
  }
  #alt-blocks .alt-block {
    margin-bottom: 100px;
    background-size: cover !important;
    background-position: center center !important;
  }
  #alt-blocks .alt-block .col-md-8 {
    margin: 30px 0;
  }
  #alt-blocks .alt-block:nth-child(odd) .col-md-8 {
    padding-left: 60px;
  }
  #alt-blocks .alt-block:nth-child(even) .col-md-8 {
    padding-right: 60px;
  }
  #alt-blocks .alt-block:last-child {
    margin-bottom: 40px;
  }
  BODY.page-template-grafisk-design #alt-blocks .alt-block IMG.triangle {
    display: none;
  }
  BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 {
    min-height: 0;
    margin: 60px 0;
    padding: 30px calc(var(--bs-gutter-x)/ 2) 0px;
    background-color: rgba(255, 255, 255, 0.85);
  }
  BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H2, BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 H3, BODY.page-template-grafisk-design #alt-blocks .alt-block .col-md-8 P {
    max-width: none;
  }
  BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(odd) .ref-link A {
    left: 50%;
    margin-left: -96px;
  }
  BODY.page-template-grafisk-design #alt-blocks .alt-block:nth-child(even) .ref-link A {
    right: 50%;
    margin-right: -96px;
  }
  #sales-pitch .col-md-6:first-child A {
    left: 116px;
  }
  #sales-pitch IMG.triangle {
    left: -145px;
    width: auto;
    height: 300px;
  }
  #sales-pitch H2 {
    font-size: 30px;
  }
  #sales-pitch .container {
    background-size: auto 100%;
  }
  #sales-pitch #text-box {
    min-height: 0;
    margin: 30px 0;
    padding: 60px 60px 30px 60px;
  }
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    background-size: 1920px auto, 1140px auto, 1920px auto;
  }
  BODY.archive #pre_footer,
  BODY.single #pre_footer {
    padding-top: 230px;
    background-size: 1500px auto, 1500px auto, cover;
  }
  BODY.archive #pre_footer H2,
  BODY.single #pre_footer H2 {
    margin-bottom: 30px;
  }
  BODY.archive #pre_footer H3,
  BODY.single #pre_footer H3 {
    text-align: center;
  }
  BODY.archive #pre_footer H3 STRONG,
  BODY.single #pre_footer H3 STRONG {
    display: block;
  }
  BODY.archive #pre_footer .img-hover,
  BODY.single #pre_footer .img-hover {
    background-size: 70% auto;
  }
  #portfolio_form {
    background-position: -190px top, calc(100% + 190px) top;
  }
  BODY.page-template-kontakt HEADER H1 + P {
    margin-bottom: 40px;
    line-height: 1.5;
  }
  BODY.page-template-kontakt HEADER H1 + P SPAN:nth-child(2) {
    display: block;
    width: 0;
    height: 0;
    text-indent: -10000px;
  }
  BODY.page-template-kontakt HEADER FORM #submit {
    margin-top: 99px;
  }
  BODY.page-template-kontakt #main.contact .col-12 P {
    /*margin-top: 0;*/
  }
  BODY.page-template-kontakt #main.contact .contact-info-box {
    top: 110px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6 .standing-img {
    /*margin-top: 0;*/
  }
  BODY.page-template-kontakt #main.contact .col-md-6:first-child {
    padding-left: 30px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6:first-child .contact-info-box {
    right: 30px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6:last-child {
    padding-right: 30px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6:last-child .contact-info-box {
    left: 30px;
  }
  FOOTER .btm {
    font-size: 12px;
  }
  FOOTER .btm P, FOOTER .btm UL {
    margin-top: 0;
  }
  FOOTER .btm P BR, FOOTER .btm UL BR {
    display: block;
  }
}

@media (max-width: 1199px) {
  #portfolio .pf_item,
  #portfolio .pf_item.extra,
  #portfolio .pf_item.link,
  #portfolio .pf_item_6,
  #portfolio .pf_item:nth-last-child(2) {
    float: none !important;
    max-width: none;
    height: auto;
    padding-bottom: 80px !important;
  }
  #portfolio .pf_item H3,
  #portfolio .pf_item.extra H3,
  #portfolio .pf_item.link H3,
  #portfolio .pf_item_6 H3,
  #portfolio .pf_item:nth-last-child(2) H3 {
    margin: 0px 0 10px;
  }
  #portfolio .pf_item.extra {
    place-items: normal;
  }
  #portfolio .pf_item.link {
    padding-bottom: 50px !important;
  }
  #portfolio .pf_item.link A {
    margin-top: 0;
  }
  #tags {
    text-align: left;
  }
  #tags LI {
    margin-left: 60px;
  }
  #tags #tags LI:first-child {
    margin-left: 0;
  }
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    background-size: 1920px auto, 930px auto, 1920px auto;
  }
  #pre_footer,
  #icon_block {
    height: 780px;
    background-position: center calc(100% + 5px), center top, center 120px, center top;
  }
  #pre_footer #ingress P:first-child,
  #icon_block #ingress P:first-child {
    font-size: 25px;
  }
  #pre_footer #ingress P:last-child,
  #icon_block #ingress P:last-child {
    padding: 8px 10px 0;
    font-size: 20px;
  }
  #pre_footer #quicklinks,
  #icon_block #quicklinks {
    margin-top: 100px;
    overflow: hidden;
  }
  #pre_footer #quicklinks A,
  #icon_block #quicklinks A {
    padding-top: 70px;
    font-size: 23px;
    font-weight: 700;
  }
  BODY.archive #pre_footer,
  BODY.single #pre_footer {
    background-size: 1500px auto, 1500px auto, cover;
    background-position: center calc(100% + 5px), center top, center top;
  }
  #portfolio VIDEO {
    width: 100%;
    height: auto;
  }
  #portfolio_form {
    margin-top: 0;
    background-position: -250px top, calc(100% + 250px) top;
  }
  #portfolio_form .col-md-8 {
    width: 100%;
  }
  BODY.page-template-kontakt #main.contact .col-12 P {
    margin-top: 0;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box {
    top: 100px;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box IMG {
    display: none;
  }
  #main.contact .col-md-6 IMG {
    margin-top: -40px;
  }
  FOOTER .btm {
    padding-top: 90px;
  }
  FOOTER .btm .col-2:first-child {
    display: -ms-grid;
    display: grid;
    width: 33.333333%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  FOOTER .btm .col-4:nth-child(2) {
    display: none;
  }
  FOOTER .btm .col-4:nth-child(3) {
    display: -ms-grid;
    display: grid;
    width: 33.333333%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: right;
  }
  FOOTER .btm .col-2:last-child {
    display: -ms-grid;
    display: grid;
    width: 33.333333%;
    margin-top: -70px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    place-items: center;
  }
  FOOTER .btm .col-2:last-child UL {
    display: inline-block;
  }
  FOOTER .btm LI A[href^="https://www.facebook.com"] {
    margin-left: 95px;
  }
}

@media (max-width: 991px) {
  HEADER {
    height: 520px;
    padding-top: 60px;
  }
  HEADER H1 {
    font-size: 75px;
  }
  .home HEADER {
    height: 650px;
    padding-top: 130px;
  }
  .home HEADER P:last-child {
    margin-top: 120px;
  }
  #main.page H2 {
    font-size: 40px;
  }
  #main.page P {
    font-size: 23px;
  }
  #alt-blocks {
    overflow: hidden;
  }
  #alt-blocks .col-md-4 {
    display: none;
  }
  #alt-blocks .col-md-8 {
    width: 100%;
  }
  #alt-blocks .alt-block H2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 32px;
  }
  #alt-blocks .alt-block:nth-child(odd) IMG.triangle {
    right: -100px;
  }
  #alt-blocks .alt-block:nth-child(even) IMG.triangle {
    left: -100px;
  }
  #pre_footer,
  #icon_block {
    height: 950px;
  }
  #pre_footer #quicklinks A,
  #icon_block #quicklinks A {
    width: 50%;
    padding-top: 60px;
  }
  #pre_footer #quicklinks A:nth-child(3),
  #pre_footer #quicklinks A:nth-child(4),
  #icon_block #quicklinks A:nth-child(3),
  #icon_block #quicklinks A:nth-child(4) {
    margin-top: 40px;
  }
  BODY.page-template-default #pre_footer,
  BODY.page-template-default #icon_block,
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-webbdesign #icon_block,
  BODY.page-template-grafisk-design #pre_footer,
  BODY.page-template-grafisk-design #icon_block,
  BODY.page-template-kontakt #pre_footer,
  BODY.page-template-kontakt #icon_block {
    padding: 170px 0;
    background-size: 992px auto, 992px auto, cover;
  }
  BODY.page-template-default #pre_footer H2,
  BODY.page-template-default #icon_block H2,
  BODY.page-template-webbdesign #pre_footer H2,
  BODY.page-template-webbdesign #icon_block H2,
  BODY.page-template-grafisk-design #pre_footer H2,
  BODY.page-template-grafisk-design #icon_block H2,
  BODY.page-template-kontakt #pre_footer H2,
  BODY.page-template-kontakt #icon_block H2 {
    font-size: 44px;
  }
  BODY.page-template-default #pre_footer P,
  BODY.page-template-default #icon_block P,
  BODY.page-template-webbdesign #pre_footer P,
  BODY.page-template-webbdesign #icon_block P,
  BODY.page-template-grafisk-design #pre_footer P,
  BODY.page-template-grafisk-design #icon_block P,
  BODY.page-template-kontakt #pre_footer P,
  BODY.page-template-kontakt #icon_block P {
    font-size: 23px;
    line-height: 1.15;
  }
  BODY.page-template-default #icon_block .col-md-4,
  BODY.page-template-webbdesign #icon_block .col-md-4,
  BODY.page-template-grafisk-design #icon_block .col-md-4,
  BODY.page-template-kontakt #icon_block .col-md-4 {
    width: 100%;
    margin-bottom: 0 !important;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  BODY.page-template-default #icon_block .col-md-4:first-child,
  BODY.page-template-webbdesign #icon_block .col-md-4:first-child,
  BODY.page-template-grafisk-design #icon_block .col-md-4:first-child,
  BODY.page-template-kontakt #icon_block .col-md-4:first-child {
    margin-bottom: 80px !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  BODY.page-template-default #icon_block .col-md-4:last-child,
  BODY.page-template-webbdesign #icon_block .col-md-4:last-child,
  BODY.page-template-grafisk-design #icon_block .col-md-4:last-child,
  BODY.page-template-kontakt #icon_block .col-md-4:last-child {
    margin-bottom: 80px !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  BODY.page-template-default #icon_block H2,
  BODY.page-template-webbdesign #icon_block H2,
  BODY.page-template-grafisk-design #icon_block H2,
  BODY.page-template-kontakt #icon_block H2 {
    max-width: none;
    margin-bottom: 0;
    font-size: 35px;
  }
  BODY.page-template-default #icon_block P,
  BODY.page-template-webbdesign #icon_block P,
  BODY.page-template-grafisk-design #icon_block P,
  BODY.page-template-kontakt #icon_block P {
    max-width: none;
    margin-top: 20px;
  }
  BODY.page-template-default #icon_block IMG,
  BODY.page-template-webbdesign #icon_block IMG,
  BODY.page-template-grafisk-design #icon_block IMG,
  BODY.page-template-kontakt #icon_block IMG {
    margin-bottom: 10px;
  }
  BODY.page-template-default #pre_footer,
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-grafisk-design #pre_footer,
  BODY.page-template-kontakt #pre_footer {
    background-size: 992px auto, 992px auto, 628px auto, auto 100%;
    background-position: center bottom, center top, center -160px, center center;
  }
  BODY.page-template-kontakt HEADER P,
  BODY.page-template-kontakt HEADER P A {
    font-size: 20px;
    line-height: 1.1;
  }
  BODY.page-template-kontakt HEADER FORM {
    margin-top: 50px;
  }
  BODY.page-template-kontakt HEADER FORM FIELDSET.one {
    width: calc(50% - 30px);
  }
  BODY.page-template-kontakt HEADER FORM FIELDSET.two {
    width: calc(50% - 30px);
  }
  BODY.page-template-kontakt HEADER FORM FIELDSET.three {
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }
  BODY.page-template-kontakt HEADER FORM #submit {
    margin-top: 48px;
  }
  BODY.page-template-kontakt HEADER FORM P#acceptance {
    bottom: -35px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6 {
    width: 100%;
  }
  BODY.page-template-kontakt #main.contact .col-md-6 .standing-img {
    margin-top: 0;
  }
  BODY.page-template-kontakt #pre_footer {
    height: auto;
  }
  #sales-pitch .col-md-6 {
    width: 100%;
  }
  #sales-pitch .col-md-6:first-child {
    display: none;
  }
  #sales-pitch H2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 32px;
  }
  #sales-pitch IMG.triangle {
    display: none;
  }
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    height: 450px;
    background-size: 992px auto, 660px auto, cover;
    background-position: center bottom, center 245px, center top;
  }
  #tags LI {
    margin-left: 40px;
  }
  #tags LI A {
    font-size: 30px;
  }
  #tags LI:first-child {
    margin-left: 0;
  }
  BODY.archive #pre_footer,
  BODY.single #pre_footer {
    height: auto;
    padding-bottom: 230px;
  }
  BODY.archive #pre_footer .col-md-4,
  BODY.single #pre_footer .col-md-4 {
    width: 100%;
    margin-bottom: 80px;
  }
  BODY.archive #pre_footer .col-md-4:last-child,
  BODY.single #pre_footer .col-md-4:last-child {
    margin-bottom: 0;
  }
  BODY.archive #pre_footer H3,
  BODY.single #pre_footer H3 {
    margin-bottom: 5px;
    text-align: left;
  }
  BODY.archive #pre_footer H3 STRONG,
  BODY.single #pre_footer H3 STRONG {
    display: inline-block;
  }
  FOOTER #offer {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #sticky-header #quote {
    display: none;
  }
  HEADER {
    height: auto !important;
    padding: 100px 0 150px;
    background-size: 768px auto, cover;
  }
  HEADER H1 {
    max-width: calc(100% - 60px);
    margin: 50px auto 5px !important;
    font-size: 39px;
  }
  HEADER P {
    max-width: calc(100% - 60px);
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
  }
  HEADER .wpcf7-spinner {
    bottom: 50px !important;
  }
  .home HEADER {
    padding: 100px 0 110px;
    background-size: 768px auto, 260px auto, cover;
  }
  .home HEADER P:last-child {
    margin-top: 110px;
  }
  .home HEADER P:last-child A {
    font-size: 28px;
  }
  BODY.page-template-kontakt HEADER FORM P#acceptance {
    bottom: -28px;
  }
  NAV#main_menu #main_menu_box UL {
    padding: 120px 150px 60px 60px;
    background-position: right 203px;
  }
  NAV#main_menu #main_menu_box #get-quote {
    display: block;
    width: 500px;
    max-width: 100%;
    margin: 0;
    padding: 0 150px 60px 60px;
    background-color: rgba(11, 15, 14, 0.9);
  }
  NAV#main_menu #main_menu_box #get-quote A {
    display: inline-block;
    padding: 10px 20px 9px;
    background-color: #fbba21;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
  }
  NAV#main_menu #main_menu_box #get-quote A:hover {
    background-color: #e7343f;
    text-decoration: none;
  }
  NAV#main_menu #main_menu_box #contact_box {
    padding: 0 150px 100px 60px;
  }
  #portfolio .summary {
    font-size: 20px;
  }
  .post-type-archive-portfolio HEADER,
  .tax-kategori HEADER,
  .single-portfolio HEADER {
    padding-top: 130px;
    padding-bottom: 210px;
    background-size: 768px auto, calc(100% - 60px) auto, cover;
    background-position: center bottom, center calc(100% - 30px), center center;
  }
  #tags {
    margin-bottom: 80px;
    overflow: hidden;
  }
  #tags LI {
    float: left;
    width: 33.333333%;
    margin-left: 0 !important;
  }
  #tags LI A {
    display: block;
    font-size: 23px;
  }
  #tags LI:nth-child(3n+1) {
    text-align: left;
  }
  #tags LI:nth-child(3n+2) {
    text-align: center;
  }
  #tags LI:nth-child(3n+3) {
    text-align: right;
  }
  #portfolio H1 {
    font-size: 40px !important;
  }
  #portfolio .pf_item H3 {
    font-size: 18px;
  }
  #portfolio .pf_item H3 STRONG {
    display: block;
  }
  BODY.archive #pre_footer H3,
  BODY.single #pre_footer H3 {
    font-size: 18px;
    text-align: center;
  }
  BODY.archive #pre_footer H3 STRONG,
  BODY.single #pre_footer H3 STRONG {
    display: block;
  }
  #portfolio_form FORM {
    padding: 0;
  }
  #portfolio_form .col-md-8 {
    margin: 0 auto;
    padding-top: 0;
  }
  #portfolio_form .col-md-8 H2 {
    margin-bottom: 40px;
    font-size: 40px;
    text-align: left;
  }
  #portfolio_form FIELDSET#left,
  #portfolio_form FIELDSET#right {
    float: none;
    width: 100%;
  }
  #portfolio_form P {
    margin-bottom: 25px;
  }
  #portfolio_form INPUT,
  #portfolio_form TEXTAREA {
    border: 1px solid #1d1f20;
  }
  #portfolio_form P#submit INPUT {
    color: #1d1f20;
  }
  #portfolio_form LABEL {
    font-weight: 700;
  }
  #pre_footer,
  #icon_block {
    height: auto !important;
    padding: 30px 0 120px;
    background-size: 768px auto, 768px auto, 400px auto, cover;
    background-position: center bottom, center top, center 20px, center center;
  }
  #pre_footer #ingress,
  #icon_block #ingress {
    padding: 0;
  }
  #pre_footer #ingress P:first-child,
  #icon_block #ingress P:first-child {
    margin: 135px 0 40px;
    font-size: 22px;
  }
  #pre_footer #ingress P:last-child,
  #icon_block #ingress P:last-child {
    padding: 10px 10px 7px;
    font-size: 20px;
  }
  #pre_footer #quicklinks,
  #icon_block #quicklinks {
    margin-top: 40px;
  }
  #pre_footer #quicklinks A,
  #icon_block #quicklinks A {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  #pre_footer #quicklinks A:first-child,
  #icon_block #quicklinks A:first-child {
    margin-top: 0;
  }
  #main.page H2 {
    font-size: 35px;
  }
  #main.page P {
    font-size: 21px;
  }
  BODY.page-template-default #pre_footer,
  BODY.page-template-webbdesign #pre_footer,
  BODY.page-template-grafisk-design #pre_footer,
  BODY.page-template-kontakt #pre_footer {
    padding: 130px 0;
    background-size: 768px auto, 768px auto, 330px auto, auto 100%;
    background-position: center bottom, center top, center 30px, center center;
  }
  BODY.page-template-default #pre_footer H2,
  BODY.page-template-webbdesign #pre_footer H2,
  BODY.page-template-grafisk-design #pre_footer H2,
  BODY.page-template-kontakt #pre_footer H2 {
    font-size: 37px;
  }
  BODY.page-template-default #pre_footer P,
  BODY.page-template-webbdesign #pre_footer P,
  BODY.page-template-grafisk-design #pre_footer P,
  BODY.page-template-kontakt #pre_footer P {
    font-size: 21px;
  }
  #alt-blocks {
    padding-top: 60px;
  }
  #alt-blocks .alt-block {
    margin-bottom: 80px !important;
    padding-bottom: 0 !important;
    background-size: 480px auto !important;
    background-position: center bottom !important;
  }
  #alt-blocks .alt-block .col-md-8 {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  #alt-blocks .alt-block .col-md-4 {
    display: block;
    height: 269px;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  #alt-blocks .alt-block H2 {
    font-size: 26px;
  }
  #alt-blocks .alt-block P {
    margin-bottom: 25px;
  }
  #we-are {
    padding: 60px 0 30px;
  }
  #we-are H2 {
    padding: 8px 15px 7px;
    font-size: 30px;
  }
  BODY.page-template-default #alt-blocks IMG.triangle,
  BODY.page-template-webbdesign #alt-blocks IMG.triangle {
    display: none;
  }
  BODY.page-template-default #alt-blocks .alt-block .col-md-8,
  BODY.page-template-webbdesign #alt-blocks .alt-block .col-md-8 {
    padding: 0 30px;
  }
  BODY.page-template-default #alt-blocks .alt-block .col-md-4,
  BODY.page-template-webbdesign #alt-blocks .alt-block .col-md-4 {
    padding: 0 30px;
  }
  BODY.page-template-default #alt-blocks .alt-block P.read-more,
  BODY.page-template-webbdesign #alt-blocks .alt-block P.read-more {
    margin-bottom: 15px;
  }
  BODY.page-template-default #pre_footer,
  BODY.page-template-webbdesign #pre_footer {
    background-size: 768px auto, 768px auto, auto 100%;
    background-position: center bottom, center top, center center;
  }
  BODY.page-template-webbdesign #alt-blocks .alt-block .col-md-4 {
    height: 312px;
  }
  BODY.page-template-webbdesign #icon_block {
    margin-bottom: 0px;
  }
  BODY.page-template-webbdesign #icon_block H2 {
    font-size: 28px;
  }
  BODY.page-template-webbdesign #icon_block IMG {
    width: 55px;
    height: auto;
  }
  BODY.page-template-webbdesign #icon_block P {
    font-size: 19px;
    line-height: 1.18;
  }
  BODY.page-template-webbdesign #icon_block P:last-child A {
    margin-top: 25px;
  }
  BODY.page-template-webbdesign #pre_footer {
    background-size: 768px auto, 768px auto, 330px auto, auto 100%;
    background-position: center bottom, center top, center 30px, center center;
  }
  #sales-pitch {
    padding: 0px 0 60px;
  }
  #sales-pitch #text-box {
    margin: 0 0 30px;
    padding: 60px 0 0;
  }
  #sales-pitch .container {
    background-size: 540px auto;
    background-position: center bottom;
  }
  #sales-pitch .container .col-md-6:first-child {
    display: block;
    height: 231px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sales-pitch .container .col-md-6:first-child A {
    left: 50%;
    margin-left: -96px;
  }
  #sales-pitch .container .col-md-6:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  BODY.page-template-kontakt HEADER {
    padding: 100px 0 45px;
    background-position: center bottom, center calc(100% - -55px), center bottom;
    background-size: 768px auto, 370px 255px, cover;
  }
  BODY.page-template-kontakt HEADER H1 {
    margin-bottom: 25px !important;
  }
  BODY.page-template-kontakt HEADER H1 + P A:first-child {
    display: block;
  }
  BODY.page-template-kontakt HEADER P {
    max-width: calc(100% - 60px);
    font-size: 19px;
  }
  BODY.page-template-kontakt HEADER P A {
    font-size: 19px;
  }
  BODY.page-template-kontakt HEADER P A + SPAN {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    text-indent: -10000px;
  }
  BODY.page-template-kontakt HEADER FORM {
    padding: 0 30px;
    overflow: hidden;
  }
  BODY.page-template-kontakt HEADER FORM FIELDSET {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  BODY.page-template-kontakt HEADER FORM P {
    max-width: none;
  }
  BODY.page-template-kontakt HEADER FORM INPUT,
  BODY.page-template-kontakt HEADER FORM TEXTAREA {
    margin-bottom: 35px !important;
  }
  BODY.page-template-kontakt HEADER FORM #submit {
    float: none;
    max-width: none;
    margin-top: 30px;
  }
  BODY.page-template-kontakt HEADER FORM #submit INPUT {
    padding: 30px 60px 40px;
  }
  BODY.page-template-kontakt #main.contact .col-12 P {
    max-width: none;
    margin-top: 50px;
    font-size: 26px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6 {
    margin-top: 50px;
  }
  BODY.page-template-kontakt #main.contact .col-md-6 .standing-img {
    height: 450px;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box {
    top: 80px;
    width: 275px;
    height: 275px;
    padding: 62px 30px 0;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box H2 {
    font-size: 22px;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box EM {
    display: inline;
  }
  BODY.page-template-kontakt #main.contact .contact-info-box P {
    font-size: 16px;
  }
  BODY.page-template-kontakt #pre_footer A {
    font-size: 40px;
  }
  FOOTER {
    background-size: 150px auto;
  }
  FOOTER #history {
    font-size: 14px;
  }
  FOOTER #offer {
    font-size: 19px;
  }
  FOOTER .btm {
    padding-top: 40px;
  }
  FOOTER .btm .col-2:first-child {
    padding-right: 0;
  }
  FOOTER .btm .col-4 {
    padding-left: 0;
  }
  FOOTER .btm .col-4 P STRONG {
    display: block;
  }
  FOOTER .btm .col-2:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  FOOTER .btm LI A {
    margin-top: 45px;
  }
  FOOTER .btm LI A[href^="https://www.facebook.com"] {
    margin-left: 46px;
  }
}
/*# sourceMappingURL=style.css.map */