/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

	*, *::before, *::after
	{
		box-sizing: border-box;
		}

	html
	{
		/* color-scheme: dark light; */
		scroll-behavior: smooth;
	}

	body
	{
		min-height: 100vh;
	}

	img, picture, svg, video
	{
		display: block;
		max-width: 100%;
	}

	input, textarea, button, select
	{
		font: inherit;
	}


:root {
  --blue: #0092D5;
  --white: #ffffff;
  
	--pink: hsla(318, 100%, 42%, 1);
	--orange: hsla(18, 100%, 42%, 1);
	--orange-bright: hsla(18,100%,70%,1.00);
	--green: hsla(138, 100%, 42%, 1);
	--green-dark: hsla(138, 100%, 25%, 1);
	--textgrey: #595959; /* on white background, the minimal grey that is still accessible */
}

body
{
	font-size: 18px;
	font-family: sans-serif;
	margin: 0;
	line-height: 1.5;
	hyphens: auto;
	background-color: #f0f0f0;
	color: var(--textgrey);
}


main
	{
		margin: auto;
		padding: 1rem 1.5rem;
		max-width: 40rem;
	}
	
	a       		{color: var(--orange); background: transparent;}
	a:link		{}
	a:visited	{color: var(--orange-bright); background: transparent;}
	a:hover		{color: #f00;}
	a:active		{}
	a:focus		{}
	
	ul.increased-distance{padding-left: 1.25rem;}
	ul.increased-distance li {margin-bottom: 0.5rem;}
	li.gone {color: #999;}
	li.gone::after
	{
		content: " ✓ "
	}
	li.next
	{
		font-weight: bold;
	}
	li.next::after
	{
		font-weight: normal;
		color: hsla(140,100%,40%,1.00);
		content: "Nächster Termin";
		font-size: 90%;
		background-color: #17B205;
		padding: 0.25rem 0.5rem 0.25rem;
		padding-left: 1.5rem;
		margin: 0;
		margin-left: 0.3rem;
		color: white;
		border-radius: 0.25rem;
		line-height: 1;
		clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
		}
	
	.hiring 
	{
		background-color: #FF6E1A;
		color: #fff;
		padding:1em;
		margin-top: 2rem;
		margin-bottom: 2rem;
		border-radius: 0.25em;	
	}
	
	.hiring > h3
	{
		color: white;
		margin: 0 0 1rem;
	}
	
	.hiring ul {list-style: disc; padding-left: 1.25rem;}
	
	.nextdate
	{
		display: inline-block;
		padding: 0 1rem;
		background-color: #17B205; color: white; font-weight: bold;
		transform: rotate(-1.5deg);
		border-radius: 0.3rem;
		z-index: 100;
		position: relative;
	}
	
	.lostandfound
	{
		border: 2px solid #ff9301;
		padding:1rem;
		margin-bottom: 2rem;
		border-radius: 0.25em;
		background-color: rgba(255,147,1,0.1);
	}
	
	.lostandfound > h3
	{
		color: #ff9301;
		margin: 0;
	}
	.lostandfound p:last-child {margin-bottom: 0;}
	
	
	
	h1,h2,h3 {color: #0092D5; font-weight: normal;}
	h2 {margin-top: 4rem;}
	
	.alert
	{
		background-color: hsla(360,100%,40%,1.00);
		color: white;
		padding: 1rem;
		border-radius: 0.25rem;
		margin-bottom: 2rem;
		}
	
	
	.full-width
	{
		width: 99vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
	
	header {padding-top: 2rem;}
	
	header .logo {max-height: 300px; margin: auto;}
	
	.oeffnungszeiten {padding-left: 1.25rem;}
	
	/* --------------------------------------------------	*/
	/*	Footer	*/
	/* --------------------------------------------------	*/

	footer
	{
		background-color: var(--blue);
		color: white;
		font-size: 70%;
		margin-bottom: 0!important;
	}

	footer > *
	{
		margin: 0;
	}

	.header-bar
	{
		background-color: var(--blue);
		color: white;
		padding: 1rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.header-bar * {margin: 0;}
	.header-bar img {border-bottom: 1px solid transparent; padding-bottom: 0.1rem;}
	.header-bar a img:hover {border-bottom: 1px solid white;}
	

	.supported-by
	{
		padding-top: 1rem;
		border-bottom: 1px solid #fff;
		margin: 1rem;
	}

	.supporters
	{
		display: flex;
		gap: 30px;
		padding: 2rem 1rem;
		margin: auto;
		background-color: white;
	}

	.supporters div
	{
		align-content: space-between;
		margin: auto;
		max-width: 240px;
		min-width: 150px;
		height: 80px;
	}
	
	.timestamp
	{
		padding: 1rem;
		background-color: var(--blue);
		color: white;
	}
	
	.supporters img 
	{
		padding-bottom: 0.5rem;
	}


	@media (max-width: 620px)
	{
		.supporters
		{
			flex-wrap: wrap;
			gap: 0;
			width: 320px;
			margin: 0;
		}
		.supporters div
		{
			align-content: flex-start;
			margin: 0;
		}
	}
/* -------------------------------------------------------------------------*/
/* Mail protection */
/* -------------------------------------------------------------------------*/
.codedirection { unicode-bidi:bidi-override; direction: rtl; }


dl {
  display: flex;
  flex-wrap: wrap;
}
dt {
  width: 15%;
  font-weight: bold;
  color: var(--blue);
}
dd {
  margin-left: auto;
  width: 85%;
}

@media (max-width: 480px)
{
	dl {display: block;}
	dt {display: block; padding: 0; width: auto;}
	dd {display: block; padding: 0; width: auto;}
}

/*
dl {
  display: grid;
  grid-template-columns: 3rem auto;
}

dt {
  grid-column: 1;
}

dd {
  grid-column: 2;
}
*/



















form
{
	max-width: 1200px;
	margin: 2rem auto;
	--border: 1px solid hsla(0,0%,70%,1.00);
	background-color: hsla(0,0%,90%,1.00);
	padding: 2rem;
	border-radius: 0.25rem;
}

.flex-outer,
.flex-inner
{
	list-style-type: none;
	padding: 0;
}

.flex-outer
{
	max-width: 800px;
	margin: 0 auto;
}

.flex-outer li,
.flex-inner
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-inner {
  justify-content: space-between;
}

.flex-outer > li:not(:last-child) {
  margin-bottom: 1.5rem
}

.flex-outer > li > label,
.flex-outer li p
{
	flex: 1 0 120px;
	max-width: 10rem;
	margin-bottom: 0.5rem;
}

.flex-outer li p
{
	margin: 0;
	line-height: 1;
}

.flex-outer > li > label + *
{
  flex: 1 0 15rem;
	border: var(--border);
	border-radius: 0.3rem;
}

.flex-inner{
  flex: 1 0 15rem;
}

.flex-outer li input:not([type='checkbox']),
.flex-outer li textarea {
  padding: 0.8rem;
}

.flex-outer li input[type=submit]
{
  margin-left: auto;
  padding: 0.5rem 2rem;
  border: var(--border);
  border-radius: 0.25rem;
}

.flex-inner label {}

.flex-inner li { font-size: 80%;}
		
.flex-inner input {border: none;}
		
		input,
		textarea,
		button,
		select
		{
			font: inherit;
  		}
		
		input[type=email]:valid,
		input[type=text]:valid,
		input[type=number]:valid,
		textarea:required:valid {background-color: hsla(117,71%,90%,1.00);}
	
		input[type=submit]:hover
		{
			background: hsla(117,71%,48%,1.00);
			color: white;
			cursor: pointer;
		}
		
		/*
		#Name:valid #Email:valid #Nachricht:valid {}
		*/
		
		
		.flex-inner input[type="radio"] {
  display: none;
}

.flex-inner label
{
	display: inline-block;
	background-color: white;
	cursor: pointer;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	width: 3rem;
	text-align: center;
}

.flex-inner input[type="radio"]:checked+label
{
	background-color: hsla(117,71%,48%,1.00);
	color: hsla(117,71%,100%,1.00);
}
		
.mitgliedschaft .flex-inner label
{
	width: auto;
	margin-right: 2rem;
}

.mitgliedschaft p {
padding-bottom: 0.5rem;

}

.mitgliedschaft .flex-inner 
{
  justify-content: flex-start;
}

.mitgliedschaft textarea:valid
{
	background-color: white;
}

@media only screen and (max-width: 700px)
{
	.mitgliedschaft .flex-inner li:first-child 
	{
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 1024px)
{
}

@media only screen and (max-width: 640px)
{
	li.wochentag {display: none;}
	form
	{
		padding: 1rem;
		margin: 0;
	}
}

.button {border: 3px solid hsla(105,93%,29%,1); border-radius: 0.25rem; background-color: hsla(105,93%,29%,1); color: white!important; padding: 0.25rem 0.75rem; margin-top: 1rem; display: inline-block; text-decoration: none;}
.button:hover {background-color: hsla(105,93%,46%,0.5); color: hsla(105,93%,29%,1)!important;}


/* -------------------------------------------------------------------------*/
/* confirmation messages */
/* -------------------------------------------------------------------------*/
.message	{border: 2px solid #666; padding: 0.5rem 1em 1em 100px; margin: 1em auto; min-height: 85px; font-weight: normal; border-radius: 0.3rem; font-size: 100%; display: flex; align-items: center;}
.ok		{border-color: #6DB800; color: hsla(105, 93%, 29%, 1); background: rgba(109,184,0,0.1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBmaWxsPSIjMjY4ZTA1IiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0xMSAyMGw1LjMgNS4zIDkuOS0xNSIvPjwvZz48L3N2Zz4=') 10px 10px no-repeat; background-size: 60px 60px;}
.error	{border-color: #cc0000; color: #cc0000; background: #ffdcdc url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBmaWxsPSIjYzAwIiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiPjxwYXRoIGQ9Ik0gMjUuOCwxMC4yIDkuNSwyNi41Ii8+PHBhdGggZD0ibTEwLjEgMTAuMWwxNi40IDE2LjQiLz48L2c+PC9nPjwvc3ZnPg==') 10px 10px  no-repeat; background-size: 60px 60px;}
.warning	{border-color: #ff9900; color: #ff9900; background: #ffedd2 url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBmaWxsPSIjZjkwIiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im0xOCA0LjV2MTkiLz48Y2lyY2xlIGZpbGw9IiNmZmYiIGN4PSIxOCIgY3k9IjI5IiByPSIyIi8+PC9nPjwvc3ZnPg==') 10px 10px no-repeat; background-size: 60px 60px;}
.comment	{border-color: #00d1ff; color: #00d1ff; background: #d4f7ff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAzNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzYgMzYiPjxnIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iIzAwZDFmZiIgZD0iTTAsMThDMCw4LjEsOC4xLDAsMTgsMHMxOCw4LjEsMTgsMThzLTguMSwxOC0xOCwxOFMwLDI3LjksMCwxOHoiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Im04LjggMTcuN2gxOCIvPjwvZz48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiPjxwYXRoIGQ9Im0xOC44IDkuN2w4IDgiLz48cGF0aCBkPSJtMjYuOCAxNy43bC04IDgiLz48L2c+PC9zdmc+') 10px center no-repeat; background-size: 60px 60px;}

.message p {margin-top: 0;}
.message p:last-child {margin-bottom: 0;}
.message div {}


/* -------------------------------------------------------------------------*/
/*	Tabs e.g. "Unterstützung"	*/
/* -------------------------------------------------------------------------*/
.tabs
{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 3rem 0 0 0;
	overflow: hidden;
}

.tabs [class^="tab"] label,
.tabs [class*=" tab"] label
{
	cursor: pointer;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
	padding: 1rem 0;
	text-align: center;
	color: var(--red);
}

.tabs [class^="tab"] label:hover,
.tabs [class*=" tab"] label:hover
{
	
}

.tabs [class^="tab"] [type="radio"],
.tabs [class*=" tab"] [type="radio"]
{
	border-bottom: 3px solid #ccc;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs [class^="tab"] [type="radio"]:hover,
.tabs [class^="tab"] [type="radio"]:focus,
.tabs [class*=" tab"] [type="radio"]:hover,
.tabs [class*=" tab"] [type="radio"]:focus
{
	border-bottom: 3px solid rgba(12,211,0,1.00);
}

.tabs [class^="tab"] [type="radio"]:checked,
.tabs [class*=" tab"] [type="radio"]:checked
{
	border-bottom: 3px solid var(--red);
}

.tabs [class^="tab"] [type="radio"]:checked + div,
.tabs [class*=" tab"] [type="radio"]:checked + div
{
	opacity: 1; }
	.tabs [class^="tab"] [type="radio"] + div,
	.tabs [class*=" tab"] [type="radio"] + div {
	display: block;
	opacity: 0;
	padding: 2rem 0;
	width: 90%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
  .tabs .tab-2 {
    width: 50%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 200%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }

.tabs input {border-radius: 0;}
.tabs img {margin: 0 auto;}

/* -------------------------------------------------------------------------*/
/* Cookiebanner */
/* -------------------------------------------------------------------------*/
#cookiebanner
{
	/*
	background-color: rgba(255,206,0,0.3);
	color: black;
	border-bottom: 1px solid rgba(255,206,0,1);
	*/

	/*
	position: fixed;
	z-index: 100;
	*/

	width: 100%;
	background-color: rgba(89,89,89,1.00); /* #595959 */
	color: white;
	
	
	font-size: 14px;
	font-weight: 200;
	padding: 0.25rem 1rem;
	text-align: center;
}

#cookiebanner a,
#cookiebanner a:visited {color: white;}

/* Hide "Mehr" link on the page, that the link is leading to */
.datenschutz #cookiebanner a:first-of-type
{
	display: none;
}

@media only screen and (max-width: 480px)
{
	#cookiebanner span {display: block;}
}




/* -------------------------------------------------------------------------*/
/*	JavaScript warning	*/
/* -------------------------------------------------------------------------*/
/*
div.no-js, div.js {display: none; line-height: 1.2; font-weight: normal;}
html.no-js div.no-js {display: block;}
html.js div.js {display: block;}
*/

div.no-js, div.js {visibility: hidden; line-height: 1.2; font-weight: normal;}
html.no-js div.no-js {visibility: visible}
html.js div.js {visibility: visible;}



.attention {height: 20px; max-height: 20px; display: inline-block; margin: 0 10px;}

.noscript
{
	background-color: rgba(191,0,0,1.00);
	color: white;
	text-align: center;
	padding: 0.25rem 1rem;
	margin: 0 auto;
	font-size: 1rem;
}

.noscript a,
.noscript a:visited
{
	color: white;
}




/* -------------------------------------------------------------------------*/
/* Mail protection */
/* -------------------------------------------------------------------------*/
.codedirection { unicode-bidi:bidi-override; direction: rtl; }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  
  header, footer {display: none;}
  main {padding-top: 0;}

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


@media (max-width: 751px){
}
