@import url(menue.css);
@import url(../materialdesign/css/materialdesignicons.min.css);

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* black-han-sans-regular - latin */
@font-face {
  font-family: 'Black Han Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/black-han-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/black-han-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/black-han-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/black-han-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/black-han-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/black-han-sans-v15-latin-regular.svg#BlackHanSans') format('svg'); /* Legacy iOS */
}

/* blaka-regular - latin */
@font-face {
  font-family: 'Blaka';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/blaka-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/blaka-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/blaka-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/blaka-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/blaka-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/blaka-v3-latin-regular.svg#Blaka') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

html {
	box-sizing: border-box;
}

body, input, select, textarea {
	background: #D1A76F;
	color: #fbf4ed;;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.65;
	-webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 400;	
	line-height: 1.5;
	margin: 1em 0;
}

h1 {
	font-size: 2.5em;
	font-family: 'Blaka';
	font-weight: 600;
}

h4 {
	font-size: 1.5em;
}

#right h2 {
	font-size: 1.25em;
	font-weight: bold;
}

#right h3 {
	font-size: 1.65em;
	font-weight: bold;
}

p {
	margin: 1em 0;
	line-height: 25px;
}

p.gross:first-letter {
	color: #D1A76F;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 200%;
	margin-right: 1px;
	margin-top: 3px;
	padding: 2px;
	text-shadow: 1px 1px 3px #fff;
	text-transform: uppercase;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #F9BC6C;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #f56a6a;
	color: #f56a6a !important;
}

img {
	width: auto;
	height: 100%;
}

ul {
	list-style: disc;
}

ul, ol, blockquote {
	margin-left: 2em;
}

li {
	margin: 0.1em 0.5em;
}

strong {
	font-weight: 800;
}

#page {
	background-color: #0B090C;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	min-height: 100vh;
}

#left {
	-moz-flex-grow: 0;
	-webkit-flex-grow: 0;
	-ms-flex-grow: 0;
	flex-grow: 0;
	-moz-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	flex-shrink: 0;
	-moz-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-webkit-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	-ms-transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	transition: margin-left 0.5s ease, box-shadow 0.5s ease;
	background-color: #F9BC6C;
	position: relative;
	width: 18em;
	min-height: 100vh;
	padding: 20px;
}

#fixed {
	position: fixed;
	overflow: scroll;
	height: 100%;
	scrollbar-width: none;
	max-width: 18em;
}

#right {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	margin: 10px 65px;
	font-size: 18px;
}

#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	border-bottom: solid 5px #1F2B36;
	padding: 0;
	position: relative;
	text-transform: none;
	background-image: url("../upload/bg/logo.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 110px;
}

#footer {
	margin: 2em 0;
}

.copy {
	border-top: solid 2px rgba(210, 215, 217, 0.75);
	color: #9fa3a6;
	font-size: 0.9em;
}

header.major > :last-child {
	border-bottom: solid 3px #f56a6a;
	display: inline-block;
	margin: 0 0 2em 0;
	padding: 0 0.75em 0.5em 0;
}

.major {
	border-bottom: solid 3px #f56a6a;
	display: inline-block;
	margin: 0;
	padding: 0 .5em 0 0;
}

.training {
	width: 100%;
	margin: 1em 0;
}

.training td {
	border: 1px dotted rgb(102, 102, 102);
	vertical-align: top;
	padding: .25em;
}

.maps {
	height: 400px;
	position: relative;
	width: 100%;
	z-index: 0;
}

.form-group input {
	margin: 0 5px 0 0;
	line-height: 20px;
}

.map-label {
	display: block;
}

#strasse, #ort {
	width: 300px;
}

#hausnr, #plz {
	width: 50px;
}

#route {
	display: inline-block;
}

#itineraryDiv {
	position: relative;
	width: 100%;
}

#itineraryDiv .directionsPanel {
	inset-inline: inherit;
	display: inline;
}

.Infobox {
	/* width: 250px; */
	white-space: nowrap;
}

.button.send {
	box-shadow: inset 0px 1px 3px 0px #821919;
	background: linear-gradient(to bottom, #c62020 5%, #e60a0a 100%);
	background-color: #e50051;
	border-radius: 5px;
	border: 1px solid #c31250;
	color: #fff;
	font-weight: bold;
	padding: .5em;
	margin: 20px 0;
}

.button:hover {
	background:linear-gradient(to bottom, #e60a0a 5%, #c62020 100%);
	background-color:#6c7c7c;
}

.marquee {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.marquee p {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
	-webkit-animation: marquee 20s linear infinite;
	-moz-animation: marquee 20s linear infinite;
	color: #ff0000;
	font-size: 20px;
}

.marquee p::before, .marquee p::after {
	content: '+++';
	margin: 0 5px;
}

@keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}
@-webkit-keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}
@-moz-keyframes marquee {
0% { transform: translate(0, 0); }
100% { transform: translate(-100%, 0); }
}

.copy a {
	color: #000;
}

.datenschutz {
	float: right;
	clear: both;
	margin: 10px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #ccc;
	background: #cccccc8a;
	background-color: rgba(204, 204, 204, 0.5);
	line-height: 50px;
	height: 50px;
	border-radius: 5px;
	z-index: 999;
}

.fa {
	display: inline-block;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 170%;
	margin-top: .25em;
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

#right a[target=_blank]::after, #right a[target=blank]::after,
.sf-menu a[target=_blank]::after, .sf-menu a[target=blank]::after, a[href^=mailto]::after {
	font: normal normal normal 12px/1 "Material Design Icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	margin-left: 0.3em;
	content: "\F0FE8";
}

a[target="_blank"][href$="pdf"]::after {
	content: '\F0226';
} 

a[onclick="this.href=this.href"][href^="mailto:"]::after {
	content: '\F01EE';
}

a[href^="mailto:"]::after {
	content: '\f159';
}