/*
 *  General Styles
 * --------------------------------------------------
 */
html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: "Roboto condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin: 60px 0 20px 0;
  }
@media screen and (max-width: 480px) {
	h1 {
	  font-size: 36px;
	  line-height: 36px;
	  margin: 40px 0 20px 0;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	  -webkit-hyphens: auto;
	  hyphens: auto; 
	}
	  
	#divNewsletterRegistration {
		display: none;
	}
}
h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin: 20px 0;
  }
h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  margin: 20px 0;
  }
h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  margin: 20px 0 0 0;
  }
h5 {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  }
h6 {
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  }
p {margin: 0 0 20px 0;}
a {
  color: #922224;
  text-decoration: none;
  }
a:hover {
  color: #922224;
  text-decoration: underline;
  }
ul, ol {margin: 20px 0;}
li {margin: 0 0 10px 0;}
img {
  max-width: 100%;
  height: auto;
  }


/* Layout
 * -------------------------------------------------- */

.container-fluid {
  padding-right: 55px;
  padding-left: 55px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1366px;
}
@media screen and (max-width: 480px) {
  .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  }
  .container-fluid.header {
  padding-right: 15px;
  padding-left: 55px;
  }
}


/* Off Canvas Navi
 * -------------------------------------------------- */
 .toggle-nav {
   position: absolute;
   left: 0px;
   top: 12px;
   }
 .toggle-nav:before {
   content:"";
   width: 10px;
   height: 50px;
   background: #FFF;
   box-shadow: none;
   position: absolute;
   left: -10px;
   }
 .nav-button {
   background: #FFF;
   border: none;
   padding: 10px;
   padding-left: 10px;
   box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
   transition: padding 0.2s ease-out;
   }
 .nav-button:focus {
   outline: none;
   box-shadow: 0px 3px 8px rgba(0,0,0,0.5);
   }
 .nav-button:hover {
   padding-left: 14px;
   transition: padding 0.2s ease-out;
   }
 
.content-offcanvas {
  margin-left: 234px;
  background: url(../img/shadow.png) repeat-y;
  /*background-blend-mode: multiply;*/
  }
.sidebar-offcanvas {
  width: 234px;
  position: absolute;
  padding: 20px;
  }
  
.search input[type=search] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 4px 8px;
  background: url('../img/search-icon.png') no-repeat 168px center;
  background-size: 21px 21px;
  }

.navigation,
.navigation ul {
  margin: 0; 
  padding: 0;
  list-style: none;
  }
.navigation {margin-top: 30px;}  
.navigation li {
  margin: 0; 
  }
.navigation li a{
  color: #333;
  padding: 5px;
  display: block;
  }
.navigation li a:hover,
.navigation li a:active,
.navigation li.active>a{
  background: #333;
  color: #fff;
  text-decoration: none;
  }
.navigation>li {
  margin-top: 20px;
  font-weight: bold;
  }
.navigation>li>ul{
  font-weight: normal;
  }
.navigation>li>ul>li>ul>li a{
  padding: 2px 20px; 
  color: #757575;
  }
.navigation>li>ul>li>ul>li a{
  padding: 2px 20px; 
  color: #757575;
  }
.navigation>li>ul>li>ul>li>ul>li a{
  padding: 2px 20px 2px 40px; 
  color: #757575;
  }
.navigation>li>ul>li>ul,
.navigation>li>ul>li>ul>li>ul{
  display: none;
  }
.navigation li.active>ul,
.navigation li.open>ul {
  display: block;
  }

@media screen and (max-width: 767px) {
  .content-offcanvas {margin-left: 0;}
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .row-offcanvas-right { right: 0;}
  .row-offcanvas-left { left: 0;}
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -234px; 
  }
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -234px; /* -50% */
  }
  .row-offcanvas-right.active {
    right: 234px; 
  }
  .row-offcanvas-left.active {
    left: 234px; 
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 234px; 
  }
	  
	#divNewsletterRegistration {
		display: none;
	}
}

/* Header
 * -------------------------------------------------- */
 .header {
   padding-top: 20px;
   padding-bottom: 0px;
   z-index: 2;
   }
 .header-info, 
 .header-info h4,
 .header-info li {
   font-size: 12px;
   line-height: 16px;
   margin: 0;
   }
 .header-info ul, 
 .header-info li {
   list-style: none;
   margin: 0;
   padding: 0;
   }
.header-info {padding-bottom: 20px;}
.logo {margin-bottom: 20px;}
.logo img {max-width: 100%; height: auto;}
#btnToggleOpeningTimes {
  display: none;
}
 @media screen and (max-width: 680px) {
 .header-info {
   padding-left: 5px;
   padding-right: 5px;
   }
 }
 @media screen and (max-width: 380px) {
  .contact-opening-times {
    display: none;
  }
 .header-info {
   width: 100%;
   padding-bottom: 5px;
   }
  .header-info li {float: left;}
  .header-info li:after {
    content: "\00a0";
    }
  .header-info li:last-child:after {
    content: "";
    }
  .header {
   padding-bottom: 10px; 
    }
    #btnToggleOpeningTimes {
      display: block;
      margin-bottom: 15px;
    }
 }


