/* GLOBAL STYLES
-------------------------------------------------- */
/*
@import url('../fonts/css?family=Roboto&display=swap');
*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-play:before {
  content: "\e072";
}
html {
	height:100%;
}
body {
	background-color: rgba(255, 255, 255, 1);
	background-image: url(/static/img/palliativteam-ffo_bg_02.jpg);
	background-position: right bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	color: rgba(0, 0, 0, 0.7);
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 14px;
	font-size: 100%;
	font-size: 2vw;
  -webkit-transition: font-size .3s;
	text-align: left;
	position: relative;
	height:100%;
	overflow-x: hidden;
/*	scroll-behavior: smooth; */
}
h1, .h1 {
	color: rgba(115, 36, 102, 1); /* #732466 */
	text-align: left;
	font-weight: bold;
	margin-top: 1rem;	
	margin-bottom: 1rem;
	font-size: 3rem;
}
h1 > a:link, .h1 > a:link {
	color: rgba(115, 36, 102, 1); /* #732466 */
}
h2, .h2 {
	color: rgba(115, 36, 102, 1); /* #732466 */
	text-align: left;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
h3, .h3 {
	color: rgba(115, 36, 102, 1); /* #732466 */
	text-align: left;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
p {
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	line-height: 1.7;
	/*
	text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  */
	margin: 0px;	
}
p.small, .small {
	color: rgba(0, 0, 0, 0.7);
	font-size: 80%;
	line-height: 1.2;
	margin: 2.2% 0px 3%;
}
a, a:link {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none;
}
a:hover {
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
}
ul {
	list-style-type: square;
}
li {
	margin-left: -25px;
}
hr {
	border-top: dotted 1px rgba(0, 0, 0, 0.7);
	height: 2px;
	margin: 5% 0;
	clear: both;
}
.schatten {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
body {
	background-image: url(/static/img/palliativteam-ffo_bg_02.jpg);
	font-size: 4.5vw;
}
h1 {
	font-size: 1.75rem;
}
}

@media (min-width: 576px) {
body {
	background-image: url(/static/img/palliativteam-ffo_bg_02.jpg);
	font-size: 3.5vw;
}
}

@media (min-width: 768px) {
body {
	background-image: url(/static/img/palliativteam-ffo_bg_02.jpg);
	font-size: 2.25vw;
}
}

@media (min-width: 992px) { 
body {
	font-size: 1.8vw;
}
h1 {
	font-size: 2.4rem;
}
}

@media (min-width: 1200px) {
body {
	font-size: 1vw;
}
h1 {
	font-size: 3rem;
}
}

/* MODAL
-------------------------------------------------- */
.modal {
	left: 75%;
}
#exampleModal {
	padding-right: 0 !important;
}
.modal-open {
  overflow: auto !important;
  /* overflow: hidden; ohne Scrollbar*/
  padding:0 !important;
  margin:0 !important;
}
.modal-dialog {
  max-width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;    
}
.modal-body {
  padding: 0;
}
.modal-header {
	padding: 0;
	z-index: 100000;
}
.modal-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;    
	min-height: 100%;
	height: auto;
 	background-color: rgba(255, 255, 255, 0.9) !important;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 0;
}
/*
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
} */
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-0%, 0, 0);
    transform: translate3d(-0%, 0, 0);
}

@media (max-width: 576px) {
.modal {
    left: 0%;
}
.navi .modal-dialog {
	max-width: 100%;
}
}
@media (min-width: 992px) { 
.modal {
    left: 70%;
}
.navi .modal-dialog {
	max-width: 30%;
}
}
@media (min-width: 1200px) {
.modal {
    left: 70%;
}
.navi .modal-dialog {
	max-width: 30%;
}	
}

/* NAVIGATION 
-------------------------------------------------- */
.navbar {
  padding: 0; 
}
.bg-light {
	background-color: transparent !important;
}
.navbar-toggler {
	top: 5rem;
	right: 0;
	position: absolute;
  padding: 0.5rem 1.5rem;
  font-size: 2.5rem;
  line-height: 1;
  background-color: rgba(115, 36, 102, 1); /* #732466 */
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-collapse {
	height: 100%;
	width: 100%;
}
.navbar-nav {
	height: 100%;
	width: auto;
	padding: 17% 12% 0 12%;
	margin: 0;	
}
.navbar-nav ul {
	list-style: none;
}
.navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
	font-size: 24px;
	border-bottom: 1px dotted transparent;	
	padding: 0.1rem 0rem;
}
.navbar-nav .nav-link::before {
	content: "►"; 
	color: transparent;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1em;
}
.navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.8);
	color: rgba(115, 36, 102, 1); /* #732466 */
	list-style-type: disc;	
}
.navbar-nav .nav-link.active::before {
	content: "►"; 
	color: rgba(0, 0, 0, 1);
	color: rgba(115, 36, 102, 1); /* #732466 */
  display: inline-block; 
  width: 1.5em;
  margin-left: -1em;
}
.navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.8);
	border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
}
.navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.7);
	border-bottom: 2px dotted rgba(120, 110, 102, 1);
}
.navbar-nav ul.sub li a.nav-link {
  color: rgba(0, 0, 0, 0.4);
	font-size: 18px;
}

