﻿@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*/
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");*/
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/*Hier sind die Farbvariablen des Themes gelistet*/
/*Hier beginnt CSS*/
/*--------------------------------------------------------*/
/* INHALT*/
/*
I.      Allgemeines
II.     Schrifttypen
III.    Header
IV.     Contentarten
V.      Dropdown
VI.     Buttonstyles
VII.    Kontaktformular
VIII.   Footer
IX.     Breadcrumb
X.      Fragebogen/Terminservice
XI.     Migränenetzwerk
XII.    Print Page

*/
/*  I.  ALLGEMEINES*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
html{
height:100%!important;
}
body {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #F1EEEE!important;
	overflow-x: hidden;
    	font-family: 'Roboto', sans-serif;
}
.container-fluid{
    height:100%!important;
}
p {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	color: #414141;
}

a {
	font-family: 'Roboto', sans-serif;
	outline: none;
	color: #00D5CC;
	font-weight: 500;
}

a:hover {
	color: #006AB3;
	text-decoration: none !important;
}

img {
	outline: none;
}

html {
	min-height: 100%;
}

.container {
	width: 100%;
	position: absolute;
}

.padding-0 {
	padding: 0px !important;
}

.paddingleft0 {
	padding-left: 0px !important;
}

.margin-0 {
	margin: 0px !important;
}

.margin10 {
	margin: 10px;
}

.paddingright0 {
	padding-right: 0px !important;
}

.padding15 {
	padding: 15px;
}

.centerme {
	text-align: center !important;
}

.centerme p {
	text-align: center !important;
}

/*  II. SCHRIFTTYPEN*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
h1 {
	text-align: left;
	color: #414141;
	font-size: 3em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	h1 {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	h1 {
		font-size: 1.9em;
	}
}

@media only screen and (min-width: 1px) and (max-width: 741px) and (orientation: landscape) {
	h1 {
		font-size: 1.9em;
	}
}

@media only screen and (min-width: 742px) and (max-width: 870px) and (orientation: landscape) {
	h1 {
		font-size: 1.5em;
	}
}

h1.signalfarbe {
	text-align: left;
	color: #00D5CC;
	font-size: 3em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	h1.signalfarbe {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	h1.signalfarbe {
		font-size: 1.9em;
	}
}

@media only screen and (min-width: 1px) and (max-width: 741px) and (orientation: landscape) {
	h1.signalfarbe {
		font-size: 1.9em;
	}
}

@media only screen and (min-width: 742px) and (max-width: 870px) and (orientation: landscape) {
	h1.signalfarbe {
		font-size: 1.5em;
	}
}

/*Hier Flexelemente, damit 2 verschiedene Überschriften in
  einer Zeile stehen können*/
.flexy {
	display: flex;
	align-items: baseline;
}

.abstand50 {
	padding: 50px;
}

@media only screen and (min-width: 1px) and (max-width: 414px) and (orientation: portrait) {
	.abstand50 {
		padding: 15px;
	}
}

