
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #444;
	margin-bottom: 100px;
}


section {
  padding: 4em 0;
}
@media (max-width: 1200px) {
 	section {
 		padding: 3em 0;
	}
}
@media (max-width: 992px) {
 	section {
 		padding: 2em 0;
	}
}
@media (max-width: 767px) {
 	section {
 		padding: 1em 0;
	}
}






/* --------- NAVBAR
================================================== */
nav { 
	z-index: 100;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	}
	
@media (min-width: 768px) 	{
	nav {
		}
	.navbar-header {
		padding: 0 !important;
		margin: 0 15px !important;
		} 	
	.collapse {
		margin-top: 35px
		}
	.navbar {
		padding: 0 !important;
		margin: 0 !important;
		border: none;
	    position: absolute;
	    background: none !important;
	    }
	.navbar-fixed-top {
	  	position: relative;
		}
	
	
	.nav > li a i {
		font-size: 75%;
		text-shadow: none;
		color: rgba(255, 255, 255, 0.4);
		margin-left: .05em;
		font-weight: normal !important;
		}
		.nav > li a:hover i {
		color: #fff;
		}
		
	.nav {
		padding: 0 !important;
		margin: 0 !important;
		float: right;
		width: 100%;
		text-align: center;
		}
	.nav > li {
		float: none;
		display: inline-block;
		clear: none;
		margin: 0 !important;
		padding: 0 !important;
		}
	.nav > li a {
		margin: 0 .8em !important;
		padding: 0 !important;
		text-transform: uppercase;
	  	font-size: 200%;
	  	color: #ccc;
		display: inline;
		float: left !important;
		letter-spacing: .02em;
		color: #fff !important
		}
	.nav > li a:hover,
	.nav > li a:focus,
	.nav > li a#active {
		color: #fff !important;
		background: none;
		text-shadow: .1em .1em .1em rgba(0, 0, 0, 0.8);
		}
	.nav > li a#active {
		color: #fff !important;
		}	
	.nav > li a#active:hover {
		color: #aa0044 !important;
		color: #eee !important
		}
	.nav > li a#active:hover i {
		color: rgba(255, 255, 255, 0.3) !important
		}			
		
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		color: #fff;
		background: #f4f4f4;
		}	
	.underline .nav .open > a:hover:after {
		display: none
		}
    
    
    
	
	#sticky.affix {
	    width: 100%;
	    z-index: 100000;
	    top: 0;
	    background: rgba(128, 0, 5, 0.85);
	   	}
	#sticky.affix .collapse {
		margin-top: 15px
		}	
	#sticky.affix .navbar {
	    box-shadow: 0 .2em .7em rgba(0, 0, 0, 0.3);
	    z-index: 100;
	    }   
	#sticky.affix .nav {
		margin: 0 !important;
		height: 82px
		}     	
	#sticky.affix .nav > li {
		top: 47px
		}
	#sticky.affix .nav > li a {
		font-size: 145%;
		letter-spacing: .05em;
		padding: .2em .5em .15em .5em !important;
		border-radius: 3px;
		margin: 0 .3em !important
		}
	#sticky.affix .nav > li a:hover {
		background: rgba(255, 255, 255, 0.2);
		text-shadow: none;
		}	
	#sticky.affix .nav > li a#active {
		color: #fff !important;
		}
	#sticky.affix .nav > li a#active i {
		color: rgba(255, 255, 255, 0.5) !important;
		}		
	#sticky.affix .nav > li a#active:hover {
		color: #eee !important;
		}	
}


@media (max-width: 992px) {
	#sticky.affix {
		position: fixed !important;
		top: 0 !important;
		margin-top: 0 !important
		}	
}	