@media (max-width: 576px) {
.navbar-toggler {
	top: 2.2rem;
  padding: 0.4rem 0.7rem 0.5rem 1rem;
  font-size: 1.75rem;
}
.navbar-nav {
	padding: 10% 12% 0 12%;	
}
.navbar-nav .nav-link {
	font-size: 24px;
	padding: 0.1rem 0rem;
}
.navbar-nav ul.sub li a.nav-link {
	font-size: 18px;
}
}
@media (min-width: 576px) {
.navbar-toggler {
	top: 2.5rem;
  padding: 0.4rem 0.7rem 0.5rem 1rem;
  font-size: 1.75rem;
}
}
@media (min-width: 768px) {
.navbar-toggler {
	top: 5rem;
  padding: 0.5rem 0.7rem 0.4rem 1rem;
  font-size: 1.75rem;
}
}
@media (min-width: 992px) { 
.navbar-toggler {
	top: 4rem;
  padding: 0.5rem 1rem 0.4rem 1rem;
  font-size: 2.25rem;
}
.navbar-nav {
	padding: 17% 12% 0 12%;	
}
.navbar-nav .nav-link {
	font-size: 24px;
}
.navbar-nav ul.sub li a.nav-link {
	font-size: 24px;
}
}
@media (min-width: 1200px) {
.navbar-toggler {
	top: 5rem;
  padding: 0.5rem 1.5rem 0.4rem 1.5rem;
  font-size: 2.5rem;
}
}

.navbar-brand {
	margin:0;
}

/* CONTAINER 
-------------------------------------------------- */
.content-wrapper {
	padding: 5% 0;
	margin-left: 0;
	margin-right: 0;
	height: auto;
	position: relative;
}
	
@media (max-width: 576px) {
.content-wrapper {
	padding: 10% 0;
}
}
@media (min-width: 576px) {
.content-wrapper {
	padding: 10% 0;
}
}

@media (min-width: 768px) {
.content-wrapper {
	padding: 10% 0;
}
}

@media (min-width: 992px) { 
.content-wrapper {
	padding: 10% 0;
}
}

@media (min-width: 1200px) {
.content-wrapper {
	padding: 5% 0;
}
}
/* START 
-------------------------------------------------- */
#home {
	margin-left: 0;
	margin-right: 0;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#home .content-wrapper {
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
}
#home .content {
	padding: 5% 0%;
	width: 100%;
	height: 100%;
	margin-bottom:0;
	position: absolute;	
}
.contentbox {
	text-align: left;
	position: relative;	
}
.maxh {
	height: 100%;
} 
.contentbox.logo {
	top: 0;
}
.contentbox.claim {
	bottom: 0;
	margin-bottom:0;
	position: absolute;
	width: 100%;
}
.contentbox.claim p span {
	float: left;
}
.contentbox h1 {
	display: none;
}
.contentbox h2 {
	text-align: center;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 3rem;
/*	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
}
.contentbox p {
	color: rgba(115, 36, 102, 1);
	line-height: 1.2 !important;
	transform:
	-webkit-transition: font-size .3s;
	clear: both;
}
.contentbox a {
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
.contentbox .ani {
	font-size:24px;
	line-height: 1 !important;
	padding-top: 12px;
	display: block;
}

@media (max-width: 576px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 220px;
/*	margin-bottom: 10rem; */
}
.contentbox p {
	font-size: 1.75rem;
}
}
@media (min-width: 576px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 250px;
/*	margin-bottom: 10rem; */
}
.contentbox p {
	font-size: 1.75rem;
}
}
@media (min-width: 768px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 250px;
/*	margin-bottom: 10rem; */
}
}

@media (min-width: 992px) { 
#home .content {
	padding: 5% 0%;
}
.brand img {
	width: 300px;
/*	margin-bottom: 10rem; */
}
.contentbox p {
	font-size: 2.4rem;
}
}

@media (min-width: 1200px) {
#home .content {
	padding: 7% 0%;
}
.brand img {
	width: 350px;
/*	margin-bottom: 10rem; */
}
.contentbox p {
	font-size: 4rem;
}
}

