@charset "UTF-8";
/**********************
		MIXINS
**********************/
/*BORDER RADIUS*/
/**********************
	VARS FÄRGSCHEMA
**********************/
/* *006363* e9a847  ffbd59  ffa753*/
/* BLUE-GREY 3a3a3f*/
/* GREY */
/* GREY */
/* GREY */
/* GREY */
/* GREY */
/* GREY */
/* GREY */
/**********************
	VARS BASE-TYPO
**********************/
/**********************
	VARS FORMULÄR
**********************/
/**********************
	BASE-TYPO
**********************/
#wpadminbar {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: "Barlow", sans-serif;
}

h2, h3 {
  font-family: "Barlow", sans-serif;
  color: #2C2C38;
}

.h1, h1 {
  font-size: 3.9em;
  font-weight: 500;
  font-family: "Barlow", sans-serif;
  color: #f0f0f0;
}

.h2, h2 {
  font-size: 2.6em;
  margin-bottom: 30px;
}

.h3, h3 {
  font-size: 1.95em;
  margin-top: 45px;
  margin-bottom: 30px;
}

p, footer p .not-a a, footer .h4 .not-a a, footer h4 .not-a a, .h4, h4 {
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  line-height: 1.56em;
  color: #2C2C38;
  max-width: 600px;
}
p + p, footer p .not-a a + p, footer .h4 .not-a a + p, footer h4 .not-a a + p, footer p .not-a p + a, footer p .not-a a + a, footer .h4 .not-a p + a, footer .h4 .not-a a + a, footer h4 .not-a p + a, footer h4 .not-a a + a, .h4 + p, footer p .not-a .h4 + a, footer .h4 .not-a .h4 + a, footer h4 .not-a .h4 + a, h4 + p, footer p .not-a h4 + a, footer .h4 .not-a h4 + a, footer h4 .not-a h4 + a, p + .h4, footer p .not-a a + .h4, footer .h4 .not-a a + .h4, footer h4 .not-a a + .h4, .h4 + .h4, h4 + .h4, p + h4, footer p .not-a a + h4, footer .h4 .not-a a + h4, footer h4 .not-a a + h4, .h4 + h4, h4 + h4 {
  margin-top: 30px;
}

.ingress {
  font-weight: 500;
  margin-bottom: 40px;
}

.h4, h4 {
  font-weight: 700;
  border-bottom: 1px solid #999;
}

a {
  color: #ffbd59;
  font-size: 1.56em;
  padding: 1em;
}
a:hover {
  color: #ccc;
}

li {
  font-family: "Barlow", sans-serif;
  font-size: 1.3em;
  line-height: 1.56em;
  margin-top: 10px;
}

.btn, form .wpcf7-submit {
  font-size: 1.43em;
  color: #2C2C38;
  background: #ffbd59;
  display: inline-block;
  margin-top: 2em;
  border-radius: 0;
  padding: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px #cccccc;
}

.secondary-link {
  color: #454543;
}
.secondary-link:hover {
  color: #ffbd59;
}

.big-link {
  border: 2px solid #ffbd59;
  padding: 1em;
  margin: 2em;
  text-decoration: underline;
  display: inline-block;
  color: #ffbd59;
}
.big-link:hover {
  border: 2px solid #454543;
  color: #454543;
}

.title {
  font-weight: 700;
}

.disclaimer {
  color: #454543;
  font-style: italic;
  font-weight: 700;
  font-size: 0.8666666667em;
}

/**********************
	BASE-LAYOT STYLES
**********************/
body {
  background: #fcfcfc;
}

.container-fluid.light {
  background: #f0f0f0;
  padding: 100px 0;
  margin-top: 45px;
}
img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}

ul {
  padding: 0;
  list-style-image: url("../../images/check.svg");
  list-style-position: inside;
}

/**********************
	HEADER STYLES
**********************/
#navbar-collapse-1 {
  width: 50%;
  padding-left: 10%;
}
#navbar-collapse-1 li {
  margin-top: 0;
}

#secondary-nav li {
  margin-top: 0;
}
#secondary-nav li a {
  font-size: 0.78em;
  padding-top: 30px;
}

.top {
  padding: 0;
}

.logo {
  padding-left: 0;
}
.logo a {
  padding: 0;
}
.logo img {
  height: 50px;
}