@media (max-width: 767px) {
	#sticky.affix,
	nav {
	    position: fixed !important;
		z-index: 10000;
		margin-top: 0 !important;
		top: 0 !important
		}	
	
	.nav { 
		border: none;
		overflow: hidden;
		margin: 0 0 1.25em 0;
		}
	.navbar {
		padding: 0;
		margin-bottom: 0;
		background: #7f0004;
	    box-shadow: 0 .3em .5em 0 rgba(0, 0, 0, 0.3);
		}	
	.navbar-header {
	   	text-align: center;
	   	height: 60px;
	   	border: none !important;
	   	box-shadow: none !important;
		}  
	  	
	.collapse,
	.navbar-collapse {
		box-shadow: none !important;
		}
		
	.navbar-toggle {
		background: none;
		border-color: none;
		margin-top: 12px
		}
	.navbar-toggle:hover,
	.navbar-toggle:focus {
		background: none;
		border-color: none;
		color: #fff;
		background: none;
		border-radius: 0;
		}
	.navbar-toggle .icon-bar{
		background-color: #fff;
		}
	.navbar-toggle:hover .icon-bar {
		background-color: rgba(255, 255, 255, 0.6);
		}	
		
	.nav > li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		font-size: 170% !important;
		padding: .7em .8em !important;
		font-weight: normal !important;
		text-align: center;
		letter-spacing: .05em;
		color: #fff;
		text-transform: uppercase
		}
	
	.nav > li a:hover,
	.nav > li a:focus,
	.nav > li a#active {
		text-transform: uppercase;
		background: rgba(255, 255, 255, 0.14);
		border-bottom: 1px solid rgba(255, 255, 255, 0);
		font-size: 100%;
		padding: .8em .8em .6em .8em;
		margin: 0;
		text-shadow: none;
		color: #fff
		}	
	.nav > li a#active {
		background: none;
		color: #e10055;
		color: #fff !important;
		font-weight: bold;
		}
	.nav > li a#active:hover {
		background: rgba(255, 255, 255, 0.14);
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		}	
		
			
	.nav .open > a,
	.nav .open > a:hover,
	.nav .open > a:focus {
		padding-bottom: 0;
		color: #445566;
		padding-top: .8em;
		padding-bottom: .7em;
		border-top: 1px dotted #bbb;
	  	border-bottom: none;
	  	margin-bottom: 0 !important;
	  	font-weight: bold;
	  	background: rgba(35, 103, 171, 0.15);
	  	background: none;
	  	/*background: rgba(0, 0, 0, 0.04) !important;*/
		}
	.nav .open .dropdown-menu {
		/*background: rgba(0, 0, 0, 0.04) !important;*/
		}
	.nav .open .dropdown-menu .dropdown-submenu .dropdown-menu {
		}	
	.nav .open > a:hover {
		background: rgba(35, 103, 171, 0.15);
		}	
		
	
	i.fa.fa-angle-down {
		float: right;
	}	
}
/* --------- end NAVBAR -------- */








/* --------- Master-Head
================================================== */
.overlay {
    background: rgba(75, 0, 0, 0.6) !important;
    z-index: 100;
    position: absolute;
    height: 100%;
    width: 100%
}
/* --------- end Master-Head -------- */





