/* LESS */
/* LANDING-PAGE */



.bg-bd {
  background-color: #cfdbcb;
}
.abstandobenunten {
  padding-top: 60px;
  padding-bottom: 60px;
}
.abstandunten {
  padding-bottom: 60px;
}
.abstandobenuntenklein {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* HERR GENERAL */
body {
  font-family: 'Noto Sans', sans-serif;
  color: #555555;
  background-color: #f9f6ec;
  padding-top: 50px;
}
.img-rounded {
  border-radius: 2px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #e42528;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #3b3b3b;
  color: #ffffff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dashed #999999;
  clear: both;
}
.clear_line{
  margin: 20px auto 20px auto;
  border: 0;
  border-top: 1px solid #cccccc;
  width:90%;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #999999;
  border-radius: 2px;
}
.topfenneger {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 15px;
}
.gray {
  color: #a5aaae;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #e42528;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 0px;
}
.tab-content {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.img-dark {
  filter: brightness(80%);
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* .img-clippy { -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 96%); clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 96%); } */
.img-star {
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.img-overlay {
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 3;
}
.img-overlay1 {
  position: absolute;
  top: 80px;
  left: 20px;
  z-index: 3;
}
/* .img-clip { -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%); } */
.card {
  border: 0px;
}
.btn-kleber {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 3;
}
#map_canvas {
  width: 100%;
  height: 700px;
}
.msgbox_error{
	color:#f00;
}
td.inv-time{
	width:105px;
	white-space: nowrap;
	vertical-align: top;
}
td.inv-event{
	/*width:auto;*/
	vertical-align: top;
}
td.inv-col{
	min-width:40px;
	vertical-align: top;
}
h3 {
  font-family: 'Spectral SC', serif;
}
h1 {
/*  font-size: 1.5em;
  font-family: 'Arial', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #dc0d15;*/
  font-family: 'Spectral SC', serif;
  font-size: 1.6em;
  margin-bottom: 20px;
  text-transform: lowercase;
  letter-spacing: 0.15em;  
  color: #e42528;
}
h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.3em;
  line-height: 1.3em;
}
h3 {
  text-transform: lowercase;
  font-size: 1.4em;
  line-height: 1.3em;
}
h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.4em;
  line-height: 1.5em;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
/* BEREICHE */
.vierer {
  background-color: #ffffff;
  padding: 30px 0;
}
.viererl {
  background-image: url(/media/allgemein/bg.jpg);
  padding: 30px 0;
  -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
}
.vierer p,
.vierer h3 {
  color: #555555;
}
.vierer .fa {
  color: #e42528;
}
.fuss {
  background-color: #555555;
  padding: 30px 0;
}
.fuss p,
.fuss a {
  color: #ffffff;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0.15em;
  font-weight: 300;
  border-radius: 2px;
}
.btn-link {
  color: #e42528;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.btn-bd {
  color: #ffffff;
  background-color: #e42528;
  border-color: #e42528;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  margin-bottom: 5px;
}
.btn-bd:hover {
  color: #555555;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.btn-bs {
  color: #ffffff;
  background-color: #e42528;
  border-color: #e42528;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  white-space: normal;
}
.btn-bs:hover {
  color: #555555;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-h {
  color: #ffffff;
  background-color: #e42528;
  border-color: #e42528;
  text-transform: uppercase;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  font-size: 0.75rem;
}
.btn-h:hover {
  color: #555555;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.shadow-md {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.shadow-lg {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}
/* NAVBAR */
.navbar {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.navbar-light .navbar-brand {
  color: #e42528;
}
.bg-dark {
  background-color: #555555 !important;
}
.dropdown-menu {
  border: 0px solid rgba(0, 0, 0, 0);
}
a.dropdown-item{
  width:100%;
  white-space: wrap;  
}
/* BILDER FÜR WYSIWYG */
.img-responsive {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
}
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #555555;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
#header-top{
	width:100%;
	position:fixed;
	top:0;
	z-index:2000;
}
#header-bs{
	width:100%;
	position:fixed;
	top:104px;
	background-color: #8a8a8a;
	z-index:1000;
}
.img-overlay2 {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2000;
}
.logo-space{
	margin-left:0;
}

.col15 {
	width: 15%
}
.col61 {
	width: 61%
}
.col8 {
	width: 8%
}

