/* Struktur */

* {
  padding: 0;
  margin: 0;
}

body {

  box-sizing: border-box;
}

div {
  box-sizing: border-box;
}

.component a {
  text-decoration: none;
}

.skp-section {
  position: relative;
  padding: 0 25px;
  margin: 0;
  box-sizing: border-box;
}

.skp-section-padding {
  padding: 4%;
}

.skp-section-minus-2 {
  margin-top:-2rem;
}

.skp-section-minus-4 {
  margin-top:-4rem;
}

.skp-section-no-margin {
  margin-bottom: -4rem;
}

.skp-no-margin {
  margin: 0 !important;
}

.skp-section-margin {
  margin-bottom: 4rem;
}

.skp-section::after{
  content:"";
  clear: both;
  display: table;
}

.skp-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.skp-container::after{
  content:"";
  clear: both;
  display: table;
}

.skp-max {
  max-width:1400px;
}

.skp-max-80 {
  max-width:80%;
}

.skp-column {
  position: relative;
  float: left;
  margin-right: 2%;
}

.skp-column:last-of-type, .skp-column-last {
  margin-right: 0;
}

.skp-1-1 {
  width: 100%;
}

.skp-1-2 {
  width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  min-width: 49%;
}

.skp-2-3 {
  width: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  min-width: 66%;
}

.skp-1-3 {
  width: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  min-width: 32%;
}

.skp-3-4 {
  width: 74.5%;
  -ms-flex-preferred-size: 74.5%;
  flex-basis: 74.5%;
  min-width: 74.5%;
}

.skp-2-4 {
  width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  min-width: 49%;
}

.skp-1-4 {
  width: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  min-width: 23.5%;
}

.skp-4-5 {
  width: 79.6%;
  -ms-flex-preferred-size: 79.6%;
  flex-basis: 79.6%;
  min-width: 79.6%;
}

.skp-3-5 {
  width: 59.2%;
  -ms-flex-preferred-size: 59.2%;
  flex-basis: 59.2%;
  min-width: 59.2%;
}

.skp-2-5 {
  width: 38.8%;
  -ms-flex-preferred-size: 38.8%;
  flex-basis: 38.8%;
  min-width: 38.8%;
}

.skp-1-5 {
  width: 18.4%;
  -ms-flex-preferred-size: 18.4%;
  flex-basis: 18.4%;
  min-width: 18.4%;
}

.skp-1-5-service {
  width: 20%;
}

/* skp-6-spaltig */

.skp-1-6 {
  width: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  min-width: 15%;
}

.skp-2-6 {
  width: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  min-width: 32%;
}

.skp-3-6 {
  width: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  min-width: 49%;
}

.skp-4-6 {
  width: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  min-width: 66%;
}

.skp-5-6 {
  width: 83%;
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%;
  min-width: 83%;
}

.skp-6-6 {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  min-width: 100%;
}


/* Layout Marginless */

.skp-marginless-columns {
  display: table;
  table-layout: fixed;
  width:100%;
}

.skp-marginless-columns.skp-flex .skp-column {
  display: flex;
}

.skp-marginless-columns .skp-column {
  margin-right: 0;
}

.skp-marginless-columns .skp-1-2 {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  min-width: 50%;
}

.skp-marginless-columns .skp-2-3 {
  width: 66.66666%;
  -ms-flex-preferred-size: 66.66666%;
  flex-basis: 66.66666%;
  min-width: 66.6666666%;
}

.skp-marginless-columns .skp-1-3 {
  width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  min-width: 33.33333%;
}

.skp-marginless-columns .skp-1-4 {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  min-width: 25%;
}

.skp-marginless-columns .skp-1-5 {
  width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  min-width: 20%;
}


.skp-marginless-columns .skp-1-8 {
  width: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  min-width: 12.5%;
}

/*Flex-Module*/

.skp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skp-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}


.skp-flex-start {
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -ms-flex-line-pack:start;
      align-content:flex-start;
}

.skp-flex-end {
  -webkit-box-pack:end;
      -ms-flex-pack:end;
          justify-content:flex-end;
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  -ms-flex-line-pack:end;
      align-content:flex-end;
}

.skp-flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.skp-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.skp-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.skp-flex img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.skp-img-max {
  width:100%;
}

/* Farben */


/*Bilder*/

.skp-img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  max-width: 100%;
}

/* Typo */

body {
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 22px;
  line-height: 32px;
  color:#000;
  font-weight: normal;
}


h1, .h1 {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color:#000;
  font-weight: normal;
}

h2, .h2 {
  font-family: 'Gilroy-ExtraBold', sans-serif;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color:#000;
  font-weight: normal;
}

h4, .h4 {
  font-family: 'Gilroy-Light', sans-serif;
  font-size: 22px;
  line-height: 32px;
  color:#000;
  font-weight: normal;
}

.type-center {
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.type-left {
  text-align: left;
      -ms-flex-item-align: start;
          -ms-grid-row-align: start;
          align-self: start;
}

/* Module */

.logo-holder img {
  width: 500px;
}

.vendor-head {
  padding: 3% 4%;
}

.banderole {
  background: #006eb7;
  padding: 15px 0;
}

.banderole h1 {
  color: #FFF;
  text-transform: uppercase;
}

.vendor-head-intro {
  background: #006eb7;
}

.main-content-wrapper h2, .main-content-wrapper h3, .main-content-wrapper p {
  color:#FFF;
}

.main-content-wrapper h2 {
  margin-bottom:25px;
  text-transform: uppercase;
}

.main-content-wrapper h3 {
  margin-bottom:10px;
}

.main-content-wrapper {
  background: #006eb7;
}

.main-content-wrapper {
  background: #006eb7;
}

.skp-icons {
  padding: 0 25px;
}

.skp-icons img {
  max-width:100%;
}

.responsive-img {
  max-width: 100%;
}

.main-content-wrapper {
  background: url("img/content-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 4%;
}

.main-content {
  background: rgba(0, 110, 183, 0.7);
  padding: 5%;
}

.footer {
  padding: 4%;
}

.footer p {
  margin-bottom: 15px;
  color: #999;
}

a {
  color:#999;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.4s ease;
}

a:hover {
  color:#006eb7;
}

@media only screen and (max-width: 768px) {
  .skp-column {
    width: 100%;
    margin-right: 0;
  }
}