/* --------- CAROUSEL
================================================== */
.carousel-wrapper {
	background: #ddd;
	text-align: center;
	z-index: 10;
	margin-top: -63px;
	border-color: #e10055;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	}
.carousel {
	}
.overlay {
	background: #000
	}	
.carousel-wrapper .carousel .item 				{ 
	height: 420px;
	background-size: cover;
	background-position: center 42%;
	background-repeat: no-repeat;
	}	
@media (max-width: 1400px) {
	.carousel-wrapper .carousel .item 	{ height: 380px }	
}		
@media (max-width: 1200px) {
	.carousel-wrapper .carousel .item 	{ height: 350px }	
}
@media (max-width: 992px) {
	.carousel-wrapper .carousel .item 	{ height: 280px }	
}
@media (max-width: 767px) {
	.carousel-wrapper .carousel .item 	{ height: 120px }
	
	.carousel-wrapper {
	margin-top: 61px !important;
	}
}
@media (max-width: 600px) {
	.carousel-wrapper .carousel .item 	{ height: 100px }
}
@media (max-width: 480px) {
	.carousel-wrapper .carousel .item 	{ height: 80px }
}
	
	

	
.carousel-indicators {
  	bottom: 0 !important;
  	z-index: 1000;
  	display: none
  	}	
.carousel-indicators li,
.carousel-indicators .active {
  width: 17px; height: 6px;
  margin: 0 1px;
  border-radius: 0;
  border: none;
  background: rgba(255, 255, 255, 0.2)
}
.carousel-indicators .active {
 background: rgba(255, 255, 255, 0.4)
}
.carousel-indicators li:hover {
 background: #fff
}
@media (max-width: 768px) {
	.carousel-indicators 	{ display: none }
}

  	
.carousel-control {
	display: none
	}


.carousel-wrapper .carousel-caption {
	color: #fff;
	width: 1140px;
	margin: 0 auto !important;
	text-align: center;
	float: none;
	bottom: 20%;
	}
	
.carousel-caption {
   top: 0 !important;
   bottom: 25px !important;
   text-align: center
   }
		
@media (max-width: 1200px) {
.carousel-caption { 
	width: 940px !important 
	}
}
@media (max-width: 992px) {
.carousel-caption { 
	width: 720px !important;
	}	
}
@media (max-width: 767px) {
.carousel-wrapper {
	margin-top: 50px;
	border-top: none
	}
.carousel-caption {
 	width: 90% !important
	}			
}



.carousel-caption .top {
	width: 100%;
	}
.carousel-caption .middle {
	color: #fff !important;
	font-size: 220%;
	font-weight: 500;
	margin-top: 100px;
	text-transform: uppercase;
	letter-spacing: .03em;
	line-height: 1.4em
	}
	.carousel-caption .middle i {
	font-size: 95%;
	margin-left: .4em;
	margin-right: 0
	}
.carousel-caption .bottom {
	color: #fff !important;
	font-size: 150%;
	font-weight: 500;
	letter-spacing: .03em;
	} 


@media (min-width: 768px) {
	.nav > li {
		top: 110px
		}
	.nav > li a {
		font-size: 160%;
		}	
		
	.carousel-caption .top {
	  	background: url(../images/logo/logo_s.png) center center no-repeat;
		height: 75px;
		margin-top: 35px
	  	}
	.carousel-caption .middle {
	   font-size: 220%;
	    margin-top: 90px;
		}
	.carousel-caption .bottom {
	    font-size: 160%;
		} 		
}
@media (min-width: 992px) {
	.nav > li {
		top: 160px
		}	
	.nav > li a {
		font-size: 180%;
		}	
		
	.carousel-caption .top {
	  	background: url(../images/logo/logo_m.png) center center no-repeat;
		height: 100px;
		margin-top: 50px
	  	}  	
	.carousel-caption .middle {
	   	margin-top: 105px;
		}	
}
@media (min-width: 1200px) {
	.nav > li {
		top: 170px
		}
	.nav > li a {
		font-size: 200%;
		}	
		
	.carousel-caption .middle {
	   	margin-top: 125px;
		}	
}
@media (min-width: 1400px) {
	.nav > li {
		top: 205px
		}
	.nav > li a {
		font-size: 220%;
		}		
		
	.carousel-caption .top {
	  	background: url(../images/logo/logo_l.png) center center no-repeat;
		height: 200px;
		margin-top: 15px
	  	}
	.carousel-caption .middle {
	   	margin-top: 90px;
		}	
}



@media (max-width: 767px) {
	.carousel-caption {
		display: inline-block
		}
	.carousel-caption .top {
		display: none
		}
	.carousel-caption .middle {
	   	margin-top: 30px;
	   	font-size: 250%;
		}
	.carousel-caption .bottom {
	   	font-size: 200%;
	   	line-height: 1.1em;
		}		
}
@media (max-width: 480px) {
	.carousel-caption .bottom {
	   	display: none
		}		
}
/* ---- end CAROUSEL ------------------------------------------ */








/* --------- LOGO 
================================================== */
.logo {
	position: absolute;
	display: inline-block;
	background: url(../images/logo/logo_s.png) top left no-repeat;
	width: 85px;
	height: 75px;
	transition: .2s;
	margin-top: 10px
	}
	.logo:hover {
	background: url(../images/logo/logo_s_ccc.png) top left no-repeat;
	}	
		
		
	
@media (max-width: 992px) {		
	.logo {
		background: url(../images/logo/logo_s.png) top left no-repeat;
		width: 85px;
		height: 75px;
		}
	.logo:hover { background: url(../images/logo/logo_s_ccc.png) top left no-repeat; }	
	}					
@media (min-width: 768px) {
	.logo {
		background: url(../images/logo/logo_s.png) top left no-repeat;
		width: 85px;
		height: 75px;
		opacity: 0
		}	
	.logo:hover { 
		background: url(../images/logo/logo_s_ccc.png) top left no-repeat; 
		}	
	
	#sticky.affix .container {
		margin: 0 !important;
		padding: 0 !important;
		width: auto
		}
	#sticky.affix .logo {
		background: url(../images/logo/logo_xs.png) top center no-repeat;
		width: calc(100% - 30px) !important;
		margin: 9px 0 0 0 !important; 
		padding: 0 !important;
		height: 45px;
		opacity: 1
		}
	#sticky.affix .logo:hover { 
		background: url(../images/logo/logo_xs_ccc.png) top center no-repeat; 
		}
}
@media (min-width: 992px) {
	.logo {
		background: url(../images/logo/logo_s.png) top left no-repeat;
		width: 85px;
		height: 75px;
		}
	.logo:hover { background: url(../images/logo/logo_s_ccc.png) top left no-repeat; 
		
	}
}
@media (min-width: 1200px) {
	.logo {
		background: url(../images/logo/logo_m.png) top left no-repeat;
		width: 110px;
		height: 100px;
		}
	.logo:hover { background: url(../images/logo/logo_m_ccc.png) top left no-repeat;
		}	
}	
@media (max-width: 767px) {
	.logo {
		background: url(../images/logo/logo_l.png) top center no-repeat;
		background-size: 60%;
		margin-top: 7px;
		margin-left: -12px
		}
	.logo:hover {
		background: url(../images/logo/logo_m_ccc.png) top center no-repeat;
		background-size: 60%;
		margin-top: 7px
		}	
}
/* --------- end LOGO -------- */




   









