html {
    font:400 100%/1.5em 'Roboto', sans-serif;
    background:#fff;
    color:#1e1e1e;
}

body  {
    overflow-x: hidden;
}

::selection {background: #ccc;}
::-moz-selection {background: #ccc;}

.image {}
.highlight {color:red}

a {color: #c70717;  text-decoration: none;}
a:hover {text-decoration: underline;}

.container {
    max-width:60.125rem;
    margin:0 auto;
}
h1, h2, h3, h4, h5, h6
{
    margin-bottom:1em;
    font-family: 'Roboto Condensed', sans-serif;
    text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.4375rem;
  color: #142160;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 0;
}
  h1 small {
    font-size: 1em;
    font-weight: 300;
  }
h2 {
  font-size:1.3em;
  color: #bf1e2e;
}
h3 {
  font-size:1.2em;
  color: #bf1e2e;
}
h4 {
  font-size:1.1em;
  color: #bf1e2e;
}
h5 {
  font-size:1.05em;
  color: #bf1e2e;
}
h6 {
  font-size:1em;
  color: #bf1e2e;
}


/* ALL NAVIGATIONS */
nav {
    position: relative;
    overflow: hidden;
}

nav ul, .navi
{
  list-style:none;
}
.navi a
{
  display:inline-block;
}

/*=NAVIGATION MAIN */
#navi {
    max-height:0;
    -webkit-transition: max-height 300ms ease-in-out 200ms;
    -moz-transition: max-height 300ms ease-in-out 200ms;
    -ms-transition: max-height 300ms ease-in-out 200ms;
    -o-transition: max-height 300ms ease-in-out 200ms;
    transition: max-height 300ms ease-in-out 200ms;
}

#navi:target {
    max-height:36rem;
}

.toggle-navi {
    background: #1a2a72;
    color:#fff;
    display: block;
    padding: 1rem 1rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index:2;
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    height: 3.5em;
    z-index: 15;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.toggle-navi:hover,
.toggle-navi.active {
  text-decoration: none;
}
.toggle-navi.active {
  background: #c70717;
}
  .toggle-navi span, 
  .toggle-navi span:before, 
  .toggle-navi span:after {
      cursor: pointer;
      border-radius: 1px;
      height: 3px;
      width: 25px;
      background: white;
      position: absolute;
      display: block;
      content: '';
  } 
  .toggle-navi span {
    top: 50%;
    left: 1.5em;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .toggle-navi span:before {
      top: -8px;
      right: 0;
  }
  .toggle-navi span:after {
      bottom: -8px;
      right: 0;
  } 

  .toggle-navi span, .toggle-navi span:before,
  .toggle-navi span:after {
    transition: all 500ms ease-in-out;
  }
  a.toggle-navi > img {
    height: 100%;
  }
  


@media only screen and (min-width:62em) {
    .toggle-navi {
       display: none;
    }

    #navi {
       max-height: none;
    }
}

/*=NAVIGATION MAIN */
#navi {
  background: #1a2a72;
}

    #navi > li {
        text-align: center;
    }

        #navi > li > span,
        #navi > li > a {
            display: block;
            color: #fff;
            padding:.7rem;
            text-decoration: none;
        }
        #navi > li:last-child > a {
          border-bottom: none;
        }

        #navi > li:hover > a,
        #navi > li.active > a,
        #navi > li:hover > span,
        #navi > li.active > span {
          background: #c70717;
          text-decoration: none;
        }
        

        
            #navi > li > ul > li {
                padding-bottom: .5rem;
                text-align: center;
            }
            #navi > li > ul > li:last-child {
                padding-bottom: .5rem;
            }
            #navi > li > ul > li > span,
            #navi > li > ul > li > a {
                color: #fff;
                text-decoration: none;
                font-size: .9rem;
                font-weight: 300;
            }
            #navi > li > ul > li > a:hover,
            #navi > li > ul > li > span:hover,
            #navi > li > ul > li > span.active,
            #navi > li > ul > li > a.active {
              color: #BF1E2E;
            }




.header {
    position: relative;
}
    #branding {
        padding: 1.3rem 0;
        display: block;
        text-align: center;
        display: none;
    }
  #slideshow2 {
    display: none;
  }
  #slideshow {
    position: relative;
    top: 0;
    z-index: -1;
    width: 100%;
    overflow: hidden;
  }
    #slideshow img {
      height: 12rem;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    .header .cta {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: inline-block;
    }
    .header .cta h1 {
      white-space: nowrap;
      background: rgba(255,255,255,0.8);
      padding: 1.2rem;
      font-size: 1.4375rem;
      font-weight: 400;
      display: none;
    }
      .header .cta h1 small {
        font-weight: 300;
      }
      .header .cta > div,
      .header .cta > ul {
          display: none;
      }
      .header .cta > .tel {
          white-space: nowrap;
      background: rgba(255,255,255,0.8);
      padding: 1.2rem;
      font-size: 2.438rem;
      font-weight: 400;
      }

