@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
h1,
h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase; }

h1 {
  text-align: center;
  margin-bottom: 50px; }

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    h3 {
      margin-bottom: 30px; } }

.text-box {
  padding: 0px;
  margin-bottom: 40px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .text-box {
      padding: 20px; } }

.text-box-slim {
  margin-bottom: 0; }

.blue {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight: 300;
  font-size: 16px;
  color: #0166ff;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .blue {
      font-family: 'Open Sans', Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-smooth: always;
      font-weight: 300;
      font-size: 32px;
      color: #0166ff;
      line-height: 42px;
      margin-bottom: 50px; } }

.blueone {
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight: 300;
  font-size: 24px;
  color: #0166ff;
  line-height: 40px;
  text-align: center;
  text-transform: none;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .blueone {
      font-family: 'Open Sans', Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-smooth: always;
      font-weight: 300;
      font-size: 32px;
      color: #0166ff;
      line-height: 42px;
      margin-bottom: 10px; } }


body {
  background-color: white;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  padding-top: 116px; }

img {
  width: 100%;
  height: auto; }

.row {
  margin-bottom: 0; }

.anchor {
  display: block;
  height: 116px;
  margin-top: -116px;
  visibility: hidden; }

.icon {
  display: block;
  width: 100%;
  height: 72px;
  margin-top: 50px; }

.legal h3 {
  margin-top: 40px;
  margin-bottom: 10px; }
.legal a {
  color: #d60a0a; }

.navbar {
  background-color: #d9e8ff;
  border-color: white;
  height: 116px;
  padding-top: 28px; }
  @media (min-width: 768px) {
    .navbar {
      padding-top: 35px; } }
  .navbar .navbar-toggle {
    border-color: white; }
  .navbar .navbar-header {
    margin-left: 0px; }
    .navbar .navbar-header img {
      max-width: 240px; }
      @media (min-width: 768px) {
        .navbar .navbar-header img {
          max-width: 190px; } }
      @media (min-width: 992px) {
        .navbar .navbar-header img {
          max-width: 255px; } }
  .navbar #nav-con {
    background-color: #d9e8ff;
    border-color: white;
    float: none;
    margin-top: 33px; }
    @media (min-width: 768px) {
      .navbar #nav-con {
        float: right;
        margin-top: 10px; } }
    .navbar #nav-con li a {
      font-family: 'Open Sans', Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-smooth: always;
      font-weight: 600;
      font-size: 14px;
      color: #666666;
      text-transform: uppercase; }
      .navbar #nav-con li a:focus, .navbar #nav-con li a:active, .navbar #nav-con li a:hover {
        color: #d60a0a;
        text-decoration: underline; }
      @media (min-width: 768px) {
        .navbar #nav-con li a {
          font-size: 11px;
          padding-left: 5px;
          padding-right: 5px; } }
      @media (min-width: 992px) {
        .navbar #nav-con li a {
          font-size: 14px;
          padding-left: 8px;
          padding-right: 8px; } }
    .navbar #nav-con .active {
      color: #d60a0a;
      text-decoration: none;
      background: none; }
      .navbar #nav-con .active a {
        color: #d60a0a;
        text-decoration: none;
        background-color: transparent; }
  .navbar #nav-line {
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    bottom: 0;
    background-color: #d60a0a; }
  .navbar #language_toggle_en {
    display: block;
    width: 17px;
    height: 10px;
    padding-top: 32px;
    padding-left: 30px;
    background: url("../images/itr_en.png") center center no-repeat; }
  .navbar #language_toggle_de {
    display: block;
    width: 17px;
    height: 10px;
    padding-top: 32px;
    padding-left: 30px;
    background: url("../images/itr_de.png") center center no-repeat; }

#teaser {
  display: block;
  background: url("../images/itr_teaser_bg_01.jpg") center center no-repeat; 
  height: 230px;
  text-align: center;
  padding-top: 34px; }
  @media (min-width: 768px) {
    #teaser {
      height: 312px;
      padding-top: 50px; } }
  #teaser h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-weight: 600;
    font-size: 28px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      #teaser h1 {
        font-family: 'Open Sans', Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-smooth: always;
        font-weight: 600;
        font-size: 48px;
        color: white; } }
  #teaser h3 {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-weight: 400;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 768px) {
      #teaser h3 {
        font-family: 'Open Sans', Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-smooth: always;
        font-weight: 400;
        font-size: 14px;
        color: white; } }
  #teaser #short-line {
    display: block;
    background-color: white;
    width: 40px;
    height: 1px;
    margin: 0 auto;
    margin-top: 16px; }

#services {
  background-color: white;
  padding-bottom: 20px; }
  #services .icon {
    background: url("../images/itr_icon_services.png") center center no-repeat;
    margin-top: -35px; }
  #services ul {
    padding: 0px;
    padding-left: 12px;
    margin: 0px;
    margin-bottom: 14px; }

