a,
p,
html,
body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", sans-serif
}

h1 {
  font-size: 2.5rem;
  line-height: 1rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

p {
  font-size: 16px
}

body {
  margin: 0
}

a {
  text-decoration: none
}

#content {
  min-height: 70vh;
  padding-top: 90px
}

img {
  max-width: 100%;
  height: auto
}

.margin-top {
  margin-top: 40px
}

.priss {
  background: yellow
}

header {
  position: fixed;
  width: 100%;
  box-shadow: 0 0 10px 0 #999;
  background: white;
  min-height: 60px;
  z-index: 99999;
  padding: 5px
}

#primary-menu {
  margin: 0
}

.innerheader {
  display: flex;
  align-items: center;
  width: 100%
}

picture {
  justify-content: space-between
}

nav {
  margin-left: auto
}

nav ul {
  list-style: none;
  display: flex
}

nav a {
  padding: 35px 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #222
}

nav a:after {
  content: ' ';
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  height: 4px;
  background-color: #FBBD02
}

.current-menu-item a:hover,
.current-menu-item a:active {
  color: #FBBD02
}

address {
  padding: 32px
}

.slider {
  padding: 0
}

.slide {
 /*  background: url(http://vtv.mediahelpcrm.se/wp-content/uploads/2018/04/vent01-1.jpg); */
  border-bottom: 4px solid #FBBD02;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
/*   display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; */

}

.titeltext {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center
}

.titeltext h2 {
  font-size: 200px
}

address a {
  padding: 0 10px;
  font-size: 18px;
  color: #222
}

.cmeny {
  display: none
}

.telepost {
  display: none
}

.toggle {
  cursor: pointer;
  width: 100%
}

header i {
  font-size: 20px
}

.offcanvas {
  display: none
}

#secondary-menu {
  list-style: none
}

.second-menu li:nth-child(odd) {
  background: #fafafa
}

.second-menu li {
  padding: 10px
}

.second-menu a {
  color: #222
}

.servicetitel {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #eee;
  border-top: 2px solid #FBBD02;
  font-weight: 700
}

.servicetext {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px;
  background: #fafafa;
  min-height: 150px;
  display: flex;
  align-items: center
}

.valkommen {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.valkommen a{
  white-space: nowrap;
  color: darkgoldenrod;
  font-weight: 700;
}

.tjanstpadding {
  padding-bottom: 50px
}

.gra {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fafafa;
  display: flex;
  align-items: center
}

.vit {
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  display: flex;
  align-items: center
}

.colored {
  padding: 40px;
  background: #FBBD02
}

.page-id-42 #content {
  padding-top: 150px
}

.kont p {
  margin-top: 0
}

input[type="text"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0
}

input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  margin: 5px 0
}

textarea {
  width: 100%;
  resize: none
}

input[type="submit"] {
  padding: 10px 45px;
  background: #FBBD02;
  color: #000;
  outline: 1px solid #ca9802;
  border: none;
  font-size: 16px
}

.button {
  padding: 10px 25px;
  background: #FBBD02;
  color: #000;
  outline: 1px solid #ca9802
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt input[type="tel"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #666;
  color: #fff
}

.kontakt input[type="text"]:active,
.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:active,
.kontakt input[type="email"]:focus,
.kontakt input[type="tel"]:active,
.kontakt input[type="tel"]:focus {
  outline: 1px solid #FBBD02
}

.kontakt textarea {
  padding: 10px;
  height: 150px;
  resize: none;
  width: 100%;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #666;
  color: #fff
}

.kontakt textarea:focus,
.kontakt textarea:active {
  outline: 1px solid #FBBD02
}

.kontakt input[type="submit"] {
  padding: 10px 50px;
  background: #222;
  color: #fff;
  border: none;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  border: 1px solid #FBBD02;
  outline: 1px solid #ca9802;
  margin-top: 10px
}

.underheader {
  position: relative;
  margin-top: 0
}

.underheader:after {
  content: '';
  bottom: -10px;
  left: 0;
  background: #FBBD02;
  width: 100px;
  position: absolute;
  height: 4px
}
.page-id-6 ::placeholder {
  color: #fff
}

textarea {
  padding: 10px
}

div.wpcf7-response-output {
  margin: 0
}

.topris {
  border: 4px solid #FBBD02;
  padding: 20px;
  outline: 1px solid #ca9802
}

.priser {
  max-width: 970px;
  margin: 0 auto;
  padding: 0
}

.storwidth .col-sm-2 {
  padding: 10px;
  margin-top: 30px
}

.priser .col-sm-3 {
  padding: 10px
}

.options {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #eee
}

.options:nth-child(odd) {
  background: #eee
}

.options:nth-child(even) {
  background: #fff
}

.options {
  font-size: 14px
}

.stora {
  background: #FBBD02
}

.prisruta h3,
.prisruta h4,
.prisruta h5 {
  margin: 0;
  font-weight: 300
}

.prisruta {
  text-align: center
}

.priskontakt a {
  display: block
}

.prisruta a {
  color: #000
}

.storwidth {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  justify-content: center
}

footer {
  background: #444;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff
}

.subfooter {
  background: #FBBD02;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000
}

.subfooter a {
  color: #000
}

.sidfot a {
  color: #fff
}

@media (min-width: 320px) {
  .titeltext h2 {
    font-size: 130px
  }
}

@media (max-width: 576px) {
  .margin-top img {
    width: 100%;
    height: auto
  }
}

@media (max-width: 1200px) {
  address {
    margin-left: auto
  }
  .telepost {
    display: block;
    padding-right: 20px
  }
  nav {
    display: none
  }
}

/*# sourceMappingURL=style.css.map */ -10px;
  left: 0;
  background: #FBBD02;
  width: 100px;
  position: absolute;
  height: 4px
}

.page-id-6 ::placeholder {
  color: #fff
}

textarea {
  padding: 10px
}

div.wpcf7-response-output {
  margin: 0
}

.topris {
  border: 4px solid #FBBD02;
  padding: 20px;
  outline: 1px solid #ca9802
}

.priser {
  max-width: 970px;
  margin: 0 auto;
  padding: 0
}

.storwidth .col-sm-2 {
  padding: 10px;
  margin-top: 30px
}

.priser .col-sm-3 {
  padding: 10px
}

.options {
  padding: 10px;
  margin: 5px 0;
  border: 1px solid #eee
}

.options:nth-child(odd) {
  background: #eee
}

.options:nth-child(even) {
  background: #fff
}

.options {
  font-size: 14px
}

.stora {
  background: #FBBD02
}

.prisruta h3,
.prisruta h4,
.prisruta h5 {
  margin: 0;
  font-weight: 300
}

.prisruta {
  text-align: center
}

.priskontakt a {
  display: block
}

.prisruta a {
  color: #000
}

.storwidth {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  justify-content: center
}

footer {
  background: #444;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff
}

.subfooter {
  background: #FBBD02;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000
}

.subfooter a {
  color: #000
}

.sidfot a {
  color: #fff
}

@media (min-width: 320px) {
  .titeltext h2 {
    font-size: 130px
  }

}

@media (max-width: 576px) {
  .margin-top img {
    width: 100%;
    height: auto
  }
/*   .slide{
    height: 100px !important;
    margin-top: 24px;
  } */
}

@media (max-width: 768px) {
/*   .slide{
    height: 200px;
  } */
}

@media (max-width: 1200px) {
  address {
    margin-left: auto
  }
  .telepost {
    display: block;
    padding-right: 20px
  }
  nav {
    display: none
  }
/*   .slide{
    height: 300px;
  } */
}

/*# sourceMappingURL=style.css.map */