/* --------- HEDALINES
================================================== */
h1, h2, h3, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 300;
	letter-spacing: .03em;
	color: #7f0004;
	line-height: 1.2em !important
}
h1, .row .h2, [class*="col-"] h1 	{ font-size: 340% !important; font-weight: 400; text-transform: uppercase;  }
h2, .row .h2, [class*="col-"] h2 	{ font-size: 250% !important;  }
h3, .row .h2, [class*="col-"] h3 	{ font-size: 150% !important;  }
h4, .row .h2, [class*="col-"] h4 	{ font-size: 120% !important;  }
h5, .row .h2, [class*="col-"] h5 	{ font-size: 105% !important;  }


@media (max-width: 767px) {
	h1, .row .h2, [class*="col-"] h1 	{ font-size: 280% !important; margin-bottom: 0  }
	h2, .row .h2, [class*="col-"] h2 	{ font-size: 230% !important;  }
	h3, .row .h2, [class*="col-"] h3 	{ font-size: 130% !important;  }
	h4, .row .h2, [class*="col-"] h4 	{ font-size: 115% !important;  }
	h5, .row .h2, [class*="col-"] h5 	{ font-size: 105% !important;  }
}
@media (max-width: 768px) {
	
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { font-weight: 300; text-transform: none; font-size: 50%; letter-spacing: 0; line-height: 1.2em !important; color: #7f0004; }
/* --------- end HEADLINES -------- */








/* --------- AUFZÄHLUNG
================================================== */
.list2 {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.5em
}
.list2 li {
	list-style: none;
	margin: 0 0 1.2em 0;
	padding: 0 0 1.2em 0;
	border-bottom: 1px dotted #bbb;
}
.list2 li:last-child {
	border-bottom: none;
}


.list3 {
	list-style: none;
	border-top: 4px solid #ddd;
	padding: 0;
	padding-top: 1em;
	margin: 1.5em 0 4em 0
}
.list3 li {
	list-style: none;
	margin: 0 0 .7em 0;
	padding: 0 0 .7em 0;
	border-bottom: 1px dotted #7f0004;
	border-bottom: 1px dotted #bbb;
}
.list3 li:last-child {
	border-bottom: 4px solid #ddd;
}
/* --------- end AUFZÄHLUNGEN -------- */







/* --------- BILDER
================================================== */

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  margin-top: 1em
}
/* --------- end BILDER -------- */





/* --------- Hintergründe
================================================== */
.bg-primary {
	background-color: #7f0004 !important;
}
.bg-light {
	/*border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;*/
	background-color: #eef1f2 !important;
}


.bg-dark {
	color: #fff;
	background-color: #4b0001 !important;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3 {
	color: #fff;
}
.bg-dark ul.list2 li {
	border-bottom-color: #666
}
.bg-dark ul.list2 {
	border-top-color: #666
}
/* --------- end Hintergründe -------- */






/* --------- TABS
================================================== */
.tab:not(:target) {
  display: none;
}

.tab:last-child {
  display: block;
}

.tab:target ~ .tab:last-child {
  display: none;
}

.tabs {
  width: 30em;
  margin: 6.5em auto;
}
/* --------- end TABS -------- */




/* --------- SONSTIGES
================================================== */
.txt_xxxs 				{ font-size: 50%; line-height: 1.1em !important }
.txt_xxs 				{ font-size: 60%; line-height: 1.1em !important }
.txt_xs 				{ font-size: 80%; line-height: 1.2em !important }
.txt_s 					{ font-size: 90%; line-height: 1.2em !important }
.txt_m 					{ font-size: 100% }
.txt_l 					{ font-size: 110%; line-height: 1.4em !important }
.txt_xl 				{ font-size: 125%; line-height: 1.5em !important }
.txt_xxl 				{ font-size: 140%; line-height: 1.5em !important }
.txt_xxxl 				{ font-size: 180%; line-height: 1.6em !important }

section a {
	color: #7f0004
}
section a:hover {
	color: #9b0046;
	text-decoration: none
}


.bg-dark a {
	color: #db0767 !important
}
.bg-dark a:hover {
	color: #fff !important
}



.border-vertical {
	text-align: center;
	display: block;
	width: 50%;
	margin-left: 50%;
	float: left;
	height: 100%;
	border-left: 1px dashed #ccc;
}


hr {
	margin-top: 4em; 
	margin-bottom: 3.5em
}
/* --------- end SONSTIGES -------- */







/* --------- FOOTER
================================================== */
.footer {
	color: rgba(255, 255, 255, 0.5);
	padding-top: 3.5em;
	box-shadow: none;
	text-align: center;
	height: 100px;
	background: #4b0001;
	}
.footer a {
	color: rgba(255, 255, 255, 0.5) !important;
	}
.footer a:hover {
	color: #fff;
	text-decoration: none !important
	}


@media (max-width: 768px) {
	body {
		margin-bottom: 0
		}
}
/* --------- end FOOTER -------- */





/* --------- BUTTONS
================================================== */
a.btn,
.btn {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: none	
}
a.btn:hover,
.btn:hover {
	border: none	
}

a.btn-default,
.btn-default {
	background: rgba(0, 0, 0, .25);
	color: #fff !important
}
a.btn-default:hover,
.btn-default:hover {
	background: #888;
	color: #fff !important
}


a.btn-primary,
.btn-primary {
	background: rgba(197, 0, 90, .6);
	color: #fff !important
}
a.btn-primary:hover,
.btn-primary:hover {
	background: #7f0004;
	color: #fff !important
}
/* --------- end BUTTONS -------- */








/* --------- PAGETOP
================================================== */
.pagetop-scroll {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display:none;
    background: rgba(128, 0, 5, 0.4);
	padding: .7em 2em;
    color: #fff;
    border-radius: 55px;
    width: 55px;
    height: 55px;
	padding: 0;
    text-align: center
}
.pagetop-scroll .glyphicon {
    color: #fff;
    text-align: center;
    margin-top: 1.5em
}
.pagetop-scroll:hover {
    color: #fff;
    background: #7f0004;
}
@media (max-width: 600px) {
	.pagetop-scroll {
    	right: 10px;
    	border-radius: 45px;
	width: 45px;
	height: 45px;
	}
	.pagetop-scroll .glyphicon {
	    margin-top: 1.15em
	}
}

a.pagetop-scroll {
	color: #fff !important
}
a.pagetop-scroll:hover {
	color: #ddd !important;
	text-decoration: none !important
}
/* --------- end PAGETOP -------- */






/* --------- NEWS / TERMINE
================================================== */
.aktuelles {
	line-height: 1.4em
	}

.aktuelles h2 {
	}
.aktuelles img {
	background: #fff !important;
	height: 80px !important;
	width: 80px !important;
	float: right !important;
	margin: -.1em 0  .5em 1em !important;
}
.aktuelles a {
	font-size: 115% !important;
	font-weight: 300 !important;
}
.aktuelles p {
	font-size: 85% !important;
	color: #888 !important;
	margin-top: .5em;
	line-height: 1.3em
}
.aktuelles hr {
	clear: both !important;
	margin-top: 1.5em !important;
	margin-bottom: 1em !important;
}


@media (max-width: 992px) {
	.aktuelles a {
		font-size: 100% !important;
	}
	.aktuelles p {
		font-size: 75% !important;
		margin-top: .3em;
	}

}


@media (max-width: 575px) {
	.aktuelles .border-vertical {
		width: 100%;
		margin-left: 0;
		float: left;
		height: auto;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-bottom: 3em;
		margin-top: 3em;
		
		border: none
	}
}
/* --------- end NEWS -------- */
	





/* --------- ICONS
================================================== */
.icon	{ 
	padding: 1em 0 1em 40px;
	text-align: left;
	width: auto !important;
	max-width: 280px !important;
	margin: 0 auto  !important;
	}
.icon,
.icon a {
	text-decoration: none;
	font-weight: 300;
	border-color: #ddd
}
.icon a:hover {
	color: #7f0004;
}
.icon i 	{ 
	margin-left: -40px; 
	width: 25px;
	padding: .45em .1em .45em .1em;
	text-align: center;
	color: #fff;
	/*text-shadow: 0 1px 0 #fff;*/
	border-radius: 20px;
	background: #7f0004;
	font-size: 95%;
	float: left;
	margin-top: -2px;
	text-align: center;
	}



.pdf 	{ 
	background: url(../images/fileicon_s/file_pdf.png) no-repeat;
	padding-left: 30px;
	padding-bottom: .2em;
	}
/* --------- end ICONS -------- */







/* --------- FORMULAR
================================================== */
form {
	text-align: left !important
	}

.form_error {
	/*
	background: #ffe9e9;
	padding: .1em .3em .2em .3em;
	*/
	color: #ff0000;
	line-height: 1.2em;
	border-radius: 3px;	
	font-size: 90%;
	letter-spacing: -.01em;
	margin-bottom: .2em;
	margin-left: 15px
	}
	.form_error:before {
		color: #ff0000;
		content: '\f06a';
		font-family: 'FontAwesome';
		display: inline-block;
		margin-left: -15px;
		width: 15px
		}
	
.absenden {
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	border: 1px solid #bbb;
	color: #555 !important;
	margin: 0 0 0 0;
	padding-left: .6em;
	padding-right: .6em;
	border-radius: 3px;
	text-decoration: none;
	text-align: center
	}
	.absenden:hover {
		background: #e3e3e3;
		color: #000 !important
	}
	.absenden:focus {
		background: #ddd; 
		color: #000 !important
	}

	@media (max-width: 480px) {
	.absenden { 
		clear: both;
		margin-top: 1em;
		display: block;
		width: 100%;
		padding-top: .3em;
		padding-bottom: .3em
		}
	}
/* --------- end FORMULAR -------- */	






/* --------- COOKIEFOOT
================================================== */
#cookiedingsbums a {
	color:#fff !important; 
	text-decoration:none !important; 
	font-weight: bold !important
	}

