@charset "UTF-8";
/*
DIESE SEITE WURDE DURCH MEDIAPIER ERSTELLT
SCHÖN, DASS SIE MAL IN UNSERE ARBEIT HINTER DEN KULISSEN REIN SCHAUEN.
BRAUCHEN SIE EINE FÜHRUNG?
-> info@mediapier.de
-> 0381 - 337 100 86
*/
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:300,400,700');
/* CSS Document */
html,
body {
  position: relative;
  min-height: 100%;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
body {
  font-family: "Open Sans";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-family: "Merriweather";
  font-style: italic;
  color: #424242;
  font-weight: 400;
}
h1 > small {
  font-family: "Open Sans";
  font-style: normal;
  color: #c4920a;
  font-weight: 700;
  font-size: 15px;
}
small {
  font-family: "Open Sans";
  font-style: normal;
  color: #c4920a !important;
  font-weight: 500;
}
.btn-info {
  background: #005594;
  border-color: #005594;
}
.cleaning {
  clear: both;
}
.navbar {
  height: 120px;
  margin-bottom: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005594+33,00345a+100 */
  background: #005594;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005594 33%, #00345a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005594 33%, #00345a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005594 33%, #00345a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005594', endColorstr='#00345a', GradientType=0);
  /* IE6-9 */
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: 3px 0px 0px 5px #00345a;
  position: relative;
  z-index: 999;
  border-radius: 0px;
}
.navbar-brand {
  position: relative;
  background: none;
  padding: 10px 20px 0px 0px;
  z-index: 999;
}
.navbar-brand img {
  position: relative;
  margin-left: 30px;
  height: 170px;
  z-index: 1000;
}
@media (max-width: 768px) {
  .navbar {
    height: 80px;
  }
  .navbar-brand img {
    height: 120px;
  }
}
.nav > li > a,
.nav > li > a:visited {
  font-size: 16px;
  font-weight: 700 !important;
}
.over {
  position: relative;
  z-index: 95;
  box-shadow: -2px 0 5px rgba(20, 20, 20, 0.9);
}
.drueber {
  position: relative;
  box-shadow: 0px 0 15px rgba(20, 20, 20, 0.9);
  margin: 0px !important;
  z-index: 105;
  padding-bottom: 30px;
}
.maritim1 {
  background: url(../img/bg/maritim1.jpg) no-repeat top left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.maritim1 h2 {
  font-family: "Open Sans";
  color: #fff;
  text-shadow: 0px 0px 5px rgba(22, 22, 22, 0.75);
}
.maritim1 h3 {
  margin: 10px 5px;
}
#firstheader {
  font-size: 25px;
}
@media (min-width: 768px) {
  .nav > li > a {
    padding: 55px 30px 0px;
    z-index: 999;
    text-align: center;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff !important;
  }
  .nav > li > a > div {
    width: 70px;
    padding: 12px;
    margin: 0px auto;
    margin-top: 9px;
    background-color: #005594;
    border-radius: 50%;
    border: 4px solid #fff;
    display: block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
  }
  .nav > li > a > div > img {
    width: 100%;
    margin: 0px auto;
  }
  .nav.uppermenu {
    position: absolute !important;
    top: -1px;
    right: 10%;
    margin-top: -1px;
    border: 1px solid #B4B4B4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .nav.uppermenu > li > a {
    padding: 10px 10px 5px;
    font-size: 12px;
  }
  .nav.uppermenu > li > a > i {
    font-size: 22px;
  }
  .login-menu {
    width: 300px;
  }
  #firstheader {
    font-size: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .nav.uppermenu {
    margin-top: -1px;
    border: 1px solid #B4B4B4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .nav.uppermenu > li > a {
    padding: 10px 10px 5px;
    font-size: 13px;
  }
  .nav.uppermenu > li > a > i {
    font-size: 20px;
  }
}
.cede {
  background: #fff;
  min-height: 300px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
}
.cede h4 {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 500;
  color: #3C3C3C;
}
@media (max-width: 768px) {
  .cede h4 {
    font-family: "Merriweather";
    font-style: italic;
    font-weight: 500;
    color: #3C3C3C;
    font-size: 13px;
  }
}
.cede img {
  margin: 0px auto;
}
.cede .cdkaufen {
  font-family: "Open Sans";
  font-style: normal;
  color: #fff;
  font-weight: 500;
  background: #00345a;
  margin-top: 10px;
}
.footer {
  background: #00345a;
  font-size: 1em;
  color: #ddd;
}
.footer i {
  color: #fff;
  background-color: #c4920a;
  padding: 10px !important;
  font-size: 1.5em;
}
.footer .social i {
  min-width: 40px;
  text-align: center;
}
.footer h3 {
  font-size: 1.2em;
  font-weight: 400;
}
.footer .bestellinfos a {
  color: #ddd ;
  padding-bottom: 5px;
}
.footer .rights {
  margin: 20px 0px;
}
@media (max-width: 768px) {
  .nav {
    margin-top: 30px;
  }
  .nav > li {
    border-bottom: 1px solid #fff;
  }
  .nav > li > a {
    padding: 5px 0px 0px;
    z-index: 999;
    text-align: right;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #005594;
  }
  .nav > li > a > div {
    width: 50px;
    padding: 8px;
    margin: 5px 15px 15px 25px;
    background-color: #005594;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.8);
  }
  .nav > li > a > div > img {
    width: 100%;
    margin: 0px auto;
  }
}
.primaerblau {
  background: #00345a;
  color: #fff;
}
.pageheading {
  background-color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 30px;
}
.auftrittehead {
  padding-top: 80px;
  background-color: #c4920a;
  background-image: url(../img/bg/garn.jpg);
  background-size: cover;
  background: cover;
}
.newshead {
  padding-top: 180px;
  min-height: 250px;
  background-color: #c4920a;
  background-image: url(../img/slider/news.jpg);
  background-position: center center;
  background-size: cover;
  background: cover;
}
.contacthead {
  padding-top: 180px;
  min-height: 250px;
  background-color: #c4920a;
  background-image: url(../img/slider/kontakt.jpg);
  background-position: bottom center;
  background-size: cover;
  background: cover;
}
.shophead {
  padding-top: 180px;
  background-color: #c4920a;
  background-image: url(../img/bg/shop.jpg);
  background-position: center center;
  background-size: cover;
  background: cover;
}
.documentshead {
  padding-top: 180px;
  background-color: #c4920a;
  background-image: url(../img/bg/dokumente.jpg);
  background-position: center center;
  background-size: cover;
  background: cover;
}
.seitenindex .breadcrumb,
.seitenindex .breadcrumb a,
.seitenindex .breadcrumb li {
  font-family: "Open Sans";
  background: none;
  color: #fff;
  font-size: 1.1em;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .seitenindex {
    padding-top: 40px;
    background-color: #c4920a;
  }
  .seitenindex .breadcrumb,
  .seitenindex .breadcrumb a,
  .seitenindex .breadcrumb li {
    font-family: "Open Sans";
    background: none;
    color: #fff;
    font-size: 1.0em;
  }
}
.anevent {
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 0px 5px;
}
.anevent,
.anevent h3,
.anevent .btn {
  font-family: "Open Sans" !important;
}
.anevent h3 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 1.9em;
  text-align: center;
  display: block;
  font-weight: 700;
}
.anevent h3 > small {
  font-size: 0.5em;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
}
.anevent a.gotoevent {
  margin-top: 0px;
  font-size: 1.5em;
  font-family: "Open Sans" !important;
  cursor: pointer;
  color: #333;
}
.anevent a.gotoevent:hover {
  margin-top: 0px;
  font-size: 1.5em;
  font-family: "Open Sans" !important;
  cursor: pointer;
}
.anevent p {
  margin-top: 0px;
  font-weight: 300;
}
.anevent .btn {
  margin-top: 15px;
}
#nextevent {
  background: #EEECE6 !important;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 0 5px 3px rgba(17, 17, 17, 0.2);
  box-shadow: 0 0 5px 3px rgba(17, 17, 17, 0.2);
}
#nextevent h1,
#nextevent h2,
#nextevent h3,
#nextevent h4,
#nextevent h5,
#nextevent h6 {
  margin-left: 10px;
  margin-right: 10px;
}
#nextevent p {
  margin: 0 10px;
  font-size: 0.9em;
}
#nextevent bild {
  margin-bottom: 0px;
  width: 100% !important;
}
#nextevent .thedate {
  position: relative;
  top: -40px;
  left: 10px !important;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #005594;
  border: 3px solid #EEECE6;
  font-family: "Open Sans";
  font-size: 2em;
  text-align: center;
  color: #fff;
  padding-top: 5px;
  margin: 0px;
  margin-bottom: -40px;
  font-weight: 700;
}
#nextevent .thedate > small {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
  line-height: 0.5;
}
#nextevent .thetime {
  position: relative;
  top: -85px;
  left: 100px !important;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: #005594;
  border: 3px solid #EEECE6;
  font-family: "Open Sans";
  font-size: 2em;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  margin: 0px;
  margin-bottom: -80px;
}
#nextevent .thetime > small {
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  color: #fff;
  line-height: 0.5;
}
#nextevent h5 {
  font-family: "Open Sans";
  padding: 10px;
}
.overevent p {
  line-height: 1.8;
  font-weight: 400 !important;
  margin-left: 10px;
}
.overevent i {
  width: 25px;
}
.overevent .btn {
  width: 100%;
  margin-top: 20px;
}
.anws {
  border-bottom: 1px solid #DBDBDB;
  padding: 10px 0px 5px;
}
.anews,
.anews h3,
.anews .btn {
  font-family: "Open Sans" !important;
}
.anews {
  background-color: #EEECE6;
}
.anews h3 {
  margin-top: 10px;
  margin-bottom: 0px !important;
  padding-bottom: 0;
  font-size: 1.9em;
  text-align: left;
  display: block;
  font-weight: 700;
}
.anews h3 > small {
  font-size: 0.5em;
  margin-bottom: 15px;
  padding-left: 5px;
  text-align: left;
  display: block;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
}
.anews a.gotoevent {
  margin-top: 0px;
  font-size: 1.5em;
  font-family: "Open Sans" !important;
  cursor: pointer;
  color: #333;
}
.anews a.gotoevent:hover {
  margin-top: 0px;
  font-size: 1.5em;
  font-family: "Open Sans" !important;
  cursor: pointer;
}
.anews .bild {
  width: 100%;
}
.anews p {
  margin-top: 0px;
  font-weight: 300;
}
.anews .btn {
  margin-top: 15px;
}
.anews .readmore {
  background-color: #005594;
  color: #fff;
  border-radius: 0px;
  margin-bottom: 10px;
}
.anews hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.katside .list-group {
  border: none;
}
.katside .list-group a:hover {
  text-decoration: none;
}
.katside .list-group .list-group-item {
  background: none;
  border: none;
  border-bottom: 1px solid #005594 !important;
  margin-bottom: 0px;
  border-radius: 0px;
  font-size: 1.5em;
  color: #005594;
  transition: color 0.25s ease;
}
.katside .list-group .list-group-item.active {
  background-color: #005594, 30%;
  color: #ffffff;
}
.katside .list-group .list-group-item:hover {
  color: #fff;
  text-decoration: none;
}
.katside .list-group .list-group-item::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #005594;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
}
.katside .list-group .list-group-item:hover::after {
  width: 100%;
  text-decoration: none;
}
.cdpreis {
  font-size: 2em;
  font-weight: 700;
}
.cdpreis small {
  color: #333 !important;
  font-size: 0.4em !important;
}
.cdpreisempf {
  margin-top: 20px;
  font-size: 2em !important;
  font-weight: 400;
}
#eventbeschreibung p {
  margin-bottom: 10px;
}
/***************************

SHOP

***************************/
.produktreihe {
  margin-bottom: 30px;
}
.cdprodukt {
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.8);
}
.cdprodukt a {
  color: #222;
}
.cdprodukt .cdname {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 400;
  min-height: 60px;
}
.cdprodukt .cdpreis {
  margin-top: 10px;
  font-size: 1.7em;
  font-weight: 700;
}
.cdprodukt .cdpreis small {
  color: #333 !important;
  font-size: 0.4em !important;
}
.contactbg {
  background: url(../img/bg/contactbg.jpg) no-repeat bottom center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#kontaktwrap {
  background-color: #005594;
  margin-bottom: 300px;
}
#kontaktwrap .alert {
  border-radius: 0px;
}
#kontaktwrap h1 {
  background-color: #005594 !important;
  color: #fff !important;
  padding: 10px 0px;
}
#kontaktwrap input {
  border-radius: 0px;
}
.kontakttext p {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 8px;
}
