/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* FontFace */

@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins-light-webfont.woff2') format('woff2'),
         url('../font/poppins-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins-lightitalic-webfont.woff2') format('woff2'),
         url('../font/poppins-lightitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;

}




@font-face {
    font-family: 'Poppins';
    src: url('../font/poppins-semibold-webfont.woff2') format('woff2'),
         url('../font/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

/* Layout */

body {
  margin: 0px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
  
  /* Header */

header {
  background: #fff;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: 999;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}

header #logo {
  float: left;
  display: inline-block;
  height: 100%;
}

header #contact_headerbar {
  float: right;
  padding-top: 10px;
  font-weight: 600;
}

header #contact_headerbar a {
  color: #333;
}

header #contact_headerbar .btn-primary {
  display: none;
}

  /* Main-Sections */

section {
  padding: 25px 20px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

#intro {
  background: #fff;
  margin-top: 60px;
  z-index: 3;
}

#intro #mac {
  margin-bottom: -100px;
}

#services:before {
  width: 0;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  border-top: 50px solid #fff;
  border-right: 100vw solid transparent;
  z-index: 2;
  box-sizing: border-box;
}

#services:after {
  width: 0;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 50px solid transparent;
  border-left: 100vw solid #333;
  z-index: 2;
  box-sizing: border-box;
}

#services {
  background: #ff8008; /* Old browsers */
  background: -moz-linear-gradient(left, #ff8008 0%, #ffc837 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff8008 0%,#ffc837 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ff8008 0%,#ffc837 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8008', endColorstr='#ffc837',GradientType=1 ); /* IE6-9 */
  color: #fff;
  padding-top: 125px;
  padding-bottom: 125px;
}

    /* Service-Liste */

#services_categories_list {
  display: none;  
}

#services_categories_content {
  list-style: none;
  padding: 0px;
}

#services_categories_content li {
  padding: 25px 0px;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}

#services_categories_content li img {
  max-width: 400px;
  width: 100%;
}

#services_categories_content li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}

#about {
  background: #333333;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 125px;
}

#about:after {
  width: 0;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 50px solid transparent;
  border-right: 100vw solid #f2f2f2;
  z-index: 2;
  box-sizing: border-box;
}


#offer {
  background: #f2f2f2;
  padding-top: 75px;
  padding-bottom: 75px;
}

#maintenance:before {
  width: 0;
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  border-top: 50px solid #f2f2f2;
  border-left: 100vw solid transparent;
  z-index: 2;
  box-sizing: border-box;
}

#maintenance:after {
  width: 0;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: 0;
  border-top: 50px solid transparent;
  border-right: 100vw solid #f2f2f2;
  z-index: 2;
  box-sizing: border-box;
}

#maintenance {
  background-image: url("../img/background_maintenance.jpg");
  background-size: cover;
  color: #fff;
  padding-top: 125px;
  padding-bottom: 125px;
}

#contact {
  background: #f2f2f2;
  padding-top: 75px; 
}

#contact .wrapper {
  max-width: 800px;
}

footer {
  background: #f2f2f2;
  padding: 25px 20px;
  font-weight: 600;
}

footer a {
  color: #333;
  text-transform: uppercase;
}

  /* Box */

.box {
  width: 100%;
  padding: 50px 20px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  margin-bottom: 25px;
  box-sizing: border-box;
}

.box:first-child {
  margin-top: 25px;
}

.box:last-child {
  margin-bottom: 0px;
}

.box h4 {
  margin-top: 0px;
}

.box .btn-primary {
  margin-top: 20px;
}


.box.orange {
  background: #ffaa00;
  color: #fff;
}

.box.orange .btn-primary {
  color: #ffaa00;
  background: #fff;
  border: 1px solid #fff;
}

.box.orange .btn-primary:hover {
  background: transparent;
  color: #fff;
}

.box .price {
  font-size: 21px;
  line-height: 28px;
  display: block;
  color: #ffaa00;
  font-weight: 600;
}

.box.orange .price {
  color: #fff;
}

/* Typo */

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

strong {
  font-weight: 600 !important;
}

h1,h2 {
  font-weight: 300;
  margin: 0px;
  font-size: 32px;
  line-height: 44px;
}

h3,h4,h5,h6 {
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
}

a {
  color: #ffaa00;
  text-decoration: none;
}

.orange,
.mailmessage {
  color: #ffaa00;
}

.mwst {
  font-size: 12px;
  display: block;
}

.invisible {
  position: absolute !important;
    z-index: 15;
    width: 1px;
    height: 1px;
    padding: 0px 3px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    color: white;
    background: #1a78b7;
    border: 0;
}

.btn-ghost,
.btn-primary:hover,
.btn-primary:focus, 
input[type="submit"]:hover,
input[type="submit"]:focus {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 17px;
  text-transform: uppercase;
  border: 1px solid #ffaa00;
  background: transparent;
  box-sizing: border-box;
  color: #ffaa00;
  -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    font-weight: 600;
    cursor: pointer;
}


.btn-primary,
.btn-ghost:hover,
.btn-ghost:focus,
input[type="submit"] {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 17px;
  text-transform: uppercase;
  border: 1px solid #ffaa00;
  background: #ffaa00;
  -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

a.tel:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_tel.svg");
  background-size: contain;
  margin-right: 5px;
  margin-bottom: -5px;
}

ul.checked {
  list-style: none;
  padding: 0px;
  font-size: 21px;
  line-height: 28px;
}