header .nav ul, header nav ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
header .nav li, header nav li {
  display: inline-block;
  margin-left: 1.3em;
}
header .nav li a, header nav li a {
  color: #454543;
}
header .nav li.active, header nav li.active {
  border-bottom: 2px solid #454543;
}
header .nav a, header nav a {
  text-decoration: none;
  font-size: 1.04em;
  padding: 0 15px;
  line-height: 48px;
  vertical-align: middle;
}

.dropdown li a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-toggle {
  border-left: 1px solid black;
  margin-left: 6em;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #454543;
  background: none;
}

.nav > li > a:focus, .nav > li > a:hover {
  background: #f9f7f7;
  color: #2C2C38;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
  color: #2C2C38;
}

li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #f9f7f7;
  border: none;
}

.nav-container {
  background: #fcfcfc;
  padding: 30px;
  border-bottom: 1px solid #ddd;
  border-top: 6px solid #ffbd59;
  height: 108px;
}

.missing-page {
  color: #f0f0f0;
  padding-top: 200px;
  /*p {
  	color: $compOneTwo;
  }*/
}
.missing-page .container {
  padding-bottom: 60px;
}
.missing-page a {
  padding-left: 0;
  margin-top: 15px;
}

.missing-page.container-fluid.light {
  margin-top: 0;
}

/**********************
	FORM STYLES
**********************/
aside {
  margin-top: 40px;
  padding-bottom: 80px;
  background: #f0f0f0;
}

.form-container {
  background: #fcfcfc;
  border-radius: 6px;
  padding: 65px;
  box-shadow: 1px 1px 12px #ccc;
}
.form-container h2 {
  color: #f0f0f0;
  background: #1d1d1d;
  margin: -65px -65px 35px;
  padding: 65px 40% 65px 65px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 1px 4px #f9f9f9;
}
.form-container p, .form-container footer p .not-a a, footer p .not-a .form-container a, .form-container footer .h4 .not-a a, footer .h4 .not-a .form-container a, .form-container footer h4 .not-a a, footer h4 .not-a .form-container a, .form-container .h4, .form-container h4 {
  margin-bottom: 30px;
}

form .checkbox + .checkbox, form .radio + .radio {
  margin-top: 10px;
}
form .btn-primary.active.focus, form .btn-primary.active:focus, form .btn-primary.active:hover, form .btn-primary:active.focus, form .btn-primary:active:focus, form .btn-primary:active:hover, form .open > .dropdown-toggle.btn-primary.focus, form .open > .dropdown-toggle.btn-primary:focus, form .open > .dropdown-toggle.btn-primary:hover {
  background-color: #ccc;
}
form .checkbox input[type=checkbox], form .checkbox-inline input[type=checkbox], form .radio input[type=radio], form .radio-inline input[type=radio] {
  margin-top: 0.45em;
  cursor: pointer;
}
form input[type=checkbox] {
  display: inline-block;
}
form .wpcf7-text, form input[type=text] {
  display: block;
  width: 80%;
  height: 50px;
  font-size: 1.04em;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin-bottom: 1em;
  background: #f0f0f0;
  border: none;
  border-bottom: 1px solid #ffbd59;
  border-radius: 3px;
  margin-top: 15px;
  padding: 15px;
}
form .wpcf7-text:focus, form input[type=text]:focus {
  width: 81%;
  border-bottom-color: #ffbd59;
}
form .wpcf7-submit {
  text-transform: none;
  padding: 0.7em;
  border: none;
  font-weight: 700;
  font-size: 1.3em;
  margin-top: 0.2em;
}

span.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
}

/**********************
	FRONT-PAGE STYLES
**********************/
.top-header {
  background-color: #1d1d1d;
  color: #f0f0f0;
  text-align: left;
  padding-top: 160px;
}
.top-header h1 {
  max-width: 70%;
}
.top-header a {
  padding: 0;
  margin-top: 40px;
  display: inline-block;
  padding-left: 55px;
  padding-bottom: 3px;
  font-size: 1.43em;
  text-decoration: underline;
  font-weight: 400;
}
.top-header a span {
  font-size: 0.7em;
  font-weight: 500;
}
.top-header p, .top-header footer p .not-a a, footer p .not-a .top-header a, .top-header footer .h4 .not-a a, footer .h4 .not-a .top-header a, .top-header footer h4 .not-a a, footer h4 .not-a .top-header a, .top-header .h4, .top-header h4 {
  border-top: 2px solid #ffbd59;
  margin-top: 40px;
  padding-top: 40px;
  color: #f0f0f0;
}
.top-header ul {
  border-top: 2px solid #ffbd59;
  margin-top: 40px;
  padding-top: 40px;
}

