@media screen and (max-width: 767px) {
	.headerContainer, .bodyContainer, .footerContainer {
		display: flex;
		min-width: 100vw;
		justify-content: center;
		flex-direction: column;
	}

	.bodyContainer {
		margin: 0 0 0 0;
	}

	.rowContainer {
		display: flex;
		flex-direction: column;
		min-width: 100vw;
		justify-content: center;
	}

	.logo {
		display: block;
		width: 100vw;
	}

	.headline {
		font-size: 1rem;
		justify-content: center;
		width: 100vw;
	}

	.headerMenu {
		background: #0a4d8c;
		height: 28px;
		/* position: absolute; */
		/* top: 150px;
		left: 0; */
	}

	.menuContainer {
		width: 100vw;
		display: flex;
		flex-direction: row;
	}

	.carouselHeadline {
		padding: 0 20px;
		font-size: 2rem;
		/* font-style: oblique; */
		vertical-align: middle;
		align-items: center;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.article {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.sidebar {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		/* flex: 5; */ /* 720px */
		/* top: 0px;
		right: 0px; */
		order: 2;
	}

	.sidebarL {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		/* padding: 0 50px 0 0; */
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		/* flex: 5; */ /* 720px */
		/* top: 0px;
		right: 0px; */
		order: 2;
	}

	.sideImage {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		/* flex: 2; */
		order: 1;
	}

	.sideImageL {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		/* flex: 2; */
		order: 1;
	}

	.h160px {
		/* height: fit-content;
		flex-basis: content; */
		max-height: 180px;
	}

	.h130px {
		/* height: fit-content;
		flex-basis: content; */
		max-height: 150px;
	}

	.h150px {
		height: fit-content;
		flex-basis: content;
	}

	.h100px {
		height: fit-content;
		flex-basis: content;
	}

	.spaceAfter50 {
		margin-bottom: 25px;
	}

	.inline {
		display: flex;
	}

	.flex {
		display: flex;
	}

	.inlineFlex {
		display: inline-flex;
	}

	.h3, h3 {
		font-size: 1.5rem;
	}

}

@media screen and (min-width: 768px) {
	.headerContainer, .bodyContainer, .footerContainer {
		width: 100vw;
		/* border-left: 1px solid black;
		border-right: 1px solid black */
	}

	.rowContainer {
		position: relative;
	}

	.logo {
		padding: 0 50px;
		position: absolute;
		left: 0px;
		width: 240px;
	}

	.headline {
		font-size: 1.5rem;
		line-height: 1;
		/* font-style: oblique; */
		padding: 20px 100px;
		vertical-align: middle;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0px;
		right: 0px;
		width: calc(100vw - 140px)
	}

	.headerMenu {
		background: #0a4d8c;
		height: 30px;
		position: absolute;
		bottom: 0;
	}

	.menuContainer {
		width: 100vw;
	}

	.carouselHeadline {
		padding: 0 100px;
		font-size: 2.5rem;
		line-height: 1.25;
		vertical-align: middle;
		justify-content: center;
		align-items: center;
	}

	.sidebar {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		padding: 0 0 0 50px;
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		flex: 5; /* 720px */
		/* top: 0px;
		right: 0px; */
	}

	.sidebarL {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		padding: 0 50px 0 0;
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		flex: 5; /* 720px */
		/* top: 0px;
		right: 0px; */
	}

	.sideImage {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		flex: 2;
	}

	.sideImageL {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		flex: 2;
	}

	.h250px {
		height: 200px;
	}

	.h130px {
		height: 130px;
	}

	.inline {
		display: flex;
	}

	.flex {
		display: flex;
	}

	.inlineFlex {
		display: inline-flex;
	}
}

@media screen and (min-width: 1024px) {
	.headerContainer, .bodyContainer, .footerContainer {
		width: 1024px;
		/* border-left: 1px solid black;
		border-right: 1px solid black */
	}

	.rowContainer {
		position: relative;
	}

	.logo {
		padding: 0 50px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 240px;
	}

	.headline {
		font-size: 1.5rem;
		/* font-style: oblique; */
		padding: 0 100px;
		vertical-align: middle;
		align-items: center;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 780px
	}

	.headerMenu {
		background: #0a4d8c;
		height: 30px;
		position: absolute;
		bottom: 0;
	}

	.menuContainer {
		width: 1024px;
	}

	.carouselHeadline {
		padding: 0 100px;
		font-size: 3rem;
		/* font-style: oblique; */
		vertical-align: middle;
		align-items: center;
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.sidebar {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		padding: 0 0 0 50px;
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		flex: 5; /* 720px */
		/* top: 0px;
		right: 0px; */
	}

	.sidebarL {
		display:flex;
		font-size: 1.5rem;
		/* font-style: oblique; */
		padding: 0 50px 0 0;
		vertical-align: middle;
		align-items: center;
		/* position: absolute; */
		height: 150px;
		/* width: 300px; */
		flex: 5; /* 720px */
		/* top: 0px;
		right: 0px; */
	}

	.sideImage {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		flex: 2;
	}

	.sideImageL {
		font-size: 1.5rem;
		font-style: oblique;
		/* padding: 0 100px; */
		vertical-align: middle;
		/* align-items: center; */
		/* position: absolute; */
		/* height: 130px; */
		/* top: 0px; */
		/* left: 0px; */
		flex: 2;
	}

	.inline {
		display: inline-block;
	}

	.flex {
		display: flex;
	}

	.inlineFlex {
		display: inline-flex;
	}

	.h160px {
		height: 130px;
	}

	.h130px {
		height: 130px;
	}
}

body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	height: auto;
	background: #aaa;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.cmrcIndex {
	background: url(/img/loading.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.cmrcLoading {
	background: url(/img/loading.svg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.cmrcLoading .cmrcLoadingSpinner {
	margin: auto;
	width: auto;
	height: auto;
	color: white;
}

.center {
	text-align: center;
	/* padding-left: auto;
	padding-right: auto; */
	margin-left: auto;
	margin-right: auto;
}

.left {
	text-align: left;
	/* padding-left: auto;
	padding-right: auto; */
	margin-left: auto;
	margin-right: auto;
}

.flexbox {
	display:flex
}

.large {
	font-size: 1.5rem
}

.w150px {
	width: 150px;
}

.w100vw {
	width: 100vw
}

.w100 {
	width: 100%;
}

.w98 {
	width: 98%;
}

.w66 {
	width: 66%;
}

.w50 {
	width: 50%;
}

.w48 {
	width: 48%;
}

.w33 {
	width: 33%;
}

.w300px {
	width: 300px;
}

.mw300px {
	max-width: 300px;
}

.h100 {
	height: 100vh;
}

.h350px {
	height: 350px;
}

.h250px {
	height: 250px;
}

.h200px {
	height: 200px;
}

.h150px {
	height: 150px;
}

.h100px {
	height: 100px;
}

.h30px {
	height: 30px;
}

.mh350px {
	max-height: 350px;
}

md-icon.s128 {
	width: 128px;
	height: 128px;
	min-width: 128px;
	min-height: 128px;
}

img.s128 {
	width: 128px;
	height: 128px;
	min-width: 128px;
	min-height: 128px;
}

.white {
	color: white;
}

.black {
	color: black;
}

.bold, h2.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.spacer50 {
	margin-top: 50px;
}

.spacer {
	margin-top: 20px;
}

.spacer10 {
	margin-top: 10px;
}

.spacer5 {
	margin-top: 5px;
}

.spaceAfter {
	margin-bottom: 20px;
}

.spaceAfter10 {
	margin-bottom: 10px;
}

.spaceAfter5 {
	margin-bottom: 5px;
}

.spaceAfter50 {
	margin-bottom: 50px;
}

.pSpaceAfter {
	padding-bottom: 20px;
}

.pSpaceAfter10 {
	padding-bottom: 10px;
}

.pSpaceAfter5 {
	padding-bottom: 5px;
}

.pSpaceAfter50 {
	padding-bottom: 50px;
}

.hp20px {
	padding: 0 20px;
}

#logo {
	height: 150px;
	width: auto;
	fill: white;
}

#logotype {
	height: 75px;
	width: auto;
	fill: white;
}

.menuBtn {
	height: 30px;
	padding: 0 10px;
	vertical-align: middle;
	align-items: center;
	text-transform: uppercase;
}

.adFrame {
	position: sticky;
	z-index: 9999;
}

.bannerAd {
	height: 30px;
	background: #2b7333;
}

.fullAd {
	height: fit-content;
}

.adButtonBar {
	display: inline-block;
	position: absolute;
	top: 40px;
	right: 10px
}

/* .adScroll {
	overflow-y: auto;
	height: calc(100vh - 275px);
} */

.carouselContainer ol.carousel-indicators,
.carouselContainer a.carousel-control-prev,
.carouselContainer a.carousel-control-next {
	display: none;
}

.relative {
	position: relative;
}

.topLeft {
	position: absolute;
	top: 0px;
	left: 0px;
}

.bgRed {
	background: red;
}

.bgBlue {
	background: blue;
}

.bgGreen {
	background: green;
}

.bgOrange {
	background: orange;
}

.bgTeal {
	background: teal;
}

.bgEven {
	background: url(/img/bkg1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bgOdd {
	background: url(/img/bkg2.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.bgWhite {
	background: white;
}

h2 {
	font-size: 2rem
}

.h3, h3 {
	font-weight: bold;
}

.md-button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 2rem;
    font-style: inherit;
    font-variant: inherit;
    font-weight: 500;
    line-height: 36px;
    margin: 6px 8px;
    min-height: 36px;
    min-width: 88px;
    outline: none;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.footerContainer a {
	text-decoration: underline;
	color: white;
}

.footerContainer a:hover {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

.headerMenu a {
	text-decoration: none;
	color: white;
}

.headerMenu a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

/* .vertical .carousel-inner {
	height: 100%;
}
.vertical .carousel-inner > .carousel-item {
	-webkit-transition: .6s ease-in-out top;
	-o-transition: .6s ease-in-out top;
	transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
	.vertical .carousel-inner > .carousel-item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		perspective: 1000;
	}
	.vertical .carousel-inner > .carousel-item.next,
	.vertical .carousel-inner > .carousel-item.active.right {
		top: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	.vertical .carousel-inner > .carousel-item.prev,
	.vertical .carousel-inner > .carousel-item.active.left {
		top: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	.vertical .carousel-inner > .carousel-item.next.left,
	.vertical .carousel-inner > .carousel-item.prev.right,
	.vertical .carousel-inner > .carousel-item.active {
		top: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.vertical .carousel-inner > .carousel-item {
	top: 0;
}
.vertical .carousel-inner > .next,
.vertical .carousel-inner > .prev {
	top: 0;
	height: 100%;
	width: auto;
}
.vertical .carousel-inner > .next {
	left: 0;
	top: 100%;
}
.vertical .carousel-inner > .prev {
	left: 0;
	top: -100%
}
.vertical .carousel-inner > .next.left,
.vertical .carousel-inner > .prev.right {
	top: 0;
}
.vertical .carousel-inner > .active.left {
	left: 0;
	top: -100%;
}
.vertical .carousel-inner > .active.right {
	left: 0;
	top: 100%;
} */