@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: white;
	color: black;
	line-height: 1.4;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	max-width: 2300px;
	/* hyphens */
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.padding {
	padding: 15px;
}

.padding-5 {
	padding: 5px;
}

.padding-top {
	padding-top: 15px;
}

.padding-bottom {
	padding-bottom: 30px;
}

.padding-x {
	padding-right: 15px;
	padding-left: 15px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-right-30 {
	padding-right: 30px;
}

.canceled {
	text-decoration: line-through red 2px;
}

.over {
	text-decoration: line-through 2px red;
	padding-left: 10px;
}

.center {
	text-align: center;
}

.ausgebucht {
	color: red;
	font-size:1em;
	font-weight: bold;
	border: 2px solid red;
	border-radius: 15px;
	top: 150px;
	background: white;
	float: right;
}

select, option {
	height: 2.5em;
	padding-left: 10px;
	width: 100%;
	background-color: white;
}

/* ------------------ Titel -------------------*/
h1 {
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	color: grey;
	padding-left: 15px;
}

.agb h1 {
	padding-left: 0px;
}

.normal {
	font-size: 1em;
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

h2, .big {
	font-size: 1.2em;
	font-weight: bold;
}

.hinweis {
	border-left: 10px solid darkgray;
	border-radius: 20px;
	text-align: center;
	border-right: 10px solid darkgray;
	border-top: 2px solid silver;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	background-color: gray;
  color: white;
  padding: 10px;
}

input, select {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid black;
	background-color: #ebebeb;
	font-size: 1em;
	font-weight: bold;
	color: black;
	padding: 3px 10px 3px 10px;
	width: 100%;
	height: 2.5em;
	outline: none;
	font-family: inherit;
}

input::placeholder {
	font-weight: normal;
}

input:focus, select:focus {
	border: 2px solid black;
}

input[type="submit"], input[type="reset"] {
	background-color: silver;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1em;
	width: 150px;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: black;
	color: white;
}

input:user-invalid , select:user-invalid  {
  border: red solid 2px;
}

input:unchecked {
	border: red solid 2px;
}

.off {
	text-decoration: line-through red;
	color: gray;
}

.off:hover {
	background-color: red;
}

input[type="checkbox"] {
	height: 1.5em;
	accent-color: green;
}

textarea {
	padding: 3px 10px 3px 10px;
	width: 100%;
	height: 7em;
	background-color: #ebebeb;
	font-size: 1em;
  font-family: inherit;
}

.bold {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: black;
}

.vorstand a {
	text-decoration: underline;
}

.ok::after {
	content: "+";
	font-weight: bold;
	color: green;
	float: right;
}

.nok::after {
	content: "X";
	font-weight: bold;
	color: red;
	float: right;
}

.notAllowed::after {
	content: "X";
	font-weight: bold;
	color: red;
	float: right;
}

.img-ext-link {
	width: 18px;
	height: auto;
	margin-left: 10px;
	filter: invert(100%);
  -webkit-filter: invert(100%);
  bottom: -2px;
  position: relative;
}

.event-button:hover .img-ext-link {
	filter: invert(0%);
 	 -webkit-filter: invert(0%);
}

/* ------------ Header --------------------------------*/
header {
	position: relative;
	width: 100%;
}

.hdr1 {
	height: 46px;
	width: 100%;
	background-color: #e8e2d5;
	line-height: 46px;
}

.logo-tcs {
	width: 120px;
	position: absolute;
	left: 10px;
}

.hdr-text {
	position: absolute;
	left: 150px;
}

.hdr-link-tcs {
	position: absolute;
	right: 12%;
}

.hdr-link-tcs img {
	width: 16px;
	height: auto;
	margin-right: 6px;
}

.hdr-hamburg, .hamburg {
	width: 50px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	right: 0px;
}

.hdr2 {
	height: 60px;
	width: 100%;
	line-height: 60px;
	background-color: white;
	top: 46px;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 3px solid #e8e2d5;
}

.fixed {
	position: fixed;
}

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.ext-link-tcs {
	position: absolute;
	right: 150px;
}

.ext-link {
	width: 20px;
}

.filter-hamburger {
	font-size: 1.3em;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 5px;
  border: none;
  position: absolute;
  right: 20px;
  top: 0px;
  width: 150px;
}

/* ---------------- filter ( da waren wir ) --------------------- */
.filter-hamburger:hover {
	background-color: #444;
}

#filter-menue {
	display: none;
	position: fixed;
	width: 100%;
	max-height: 80%;
	overflow-y: scroll;
}

.treff {
	text-align: right;
	padding-right: 10px;
}

/* ------------ Navigation ( Hamburger )  -----------*/
label.hamburg {
	cursor: pointer;
}

input#hamburg {
	display: none
}