h2 {
	text-align: center;
	color: #414141;
	font-size: 1.8em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	h2 {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	h2 {
		font-size: 1.9em;
	}
}

h2.signalfarbe {
	text-align: center;
	color: #00D5CC;
	font-size: 1.8em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	h2.signalfarbe {
		font-size: 1.5em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	h2.signalfarbe {
		font-size: 1.9em;
	}
}

h3 {
	text-align: center;
	color: #414141;
	font-size: 1.8em;
	font-weight: 500;
}

/**umb_name:headlineaerzte*/
.headlineaerzte {
	text-align: center;
	color: #414141;
	font-size: 1.8em;
	font-weight: 500;
}

.headlineaerzte a {
	text-decoration: none;
}

.headlineaerzte:hover {
	color: #006AB3 !important;
	text-decoration: none;
}

/**umb_name:headlinesignal*/
.headlinesignal {
	color: #00D5CC;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.headlinesignal {
		font-size: 1.3em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	.headlinesignal {
		font-size: 1.9em;
	}
}

.headlinesignal p {
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 940px) and (orientation: portrait) {
	.headlinesignal {
		font-size: 1.5em;
	}
}

/**umb_name:headline normal*/
.headlineNormal {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #414141;
	font-size: 1.8em;
	font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.headlineNormal {
		font-size: 1.3em;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	.headlineNormal {
		font-size: 1.9em;
	}
}

.headlineNormal p {
	text-align: center;
}

/**umb_name:marginaltext*/
.marginaltext {
	font-size: 0.9em;
	color: #414141;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 5px;
}

/**umb_name:wichtig*/
.wichtig {
	color: #00D5CC;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 6em;
	font-weight: bold;
}

/**umb_name:zwischenueber*/
.zwischenueber {
	background-color: white;
	height: 80px;
	align-items: center;
	display: flex;
	color: #414141;
	font-size: 1.6em;
	font-weight: 400;
}

/**umb_name:contentblockschrift*/
.contentblockschrift {
	color: white;
	font-weight: 400;
	font-size: 1em;
}

/**umb_name:zwischenueberwhite*/
.zwischenueberwhite {
	height: 80px;
	align-items: center;
	display: flex;
	color: white;
	font-size: 1.6em;
	font-weight: 400;
}

/**umb_name:fliesstextwhite*/
.fliesstextwhite {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	color: white;
}

/**umb_name:aerzteintraege*/
@media only screen and (min-width: 1px) and (max-width: 900px) {
	.aerzteintraege {
		font-size: 1.3em;
		font-weight: 400;
	}
}

@media only screen and (min-width: 901px) {
	.aerzteintraege {
		font-size: 1.6em;
		font-weight: 400;
	}
}

/*  III.    HEADER*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1px) and (max-width: 414px) and (orientation: portrait) {
	.headerschmal {
		background-image: url("/media/1020/smartphone_portrait_375.jpg");
		background-size: cover;
		background-position: right center;
		min-height: 100vh;
		padding: 0px !important;
		border-bottom: 1px solid #00D5CC;
	}
}

@media only screen and (min-width: 415px) and (orientation: portrait) {
	.headerschmal {
		background-image: url("/media/1002/layoutbild1.png");
		background-size: cover;
		background-position: right center;
		min-height: 350px;
		padding: 0px !important;
		border-bottom: 1px solid #00D5CC;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.headerschmal {
		background-image: url("/media/1022/smartphone_landscape_375.jpg");
		min-height: 300px;
		height: 100vh;
		padding: 0px !important;
		border-bottom: 1px solid #00D5CC;
	}
}

@media only screen and (min-width: 741px) and (max-width: 1280px) and (orientation: landscape) {
	.headerschmal {
		background-image: url("/media/1023/layoutbild1.jpg");
		background-position: right center;
		background-size: cover;
		min-height: 465px;
		padding: 0px !important;
		border-bottom: 1px solid #00D5CC;
	}
}

@media only screen and (min-width: 1281px) and (orientation: landscape) {
	.headerschmal {
		background-image: url("/media/1023/layoutbild1.jpg");
		background-size: cover;
		background-position: right center;
		min-height: 465px;
		padding: 0px !important;
		border-bottom: 1px solid #00D5CC;
	}
}

@media only screen and (min-width: 1201px) and (orientation: landscape) {
	.shadowcontainer {
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}
}

@media only screen and (min-width: 1400px) and (orientation: landscape) {
	.shadowcontainer {
		max-width: 80vw !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1201px) and (orientation: portrait) {
	.desktop {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1200px) and (orientation: landscape) {
	.desktop {
		display: none;
	}
}

/*Desktop*/
@media only screen {
	.logo {
		max-width: 300px;
		top: 15px;
		padding-top: 20px;
		padding-left: 10px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.logo {
		width: 250px;
		top: 15px;
		padding-top: 20px;
		padding-left: 10px;
	}
}

@media only screen and (min-width: 401px) and (max-width: 940px) and (orientation: portrait) {
	.logo {
		width: 250px;
	}
}

@media only screen and (min-width: 401px) {
	.headerschriftdiv {
		z-index: 0;
		position: absolute;
		top: 150px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 400px) and (orientation: portrait) {
	.headerschriftdiv {
		z-index: 0;
		position: absolute;
		top: 140px;
	}
}

@media only screen and (min-width: 1px) and (orientation: portrait) {
	.responsivewillkommen {
		margin: 0px !important;
		padding: 0px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 414px) and (orientation: portrait) {
	.responsivewillkommen .abstandsmartphone {
		min-width: 2px;
		min-height: 200px;
		height: 200px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.responsivewillkommen .abstandsmartphone {
		margin: 0px !important;
		padding: 0px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 586px) {
	.responsivewillkommen .abstandsmartphone2 {
		min-width: 2px;
		min-height: 200px;
		height: 200px !important;
	}
}

@media only screen and (min-width: 587px) and (max-width: 740px) {
	.responsivewillkommen .abstandsmartphone2 {
		min-width: 2px;
		min-height: 310px;
		height: 310px !important;
	}
}

@media only screen and (min-width: 741px) and (max-width: 990px) {
	.responsivewillkommen .abstandsmartphone2 {
		min-width: 2px;
		min-height: 410px;
		height: 410px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.responsivewillkommen {
		margin: 0px !important;
		padding: 0px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 359px) and (orientation: portrait) {
	.abstandiphone {
		height: 35vh;
		width: 1px;
	}
}

@media only screen and (min-width: 360px) {
	.abstandiphone {
		height: 0px;
		width: 0px;
	}
}

/*  IV. CONTENTARTEN*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/*HAUPTSEITE Contentblöcke*/
@media screen and (min-width: 1px) and (max-width: 1066px) {
	.yessmartphone {
		display: block;
	}
}

@media screen and (min-width: 1067px) {
	.yessmartphone {
		display: none;
	}
}

@media screen and (min-width: 1px) and (max-width: 1066px) {
	.nosmartphone {
		display: none;
	}
}

@media screen and (min-width: 1067px) {
	.nosmartphone {
		display: flex;
	}
}

.one {
	background-color: #006AB3;
}

.two {
	background-color: #008EBB;
}

.three {
	background-color: #00A8C1;
}

.four {
	background-color: #00D5CC;
}

@media screen and (min-width: 1px) and (max-width: 400px) {
	.contentblockbereich {
		height: 100px;
	}
}

@media screen and (min-width: 401px) {
	.contentblockbereich {
		height: 270px;
	}
}

.contentlink p a {
	color: white;
	font-weight: 400;
	font-size: 1em;
}

.contentlink p a:hover {
	text-decoration: none !important;
	transition: 0.2s;
	color: white;
}

.arrow {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	border-left: none;
	border-top: none;
	border-right: 4px #fff solid;
	border-bottom: 4px #fff solid;
}

.arrow2 {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 4px #00D5CC solid;
	border-bottom: 4px #00D5CC solid;
}

.arrowbreadcrumb {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 2px #414141 solid;
	border-bottom: 2px #414141 solid;
}

/*HAUPTSEITE Willkommen Bereich*/
.lightgrey {
	background-color: #F1EEEE;
}

.bildertitel {
	font-size: 0.9em;
	color: #414141;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	padding: 5px;
}

.karte {
	background-image: url("/media/1019/nrw_2021-03-17.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 365px;
	width: auto;
}

.aerzte {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-image: url("/media/1024/arztbild.jpg");
}

@media only screen and (min-width: 1px) and (orientation: portrait) {
	.aerzte {
		min-height: 500px;
		background-image: url("/media/1026/aerztebild_smartphone.jpg");
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.aerzte {
		min-height: 500px;
	}
}

/*CONTENTBLÖCKE UNTERSEITEN-------------------------------------------------*/
.white {
	background-color: white;
}

.greyish {
	background-color: #F1EEEE;
	min-height: 200px;
	height: 215px;
}

.greyish2 {
	background-color: #F1EEEE;
	min-height: 250px;
}

.bvdnbild {
	background-image: url("/media/1005/bvdn.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 400px;
	width: auto;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
	.unterseitentext {
		padding: 0px;
	}
}

@media only screen and (min-width: 769px) {
	.unterseitentext {
		padding: 0px 30px 0px 30px;
	}
}

.rahmen {
	border: 2px solid #00D5CC;
	padding: 15px;
}

/*Ärzteliste-------------------------------------------------*/
.column div {
	background: #fff;
	border-radius: 12px;
	display: inline-block;
	width: 100%;
	text-align: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

@media only screen and (min-width: 1px) and (max-width: 360px) {
	.column div {
		padding: 15px;
	}
}

@media only screen and (min-width: 361px) {
	.column div {
		padding: 30px;
	}
}

.arzt {
	background: #fff;
	border-radius: 12px;
	display: inline-block;
	width: 100%;
	text-align: left;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	padding: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 360px) {
	.portraitarzt img {
		width: 150px !important;
	}
}

@media only screen and (min-width: 361px) {
	.portraitarzt img {
		width: 190px !important;
	}
}

@media only screen and (min-width: 1px) and (max-width: 360px) {
	.klasseportrait {
		width: 150px !important;
	}
}

@media only screen and (min-width: 361px) {
	.klasseportrait {
		width: 190px !important;
	}
}

.umb-grid div.container {
	max-width: inherit;
}

.gridaerzte {
	min-height: 200px;
}

.gridaerzte .column div {
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: none;
	border-radius: 0px;
}

.gridaerzte .other-times {
	border-bottom: 1px solid #F1EEEE;
}

.gridaerzte .last-time {
	border-bottom: 0px solid #F1EEEE !important;
}

.gridaerzte .container {
	position: relative !important;
}

.vorstellungeinzelnerpartner {
	background-color: #F1EEEE;
	padding: 20px;
}

.vorstellungeinzelnerpartner .column div {
	display: inline-block;
	margin-bottom: 10px;
	background: none;
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	text-align: left;
	box-shadow: none;
	padding: 0px;
}

.vorstellungeinzelnerpartner .container {
	position: relative !important;
}

.arrowaerzte {
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	border-left: none;
	border-top: none;
	border-right: 2px #414141 solid;
	border-bottom: 2px #414141 solid;
}

.adresse1 {
	width: 150px !important;
}

.accordionicon {
	transform: rotate(0deg);
	transition-duration: 0.5s;
}

.accordionicon .aktivpfeil {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.5s;
}

.collapse {
	transition-duration: 1s;
}

.collapse .show {
	transition-duration: 1s;
}

.headeraccordion {
	background-color: white;
	height: 80px;
	align-items: center;
	display: flex;
	color: #414141;
	font-weight: 400;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media only screen and (min-width: 1px) and (max-width: 565px) {
	.headeraccordion {
		font-size: 1.2em;
	}
}

@media only screen and (min-width: 566px) {
	.headeraccordion {
		font-size: 1.6em;
	}
}

.accordionicon {
	align-items: center;
	display: flex;
}

.accordion {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	background-color: white;
}

div.accordionicon {
	margin-right: 20px;
}

#accordioniconhere {
	padding-bottom: 15px;
}

#accordionneurologen {
	padding-bottom: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 740px) {
	.adresseabstand {
		padding-left: 20px;
	}

	.adresseabstand .row:nth-child(odd) {
		background-color: #F1EEEE;
	}

	.adresseabstand .row {
		padding: 20px !important;
	}
}

@media only screen and (min-width: 741px) {
	.adresseabstand .row:nth-child(odd) {
		background-color: #F1EEEE;
	}

	.adresseabstand .row {
		padding: 10px !important;
	}
}

/* --Über uns Seite  -----------------------------------*/
@media only screen and (min-width: 1px) and (max-width: 1000px) {
	.bg-banner {
		min-height: 158px;
	}
}

@media only screen and (min-width: 1001px) and (max-width: 1319px) {
	.bg-banner {
		min-height: 158px;
	}
}

@media only screen and (min-width: 1320px) {
	.bg-banner {
		min-height: 160px;
	}
}

.portrait {
	color: #414141;
}

@media only screen and (min-width: 1px) and (max-width: 1190px) {
	.mobileueber {
		display: block;
	}
}

@media only screen and (min-width: 1191px) {
	.mobileueber {
		display: none;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1190px) {
	.desktopueber {
		display: none;
	}
}

@media only screen and (min-width: 1191px) {
	.desktopueber {
		display: block;
	}
}

.imgportrait {
	text-align: center;
	min-height: 238px !important;
	display: inline-block;
}

.portraitmobile {
	text-align: center;
	color: #414141;
	font-size: 12pt;
	font-weight: 600;
}

.mobilewidth {
	width: 200px;
}

/*  V. DROPDOWN*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/*Das Linkmenü ist fixed, damit es immer mitscrollt. Dazu ist der unten liegende Teil in einem
extra Container etwas heruntergesetzt - daher die Klasse 'runter'*/


mySidebar {
	height: 100vh;
}

#navigation {
	position: relative;
	z-index: 1;
}

.blueline {
	min-height: 30px !important;
	background-color: #006AB3;
}

a.icon {
	color: #414141;
	background-color: white !important;
}

.linkmenu {
	background-color: white;
	padding-left: 0px;
	padding-right: 0px;
}

.linkmenu2 {
	background-color: white;
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.linkmenu2 {
		height: 60px !important;
	}
}

@media only screen and (min-width: 741px) and (orientation: landscape) {
	.linkmenu2 {
		height: 80px !important;
	}
}

@media only screen and (min-width: 700px) and (max-width: 940px) and (orientation: portrait) {
	.linkmenu2 {
		height: 60px !important;
	}
}

/*Linkmenu 3 ist nur für die fade-in Navigation gedacht, z.B. bei Water-Parallaxheader*/
.linkmenu3 {
	background-color: transparent;
	height: 80px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*Linkmenu fading ist nur für die fade-in Navigation gedacht, z.B. bei Water-Parallaxheader*/
.linkmenu2.fading {
	background-color: transparent !important;
}

/*für markierten link*/
.runter {
	top: 30px;
}

.runter2 {
	top: 50px;
}

.topnav {
	overflow: hidden;
	background-color: white;
}

/*Für Fading Nav*/
.topnav.fading {
	background-color: transparent;
}

/*beschreibt die Farbe der Links */
.topnav a {
	float: left;
	display: block;
	color: #414141;
	line-height: 1em;
	padding: 0 1.9em;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	font-size: 14pt;
}

#myTopnav {
	float: right;
}

/*beschreibt die Farbe der Links beim Hovern*/
.topnav a:hover {
	color: #00D5CC;
	text-decoration: none;
}

.topnav a:active {
	color: white;
}

.topnav .icon {
	display: none;
}

a.icon {
	font-size: 14pt !important;
}

@media screen and (max-width: 850px) {
	.topnav a {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
		width: 13vw;
	}
}

@media screen and (min-width: 330px) {
	div#myTopnav.topnav.responsive {
		height: auto;
		width: auto;
	}

	a.schliessen {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive .icon {
		color: #888 !important;
		background-color: none !important;
		padding: 19px 5px !important;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		padding: 22px 55px 4px 34px;
		border-bottom: 1px solid white;
	}

	div#myTopnav.topnav.responsive {
		width: 100vw;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	}

	#myTopnav {
		padding: none;
	}
}

/*---- Navigation---*/
@media screen and (min-width: 1px) and (max-width: 1700px) {
	.breitenavigation {
		display: none;
	}



	a.unterelement {
		margin-left: -40px;
		padding-left: 65px !important;
	}
}
/*----Mobile bis 1700 Navigation---*/
@media screen and (min-width: 1px) {


	.schmalenavigation {
		display: block;
	}


}
/*----Dropdown ab 1700px Navigation---*/
@media screen and (min-width: 1701px) {
	.schmalenavigation {
		display: inline;
	}

	.breitenavigation {
		display: none;
	}

	#container {
		margin: 0 auto;
	}

	#navi {
		margin-top: 26px;
	}

	#navi, #navi ul {
		list-style: none;
    /*hier wird ein Minuswert gegeben, damit die UL nicht einrückt*/
		transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidebar */;
	}

	#navi {
		float: left;
		text-align: left;
	}

	#navi > li {
		float: left;
	}

	#navi li a {
		display: block;
		height: 1.9em;
		line-height: 1em;
		padding: 0 1.9em;
		text-decoration: none;
		color: #414141;
		transition: 1s;
	}

	#navi li a:hover {
		font-weight: bold;
		display: block;
		color: #00D5CC;
	}

	#navi ul {
		position: absolute;
		display: none;
		z-index: 999;
		margin-top: 30px;
		border: 1px solid #888;
		padding-left: 0px;
		opacity: 1;
	}

	#navi ul:hover {
		color: #00D5CC !important;
	}

	#navi ul li a {
		background-color: white;
		text-align: left;
		border-bottom: 1px solid #888;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 200px;
		height: auto;
	}
  /* Erstes Listenelement der zweiten Ebene soll Abstand zur ersten bekommen*/
	#navi ul li a:hover {
		display: block;
		background-color: #414141;
	}

	#navi li:hover ul {
		display: block;
	}
  /* Change this in order to change the Dropdown symbol */
	#navi li > a:after {
		content: ' »';
	}

	#navi li > a:only-child:after {
		content: '';
	}
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
	.navi1025 {
		display: none;
	}
    	.naviunter1025 {
		display: inline;
	}
}