.content {
  padding: 1rem;
  font-size: 0.9375rem; /* 15/16 */

}
	.content p {  line-height: 1.5rem;}
  .content ul {
    list-style: none;
  }
    .content ul li {
      position: relative;
      padding-left: 18px;
      margin-bottom: 12px;
      line-height: 1.2rem;
    }
      .content ul li:last-child {
        margin-bottom: 0;
      }
      .content ul li:before {
        content: '';
        width: 10px;
        height: 8px;
        position: absolute;
        top: 4px;
        left: 0;
        background: url(../images/arrow-content.png) no-repeat top center;
      }

      .content ul.floatList li {
        float: left;
        width: 50%;
      }
      .content ul.floatList li:nth-child(even) {
        margin-right: 0;
      }

.contentTeaser {
  background: #edebea;
  padding: 22px;
  margin-bottom: 20px;
}
  
  .contentTeaser h2 {
    color: #c70717;
    font-size: 1.1875rem;
    font-weight: 400;
    margin-bottom: 7px;
  }
    .contentTeaser h2 small {
      font-size: 1.5625rem;
      font-weight: 300;
    }
  .contentTeaser a {
    float: right;
  }
  .contentTeaserIndex a {
    float: none;
  }


.sidebar .cta {
  background: #c70717;
  color: #fff;
  padding: 10% 3.5%;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
  .sidebar .cta p {
    font-size: 2rem;
    font-weight: 300;
  }
    .sidebar .cta p span {
      font-weight: 700;
    }

.sidebar .data {
  padding: 10% 3.5%;
  text-align: center;
}
.sidebar .teaser {
  display: none;
}
.sidebar .logos {
  text-align: center;
  padding-bottom: 5%;
}
  .sidebar .logos img {
    vertical-align: top;
  }

.footerContainer {
  background: #152264;
  text-align: center;
}


#navi2 {
        list-style: none;
        position: relative;
        display: inline-block;
        padding-top: 11px;
      }
        #navi2 > li {
          width: 100%;
          text-align: center;
          line-height: 1;
          display: none;
          margin-bottom: 1rem;
        }

        #navi2 > li:last-child {
          margin-right: 0;
          padding-right: 0;
          margin-bottom: 0;
          display: block;
          border-right: none;
        }
        #navi2 > li:nth-last-child(2) {
          display: block;
        }
          #navi2 > li > a {
            text-decoration: none;
            text-transform: uppercase;
            color: #53a8d9;
            font-weight: 300;
            font-size: 0.9375rem;
            line-height: 1;
          }
          #navi2 > li:hover > a {
            color: #fff;
          }


@media only screen and (min-width: 25.8em) {

  .sidebar .cta.col-tiny-6,
  .sidebar .data.col-tiny-6 {
    margin: 0;
    width: 50%
  }
  .sidebar .logos {
    padding-top: 5%;
  }

}

@media only screen and (min-width: 40em) {
  .sidebar .cta.col-tiny-6,
  .sidebar .data.col-tiny-6 {
    width: 100%;
    padding: 10% 5%;
  }

  .sidebar .cta p {
    font-size: 1.9rem;
  }
  .sidebar .data p {
    font-size: .9rem;
  }

  .sidebar .teaser {
    display: block;
    list-style: none;
    float: left;
  }
    .sidebar .teaser > li {
      margin-bottom: 1.5rem;
    }
    
      .sidebar .teaser > li a {
        display: block;
        padding-top: 120px;
        text-align: center;
        line-height: 1.25rem;
      }
      .sidebar .teaser > li a:hover {
        text-decoration: none;
      }
      .sidebar .teaser > li:first-child a {
        background: url(../images/teaser/1.jpg) no-repeat top center;
      }
      .sidebar .teaser > li:last-child a {
        background: url(../images/teaser/2.jpg) no-repeat top center;
      }
        .sidebar .teaser > li a > span {
          padding: 3%;
          text-align: center;
        }
        .sidebar .teaser > li a > span:first-child {
          display: block;
          background: #0984c2;
          font-family: 'Roboto Condensed', sans-serif;
          color: #fff;
          text-transform: uppercase;
          font-size: 1.0625rem;
          font-weight: 700;
          -webkit-transition: all .25s ease;
             -moz-transition: all .25s ease;
              -ms-transition: all .25s ease;
               -o-transition: all .25s ease;
                  transition: all .25s ease;
        }
        .sidebar .teaser > li a > span > span {
          display: inline-block;
          position: relative;
        }
          .sidebar .teaser > li a > span > span:after {
          background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -178px -19px;
          content: "";
          height: 18px;
          position: absolute;
          right: -21px;
          top: 1px;
          width: 16px;
          }
        .sidebar .teaser > li a:hover > span:first-child {
          background: #0e5d85;
        }
        .sidebar .teaser > li a > span:last-child {
          background: #34a6e1;
          color: #fff;
          font-weight: 300;
          display: block;
          font-size: 0.9375rem;
        }
}

@media only screen and (min-width:47em) {}