.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #333;
	margin: 4px 0;
	transition: 0.4s;
}

.line {
	position: absolute;
	right: 10px;
	height: 5px;
	width: 30px;
	background: black;
	border-radius: 2px;
	display: block;
	transition: 0.5s;
	transform-origin: center;
}

.line:nth-child(1) {
	top: 10px;
}

.line:nth-child(2) {
	top: 20px;
}

.line:nth-child(3) {
	top: 30px;
}

#hamburg:checked+.hamburg .line:nth-child(1) {
	transform: translateY(10px) rotate(-45deg);
}

#hamburg:checked+.hamburg .line:nth-child(2) {
	opacity: 0;
}

#hamburg:checked+.hamburg .line:nth-child(3) {
	transform: translateY(-10px) rotate(45deg);
}

#topnav-menue {
	display: none;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.page-glass {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: grey;
	opacity: 0.8;
}

.navi-box {
	width: 100%;
	clear: both;
	position: relative;
	background: white;
	padding: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.navi-box>a {
	color: black;
	text-decoration: none;
	display: block;
	line-height: 3em;
	padding-left: 20px;
	padding-right: 20px;
	border: 2px solid white;
	border-radius: 11px;
	width: 33.33%
}

.navi-box a:hover {
	border: 2px solid silver;
}

.navi-pic {
	height: 40px;
	top: 10px;
	position: relative;
	padding-right: 20px;
}

footer {
	position: relative;
	padding: 15px;
	margin-bottom: 50px;
}

.image {
	max-width: 100%;
	height: auto;
}

.umrandung {
	border: 2px solid lightgray;
}

/* ---------------------- Banner ------------------------------*/
.banner {
	display: flex;
	justify-content: center;
	overflow-x: hidden;
	width: 100%;
	position: relative;
	height: 400px;
}

.banner-image {
	height: 100%;
}

.banner-logo-cca {
	position: absolute;
	top: calc(100% * 0.25);
	width: auto;
	height: calc(100% * 0.5);
	right: calc(( 100% - 1400px)/2);
}

/* ----------------------------- Broder ------------------- */
.border-box {
	border: 1px solid grey !important;
}

.border-top {
	border-top: 1px solid grey !important
}

.border-bottom {
	border-bottom: 1px solid grey !important
}

.border-left {
	border-left: 1px solid grey !important
}

.border-right {
	border-right: 1px solid grey !important
}

.shadow {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px 0px;
}

/* ------------------- jahrzeile "da waren wir" ------------------ */
#sortBereich>.row {
	border-bottom: 1px solid grey;
}

/*--------------- Buttons -----------------------*/
.button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	width: auto;
}

.button:hover {
	background-color: white;
}

button:disabled {
	cursor: not-allowed;
}

/* ------------ event container and card ------------------*/
.flex-card {
	display: flex;
	flex-direction: column;
	padding: 15px;
	position: relative;
}

.flex-shadow {
/*	box-shadow: silver 5px 5px 5px 5px;  */
	display: flex;
	flex-direction: column;
	flex: 1 1;
	padding: 15px;
	background-color: #d3d3d338;
}

.event {
	width: 33%;
}

.bg-light-grey {
	background-color: #f0f0f0;
}

.goenner {
	width: 25%;
}

.links, width-33 {
	width: 33%;
}

.vorstand {
	width: 33%;
}