#cookiedingsbums a:hover {
	text-decoration:underline !important;
	}

#cookiedingsbums {
    z-index:10000000 !important; 
   background: url(../images/dot60.png);
   position:fixed;
   bottom:0; 
   font-size:12px !important; 
   line-height:1.2em;
   color: #fff;
   width: 100%;
   padding: .7em 0;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   border-top: 1px solid #444
   }

#cookiedingsbums .cookie-info {
	width: 85%;
	float: left
	}	
	
#cookiedingsbumsCloser {
  float: right;
  width: auto;
  text-align: center;
  position: relative;
  text-decoration: none;
  cursor:pointer;
  text-transform: uppercase;
  margin-top: 0;
  color: #fff;
  text-shadow: .1em .1em rgba(0, 0, 0, 0.3);
  padding: .2em 1em;
  border: 1px solid rgba(255, 255, 255, 0.2)
  }
 
@media (max-width: 768px) {
	#cookiedingsbums {
		font-size: 10px !important;	
		line-height: 1.1em !important;
		padding: .6em 0
		}
}
/* --------- end COOKIEFOOT -------- */





	
	
/* --------- DEBUG-INFO
================================================== */	


.highlight {
	clear: both;
	font-size: 80%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	border: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin: 3em auto 3em auto;
	padding: 2em 3em 1em 3em;
	}