@media screen and (min-width:62em), print {

  .navContainer {
    width: 100%;
    height: 7.125rem;
    background: #1a2a72;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  nav {
    overflow: visible;
  }
  #navi {
    float: right;
  }
  #navi > li {
    float: left;
    position: relative;
  }
  #navi > li.startseite,
  #navi > li.anfahrt,
  #navi > li.datenschutz,
  #navi > li.impressum {
    display: none;
  }

  #navi > li:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #c70717;
    opacity: 0;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  }
  #navi > li:hover:before {
    opacity: 1;
  }

  #navi > li > span,
  #navi > li > a {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    padding: 3.05rem 1rem;
    text-align: center;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  }
  #navi > li > ul {
    position: absolute;
    top: 114px;

    left: 50%;
    opacity: 0;
    background: #1a2a72;
    z-index: -1;
    padding: 20px;
    white-space: nowrap;
    visibility: hidden;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #navi > li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navi > li > ul > li {}
  #navi > li > ul > li:last-child {
    padding-bottom: 0;
  }
   #navi > li > ul > li > a {
	   font-weight: 400;
	   }

  .header {
    height: 477px;
    padding-top: 7.125rem;
  }
  .header #slideshow {
    display: none;
  }
  #branding {
    display: block;
  }
  #slideshow {
    display: none;
  }
  #slideshow2 {
    width: 100%;
    height: 363px;
    position: absolute;
    top: 7.125rem;
    z-index: -1;
    display: block;
  }

    .header .cta {
      width: 429px;
      left: 0;
      top: auto;
      bottom: 35px;
      -webkit-transform: translate(0%, 0%);
         -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
           -o-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
    }
      .header .cta h1 {
        margin-bottom: 0;
        display: block;
        font-size: 1.4375rem;
      }
      .header .cta h1 small {
        font-size: 1em;
      }
      .header .cta > .tel {
        display: none;
      }
      .header .cta > ul {
        display: block;
        width: 254px;
        height: 98px;
        padding-left: 20px;
        padding-top: 5px;
        list-style: none;
        background: rgba(255,255,255,0.8);
        margin: 4px 4px 0 0;
      }
        .header .cta > ul > li {
          position: relative;
          padding-left: 17px;
          font-weight: 300;
          font-size: 1rem;
          color: #010101;
          line-height: 1;
          padding-top: 10px;
        }
        .header .cta > ul > li:before {
          content: '';
          width: 9px;
          height: 11px;
          position: absolute;
          top: 12px;
          left: 0;
          background: url(../images/arrow-cta.png) no-repeat top center;
        }
      .header .cta > div {
        display: block;
      }
      .header .cta > div a {
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        width: 171px;
        height: 47px;
        font-weight: 300;
        font-size: 19px;
        position: relative;
        padding-top: 11px;
        -webkit-transition: all .25s ease;
           -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
             -o-transition: all .25s ease;
                transition: all .25s ease;
        font-family: 'Roboto Condensed', sans-serif;
      }
      .header .cta > div a:first-child {
        background: #c70717;
        margin-bottom: 4px;
        margin-top: 4px;
        padding-left: 15px;
      }
      .header .cta > div a:last-child {
        background: #1f3186;
        padding-left: 16px;
      }
      .header .cta > div a:hover:first-child {
        background: #9c0a16;
      }
      .header .cta > div a:hover:last-child {
        background: #152159;
      }
      .header .cta > div a:after {
        content: '';
        width: 16px;
        height: 18px;
        position: absolute;
        right: 15px;
        top: 14px;
        background: url(../images/sprite.png) no-repeat;
        background-position: -178px -19px;
      }
      .header .cta > div a:before {
        content: '';
        width: 16px;
        height: 18px;
        position: absolute;
        left: 15px;
        background: url(../images/sprite.png) no-repeat;
      }
      .header .cta > div a:first-child:before {
        width: 30px;
        height: 30px;
        top: 9px;
        background-position: -21px -14px;
      }
      .header .cta > div a:last-child:before {
        width: 30px;
        height: 30px;
        top: 7px;
        background-position: -22px -86px;
      }

    .content {
      padding: 35px 0;
    }
    .sidebar {
      margin-top: -21px;
    }
    .sidebar .cta {
      position: relative;
      height: 113px;
      text-align: left;
      padding: 21px 74px 0 23px !important;
    }
    .sidebar .cta p:last-of-type {
      font-size: 1.75rem;
    }
    .sidebar hr {
      margin: 0.7em 0;
    }
    .sidebar .cta:after {
      content: '';
      width: 150px;
      height: 227px;
      position: absolute;
      right: -42px;
      top: -100px;
      background: url(../images/sprite.png) no-repeat;
      background-position: -300px -11px;
    }
    .sidebar .data {
      padding: 7% 5%!important;
    }
    .sidebar .data p {
      font-size: 1rem;
    }
    
    .footerContainer {
      height: 40px;
      text-align: center;
      display: block;
    }
    
    #navi2 > li {
          width: auto;
          float: left;
          text-align: center;
          line-height: 1;
          margin-right: 15px;
          padding-right: 15px;
          display: block;
          border-right: 1px solid #53a8d9;
          margin-bottom: 0;
        }
        #navi2 > li:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: none;
        }

}