/* SOFORTKONTAKT
-------------------------------------------------- */
#sofortkontakt {
	background-color: rgba(115, 36, 102, 0.7);
	position: relative;
	height: auto;
}
#sofortkontakt .content-wrapper {
	padding: 2rem;
	margin: 0;
	position: relative;
}
#sofortkontakt h2,
#sofortkontakt p, 
#sofortkontakt a {
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-bottom: 0rem;
	line-height: 1.7;
}

/* BEDEUTUNG SAPV
-------------------------------------------------- */
#bedeutung {
	background-color: rgba(255, 255, 255, 0.8);
	position: relative;
	height: auto;
}

/* Voraussetzungen
-------------------------------------------------- */
#voraussetzungen {	
	background-color: rgba(255, 255, 255, 0.9);
	background-image: url(/pics/home/pt_voraussetzungen_bg.jpg);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;	
	margin-left: 0;
	margin-right: 0;
	height: auto;
	position: relative;
	overflow: hidden;
}
#voraussetzungen p, 
#voraussetzungen a {
	color: rgba(0, 0, 0, 0.8);
}

/* ZIEL
------------------------- */
#ziel {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	height: auto;
	overflow: hidden;
}
#ziel video {
	height: 100%;
	position: absolute;
	right: -250px; 
	bottom: 0; 
	min-height: 100%;
}

/* TEAM
------------------------- */
#team {
	background-color: #c7c7c5;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;	
	position: relative;
	width: 100%;
}
#team .content-wrapper {
	padding: 10% 0 3%;
}
@media (min-width: 1200px) {
#team {
	background-image: url(/pics/home/palliativteam-ffo_sapv-team_panorama_xl_2026.jpg);
}
#team .content-wrapper {
	padding: 5% 0;
}
}

/* KINDER UND JUGENDLICHE
------------------------- */
#kuj {
	background-color: #d6d6d6;
	position: relative;
	width: 100%;
}
#kuj .content-wrapper {
	padding: 10% 0 3%;
}
#kuj .bereich01 {
	background-position: right top;
	background-attachment: scroll;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;	
}
#team a.button,
#kuj a.button {
	background-color: #d1d1d1;
	color: rgba(115, 36, 102, 1);
	font-weight: bold;
	border: solid 0px rgba(230, 230, 230, 1);
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	display: inline-block;
}
@media (max-width: 576px) {
#team a.button,
#kuj a.button {
	width: 100%;
}
}
@media (min-width: 576px) {
#team a.button,
#kuj a.button {
	width: auto;
}	
}
@media (min-width: 1200px) {
#kuj .content-wrapper {
	padding: 5% 0;
}
#kuj .bereich01 {
	background-image: url(/pics/home/palliativteam-ffo_sapv-kuj_panorama_xl_04.jpg);
}
}
/* PARTNER
------------------------- */
#partner {
	background-color: #f6f6f6;
	position: relative;
	height: auto;
}
#partner .partnerliste {
	margin-top: 2rem;
}
#partner ul {
  list-style: none;
}
#partner ul li::before {
  content: "\■";  
  color: rgba(115, 36, 102, 1); 
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: 0em;
}
.glyphicon-play:before {
  content: "\e072";
}
#partner a.button {
	background-color: #e6e6e6;
	color: rgba(115, 36, 102, 1);
	font-weight: bold;
	border: solid 0px rgba(230, 230, 230, 1);
	padding: 0.5rem 1rem;
	margin-right: 1rem;
	margin-bottom: 1.5rem;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	display: inline-block;
}
@media (max-width: 576px) {
#partner a.button {
	width: 100%;
}
}
@media (min-width: 576px) {
#partner a.button {
	width: auto;
}	
}
@media (min-width: 992px) {
#partner .partnerliste {
	margin-top: 0;
}
}
@media (min-width: 1200px) {
#partner .partnerliste {
	margin-top: 0;
}
}

