@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 14px;
}

body {
  background-color: #d9e5f5;
  color: #000;
  font-family: 'Verdana', 'helvetica', 'arial', 'sans-serif';
  font-size: 12px;
  font-size: 1rem;
  padding: 0;
}

#page-wrapper {
  margin: 0 2.5%;
}

.hide {
  display: none;
}
.show {
  display: block;
}

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1 {
  font-size: 40px;
  font-size: 3.333rem;
  line-height: 1;
  margin: 0 0 16px;
  margin: 0 0 1.333rem;
  color: #0066b3;
  font-weight: 300;
  font-family: 'helvetica', 'arial', 'sans-serif';
}
h1.title {
  text-align: center;
  font-style: italic;
  margin: 0 0 20px 0;
  margin: 0 0 1.667rem 0;
}
h2 {
  font-size: 20px;
  font-size: 1.667rem;
  line-height: 1.5;
  margin: 20px 0;
  margin: 1.667rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #002948;
  font-family: 'helvetica', 'arial', 'sans-serif';
}
h3 {
  font-size: 26px;
  font-size: 2.167rem;
  line-height: 1.5;
  margin: 0 0 16px;
  margin: 0 0 1.333rem;
  color: #0066b3;
  font-weight: 300;
  font-family: 'helvetica', 'arial', 'sans-serif';
}
h4 {
  font-size: 16px;
  font-size: 1.333rem;
  line-height: 1.5;
  margin: 0 0 16px;
  margin: 0 0 1.333rem;
  color: #002948;
  text-transform: uppercase;
  font-family: 'helvetica', 'arial', 'sans-serif';
}
p {
  font-size: 16px;
  font-size: 1.333rem;
  line-height: 1.5;
  padding: 0 0 1.333rem;
  font-family: 'Verdana';
  color: #002948;
}
p:last-child {
  padding: 0;
}
a {
  text-decoration: none;
  color: #0066b3;
  font-weight: 300;
}
ul {
  padding: 0 0 0 15px;
  margin: 0 0 16px;
  margin: 0 0 1.333rem;
}
ul li {
  font-size: 14px;
  font-size: 1.167rem;
}

/* ============================================================
   BUTTONS
============================================================ */
.button {
  display: block;
  margin: 0 -2.5% 3px;
  margin: 0 -2.5% 0.25rem;
}
.button.next {
  margin-bottom: 0;
  text-align: center;
}
.button.next a {
  padding: 30px 20px;
  padding: 2.5rem 1.667rem;
}
.button.next span {
  padding-right: 30px;
  padding-right: 2.5rem;
  background: url('../images/arrow_next_white.png') no-repeat right center;
  background-size: 12px 17px;
  background-size: 1rem 1.417rem;
}
.button a {
  display: block;
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 20px 60px 20px 20px;
  padding: 1.667rem 5rem 1.667rem 1.667rem;
  color: #fff;
  background-color: #0066b3;
}
.button .arrow {
  background: url(../images/arrow_up.svg) no-repeat 93% center #0066b3;
  background-size: 26px 17px;
  background-size: 2.167rem 1.417rem;
}
.button.open .arrow {
  background: url(../images/arrow_down.svg) no-repeat 93% center #66a3d1;
  background-size: 26px 17px;
  background-size: 2.167rem 1.417rem;

}

.wrapper {
  margin: 0 -2.5%;
  padding: 12px 20px 15px 20px;
  padding: 1rem 1.667rem 1.25rem 1.667rem;
}

/* ============================================================
   KONTAKT
============================================================ */
.contact-wrapper {
  padding: 30px 20px;
  padding: 2.5rem 1.667rem;
  background-color: #fff;
  margin: 0 -2.5% 3px;
  margin: 0 -2.5% 0.25rem;
  display: block;
  overflow: hidden;
}

.contact-wrapper .linkbutton {
  font-size: 16px;
  font-size: 1.333rem;
  display: block;
  width: 50%;
  float: left;
  background-color: #0066b3;
  padding: 0.8333rem 2.5%;
  padding: 10px 2.5%;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  font-family: 'helvetica', 'arial', 'sans-serif';
}
.contact-wrapper .linkbutton.phone {
  border-right: 2px solid #fff;
}
.contact-wrapper .linkbutton.mail {
  border-left: 2px solid #fff;
}
.contact-wrapper .linkbutton i {
  display: block;
  margin: 0 auto 10px;
  margin: 0 auto 0.8333rem;
  background-color: #fff;
}
.contact-wrapper .linkbutton.phone i {
  background: url(../images/phone.png) no-repeat center center;
  background-size: 18px 23px;
  background-size: 1.5rem 1.917rem;
  width: 18px;
  width: 1.5rem;
  height: 23px;
  height: 1.917rem;
}
.contact-wrapper .linkbutton.mail i {
  background: url(../images/contact.png) no-repeat center center;
  background-size: 29px 20px;
  background-size: 2.417rem 1.667rem;
  width: 33px;
  width: 2.75rem;
  height: 23px;
  height: 1.917rem;
}

/* ============================================================
   TUTORIAL
============================================================ */
#page-wrapper.tutorial {
  margin: 20px 0 0;
  margin: 1.667rem 0 0;
  padding: 20px 2.5% 0;
  padding: 1.667rem 2.5% 0;
 
}

.carousel {
  margin: 0;
  padding: 0;
}
.carousel li {
  list-style: none;
  padding: 0;
}
.carousel li .image-wrapper {
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 20px auto;
  margin: 1.25rem auto;
  text-align: center;
}
.carousel li .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel li .wrapper {
  padding: 0 20px;
  margin: 0;
  display: block;
}
.carousel li p {
  font-size: 18px;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
}

.flexslider-navigation {
  display: block;
  overflow: hidden;
  width: 94px;
  width: 7.833rem;
  padding: 0;
  margin: 20px auto 20px;
  margin: 1.25rem auto 1.25rem;
  text-align: center;
}
.flexslider-navigation a {
  display: block;
  list-style: none;
  float: left;
}
.flexslider-navigation span.flexslider-activepage-text {
  font-size: 16px;
  font-size: 1.333rem;
  line-height: 20px;
  line-height: 1.667rem;
  width: 70px;
  width: 5.833rem; 
  float: left;
}
.flexslider-navigation a.flex-next,
.flexslider-navigation a.flex-prev {
  width: 12px;
  width: 1rem;
  height: 20px;
  height: 1.667rem;
}
.flexslider-navigation a.flex-prev {
  background: url('../images/arrow_prev_white.png') no-repeat center center;
  background-size: 12px 17px;
  background-size: 1rem 1.417rem;
}
.flexslider-navigation a.flex-prev.active {
  background: url('../images/arrow_prev.png') no-repeat center center;
  background-size: 12px 17px;
  background-size: 1rem 1.417rem;
}
.flexslider-navigation a.flex-next {
  background: url('../images/arrow_next_white.png') no-repeat center center;
  background-size: 12px 17px;
  background-size: 1rem 1.417rem;
}
.flexslider-navigation a.flex-next.active {
  background: url('../images/arrow_next.png') no-repeat center center;
  background-size: 12px 17px;
  background-size: 1rem 1.417rem;
}