@charset "utf-8";

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-Bold.woff") format('woff');
	font-weight: bold;
}

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-BoldItalic.woff") format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-Italic.woff") format('woff');
	font-style: italic;
}

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-Medium.woff") format('woff');
	font-weight: 500;
}

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-MediumItalic.woff") format('woff');
	font-style: italic;
}

@font-face {
	font-family: 'Asap';
	src: url("../fonts/Asap-Regular.woff") format('woff');
	font-weight: 500;
}

body {
	font-family: 'Asap';
	color: #363636;
	font-size: 18px;
	background-color: #b6d2d6;
}

a:link    { color: #0d7a96; }
a:visited { color: #6b8f94; }
a:hover   { color: #0b6279; }
a:active  { color: #094f62; }

#wrapper {
	max-width: 100%;
	background-color: #f5fafa;
	padding-left: 0px;
	padding-bottom: 0px;
}

@media screen and (min-width: 800px) {
	#wrapper {
		margin: 20px 8% 0 8%;
	}

	main div.container {
		padding: 0px 30px 20px 40px;
		margin: 0px 40px;
	}

	p.intro {
		margin: 10% 15% 10% 4%;
	}

	div.motto2 {
		margin-top: 10%;
	}
}

@media screen and (max-width: 800px) {
	main div.container {
		margin: 0px 5px;
		padding: 0px;
	}

	#wrapper {
		margin: 0px;
	}

	p.intro {
		margin: 5% 10% 5% 4%;
	}

	div.motto2 {
		margin: 0% 0% 5% 5%;
	}
}

p.introtag {
	padding: 6px 15px 0px 15px;
}

#nocookies {
	overflow: hidden;
	width:100%;
	max-height: 5em;
	padding: 0.8em;
	margin-top: 1em;
	background-color: rgb(162, 167, 155);
	color: rgb(58, 24, 24);
	font: 400 1em serif;
	animation: nocookies-show-then-hide 6s linear forwards;
}

@keyframes nocookies-show-then-hide {
	0%, 50% { max-height: 5em; padding: 0.8em; }
	100%    { max-height: 0;   padding: 0; }
}

span.pluginready {
	color: #999;
	font-size: 20pt;
	z-index: 10;
	display: none;
}


div.motto2 {
	text-align: left;
	hyphens: none;
	font-size: 0.9em;
	width: 95%;
	min-width: 12em;
}

header {
	width: 100%;
}