/* KOORDINATIONSBUERO
------------------------- */
#koordinationsbuero {
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	height: auto;
}
.kbkontakt {
	background-color: rgba(115, 36, 102, 1); /* #732466 */
	padding: 2rem;
	margin-top: 2rem;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.kbkontakt.kontaktdaten {
	margin-left: 0rem;	
}
.kbkontakt.mitarbeiter {
	margin-left: 0rem;		
}
.kbkontakt p {
	color: rgba(255, 255, 255, 0.9);
}
.kbkontakt a {
	color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
.kbkontakt.kontaktdaten {
	margin-left: -1rem;	
}
.kbkontakt.mitarbeiter {
	margin-left: 1rem;		
}
}
@media (min-width: 1200px) {
.kbkontakt {
	margin-top: 0;
}
.kbkontakt.kontaktdaten {
	margin-left: -2rem;	
}
.kbkontakt.mitarbeiter {
	margin-left: 1rem;		
}
}

/* VERSORGUNGSGEBIET
------------------------- */
#versorgungsgebiet {
	background-color: #f6f6f6;
	background-image: none;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;	
	position: relative;
	width: 100%;
	height: auto;
}
#versorgungsgebiet img {
	border: solid 1px #CCC;
	margin-top:2rem;
}
#versorgungsgebiet ul {
  list-style: none;
}
#versorgungsgebiet ul li::before {
  content: "\■";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgba(115, 36, 102, 1); /* #732466 */	
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.2em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
}
.glyphicon-play:before {
  content: "\e072";
}
@media (max-width: 576px) {
#versorgungsgebiet {
	background-image: none;
}
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
#versorgungsgebiet {
	background-image: url(/pics/home/pt_versorgungsgebiet_md.jpg);
}
}
@media (min-width: 992px) { 
#versorgungsgebiet {
	background-image: url(/pics/home/pt_versorgungsgebiet_md.jpg);
}
}
@media (min-width: 1200px) { 
#versorgungsgebiet {
	background-image: url(/pics/home/pt_versorgungsgebiet_xl.jpg);
}
}
/* FAQ
------------------------- */
#faq {
	background-color: rgba(115, 36, 102, 1); /* #732466 */
	margin-left: 0;
	margin-right: 0;
	position: relative;
	overflow: hidden;
}
#faq .topline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}
#faq .bottomline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
}
.accordion .h3, .accordion h3 {
  font-size: inherit;
  margin-top: .5rem;
}
.accordion .card {
	background-color: rgba(0, 0, 0, 0.05);	
	border: 0px solid rgba(0, 0, 0, 1);
	margin-bottom: 0.5rem;
}
.accordion .card-header {
	background-color: transparent;	
	color: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
.accordion .card-header:after {
  font-family: 'Glyphicons Halflings';  
  content: "\e082";
  float: right; 
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e081"; 
}
.accordion .card-title {
	margin-bottom: 0rem;
	width: 85%;
	float: left;
	display: block;
}
.accordion .card-body {
	background-color: transparent;
	color: rgba(0, 0, 0, 0.7);
	padding-right: 15%;
}

/* KONTAKT
-------------------------------------------------- */
#kontakt {
	background-color: transparent;
	margin-left: 0;
	margin-right: 0;
	height: auto;
}
#kontakt h2 {
	margin-top: 2rem;
	margin-bottom: 0rem;
}
#kontakt hr {
	border-top: solid 1px rgba(0, 0, 0, 0.7);
	height: 1px;
	width: 97.5%;
	margin: 2% 0 0;
	clear: both;
}
.box-bg {
	margin-left: 5px;
	margin-right: 5px;
}

/* KONTAKTFORMULAR
-------------------------------------------------- */
#contactform.box-bg {
	background-color: rgba(0, 0, 0, 0.1);
	padding-bottom: 1rem;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0rem;
}
fieldset {
	border: 0;
	padding: 0;	
	padding-top: 2rem;
}
label {
	padding-left: 0.25rem;
	margin-top: 0.65rem;
	margin-bottom: 0.1rem;
}

/* KONTAKTFORMULAR
-------------------------------------------------- */

