	/* ============================================
   RWD.CSS – responsive, viewport-based
   Requires: <meta name="viewport" content="width=device-width, initial-scale=1.0">
   ============================================ */

.bgLightBlueRGBA  { background-color: rgba(97, 199, 242, 0.15); }
.bgLightBlue      { background-color: #61c7f2; }
.bgGreen          { background-color: #b4cc04; }
.bgGreenRGBA      { background-color: rgba(180, 204, 4, 0.2); }
.bgBeige          { background-color: #f8fae6; }
.tableGreen       { background-color: #d2e068; }
.tableactive      { background-color: #ecf2c0; }
.tableblue        { background-color: #c8ebfb; }
.tablelightblue   { background-color: #e6f7fd; }
.colorBlue        { color: #00a6d0; }


/* ============================================
   Large Desktop (>1600px)
   ============================================ */
@media screen and (min-width: 1600px) {
	html body #header .navigation {
		margin-bottom: 0;
	}
	.container {
		max-width: calc(100% - 500px);
	}
	.header-banner-area .overlay {
		left: 200px;
	}
}


/* ============================================
   Desktop / Standard (max 1600px)
   ============================================ */
@media only screen and (max-width: 1600px) {
	.container {
		max-width: calc(100% - 200px);
	}
	.header-banner-area .overlay {
		left: 200px;
	}
}

@media only screen and (min-width: 1300px) {
	#frontpage-banner .banner-content {
		top: 45%;
	}
}


/* ============================================
   Tablet Landscape (768px – 1279px)
   ============================================ */
@media only screen and (min-width: 768px) and (max-width: 1279px) and (orientation: landscape) {

	html, html body {
		max-width: 100%;
		width: 100%;
		overflow-x: hidden;
	}

	html body .container {
		max-width: 100%;
		margin-bottom: 60px;
	}

	html body #header {
		padding-top: 0;
		position: relative;
	}

	html body #header .container {
		margin-bottom: 0;
	}

	html body #header .navigation {
		z-index: 900;
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
		padding-right: 0;
	}

	html body #header .mainnav {
		background-color: #ffffff;
		padding-left: 0;
		display: block;
		grid-auto-flow: initial;
		border-top: 5px solid #b4cc04;
	}

	html body #header .mainnav li {
		text-align: left;
		transform: skew(0deg);
		line-height: 50px;
		position: relative;
		list-style: none;
	}

	html body #header .mainnav li a {
		transform: skew(0deg);
		font-size: 16px;
		padding-left: 20px;
		display: inline-block;
		max-width: 69%;
		width: 100%;
	}

	html body #header .mainnav li i {
		display: inline-block;
		font-size: 16px;
		max-width: 30%;
		width: 100%;
		text-align: right;
		padding-right: 20px;
		color: #b4cc04;
	}

	#header .mainnav li:hover {
		background-color: transparent;
	}

	html body #header .mainnav li ul {
		max-width: 100%;
		background-color: rgba(248, 250, 230, 0.8);
		text-align: left;
		transform: skew(0deg);
		padding-right: 0;
		position: initial;
		min-width: 100%;
		padding-left: 0;
	}

	#header .mainnav li:hover ul {
		display: none;
		width: 100%;
		position: initial;
		top: initial;
		transform: skew(0deg);
		right: initial;
		padding-left: 0;
	}

	html body #header .mainnav li:hover ul > li {
		display: block;
		line-height: 50px;
		text-align: initial;
		transform: initial;
		border-right: none;
		padding-right: initial;
	}

	html body #header .mainnav li ul li a {
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	html body #header .mainnav li ul li a i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		color: #61c7f2;
	}

	html body #header #rwd {
		display: block;
		max-width: 50px;
		max-height: 50px;
		width: 100%;
		height: 100%;
		background-color: #b4cc04;
		position: absolute;
		top: 40px;
		right: 20px;
		transform: skew(-13deg);
		z-index: 9999;
	}

	html body #header #rwd i {
		font-size: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) skew(13deg);
		color: #ffffff;
	}

	html body #rwd.clicked {
		background-color: #00a6d0;
	}

	html body .overlay {
		display: none;
	}

	html body .heading {
		margin-bottom: 0;
		margin-top: 0;
	}

	html body .map #map-list .news-list {
		padding-top: 15px;
	}

	html body .map .first-row {
		margin-bottom: 0;
	}

	html body .container.border-box {
		margin-bottom: 0;
	}

	html body .therapeutensuche #arrow {
		left: 103px;
		top: 25%;
	}

	html body .therapeutensuche #arrow img {
		height: 140px;
	}

	html body .banner .container {
		margin-bottom: 0;
	}

	html body form .offset-1 {
		margin-left: 0;
	}

	html body form input[type=submit] {
		margin-bottom: 15px;
	}

	html body #map-form form .col-md-2 {
		flex: 0 0 25.666667%;
		max-width: 25.666667%;
	}

	html body #map-form form .col-md-4 {
		flex: 0 0 45.333333%;
		max-width: 45.333333%;
	}

	html body #map-form form .col-md-5 {
		flex: 0 0 27.666667%;
		max-width: 27.666667%;
	}

	html body #frontpage-banner .banner-content {
		max-width: 90%;
	}

	footer .row:first-child .col-md-8 {
		flex: 0 0 55.666667%;
		max-width: 55.666667%;
	}

	footer .row:first-child .col-md-4 {
		flex: 0 0 43.666667%;
		max-width: 43.666667%;
	}

	.textElement.sources,
	.textElement.sources p,
	.textElement.sources a,
	.textElement.sources span,
	.textElement.sources div {
		font-size: 13px !important;
		line-height: initial !important;
		margin-bottom: 10px;
	}
}