.fullwidth{
	padding-left: 0;
	padding-right: 0;
	margin-top:50px;
}
.fullwidth-app{
	padding-left: 0;
	padding-right: 0;
}
.app-body{
	padding-top: 0;
}
.newscard{
	background:transparent;
}
.newscardbody{
	background-color:#fff;
}
.card-title {
	font-size:1rem;
    margin-bottom:.25rem;
}
a.newstitle{
	text-decoration:none;
	color: #e42528;
}
a:hover.newstitle{
	text-decoration:none;
	color: #e42528;
}
a.newsmore{
	text-decoration:underline;
	color: #555555;
}
a:hover.newsmore{
	text-decoration:underline;
	color: #e42528;
}

#form-module p{
	margin-top:2px;
	margin-bottom:2px;
}

.inv_line {
    background-image: url(inv_line.png);
    background-repeat: no-repeat;
    background-position: 0 15px;
}
.error1 {
	color:#f00;
}
.error {
	color:#f00;
	border-color:#f00;
}

/* ### Eventkalender ################################################################## */
/* Kalenderblatt */

#cal {
	padding-top: 8px;
	color: #fff;
	text-align: center;
	background-color: inherit;
	background-image: url('calbg.gif');
	background-repeat: no-repeat;
  background-size:100% 100%;
	float: left;
	width: 65px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 15px
	}

/* Kalenderblatt Tag & Monat */
.calday {
	font-size: 24px;
	text-shadow: #000 -1px -1px 0px;
	}
.calmonth {
	font-size: 12px;
	text-shadow: #000 -1px -1px 0px;
	/*clear: both*/
	}
.flRight {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.gallery li {
    float: left;
    list-style: none;
    margin-right: 4px;
    margin-bottom: 4px;
}
.caption-top{
	bottom:0;
	top:20px;
}
.caption-topline{
	/*bottom:0;*/
	top:0;
	padding-top: 0;
	left:0;
	right:0;
}

/* Mitgliederapp */
.navi{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
.navi li{
	display:inline-block;
	text-align:center;
}
.navi li a{
	font-size: 0.95rem;
	color:#666;
}
.alphabet{
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.1rem;
	/*font: inherit;*/
	vertical-align: baseline;	
    display: flex;
    justify-content: space-between;	
	/*flex-wrap: wrap;*/
	/*flex-direction: row;*/
}
.an_li{
}
.an_re{
}
.bs_space{
	padding-left:22px;
}
.bs_header_title{
	font-size: 1.1rem;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.15em;
	/*margin-left:22px;*/
	margin-top:6px;
	margin-bottom:0;
}
.bs_header_title_sml{
	color:#ffffff;
	letter-spacing:0.05em;
	margin-top:3px;
	margin-bottom:0;
}
.app-image {
	text-align:left;
	/*text-align:center;
	background-color:#e8e5dc;*/
	margin-left:15px;
	margin-right:15px;
	padding-left:0
}
.app-image img{
	width:50%;
}

.separator-2::after {
    height: 1px;
    background: #d1d1d1;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.18)), color-stop(35%, rgba(0, 0, 0, 0.12)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.12) 35%, rgba(0, 0, 0, 0.05) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    left: 0px;
    content: "";
    width: 90%;
	margin-left:15px;
}

/* ExtraSmall devices is default */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.logo-space{
		margin-left:240px;
	}
	.an_li{
		padding-left:0;
		padding-right:15px;
	}
	.an_re{
		padding-left:0;
		padding-right:15px;
	}
	.app-image {
		text-align:left;
		background-color:transparent;
		padding-left:15px;
		margin-left:0;
		margin-right:0;
	}
	.app-image img{
		width:100%;
	}
	.bs_space{
		padding-left:40px;
	}
	.inv_line {
	    background-position: -10px 15px;
	}
  .btn-h{
    font-size: 0.875rem;
  }
}

/*@media (min-width: 992px) {*/
@media (min-width: 768px) {
	.logo-space{
		margin-left:240px;
	}
	.an_re{
		padding-left:5px;
	}
	.an_li{
		padding-left:15px;
		padding-right:0;
	}
	.bs_space{
		padding-left:22px;
	}
	.inv_line {
	    background-position: -10px 15px;
	}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.logo-space{
		margin-left:240px;
	}
	.an_re{
		padding-left:15px;
	}
	.an_li{
		padding-left:15px;
		padding-right:0;
	}
	.bs_space{
		padding-left:40px;
	}
	.inv_line {
	    background-position: -5px 15px;
	}
	td.inv-col{
		min-width:50px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.logo-space{
		margin-left:300px;
	}
	.an_re{
		padding-left:15px;
	}
	.inv_line {
	    background-position: 0 15px;
	}
	td.inv-col{
		min-width:60px;
	}
}

@media print {
	#header-top,
	#header-bs,
	.navbar,
	.container-fluid,
	.fuss,
	.btn{
		display:none;
	}
	body{
		font-size:0.8rem;
		line-height:1;
	}
	
}