.highlight h2 {
	margin: 0
	
	}	
.highlight hr {
	margin-top: 2em; 
	margin-bottom: 2em
	}
	.bg-dark .highlight hr {
		border-color: #444 !important;
	}	

dl {
	clear: both;
	margin: 1em 0;
	text-align: left !important;
	line-height: 1.1em !important;
}
dt {
	clear: both !important;
	color: #fff !important;
	clear: both;
	width: 100%;
	margin-top: 1em
}
dd {
	clear: both !important;
}
/* --------- end DEBUG-INFO -------- */







/* --------- KACHELN
================================================== */
.kachel-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.3em;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
	position: relative;
	}

.kachel {
	width: calc(50% - 30px);
	margin: 0 15px 30px 15px !important;
	border: 1px solid #eee;
	border-radius: 0;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: .1em .1em .3em rgba(0, 0, 0, 0.3);
	text-align: left;
	}

@media (max-width: 767px) {
	.kachel-flex {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: -10px;
		}
	.kachel {
		width: 100%;
		margin-left: 0;
		margin-right: 0
		}
} 
@media (max-width: 480px) {
	.kachel {
		padding: 20px
		}
} 
/* --------- end KACHELN -------- */
	
	
	
	

.gruen 	{ color: #80c41c; }
.orange { color: #ff8001; }

	
	
	
	
	
/* --------- MENUS
================================================== */
.gerichte {
	}
.gerichte h2 {
	margin: 0 0 .7em 0;
	text-align: center;
	font-size: 280% !important;
	line-height: 1.2em;
	letter-spacing: .01em
	}
	.gerichte h2 sub {
	font-size:50%;
	display: block;
	margin-top: .4em;
	margin-bottom: 2em
	}	
.gerichte .groesse {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 140%;
	white-space: nowrap;
	text-align: right;
	margin-bottom: 1em;
	display: block
	}
.gerichte .row {
	margin-bottom: 1.3em;
	}

.gerichte .nummer {
	text-align: right;
	font-weight: normal;
	padding-top: .5em
	}
.gerichte .menu {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 200%;
	line-height: 1.1em;
	}
	.gerichte .info {
		color: #ff8001 !important;
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 125%;
		margin-top: .1em;
		line-height: 1.1em
		}
	.gerichte [class*="col-"]:nth-child(2) sub {
		float: left;
		clear: both;
		font-size: 90%;
		line-height: 1.2em;
		font-weight: normal
		}
.gerichte .preis {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 180%;
	white-space: nowrap;
	text-align: right;
	padding-top: .3em;
	}
	


@media (max-width: 1200px) {
	.gerichte .preis {
		font-size: 170%;
		}
} 
@media (max-width: 992px) {
	.gerichte h2 {
		margin-bottom: .4em;
		font-size: 240% !important
		}
	.gerichte .menu {
		font-size: 180%;
		}
		.gerichte .info {
		font-size: 115%;
		}
		.gerichte [class*="col-"]:nth-child(2) sub {
		font-size: 75%;
		}
	.gerichte .preis {
		font-size: 160%;
		}	
}
@media (max-width: 767px) {
	.gerichte .menu {
		font-size: 200%;
		}
	.gerichte [class*="col-"]:nth-child(2) sub {
		font-size: 85%;
		}
	.gerichte .preis {
		font-size: 170%;
		}
} 
@media (max-width: 480px) {
	.gerichte h2 {
		margin: 0 0 .5em 0;
		}
	.gerichte .nummer {
		padding-top: .4em
		}	
	.gerichte .menu {
		font-size: 180%;
		}
	.gerichte [class*="col-"]:nth-child(2) sub {
		font-size: 75%;
		}
	.gerichte .preis {
		width: 30%;
		font-size: 150%
	}
} 
@media (max-width: 320px) {
	.gerichte .menu {
		font-size: 150%;
		}
	.gerichte [class*="col-"]:nth-child(2) sub {
		font-size: 65%;
		}	
	.gerichte .preis {
		font-size: 120%;
		width: 28%
	}
} 
/* --------- end MENUS -------- */