@media only screen and (min-width: 1025px) {
	.naviunter1025 {
		display: none;
	}
    .navi1025 {
		display: inline;
	}
}

/*------------nav side menu / MOBILE SIDE MENU-----------*/
.unterelement a {
	margin-left: -80px !important;
	padding-left: 65px !important;
	width: 100vw !important;
}

.unterelement a:hover {
	color: #00D5CC !important;
	background-color: white;
}

.mobilenavi {
	margin-left: -40px !important;
}

.home {
	margin-top: 20px;
	color: #414141;
	font-weight: bold;
	font-size: 14pt;
}

.mobilenavi, .mobilenavi ul {
	list-style: none;
}

/* Unterelemente der Navigation sind ausgeschaltet*/
/*Unterelemente der Navigation sind eingeschaltet*/
.mobilenavi .clickmich {
	display: none !important;
}

.mobilenavi {
	display: block;
}

.oberelement + ul {
	display: none;
}

/* The sidebar menu */
.sidebar {
	height: 100%;
  /* 100% Full-height */
	width: 0;
  /* 0 px Breite - wird durch Javascript geändert */
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0px;
	background-color: white;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

/*  sidebar */
.sidebar a {
	padding: 8px 8px 8px 32px;
  /*Wenn Sidebar rechts erscheinen soll, dann float right setzen.*/
	float: left;
	display: block;
	color: #414141;
}

.sidebar a:hover {
	color: #00D5CC !important;
	text-decoration: none;
}



/*Alle Mobilenavi Links Elemente die nicht oberelement sind*/
.mobilenavi a:not(.oberelement) {
	color: #00D5CC;
	background-color: none;
}

/*Logoutbutton soll nicht volle Breite*/
#RPAS_LOGOFF, #RPAS_LOGIN, #RPAS_LOGOFF_DIV_DOC, #RPAS_LOGIN_DIV_DOC{
    width:auto!important;
}