/* Farbe des validierten Eingabefeldes */
/*.field-error,
.field-error a, */
.field-error .control-label,
.field-error .help-block,
.field-error .form-control-feedback,
.field-error .fv-control-feedback {
  color: rgba(115, 36, 102, 1); /* #732466 */	
  font-weight: normal;
}
.field-error .form-control {
  border-color: rgba(115, 36, 102, 1); /* #732466 */	
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.form-group {
    margin-bottom: 0rem;
}
.form-control {
    padding: .375rem .75rem;
    font-size: 1rem;
    color: #495057;
    background-color: #CCC;
    border: 1px solid #ced4da;
    border-radius: 0;
}
/* Farbe des validierten Eingabefeldes */
/*.field-success,
.field-success a, */
.field-success .control-label, 
.field-success .help-block,
.field-success .form-control-feedback,
.field-success .fv-control-feedback {
  color: rgba(115, 36, 102, 1); /* #732466 */	
  font-weight: normal;
}
.field-success .form-control {
  border-color: rgba(115, 36, 102, 1); /* #732466 */	
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/* Transparenter Rahmen bei aktivem Inputfeld */
/*
.form-control:focus {
	border-color: transparent !important;
	box-shadow: none;
}
 */

/* SubmitButton deaktiviert bis Formular vollstängig ausgefüllt */
.form-control-feedback {
  pointer-events: auto;
}
.btn-default.disabled {
  background-color: rgba(115, 36, 102, 1); /* #732466 */	
  border-color: rgba(115, 36, 102, 1); /* #732466 */	
}
/* Icon - Platzirerung 
.fv-control-feedback {
  right: 15px;
}
*/
.fv-form-bootstrap4:not(.form-inline) label ~ .fv-control-feedback {
  top: 43px;
}
.fv-form-bootstrap4 .fv-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

/* Placeholder - Farbe */
.form-control::placeholder,
.form-control::-moz-placeholder  {
  color: rgba(0,0,0,.25);
}
/* Datenschutztext inkl. Verlinkung - Ausrichtung */
.form-check-label {
	width: 90%;
	display: block;
}
.form-check-label a {
  text-decoration: underline;
}
p.hinweis {
	margin: 10px 0px !important;
}
/* Warnhinweis - Abstände */
small.form-control-feedback {
	padding-top: 0.5rem;
	padding-left: 0.25rem;
	display: block;
  font-size: 75%;
}
/* Warnhinweis - Zeichen */
form .glyphicon {
  position: absolute; 
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Warnhinweis - Zeichenpositionierung */
.col-form-label {
  padding-top: 0;
	padding-bottom: 0;
}
.fv-form-bootstrap4:not(.form-inline) .form-check ~ .fv-control-feedback {
  top: -7px !important;
}

/* KONTAKTFORMULAR - BESTÄTIGUNG AUF DER SEITE
-------------------------------------------------- */
#mail_summary {
	width: 100%;	
}
#mail_summary p {
	margin: 1rem;	
}
#mail_summary .btn-default {
	margin: 0 1rem;	
}
.table-bordered {
  border: 0px solid #eceeef;
}
.table-bordered td, .table-bordered th {
  border: 0px solid #dee2e6;
}
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-striped tbody td:nth-of-type(2n+1) {
	width: 40%;
}

/* BUTTON
-------------------------------------------------- */
.btn-default {
  background-color: rgba(115, 36, 102, 1); /* #732466 */	
  border-color: rgba(115, 36, 102, 1); /* #732466 */	
  color: #FFFFFF;
  width: 100%;
}

/* IMPRESSUM
-------------------------------------------------- */
#impressum {
	background-color: #c6c6c4;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}
#impressum p {
	text-align: left;
	text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	margin: 20px 0px;	
}

/* DATENSCHUTZ
-------------------------------------------------- */
#datenschutz {
	background-color: #c6c6c4;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}
#datenschutz p {
	text-align: left;
	text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	margin: 20px 0px;	
}

/* Footer
-------------------------------------------------- */
footer {
	background-color: rgba(115, 36, 102, 1); /* #732466 */
	width: auto;
	right: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999;
}
.nav-footer ul {
	list-style: none;
	margin: 0 10px 0 -30px;
}
.nav-footer li {
	float: left;
	margin-left: 0px;
}
.nav-footer a, .nav-footer a:link {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
.nav-footer a:hover {
	color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.nav-footer .nav-link {
  padding: 1rem 1rem;
}

@media (max-width: 576px) {
footer {
	width: 100%;
}
.nav-footer .nav-link {
  padding: 0.5rem 0.5rem;
}
}

@media (min-width: 576px) {
footer {
	width: 100%;
}
.nav-footer .nav-link {
  padding: 0.5rem 0.5rem;
}
}

@media (min-width: 768px) {
footer {
	width: auto;
}
.nav-footer .nav-link {
  padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) { 
footer {
	width: auto;
}
.nav-footer .nav-link {
  padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {
footer {
	width: auto;
}
.nav-footer .nav-link {
  padding: 0.5rem 1.2rem;
}
}

/* SCROLLER
------------------------- */
.scroll-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 800ms ease, visibility 0s ease;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition: opacity 800ms ease 0s, visibility 0s ease 800ms;
  -o-transition: opacity 800ms ease 0s, visibility 0s ease 800ms;
  transition: opacity 800ms ease 0s, visibility 0s ease 800ms;
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.scroll-to-top.show {
  opacity: 0.5;
}
.scroll-to-top.show:hover {
  opacity: 1;
}
.scroll-to-top:before {
	vertical-align: middle;
  background: url("/static/img/icon_to-top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.scroll-to-top:before {
  content: '';
  display: block;
  background-position: 0 0;
  height: 20px;
  width: 44px;
  margin-top: 5px;
	vertical-align: middle;
}