.tagline {
  padding-bottom: 60px;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.overlay .x {
  width: 100%;
  height: 450px;
  padding: 0;
  position: relative;
  z-index: -1;
  background-size: cover;
}
.overlay .inner {
  padding: 5%;
  padding-top: 7%;
  text-align: center;
}
.overlay .inner h2, .overlay .inner p, .overlay .inner footer p .not-a a, footer p .not-a .overlay .inner a, .overlay .inner footer .h4 .not-a a, footer .h4 .not-a .overlay .inner a, .overlay .inner footer h4 .not-a a, footer h4 .not-a .overlay .inner a, .overlay .inner .h4, .overlay .inner h4 {
  color: #fff;
}

.services-outer h2 {
  margin-bottom: 40px;
}

.service-category {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  text-align: center;
  min-height: 350px;
}
.service-category .inner {
  background: rgba(0, 0, 0, 0.4);
  padding: 45px 45px 20px;
  min-height: 460px;
}
.service-category h2 {
  min-height: 85px;
}
.service-category svg {
  display: block;
  margin: 15px auto;
}
.service-category:hover {
  margin-top: 2px;
}

.service {
  background: #1d1d1d;
  min-height: 380px;
  text-align: left;
  padding: 35px 35px 25px;
  margin: 10px;
}
.service ul {
  color: #fff;
  min-height: 145px;
}
.service h3 {
  margin-top: 0;
  max-width: 80%;
  border-bottom: 1px solid #e9a847;
  padding-bottom: 20px;
}
.service svg {
  display: block;
  margin: 15px auto;
}
.service a {
  background-size: 45px;
  display: block;
  padding: 0;
  min-height: 50px;
  margin-top: 30px;
}
.service .card-head {
  margin: -35px;
}
.service .card-head img {
  width: 100%;
  max-width: 100%;
}
.service .card-head h3 {
  margin: 35px;
  position: absolute;
  top: 20px;
  width: 80%;
  font-size: 2.4em;
}

.service, .service-category {
  border-radius: 3px;
  box-shadow: 1px 1px 4px #1d1d1d;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.service:hover, .service-category:hover {
  box-shadow: 1px 1px 12px #1d1d1d;
}
.service h2, .service-category h2 {
  border-bottom: 2px solid #ffbd59;
  margin: 25px;
}
.service svg, .service img, .service-category svg, .service-category img {
  max-width: 50px;
  color: #ffbd59;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.service a, .service-category a {
  display: inline-block;
  padding-left: 55px;
  margin-top: 10px;
}
.service p, .service footer p .not-a a, footer p .not-a .service a, .service footer .h4 .not-a a, footer .h4 .not-a .service a, .service footer h4 .not-a a, footer h4 .not-a .service a, .service .h4, .service h4, .service-category p, .service-category footer p .not-a a, footer p .not-a .service-category a, .service-category footer .h4 .not-a a, footer .h4 .not-a .service-category a, .service-category footer h4 .not-a a, footer h4 .not-a .service-category a, .service-category .h4, .service-category h4 {
  margin-top: 15px;
}
.service h2, .service h3, .service p, .service footer p .not-a a, footer p .not-a .service a, .service footer .h4 .not-a a, footer .h4 .not-a .service a, .service footer h4 .not-a a, footer h4 .not-a .service a, .service .h4, .service h4, .service-category h2, .service-category h3, .service-category p, .service-category footer p .not-a a, footer p .not-a .service-category a, .service-category footer .h4 .not-a a, footer .h4 .not-a .service-category a, .service-category footer h4 .not-a a, footer h4 .not-a .service-category a, .service-category .h4, .service-category h4 {
  color: #f0f0f0;
}
.service ul, .service-category ul {
  margin-top: 60px;
}

.service-categories section {
  margin-top: 45px;
}

.services {
  padding-bottom: 60px;
  margin-top: -100px;
}
.services h2 {
  margin-top: 60px;
}
.services section:nth-of-type(even) {
  margin: 0 30px;
}
.services section {
  padding: 0;
}

.infoblock {
  margin-top: 80px;
  padding-bottom: 90px;
}
.infoblock a {
  padding: 0;
  padding-right: 30px;
  margin-top: 40px;
  display: inline-block;
  padding-left: 55px;
  padding-bottom: 3px;
  font-size: 1.43em;
  text-decoration: underline;
  font-weight: 400;
  min-height: 45px;
}
.infoblock a span {
  font-size: 0.7em;
  font-weight: 500;
}
.infoblock ul {
  margin-top: 40px;
}
.infoblock li {
  padding-left: 55px;
  padding-top: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.3em;
  min-height: 45px;
  vertical-align: center;
  max-width: 60%;
  min-height: 45px;
  margin-top: 30px;
}
.infoblock .deco-line {
  height: 3px;
  background: #ffbd59;
  width: 70%;
  margin-left: -30%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.infoblock .text-block {
  padding-left: 90px;
}

.faq-categories {
  padding-top: 4em;
}
.faq-categories a {
  margin: 1em 1em 1em -1em;
  display: inline-block;
  border-right: 1px solid #2C2C38;
}
.faq-categories a:last-child {
  border-right: none;
}

.faq h1 {
  color: #2C2C38;
  margin-bottom: 40px;
}
.faq h4 {
  font-weight: normal;
  border: none;
  font-size: 1.56em;
  position: relative;
  cursor: pointer;
  /*	a { 
  		padding-left: 0;
  	}*/
}
.faq h4 svg {
  position: absolute;
  right: 0;
  padding: 5px;
  transition: all 0.35s ease-in-out;
  margin-top: 4px;
}
.faq .category {
  padding-top: 4.1em;
  margin-top: 6em;
  border-top: 2px solid #ffbd59;
}
.faq .question {
  max-width: 600px;
  padding: 2em 0;
  border-top: 1px solid #f0f0f0;
}
.faq .question a {
  display: block;
  padding-left: 0;
}
.faq .question:last-child {
  border-bottom: 1px solid #f0f0f0;
}
/**********************
	FOOTER STYLES
**********************/
footer {
  padding-top: 40px;
  background: #1d1d1d;
}
footer ul {
  list-style-image: none;
  list-style-type: none;
}
footer li {
  font-size: 1.04em;
  padding-top: 15px;
}
footer a {
  padding: 1em 0;
}
footer section:last-child {
  border-top: 1px solid #ffbd59;
  margin: 3em 0;
  padding-top: 2em;
}
footer h2, footer p, footer p .not-a a, footer .h4 .not-a a, footer h4 .not-a a, footer .h4, footer h4 {
  color: #ffffff;
  max-width: 100%;
}
footer img {
  width: 29px;
  margin-right: 5px;
}
main .container-fluid:nth-child(1) {
  margin-top: 0;
}

/*	.container-fluid {  
	.container { padding-top: 0; }
}*/
/**********************
	QUERIES
**********************/
@media screen and (max-width: 999px) {
  figure.logo {
    display: inline-block;
  }

  #navbar-collapse-1 {
    position: absolute;
    left: 30%;
    top: 0;
  }

  #secondary-nav {
    position: absolute;
    right: 50px;
    top: 0;
  }

  .service a, .service-category a {
    font-size: 1.26em;
    padding-top: 10px;
  }

  .services section:nth-of-type(2n) {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.7em;
  }

  a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  #navbar-collapse-1 {
    position: relative;
    left: 0;
    top: 20px;
    background: #fff;
    width: 110%;
    margin-left: -15px;
    overflow: hidden;
    padding-left: 0;
    border-top: 1px solid #ffbd59;
    border-bottom: 1px solid #ddd;
  }
  #navbar-collapse-1 li {
    width: 49%;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
  }

  #secondary-nav {
    top: -10px;
  }

  .infoblock .text-block {
    padding-left: 30px;
  }

  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }

  .top-header p, .top-header .h4, .top-header h4, .top-header footer p .not-a a, footer p .not-a .top-header a, .top-header footer .h4 .not-a a, footer .h4 .not-a .top-header a, .top-header footer h4 .not-a a, footer h4 .not-a .top-header a {
    max-width: 100%;
  }

  .span.wpcf7-list-item {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  form .wpcf7-text, form input[type=text] {
    font-size: 1.2em;
    width: 90%;
  }

  span.wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }

  .wpcf7-acceptance span.wpcf7-list-item {
    display: inline-block;
  }
}
@media screen and (max-width: 476px) {
  form {
    padding: 30px 0;
  }
}
@media screen and (max-width: 403px) {
  h1 {
    font-size: 2.5em;
  }
}

/*# sourceMappingURL=main.css.map */