/*Alle Mobilenavi Links Elemente hover die nicht oberelement sind*/
a.unterelement:hover {
	color: #00D5CC;
	background-color: #09fff5;
}

a.oberelement:hover {
	background-color: #6ffff9 !important;
}

.mobilenavi a {
	padding: 32px 32px 32px 32px;
  /* Wenn Sidebar rechts erscheinen soll, dann floar right setzen.*/
	float: left;
	display: block;
	color: #888;
	font-weight: bold;
	font-size: 14pt;
	display: block;
	width: 100vw;
	border-bottom: 1px solid #F1EEEE;
	line-height: 1em;
}

.mobilenavi a:hover {
	display: block;
	line-height: 1em;
	text-decoration: none;
	color: #414141 !important;
}

.sidebar .closebtn {
	border-bottom: 0px !important;
  /*Wenn X links sein soll, dann 200px*/
	width: 50px !important;
	padding: 20px 20px;
}

.sidebar .closebtn a:hover {
	background-color: none !important;
}

/* Position und style vom Close Button (top right corner) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 40px;
	font-size: 36px;
	background-color: none !important;
}

/* The button used to open the sidebar */
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: white;
	color: #414141;
	padding: 20px 20px;
	border: none;
	outline: none !important;
}

@media only screen and (min-width: 700px) and (max-width: 940px) and (orientation: portrait) {
	.openbtn {
		padding: 10px 10px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 740px) and (orientation: landscape) {
	.openbtn {
		padding: 10px 10px;
	}
}

.openbtn a {
	border: none;
	outline: none !important;
}

.openbtn:hover {
	color: #00D5CC;
}

/* Hier ein Dropdown Symbol bei Punkten mit mehreren Links */
.mobilenavi li > a:after {
	content: ' »';
}

.mobilenavi li > a:only-child:after {
	content: '';
}

/*  VI. BUTTONS*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.btn-primary {
	background-color: #00D5CC!important;
	border-color: #00D5CC!important;
	border-radius: 24px !important;
    color:white!important;
	font-weight: bold !important;
}
a.btn-primary {

    color:white!important;

}
.btn-primary:hover {
	background-color: #006ab3!important;
	border-color: #006ab3!important;
	border-radius: 24px !important;
    color:white!important;
	font-weight: bold !important;
}
.btn{
    outline: none;
}
a{
    outline: none;


.ui-button-text{
    color:white!important;
    background-color: #00D5CC;
	border-color: #00D5CC;
	border-radius: 24px !important;
	font-weight: bold !important;
	font-family: 'Roboto', sans-serif;
    outline: none;
}

.ui-button-text:hover{
    color:white!important;
    opacity: 0.85;
	cursor: pointer;
	transform: scale(1.025);
	background-color: #006AB3;
	border-color: #006AB3;
    	font-family: 'Roboto', sans-serif;
}
.ui-button-text:active {
	background-color: #006AB3!important;
}
.ui-state-active.ui-button.ui-widget.ui-state-default.ui-button-text-only > .ui-button-text{
	background-color: #006AB3!important;
}

.ui-corner-all{
    border-radius:none!important;
}

/*  VII. KONTAKTFORMULAR*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.mat-label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	transform: translateY(25px);
	color: #006AB3;
	transition: all 0.5s;
	padding: 0px 0px 10px 0px;
}

.mat-input {
	caret-color: #006AB3;
	position: relative;
	background: transparent;
	width: 100%;
	border-bottom: 2px solid #006AB3;
	border-left: none;
	border-right: none;
	border-top: none;
	outline: none;
	padding: 8px 0;
	font-size: 16px;
}

textarea {
	caret-color: #00d5cc;
	width: 350px;
	max-width: 60vw;
	height: 15em;
	border: 1px solid #00d5cc;
	font-size: 16px;
}

input:required {
	box-shadow: none;
}

.wrapper {
	width: 400px;
	max-width: 60vw;
	margin: 30px auto;
}

/*

Name: cmxform Styles

*/
form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
  /* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 10pt;
}

div.error {
	display: none;
}

input {
	border-bottom: 1px solid black;
    border-left:none;
    border-right:none;
    border-top:none;
    border-radius:0px!important;
}

input.checkbox {
	border: none;
}

input.error {
	border-bottom: 1px solid red;
}

form.cmxform .gray * {
	color: gray;
}

.pflichtfeld {
	font-size: 10pt;
	color: #006AB3;
}

/*

Use: cmxform template

*/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform label {
	width: 100px;
}

/* Width of labels */
form.cmxform fieldset fieldset label {
	margin-left: 103px;
}

/* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 103px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 103px;
}

/*  VIII. FOOTER*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.logofooter {
	min-height: 15px;
	height: 5vh;
	max-height: 30px;
	width: auto;
}

div#footer {
	background-color: #006AB3!important;
	min-height: 40px;
	width: auto;
	padding: 0px !important;
}

.footer_font {
	color: white;
	font-size: 12pt;
	padding-top: 15px !important;
}

footer_font_NoPadding {
	color: white;
	font-size: 12pt;
	padding-top: 0px !important;
}

.br-smartphone {
	display: none;
}

@media only screen and (min-width: 1px) and (max-width: 401px) {
	.br-smartphone {
		display: block;
	}
}

/*  IX. BREADCRUMB*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
#breadcrumb {
	list-style: none;
	display: inline-block;
    color:#006AB3;
}

#breadcrumb .icon {
	font-size: 14px;
}

#breadcrumb li {
	float: left;
}

#breadcrumb li a {
	color: #FFF;
	display: block;
	background: #006AB3;
	text-decoration: none;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 5px;
	text-align: center;
	margin-right: 23px;
}

#breadcrumb li:nth-child(even) a:before {
	border-color: #006AB3;
	border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
	border-left-color: #006AB3;
}

#breadcrumb li:first-child a {
	padding-left: 15px;
	-moz-border-radius: 24px 0 0 24px;
	-webkit-border-radius: 4px;
	border-radius: 24px 0 0 24px;
}

#breadcrumb li:first-child a:before {
	border: none;
}

#breadcrumb li:last-child a {
	padding-right: 15px;
	-moz-border-radius: 0 24px 24px 0;
	-webkit-border-radius: 0;
	border-radius: 0 24px 24px 0;
}

#breadcrumb li:last-child a:after {
	border: none;
}

#breadcrumb li a:before, #breadcrumb li a:after {
	content: "";
	position: absolute;
	top: 0;
	border: 0 solid #006AB3;
	border-width: 20px 10px;
	width: 0;
	height: 0;
}

#breadcrumb li a:before {
	left: -20px;
	border-left-color: transparent;
}

#breadcrumb li a:after {
	left: 100%;
	border-color: transparent;
	border-left-color: #006AB3;
}

#breadcrumb li a:hover {
	background-color: #00D5CC;
}

#breadcrumb li a:hover:before {
	border-color: #00D5CC;
	border-left-color: transparent;
}

#breadcrumb li a:hover:after {
	border-left-color: #00D5CC;
}

#breadcrumb li a:active {
	background-color: #00D5CC;
}

#breadcrumb li a:active:before {
	border-color: #00D5CC;
	border-left-color: transparent;
}

#breadcrumb li a:active:after {
	border-left-color: #00D5CC;
}

.paddingtext {
	padding: 4px !important;
}

@media screen and (min-width: 1px) and (max-width: 900px) {
	.breaddesktop {
		display: none;
	}

	.breadmobil {
		display: block;
	}
}

@media screen and (min-width: 901px) {
	.breaddesktop {
		display: block;
	}

	.breadmobil {
		display: none;
	}
}

.breadmobil {
	font-size: 0.83em;
}

/*  X. FRAGEBOGEN/TERMINSERVICE*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* --------------RESPONSIVE IFRAME--------------*/
.resp-container {
	position: relative;
	overflow: hidden;
}

.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/*  XI. Migränenetzwerk (zurzeit disabled) */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
.migraene {
	display: none !important;
}

/*  XII. Print Page*/
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

@media print{
    .navi1025, .naviunter1025, #breadcrumb{
        display:none!important;
    }
    .logo{
        max-width:300px!important;
    }

    div#CaseAppointments {
        background-color: white !important;
        height: 100% !important;
        width: 100% !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        padding: 15px !important;
        font-size: 14px !important;
        line-height: 18px !important;
    }
}