/* Content
 * -------------------------------------------------- */
 

 
 .main-image {
   background: #c8c8c8 url(../img/shadow.png) repeat-y;
   background-blend-mode: multiply;
   padding: 10px 40px;
   text-align: center;
   }
 .main-image img {margin: 0 auto;}
 @media screen and (max-width: 480px) {
  .main-image {
   padding: 10px 15px;
   }
}

 .content {
   padding-bottom: 40px;
   }
 .page-content {
   max-width: 846px;
   margin-left: auto;
   margin-right: auto;
   }
  .single-link {
    color: #333;
    display: inline-block;
    padding-left: 30px;
    background: url('../img/link-arrow.png') no-repeat;
    background-size: 21px 21px;
    }
  .single-link:hover {
    color: #333;
    }
  .tableWrapper {max-width: 100%; overflow: scroll;}
  .page-content table {
    margin-bottom: 20px; 
    width: 100%;
    }
  .page-content tr:nth-child(2n-1) {background: #efefef;}
  .page-content td {padding: 4px 10px;}
  .price {
    text-align: right;
    font-weight: bold;
    }
  .link-list {
    list-style: none;
    padding: 0 20px 10px 30px;
    margin: 0;
    }
  .link-list li {
    margin-bottom: 10px;
    }
  .small {
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
    }
   .link-list .single-link {margin-left: -30px;}
   
   /*highlighted background*/
  .content-highlight {
    background: #922224;
    color: #E2B1B1;
    }
  .content-highlight h2 {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .content-highlight a,
  .content-highlight a:hover {color: #fff;}
  .content-highlight .single-link {background-image: url("../img/link-arrow-white.png");}
  .content-highlight .fb-news .single-link {background-image: url("../img/link-facebook-white.png");}
  .content-highlight .small {color: #E2B1B1;}
  .content-highlight .page-content>div {padding-bottom: 10px;}
  
  /*teaser*/
  .teaser {
	min-height: 310px;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .teaser h2 {
    border: none;
    margin-bottom: 0;
    }
  .teaser .single-link {
      background: none;
      padding-left: 0;
  }
  .teaser .single-link:after {
      content: "";
      width: 21px;
      height: 21px;
      background: url("../img/link-arrow.png") no-repeat;
      background-size: 21px 21px;
      display: inline-block;
      margin-left: 10px;
      margin-bottom: -2px;
  }
 
  .ce-column {
	  /* width: 48%; Für die Galerie wäre es zwar nützlich, bringt aber Seiteeffekte. */
	  float: left;
  }
  
  .ce-column .image {
	  margin-bottom: 10px;
  }
 /* Footer
 * -------------------------------------------------- */
 .social-link .container-fluid {
   padding-top: 20px; 
   padding-bottom: 20px;
   }
 .social-link {
   text-align: center;
   background: #f3f3f3 url(../img/shadow.png) repeat-y;
   background-blend-mode: multiply;
   border-top: 1px solid #dcdcdc;
   }
 .social-link img {
   margin-bottom: 10px;
   }
 .footer {
   border-top: 1px solid #dcdcdc;
   }
.footer .container-fluid {
   padding-top: 40px; 
   padding-bottom: 40px;
   }
 .footer-links {
   text-align: right;
   padding-top: 20px;
   }

  .footer a {
    color: #A9282A;
  }

  .footer .single-link {
    color: #333333 !important;
  }

  .footer p {
    color: #000000 !important;
  }
   
/* Start page
 * -------------------------------------------------- */
 .startpage .navigation {margin-top: 0; margin-bottom: 10px;}
 .startpage .navigation:after {
    content: "";
    clear: both;
    display: block;
    }
 .startpage .navigation li {float: left;}
 .startpage .navigation li a {
    padding: 5px 20px;
    font-size: 22px;
}

.startpage .header-transparent .navigation li a {
    color: #fff;
}
.startpage .main-image {padding: 0;}
.startpage .logo {margin-bottom: 10px;}
.startpage .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.6);
  padding-bottom: 0;
  }
.startpage .header.header-transparent{
  background: rgba(255,255,255,0);
  }
  
.startpage .page-content {
  max-width: none;
  }
  
.startpage .header {position: relative;}
.startpage .header.header-transparent{
background: #922224;
}

@media screen and (max-width: 992px) {
  .startpage .header {position: relative;}
  .startpage .header.header-transparent{
  background: #922224;
  }
  .startpage .navigation li {
    margin-top: 0;
	}
	
	.ce-column {
		width: 100%;
		float: left;
	}
  
}
@media screen and (max-width: 480px) {
   .startpage .navigation li a {
    padding: 5px 10px;
    font-size: 18px;
    }
}

/*forms
----------------------------------------*/
form ul {
  list-style: none;
  padding: 0;
  }
form label {
  display: block;
  font-weight: normal;
  }
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
select {
  width: 100%;
  }
input[type=submit],
input[type=button],
input[type=reset],
button {
  background: #777;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  }
input[type=button]:hover,
input[type=reset]:hover,
button:hover {
  background: #333;
  }
input[type=submit]{background: #922224;}
input[type=submit]:hover{background: #dc1414;}

.btn-primary {
	background: #922224 none repeat scroll 0 0;border: 0;
  -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.table-wrapper {
    overflow: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1080px) {
  .btn-primary {
    margin-bottom: 10px;
  }
}

/*summary
---------------------------------------------*/
details > summary {
  text-align: center;
}

.bg-red {
  background-color: #922224;
}

.bg-grey {
  background-color: #343a40;
}

.navbar-brand,
.navbar-brand:visited,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
  color: white;
}

.navbar-indent {
  margin-left: 50px;
}