ul.checked li {
  margin: 8px 0px;
}

ul.checked li:before {
  display: inline-block;
  content: " ";
  height: 20px;
  width: 20px;
  background-image: url("../img/icon_checked.svg");
  background-size: contain;
  margin-right: 15px;
  margin-bottom: -5px;
}

/* Form */

input,
textarea {
  width: 100%;
  display: block;
  padding: 5px;
  font-size: 16px;
  line-height: 24px;
  background: transparent;
  border: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  color: #4d4d4d;
  font-family: 'Poppins', sans-serif;
}

textarea {
  min-height: 150px;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding: 5px;
}

input:focus,
textarea:focus {
  outline-color: #ffaa00;
}

::-webkit-input-placeholder { 
   -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    opacity: 1;
    color: #4d4d4d;
}
::-moz-placeholder { /* Firefox 19+ */
   -webkit-transition: all 0.3s; /* Safari */
   transition: all 0.3s;
   opacity: 1;
   color: #4d4d4d;
}
:-ms-input-placeholder { /* IE 10+ */
  -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    opacity: 1;
    color: #4d4d4d;
}
:-moz-placeholder { /* Firefox 18- */
   -webkit-transition: all 0.3s; /* Safari */
   transition: all 0.3s;
   opacity: 1;
   color: #4d4d4d;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.g-recaptcha {
  margin-bottom: 25px;
  margin-left: -5px;
}

/* Modal-Dialog */

.modal {
  width: 100vw;
  height: auto;
  min-height: 100vh;
  background: #333;
  color: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: justify;
  align-items: center;
  -ms-flex-align: center;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 2000;
  padding: 25px 20px;
  padding-top: 100px;
  box-sizing: border-box;
  -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;

}

.modal.active {
  left: 0;
}

.modal input {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.modal textarea {
  color: #fff;
  border: 1px solid #fff;
}

.modal .wrapper {
  max-width: 800px;
  height: auto;
  width: 100%;
}

.modal ::-webkit-input-placeholder { 
    color: #fff
}
.modal ::-moz-placeholder { /* Firefox 19+ */

   color: #fff;
}
.modal :-ms-input-placeholder { /* IE 10+ */

    color: #fff;
}
.modal :-moz-placeholder { /* Firefox 18- */

   color: #fff;
}

.modalcloser {
  position: absolute;
  top: 50px;
  right: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.modalcloser:after {
  content: " ";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../img/modalcloser.svg");
  margin-left: 20px;
  margin-bottom: -7px;
}

@media screen and (min-width: 960px) {

  .mobile_only {
    display: none;
  }

  /* Typo */

  body {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  }

  strong {
    font-weight: 600 !important;
  }

  h1,h2 {
    font-weight: 300;
    margin: 0px;
    font-size: 48px;
    line-height: 60px;
  }

  h3,h4,h5,h6,.box .price {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
  }

  ul.checked {
    font-size: 26px;
    line-height: 36px;
  }

  ul.checked li:before {
    height: 30px;
    width: 30px;
  }

  .btn-ghost,
  .btn-primary,
  input[type="submit"],
  .btn-ghost:hover,
  .btn-primary:hover,
  input[type="submit"]:hover,
  .btn-ghost:focus,
  .btn-primary:focus,
  input[type="submit"]:focus
   {
    font-size: 16px;
    border-radius: 21px;
  }

  input,
  textarea {
    font-size: 21px;
    line-height: 30px;
  } 

  /* Layout */

  header {
    height: 80px;
  }

  header #contact_headerbar .btn-primary {
    display: inline-block;
    margin-left: 20px;
    border: 2px solid #ffaa00;
  }

  #intro {
    margin-top: 80px;
    text-align: left;
    overflow: hidden;
    padding-top: 150px;
  }

  #intro #text {
    float: left;
    width: 50%;
    padding-right: 25px;
    box-sizing: border-box;
  }

  html.flexbox #intro {
    display: flex;
    display: -ms-flexbox;
    overflow: visible;
  }

  #intro #mac {
    float: right;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
    display: block;
  }

  #services_categories_list {
    display: block;
    list-style: none;
  }

  #services_categories_list h3 {
    font-size: 18px;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 0.3s; /* Safari */
      transition: all 0.3s;
  }

  #services_categories_list li {
    display: inline-block;
    margin: 0px 10px;
  }

  #services_categories_list li.active h3 {
    font-size: 26px;
    opacity: 1;
  }

  #services_categories_content li {
    border-bottom: 0px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s; /* Safari */
      transition: all 0.3s;
  }

  #services_categories_content li.active_slide {
    display: block;
    opacity: 1;
  }

  #services_categories_content li figure {
    overflow: hidden;
  }

  #services_categories_content li figure img {
    width: calc(50% - 25px);
    float: left;
    max-width: none;
  }

  #services_categories_content li figure figcaption {
    width: calc(50% - 25px);
    float: right;
    text-align: left;
  }

  #services_categories_content li:nth-child(2n) figure img {
    float: right;
  }

  #services_categories_content li:nth-child(2n) figure figcaption {
    float: left;
  }


  #offer {
    overflow: hidden;
  }

  #offer .box {
    width: 32%;
    float: left;
    margin: 50px 2% 0px 0px;
  }

  #offer .box:last-child {
    margin-right: 0px;
  }

  footer {
    overflow: hidden;
  }

  footer a {
    font-size: 16px;
  }

  #footernav {
    float: left;
  }

  #backtotop {
    float: right;
    color: #ffaa00;
  }
}