/* ============================================
   Tablet Portrait (768px – 1366px)
   ============================================ */
@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {

	html, html body {
		max-width: 100%;
		width: 100%;
		overflow-x: hidden;
	}

	html body .container {
		max-width: 100%;
		margin-bottom: 60px;
	}

	html body #header .container {
		margin-bottom: 0;
	}

	html body #header {
		height: initial;
		padding-top: 0;
		position: relative;
	}

	html body #header .mainnav {
		background-color: #ffffff;
	}

	.content .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	html body .navigation {
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
		padding-right: 0;
	}

	html body #header .mainnav {
		padding-left: 0;
		display: block;
		grid-auto-flow: initial;
		border-top: 5px solid #b4cc04;
	}

	html body #header .mainnav li {
		text-align: left;
		transform: skew(0deg);
		line-height: 55px;
		position: relative;
		list-style: none;
	}

	html body #header .mainnav li a {
		transform: skew(0deg);
		font-size: 18px;
		padding-left: 20px;
		display: inline-block;
		max-width: 69%;
		width: 100%;
	}

	html body #header .mainnav li i {
		display: inline-block;
		font-size: 18px;
		max-width: 30%;
		width: 100%;
		text-align: right;
		padding-right: 20px;
		color: #b4cc04;
	}

	#header .mainnav li:hover {
		background-color: transparent;
	}

	html body #header .mainnav li ul {
		max-width: 100%;
		background-color: rgba(248, 250, 230, 0.8);
		text-align: left;
		transform: skew(0deg);
		padding-right: 0;
		position: initial;
		min-width: 100%;
		padding-left: 0;
	}

	#header .mainnav li:hover ul {
		display: none;
		width: 100%;
		position: initial;
		top: initial;
		transform: skew(0deg);
		right: initial;
		padding-left: 0;
	}

	html body #header .mainnav li:hover ul > li {
		display: block;
		line-height: 55px;
		text-align: initial;
		transform: initial;
		border-right: none;
		padding-right: initial;
	}

	html body #header .mainnav li ul li a {
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	html body #header .mainnav li ul li a i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		color: #61c7f2;
	}

	html body #header #rwd {
		display: block;
		max-width: 60px;
		max-height: 60px;
		width: 100%;
		height: 100%;
		background-color: #b4cc04;
		position: absolute;
		top: 50px;
		right: 20px;
		transform: skew(-13deg);
		z-index: 9999;
	}

	html body #header #rwd i {
		font-size: 26px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) skew(13deg);
		color: #ffffff;
	}

	html body #rwd.clicked {
		background-color: #00a6d0;
	}

	html body .overlay {
		display: none;
	}

	html body .heading {
		margin-bottom: 0;
		margin-top: 0;
	}

	html body .map #map-list .news-list {
		padding-top: 15px;
	}

	html body .map .first-row {
		margin-bottom: 0;
	}

	html body .container.border-box {
		margin-bottom: 0;
		display: flex !important;
		justify-content: space-between !important;
	}

	html body .border-box > .box:not(:last-child) {
		margin-bottom: 0;
	}

	html body .therapeutensuche #arrow {
		left: 47px;
		top: 24%;
	}

	html body .therapeutensuche #arrow img {
		height: 100px;
	}

	html body .banner .container {
		margin-bottom: 0;
	}

	html body form .offset-1 {
		margin-left: 0;
	}

	html body form input[type=submit] {
		margin-bottom: 15px;
	}

	html body .accordion_wrap button {
		word-break: break-word;
	}

	html body #map-wrapper {
		margin-bottom: 30px;
	}

	html body #frontpage-banner .banner-content {
		max-width: 90%;
	}

	html body .border-box {
		display: block;
		justify-content: initial;
	}

	.map .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	footer .row {
		position: relative;
	}

	footer .second-nav > li a,
	footer .nav > li a {
		font-size: 14px;
	}

	footer .copyright {
		font-size: 13px;
		text-align: right !important;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	footer .footer-logos {
		margin-top: 20px;
	}

	footer .footer-logos a {
		max-width: 35%;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	footer .footer-logos a img {
		max-height: 70px;
	}

	html body footer .nav {
		display: block;
		padding-left: 0;
		margin-bottom: 10px;
	}

	html body footer .nav > li:not(:first-child) {
		padding-left: 0;
	}

	html body footer .nav > li {
		text-align: left;
		transform: skew(-13deg);
		padding-right: 0;
	}

	html body footer .nav > li a {
		transform: skew(13deg);
	}

	html body footer .nav > li:not(:last-child) {
		border-right: none;
	}

	html body footer .second-nav {
		padding-left: 0;
	}

	html body footer .second-nav > li {
		display: block;
	}

	.content ul li,
	.content ol li {
		font-size: 15px;
	}

	.textElement.sources,
	.textElement.sources p,
	.textElement.sources a,
	.textElement.sources span,
	.textElement.sources div {
		font-size: 13px !important;
		line-height: initial !important;
		margin-bottom: 10px;
	}

	#navServiceMeta {
		margin-right: 0;
	}

	#navServiceMeta ul li {
		display: inline-block;
		float: right;
	}

	#navServiceMeta ul li a span {
		display: none;
	}
}