header div.container {
	background-color: #e2ecee;
	width: 100%;
	padding: 12px 30px 4px 30px;
	position: initial;
	top: 15px;
	border-bottom: 2px solid #bfcfd2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

header div.container .scrolled {
	background-color: #e2ecee;
	width: 100%;
	padding: 12px 30px 4px 30px;
	position: fixed;
	top: 0px;
	border-bottom: 2px solid #bfcfd2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.navbar-toggle {
	position: relative;
}

.navbar-nav {
	margin: 8px 0 8px 0;
}

main {
	display: block;
	height: inherit;
}

main div.container {
	width: inherit;
}

main .row {
	text-align: justify;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	margin: 0px;
}

p.fokontitle {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.1;
}

span.fokon {
	margin-left: 10px;
	font-size: 13pt;
	font-family: inherit;
	font-weight: 500;
}

span.forumkonsole {
	font-size: 12pt;
	font-family: inherit;
	font-weight: 500;
}

span.caption {
	font-size: 8pt;
	font-family: inherit;
	font-style: italic;
}

span.fokonfeat {
	margin-left: 1.5em;
	font-size: 21px;
	font-weight: 700;
	font-variant: small-caps;
}

footer {
	position: relative;
	width: inherit;
	padding: 5px 20px;
	background-color: #e2ecee;
	bottom: 0px;
}

footer .container {
	width: inherit;
}

.page.legal {
	font-size: 0.8em;
}

.fokon-style {
	font-style: italic;
	font-weight: 500;
	color: #d33;
	white-space: nowrap;
}

.weodis-style {
	font-style: italic;
	font-weight: 500;
	color: #0b6279;
	white-space: nowrap;
}

.weodis-style.reg::after {
	content: "®";
}

span.werkzeug-style {
	font-family: serif;
	font-weight: 700;
}

div.fokon-frame {
	border: 3px solid #bfcfd2;
	border-radius: 6px;
	margin: 0px 0px 25px 0px;
}

p .quote {
	display: block;
	background-color: #faf6fa;
	padding: 0px 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
	border-radius: 3px;
}

.postbit {
	font-size: 14px;
	border-bottom: 1px solid #e0d0d0;
}

.commentheader {
	font-style: italic;
	color: #5a6b6e;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

img.pull-right {
	padding: 20px 15px 15px 25px;
}

img.pull-left {
	padding: 20px 15px 15px 15px;
}

blockquote {
	font-size: inherit;
}

h1 {
	text-decoration: underline;
	margin-bottom: 15px;
	margin-top: 25px;
}

h2 {
	font-family: sans-serif;
	font-size: 1.7em;
}

h3 {
	font-family: serif;
}

h4 {
	font-weight: 500;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

h5.weodis {
	font-weight: bold;
}

table.help {
	font-size: 10pt;
	caption-side: top;
}

table.help thead tr {
	color: #0b6279;
	font-size: larger;
	background-color: #e2ecee;
}

table.help thead tr :first-child {
	min-width: 4em;
}

table.help tbody tr :first-child {
	text-align: center;
}

table.help caption {
	text-align: left;
	color: #5a6b6e;
	font-size: 1.5em;
}

sup .superlink {
	text-decoration: none;
}

#demourl {
	width: 100%;
}

.rotator {
	position: sticky;
	width: 100%;
	height: 2.5rem;
	overflow: hidden;
	font-size: 2rem;
	letter-spacing: 0.4em;
	font-weight: 700;
	margin-top: -1rem;
}

.rotator span {
	position: absolute;
	top: 0;
	left: 25%;
	width: 100%;
	opacity: 0;
	transform: translateX(100%);
	/* Start rechts */
	animation: slideInOut 9s infinite;
}

.rotator span:nth-child(1) {
	animation-delay: 0s;
}

.rotator span:nth-child(2) {
	animation-delay: 3s;
}

.rotator span:nth-child(3) {
	animation-delay: 6s;
}

@keyframes slideInOut {
	0% {
		transform: translateX(100%);
		opacity: 0;
	}

	10% {
		transform: translateX(0);
		opacity: 1;
	}

	/* Wort kommt rein */
	30% {
		transform: translateX(0);
		opacity: 1;
	}

	/* bleibt sichtbar */
	40% {
		transform: translateX(-100%);
		opacity: 0;
	}

	/* schiebt nach links raus */
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}

/* ============================================================
   Bootstrap replacement
   ============================================================ */

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

/* Grid */
.container { width: 100%; }
.row { display: flex; flex-wrap: wrap; margin-left: 0; margin-right: 0; }
[class^="col-"], [class*=" col-"] { width: 100%; min-height: 1px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) {
	.col-sm-2  { width: 16.6666%; }
	.col-sm-4  { width: 33.3333%; }
	.col-sm-5  { width: 41.6666%; }
	.col-sm-7  { width: 58.3333%; }
	.col-sm-8  { width: 66.6666%; }
	.col-sm-9  { width: 75%; }
	.col-sm-10 { width: 83.3333%; }
	.col-sm-12 { width: 100%; }
}
@media (min-width: 992px) {
	.col-md-3  { width: 25%; }
	.col-md-9  { width: 75%; }
	.col-md-11 { width: 91.6666%; }
}
@media (min-width: 1200px) {
	.col-lg-4  { width: 33.3333%; }
	.col-lg-8  { width: 66.6666%; }
}

/* Utilities */
.pull-right   { float: right; }
.pull-left    { float: left; }
.text-center  { text-align: center; }
.center-block { display: block; margin-left: auto; margin-right: auto; }
.clearfix::after { content: ""; display: table; clear: both; }

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



/* Images */
.img-responsive { max-width: 100%; height: auto; display: block; }
.img-rounded    { border-radius: 6px; }
.img-portrait {float: right; margin: 0.2em 0em 0.2em 1em;border-radius:1em; max-height:20vmax};


/* Buttons */
.btn {
	display: inline-block; padding: 6px 12px; font-size: 14px;
	font-weight: 400; line-height: 1.43; text-align: center;
	white-space: nowrap; vertical-align: middle; cursor: pointer;
	border: 1px solid transparent; border-radius: 4px;
	text-decoration: none; font-family: inherit;
}
.btn-default { color: #363636; background-color: #fff; border-color: #bfcfd2; }
.btn-default:hover, .btn-default:focus { color: #363636; background-color: #d8e5e7; border-color: #8fa8ab; }
.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

/* Tables */
.table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.table td, .table th { padding: 8px; line-height: 1.43; vertical-align: top; }
.table-bordered,
.table-bordered td,
.table-bordered th { border: 1px solid #cddadc; }
.table-striped tbody tr:nth-of-type(odd) { background-color: #eef4f5; }
.table-condensed td, .table-condensed th { padding: 5px; }

/* Well */
.well {
	padding: 19px; margin-bottom: 20px;
	background-color: #eef4f5; border: 1px solid #cddadc; border-radius: 4px;
}

/* Panel */
.panel         { border: 1px solid #cddadc; border-radius: 4px; margin-bottom: 20px; }
.panel-default { border-color: #cddadc; }
.panel-heading { padding: 10px 15px; background-color: #eef4f5; border-bottom: 1px solid #cddadc; border-radius: 3px 3px 0 0; }
.panel-body    { padding: 15px; }

/* Forms */
.form-group { margin-bottom: 15px; }
.form-control {
	display: block; width: 100%; padding: 6px 12px; font-size: 14px;
	line-height: 1.43; color: #5a6b6e; background-color: #fff;
	border: 1px solid #bfcfd2; border-radius: 4px; font-family: inherit;
}

/* Navbar */
.navbar-static-top { position: static; }
.navbar-header { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.navbar-collapse { display: none; width: 100%; }
.navbar-collapse.in { display: block; }

@media (min-width: 768px) {
	.navbar-header   { width: auto; }
	.navbar-collapse { display: flex !important; flex: 1; align-items: center; }
	.navbar-toggle   { display: none; }
}

.nav { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.navbar-nav > li { position: relative; }
.navbar-nav > li > a { display: block; padding: 10px 15px; text-decoration: none; color: #5a6b6e; }
.navbar-nav > li > a:hover { color: #363636; }

/* Dropdown */
.dropdown { position: relative; }
.dropdown-menu {
	display: none; position: absolute; top: 100%; left: 0; z-index: 1000;
	min-width: 160px; padding: 5px 0; background-color: #fff;
	border: 1px solid rgba(0,0,0,0.15); border-radius: 4px; list-style: none;
}
.dropdown-menu > li > a {
	display: block; padding: 5px 20px; color: #363636;
	text-decoration: none; white-space: nowrap;
}
.dropdown-menu > li > a:hover { background-color: #eef4f5; }
.open > .dropdown-menu { display: block; }

/* Caret */
.caret {
	display: inline-block; width: 0; height: 0; margin-left: 2px;
	vertical-align: middle; border-top: 4px dashed;
	border-right: 4px solid transparent; border-left: 4px solid transparent;
}