.card-info {
	font-size: 0.8em;
	border-radius: 32px;
	background-color: white;
	border: 1px solid black;
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 1px 20px;
}

.card-wegweiser {
	width: 25%;
	height: auto;
	position: absolute;
}

.bottom-right {
	right: 10px;
	bottom: 10px;
}

.bottom-left {
	left: 10px;
	bottom: 10px;
}

.card-jahr {
	font-size: 0.8em;
	position: absolute;
	right: 30px;
	top: 15px;
}

.goenner .card-info {
	top: -10px;
}

.card-date {
	font-style: italic;
	text-align: right;
}

.card-title {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

.card-image {
	position: relative;
}

.card-image img {
	width: 100%;
	height: auto;
}

.card-text {
	padding: 0px;
}

.card-pic {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 30px;
	height: auto;
}

.card-footer {
	margin-top: auto;
	padding-top: 20px;
}

.goenner .card-image {
	padding: 20px;
}

.goenner .card-image:hover {
	border: 1px solid grey;
}

.link {
	color: grey;
	text-decoration: underline;
	float: right;
	display: block;
}


.event-button, .event-button-reg, .event-button-info {
	text-align: center;
	padding: 10px;
	display: block;
	border: 1px solid gray;
	border-radius: 11px;
	background-color: gray;
	color: white;
	font-size: 1em;
	margin-bottom: 20px;
}

.send {
	width: 30%;
	min-width: 200px;
}

.event-button:hover, .event-button-reg:hover, .event-button-info:hover  {
	background-color: white;
	color: black;
}

.agb-button {
	width: 100%;
	text-align: center;
	padding: 10px;
	display: block;
}

/*-----------------------  Vorstand ------------------------*/
.tvor {
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 5px 15px;
	position: relative;
	left: 0;
	height: 3.5em;
}

.vor-telefon::before {
	content: url("../images/logo_phone.png");
	margin-right: 15px;
}

.vor-handy::before {
	content: url("../images/logo_handy.png");
	margin-right: 15px;
}

.vor-email::before {
	content: url("../images/logo_email.png");
	margin-right: 12px;
}

.hide {
	display: none;
}

.row {
	width: 100%;
	clear: both;
	display: block;
}

.flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-col {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}

.flex-row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.col-60, .col60 {
	width: 60%;
}

.col-75, .col75 {
	width: 75%;
}

.col-100, .col100 {
	width: 100%;
}

.col70, .col-70 {
	width: 70%;
}

.col20, .col-20 {
	width: 20%;
}

.col25, .col-25 {
	width: 25%;
}

.col30, .col-30 {
	width: 30%;
}

.col35, .col-35 {
	width: 35%;
}

.col-40, .col40 {
	width: 40%;
}

.col-45, .col45 {
	width: 45%;
}

.col-10, .col10 {
	width: 10%;
}

.col-15, .col15 {
	width: 15%;
}

.col-5, .col5 {
	width: 5%;
}

.col-33, .col33 {
	width: 33.33%;
}

.col-47 {
	width: 47.5%;
}

.col-50, .col50 {
	width: 50%;
}

.col-66, .col66 {
	width: 66.66%;
}

.col-80, .col80 {
	width: 80%;
}

.ff {
	padding: 10px;
	border-bottom: 1px solid grey;
}

.only-small {
	display: none;
}

/* ----------- responsiver Teil ----------------------------
	CCA-Logo immer innerhalb Banner
   -------------------------------------------------------- */
   
@media only screen and (max-width: 1440px) {
	.banner {
		height: 350px;
	}
	.banner-logo-cca {
		right: 10px;
	}
}

@media only screen and (max-width: 960px) {
	h1 {
		font-size: 1.8em;
	}
	h2 {
		font-size: 1.1em;
	}
	.hdr2 {
		font-size: 1.8em;
	}
	.logo-tcs {
		width: 100px;
	}
	.hdr-text {
		left: 130px;
	}
	.banner {
		height: 250px;
	}
	.da-waren-wir {
		width: 33.33%;
	}
	.event, .vorstand, .links {
		width: 50%;
	}
	.navi-box>a {
		width: 50%;
	}
}

/* ----------- neuer responsiver teil -----------------------
   ----------------------------------------------- L ------ */
@media only screen and (max-width: 770px) {
	h1 {
		font-size: 1.7em;
	}
	.hdr2 {
		font-size: 1.6em;
		height: 55px;
		line-height: 55px;
	}
	.logo-tcs {
		width: 90x;
	}
	.hdr-text {
		left: 130px;
	}
	.navi-box>a {
		width: 50%;
	}
	.banner {
		height: 210px;
	}
	.da-waren-wir {
		width: 33.33%;
	}
	.event, .vorstand, .links {
		width: 50%;
	}
	.goenner {
		width: 33%;
	}
	.hide-L {
		display: none;
	}
}

/* ----------- neuer responsiver teil -----------------------
   -------------------------------------------------- M ------ */
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 1.5em;
	}
	.banner {
		height: 210px;
	}
	.hdr-link-tcs {
		position: absolute;
		right: 16%;
	}
	.small {
		max-width: 500px;
	}
	.event, .vorstand, .links {
		width: 50%;
	}
	.goenner {
		width: 50%;
	}
	.da-waren-wir {
		width: 50%;
	}
	.hide-small {
		display: none;
	}
	.only-small {
		display: block;
	}
	.navi-box>a {
		width: 100%;
	}
	[class*="col-"] {
		width: 100%;
	}
	.hide-M {
		display: none;
	}
}