/* ============================================
   Mobile Landscape (max 767px, landscape)
   ============================================ */
@media only screen and (max-width: 767px) and (orientation: landscape) {

	#header {
		padding-top: 15px;
		padding-bottom: 15px;
		height: initial;
	}

	html body .therapeutensuche #arrow {
		left: 26px !important;
	}

	html body .therapeutensuche #arrow img {
		height: 80px !important;
	}

	html body .border-box {
		display: flex !important;
		justify-content: space-between !important;
	}

	html body .border-box > .box:not(:last-child) {
		margin-bottom: 0 !important;
	}

	html body .accordion_wrap button {
		word-break: break-word;
	}

	html body .accordion_wrap button h5 {
		width: 90%;
	}

	.box {
		margin-right: 20px;
	}

	.content .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.textElement.sources,
	.textElement.sources p,
	.textElement.sources a,
	.textElement.sources span,
	.textElement.sources div {
		font-size: 12px !important;
		line-height: initial !important;
		margin-bottom: 8px;
	}
}


/* ============================================
   Mobile Portrait (max 767px)
   ============================================ */
@media only screen and (max-width: 767px) {

	html, html body {
		max-width: 100%;
		width: 100%;
		overflow-x: hidden;
	}

	html body {
		font-size: 16px;
	}

	html body p {
		font-size: 16px !important;
	}

	h1 { font-size: 26px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4, h5, h6 { font-size: 18px; }

	.heading h2,
	.accordion_wrap button.collapsed h5,
	.accordion_wrap button:not(.collapsed) h5,
	.map #map-list h4 {
		font-size: 18px;
	}

	html body .container {
		max-width: 100%;
		margin-bottom: 40px;
		padding-left: 16px;
		padding-right: 16px;
	}

	html body #header {
		height: initial;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}

	.frontpage #header + div {
		height: initial;
	}

	html body #header .navigation {
		flex: 0 0 100%;
		max-width: 100%;
		display: none;
		padding-right: 0;
	}

	html body #header .mainnav {
		padding-left: 0;
		display: block;
		grid-auto-flow: initial;
		border-top: 5px solid #b4cc04;
	}

	html body #header .mainnav li {
		text-align: left;
		transform: none;
		position: relative;
		list-style: none;
		line-height: 48px;
	}

	html body #header .mainnav li a {
		transform: none;
		font-size: 16px;
		padding-left: 16px;
		max-width: 80%;
		width: 100%;
		display: inline-block;
	}

	html body #header .mainnav li i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		font-size: 18px;
		max-width: 20%;
		width: 100%;
		text-align: right;
		padding-right: 16px;
		color: #b4cc04;
		z-index: 9999;
	}

	#header .mainnav li:not(:last-child) {
		border: none;
	}

	#header .mainnav li:hover {
		background-color: transparent;
	}

	html body #header .mainnav li ul {
		max-width: 100%;
		background-color: rgba(248, 250, 230, 0.8);
		text-align: left;
		transform: skew(0deg);
		padding-right: 0;
		position: initial;
		min-width: 100%;
		padding-left: 0;
		display: none;
	}

	html body #header .mainnav li ul.show {
		display: block;
	}

	#header .mainnav li:hover ul {
		display: none;
		width: 100%;
		position: initial;
		top: initial;
		transform: skew(0deg);
		right: initial;
		padding-left: 0;
	}

	html body #header .mainnav li:hover ul > li {
		display: block;
		text-align: initial;
		transform: initial;
		border-right: none;
		padding-right: initial;
		line-height: 48px;
	}

	html body #header .mainnav li ul li a {
		position: relative;
		max-width: 100%;
		width: 100%;
	}

	html body #header .mainnav li ul li a i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		color: #61c7f2;
	}

	html body #header #rwd {
		display: block;
		max-width: 50px;
		max-height: 50px;
		width: 100%;
		height: 100%;
		background-color: #b4cc04;
		position: absolute;
		top: 80px;
		right: 16px;
		transform: skew(-13deg);
		z-index: 9999;
	}

	html body #rwd i {
		font-size: 22px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%) skew(13deg);
		color: #ffffff;
	}

	html body #rwd.clicked {
		background-color: #00a6d0;
	}

	html body .overlay {
		display: none;
	}

	#header .logo img {
		max-width: 180px;
		width: 100%;
	}

	html body .content {
		padding-left: 16px;
		padding-right: 16px;
	}

	html body .heading {
		margin-bottom: 0;
		margin-top: 0;
	}

	.heading h2 {
		margin-left: 12px;
	}

	html body .accordion_wrap button {
		word-break: break-word;
	}

	html body .accordion_wrap button h5 {
		width: 90%;
	}

	html body #scroll-to-top {
		z-index: 999;
	}

	#scroll-to-top {
		width: 44px;
		height: 44px;
	}

	.accordion_wrap button i {
		font-size: 20px;
	}

	.map .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.map .form-control,
	.map form .btn {
		font-size: 16px;
		width: 100%;
	}

	.MsoFootnoteText span {
		font-size: 13px !important;
	}

	#mapSearch .col-md-2,
	#mapSearch .col-md-4,
	#mapSearch .col-md-5 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	#map-wrapper {
		margin-bottom: 20px;
	}

	html body .map #map-list .news-list {
		padding-top: 15px;
	}

	html body .map .first-row {
		margin-bottom: 0;
	}

	html body .container.border-box {
		margin-bottom: 0;
		padding-left: 16px;
		padding-right: 16px;
	}

	html body .therapeutensuche #arrow {
		left: -20px;
	}

	html body .therapeutensuche #arrow img {
		height: 50px;
	}

	html body .banner .container {
		margin-bottom: 0;
	}

	html body table {
		display: block;
		width: 100%;
	}

	html body table tr {
		display: block;
		width: 100%;
	}

	html body table td {
		display: block;
		width: 100%;
	}

	html body form .offset-1 {
		margin-left: 0;
	}

	html body form input[type=submit] {
		margin-bottom: 15px;
	}

	html body .text-justify {
		text-align: left !important;
	}

	html body #frontpage-banner .banner-content {
		max-width: 100%;
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		padding: initial;
		border-radius: initial;
		transform: initial;
	}

	html body #frontpage-banner .banner-content.quotation {
		font-size: 14px;
		position: relative;
		margin-top: 16px;
		padding-left: 24px;
		padding-right: 24px;
	}

	html body #frontpage-banner .banner-content.quotation::before {
		transform: rotate(5deg);
	}

	html body #frontpage-banner .banner-content.quotation::after {
		transform: rotate(182deg);
		bottom: 3px;
	}

	html body .border-box {
		display: block;
		justify-content: initial;
	}

	html body .border-box > .box:not(:last-child) {
		margin-bottom: 20px;
	}

	html body #accordion .card-header h5 {
		max-width: 90%;
		width: 100%;
	}

	html body .need-help {
		max-width: 90%;
	}

	html body #insitutionen .col-md-12.description h4 {
		font-size: 18px;
	}

	.content ul li,
	.content ol li {
		font-size: 16px;
	}

	.content .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Footer */
	footer .row {
		position: relative;
	}

	html body footer .text-right {
		text-align: left !important;
	}

	html body footer .nav {
		display: block;
		padding-left: 0;
		margin-bottom: 10px;
	}

	html body footer .nav > li:not(:first-child) {
		padding-left: 0;
	}

	html body footer .nav > li {
		text-align: left;
		transform: skew(-13deg);
		padding-right: 0;
	}

	html body footer .nav > li a {
		transform: skew(13deg);
	}

	html body footer .nav > li:not(:last-child) {
		border-right: none;
	}

	html body footer .second-nav {
		padding-left: 0;
	}

	html body footer .second-nav > li {
		display: block;
		line-height: 36px;
	}

	footer .second-nav > li a {
		font-size: 14px;
	}

	footer .copyright {
		font-size: 13px;
		text-align: right !important;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	footer .footer-logos {
		margin-top: 20px;
	}

	footer .footer-logos a {
		max-width: 50%;
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	html body footer .footer-logos a img {
		max-height: 60px;
	}

	footer .row:first-child .col-md-8 {
		flex: 0 0 40.666667%;
		max-width: 40.666667%;
	}

	footer .row:first-child .col-md-4 {
		flex: 0 0 52.666667%;
		max-width: 52.666667%;
		padding-left: 20px;
	}

	footer .row:last-child .col-md-6:first-child {
		flex: 0 0 40.666667%;
		max-width: 40.666667%;
	}

	footer .row:last-child .col-md-6:last-child {
		flex: 0 0 50.666667%;
		max-width: 50.666667%;
	}

	/* navServiceMeta */
	#navServiceMeta {
		margin-right: 0 !important;
	}

	#navServiceMeta ul {
		float: none;
		list-style: none;
		padding-left: 12px;
		text-align: left;
	}

	#navServiceMeta ul li {
		display: inline-block;
		float: none;
		margin-left: 16px;
	}

	#navServiceMeta ul > li:first-child {
		margin-left: 0;
	}

	#navServiceMeta ul li a span {
		display: none;
	}

	#navServiceMeta #navServiceGS a,
	#navServiceMeta #navServiceLS a {
		font-size: 22px;
	}

	#navServiceMeta #navServiceGS a::before,
	#navServiceMeta #navServiceLS a::before {
		width: 32px !important;
		height: 32px !important;
		left: -28px !important;
	}

	#navServiceMeta #navServiceLS a::before {
		left: -34px !important;
	}

	.textElement.sources,
	.textElement.sources p,
	.textElement.sources a,
	.textElement.sources span,
	.textElement.sources div {
		font-size: 12px !important;
		line-height: initial !important;
		margin-bottom: 8px;
	}
}