#news {
  display: block;
  background: url("../images/itr_news_bg.jpg") center top; }
  #news .icon {
    background: url("../images/itr_icon_news.png") center center no-repeat; }
  #news #news-carousel {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px; }
    #news #news-carousel .carousel-inner {
      left: 10%;
      overflow: hidden;
      position: relative;
      width: 80%; }
    #news #news-carousel .carousel-control {
      bottom: 0;
      color: #FFFFFF;
      font-size: 20px;
      left: 0;
      opacity: 0.5;
      position: absolute;
      text-align: center;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
      top: 0;
      width: 7%; }
      @media (min-width: 768px) {
        #news #news-carousel .carousel-control {
          width: 10%; } }
    #news #news-carousel .carousel-indicators li {
      border: 1px solid #d60a0a; }
    #news #news-carousel .carousel-indicators .active {
      background-color: #d60a0a; }
    #news #news-carousel a.left {
      background-image: none;
      background: url("../images/itr_news_arrow_left.png") center center no-repeat; }
    #news #news-carousel a.right {
      background-image: none;
      background: url("../images/itr_news_arrow_right.png") center center no-repeat;
      left: auto;
      right: 0; }
    #news #news-carousel .item {
      min-height: 450px; }
      #news #news-carousel .item .text-box {
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #news #news-carousel .item .text-box {
            margin-bottom: 40px; } }
      #news #news-carousel .item .blue {
        font-family: 'Open Sans', Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-smooth: always;
        font-weight: 300;
        font-size: 16px;
        color: #0166ff;
        line-height: 18px; }
        @media (min-width: 768px) {
          #news #news-carousel .item .blue {
            font-family: 'Open Sans', Arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            font-smooth: always;
            font-weight: 300;
            font-size: 24px;
            color: #0166ff;
            line-height: 32px; } }
      #news #news-carousel .item p {
        font-size: 11px;
        line-height: 14px; }
        @media (min-width: 768px) {
          #news #news-carousel .item p {
            font-size: 14px;
            line-height: 24px; } }
  #news .carousel-indicators {
    bottom: auto; }

#refund {
  background-color: #d9e8ff;
  padding-bottom: 40px;
  line-height: 24px; }
  #refund .icon {
    background: url("../images/itr_icon_refund.png") center center no-repeat; }
  #refund #refund-tab {
    margin-bottom: 20px;
    width: 88%; }
    @media (min-width: 768px) {
      #refund #refund-tab {
        width: 100%; } }
    #refund #refund-tab li {
      height: 44px;
      border: 1px solid #666666;
      padding: 0;
      margin-top: -1px; }
      @media (min-width: 768px) {
        #refund #refund-tab li {
          height: 64px; } }
      #refund #refund-tab li a {
        height: 100%;
        padding-top: 12px;
        text-transform: uppercase;
        color: #666666; }
        @media (min-width: 768px) {
          #refund #refund-tab li a {
            padding-top: 22px; } }
        #refund #refund-tab li a:hover {
          color: #d60a0a;
          background-color: white; }
    #refund #refund-tab .active {
      background-color: white; }
      #refund #refund-tab .active a {
        color: #d60a0a;
        background-color: white; }
    #refund #refund-tab .active:after, #refund #refund-tab .active:before {
      left: 100%;
      top: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #refund #refund-tab .active:after {
      border-color: transparent;
      border-left-color: white;
      border-width: 20px;
      margin-top: -20px; }
      @media (min-width: 768px) {
        #refund #refund-tab .active:after {
          border-width: 30px;
          margin-top: -30px; } }
    #refund #refund-tab .active:before {
      border-color: transparent;
      border-left-color: #666666;
      border-width: 22px;
      margin-top: -22px; }
      @media (min-width: 768px) {
        #refund #refund-tab .active:before {
          border-width: 32px;
          margin-top: -32px; } }
  #refund #quality ul {
    padding: 0px;
    padding-left: 12px;
    margin: 0px; }

#vatregistration {
  background-color: #e5efff; }
  #vatregistration .icon {
    background: url("../images/itr_icon_vatregistration.png") center center no-repeat; }
  #vatregistration ul {
    padding: 0px;
    padding-left: 12px;
    margin: 0px; }

#whoweare {
  background-color: white; }
  #whoweare .icon {
    background: url("../images/itr_icon_whoweare.png") center center no-repeat; }
  #whoweare #personal-info img {
    margin-bottom: 30px; }
  #whoweare #personal-info .job-title {
    font-family: 'Open Sans', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-weight: 300;
    font-size: 14px;
    color: #666666; }
  #whoweare #personal-info a {
    color: #d60a0a; }
  #whoweare #personal-info #quote {
    margin-top: 30px;
    background: url("../images/itr_quote_bubble_arrow.png") no-repeat 20px 0;
    padding-top: 19px; }
    #whoweare #personal-info #quote .text-box {
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-radius: 5px 5px 5px 5px;
      background-color: #d9e8ff;
      margin-bottom: 20px;
      padding: 20px; }
      @media (min-width: 768px) {
        #whoweare #personal-info #quote .text-box {
          padding: 20px;
          margin-bottom: 0; } }
  #whoweare #personal-info .text-box {
    margin-bottom: 0; }
  #whoweare .blue {
    margin-bottom: 40px; }
  #whoweare .text-box-padding {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }
    #whoweare .text-box-padding h3 {
      margin-bottom: 0; }
  #whoweare .slim {
    margin-bottom: 10px; }

#contact {
  background: url("../images/itr_contact_bg.png") center center no-repeat #e8e8e8;
  padding-bottom: 40px; }
  #contact .icon {
    background: url("../images/itr_icon_contact.png") center center no-repeat; }
  #contact a {
    color: #d60a0a; }
  #contact .map-link {
    display: none; }
  #contact .center-text {
    text-align: center; }

#contact-map {
  display: none;
  width: 100%;
  height: 200px; }
  @media (min-width: 768px) {
    #contact-map {
      height: 350px; } }

#footer {
  height: 116px;
  background-color: #0166ff;
  color: white; }
  #footer #nav-line {
    display: block;
    height: 3px;
    width: 100%;
    top: 0;
    background-color: #d60a0a;
    border-bottom: 1px solid white; }
  #footer #footer-nav {
    text-align: center;
    padding-top: 50px; }
    #footer #footer-nav a {
      font-family: 'Open Sans', Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      font-smooth: always;
      font-weight: 600;
      font-size: 14px;
      color: #666666;
      text-transform: uppercase;
      color: white;
      margin-left: 10px;
      margin-right: 10px; }