/* ----------- neuer responsiver teil -----------------------
   ------------------------------------------------ S -------- */
@media only screen and (max-width: 540px) {
	h1 {
		font-size: 1.5em;
	}
	.hdr1 {
		font-size: 0.9em;
	}
	.hdr2 {
		font-size: 1.2em;
		height: 40px;
		line-height: 40px;
	}
	.hdr-link-tcs {
		position: absolute;
		right: 18%;
	}
	.logo-tcs {
		width: 70px;
	}
	.hdr-text {
		left: 90px;
	}
	.ext-link-tcs {
		display: none;
	}
	.banner {
		height: 180px;
	}
	.flex-card {
		padding: 10px;
	}
	.event, .goenner, .vorstand, .da-waren-wir, .links,
		.vorstand-col-mitglieder {
		width: 100%;
	}
	.hide-S {
		display: none;
	}
}

/* ----------- neuer responsiver teil -----------------------
   ------------------------------------------------ S -------- */
@media only screen and (max-width: 350px) {
	.hide-XS {
		display: none;
	}
}

/* ------------ zum Übersteuern der Default-Werte muss es am Ende der CSS sein ------------*/
.bg-cca {
	background-color: #FFEB00;
}

.bg-grey {
	background-color: #d6d6d6;
}

.bg-tcs {
	background-color: #dccdb2;
}

.bg-silver {
	background-color: silver;
}

.bg-black {
	background-color: black;
	color: white;
}

.bg-white {
	background: white;
	color: black;
}

.bg-programm {
	background-image: url("../images/banner-programm-bg.png");
	background-repeat: repeat-x;
}

#bitteWarten {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: grey;
	opacity: 0.8;
	top: 0;
	left: 0;
}

.loader {
	position: relative;
	border: 30px solid #f3f3f3; /* Light grey */
	border-top: 30px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 220px;
	height: 220px;
	animation: spin 2s linear infinite;
	margin: 0 auto;
	top: 40%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin { 
	0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* --------------------Positionen -------------------- */
.middle {
	margin: 0 auto;
}

.right {
	position: absolute;
	right: 0px;
}

.gap {
	position: relative;
	height: 40px;
	width: 100%;
}

.agbCheck {
	width: 60px;
	position: absolute;
	left: 0px;
}

.agbText {
	padding-left: 60px;
}

.level-1 {
	z-index: 2000;
}

.level-2 {
	z-index: 1500;
}

.level-3 {
	z-index: 1000;
}

/* ----------------------------------------------------- */