/* GLOBAL STYLES
-------------------------------------------------- */
@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/site_bg.jpg);
	background-position: center top;
	background-attachment: scroll;
	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: "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(255, 255, 255, 1);
	text-align: center;
	font-weight: bold;
	margin-top: 1rem;	
	margin-bottom: 1rem;
	font-size: 3rem;
}
h1 > a:link, .h1 > a:link {
	color: rgba(255, 255, 255, 1);
}
h2, .h2 {
	color: rgba(0, 0, 0, 0.7);
 /*	color: rgba(255, 202, 0, 1); #ffca00; */
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 1.8rem;
}
h3, .h3 {
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
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: 20px 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: circle;
}
hr {
	border-top: solid 1px rgba(0, 0, 0, 0.7);
	height: 0;
	margin: 5% 0% 5%;
	clear: both;
}
.schatten {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
body {
	background-image: url(/static/img/site_bg_xs.jpg);
	font-size: 4.5vw;
}
h1 {
	font-size: 1.75rem;
}
}

@media (min-width: 576px) {
body {
	background-image: url(/static/img/site_bg_xs.jpg);
	font-size: 3.5vw;
}
}

@media (min-width: 768px) {
body {
	background-image: url(/static/img/site_bg.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: 0.8vw;
}
h1 {
	font-size: 3rem;
}
}

/* MODAL
-------------------------------------------------- */
.navi .modal-open {
  overflow: auto !important;
	padding: 0 !important;  
	z-index: 1000;
} 
.navi .modal-open .modal {
  padding-right: 0px !important;
}
.navi .modal-dialog {
  max-width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;   
}
.navi .modal-body {
	background-color: rgba(234, 176, 13, 1) !important;
  background-image: url(/static/img/sonnenstudio-jump_palme.svg);
	background-position: top right;
	background-repeat: no-repeat;	
  padding: 0;
}
.navi .modal-header {
	padding: 0;
	z-index: 1200;
}
.navi .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;    
	min-height: 100%;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 0;
}
.navi .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}
.navi .modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-0%, 0, 0);
    transform: translate3d(-0%, 0, 0);
}

@media (max-width: 576px) {
.navi .modal-dialog {
	max-width: 100%;
}
}
@media (min-width: 992px) { 
.navi .modal-dialog {
	max-width: 50%;
}
}
@media (min-width: 1200px) {
.navi .modal-dialog {
	max-width: 33%;
}	
}

/* NAVIGATION 
-------------------------------------------------- */
.navbar {
  padding: 0; 
}
.bg-light {
	background-color: transparent !important;
}
.navbar-toggler {
	top: 5rem;
	position: absolute;
  padding: 0.5rem 1.5rem;
  font-size: 2.5rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 1);  
  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(234, 176, 13, 1)' 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: 10% 0 0 25%;
	margin: 0;	
}
.navbar-nav ul {
	list-style: none;
}
.navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
	font-size: 36px;
}
.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);
	list-style-type: disc;	
}
.navbar-nav .nav-link.active::before {
	content: "►"; 
	color: rgba(0, 0, 0, 1);
  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(120, 110, 102, 0.8);
}
.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, 1);
	font-size: 30px;
}

@media (max-width: 576px) {
.navbar-toggler {
	top: 2.2rem;
  padding: 0.4rem 0.7rem 0.5rem 1rem;
  font-size: 1.75rem;
}
.navbar-nav .nav-link {
	font-size: 30px;
}
.navbar-nav ul.sub li a.nav-link {
	font-size: 24px;
}
}
@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 .nav-link {
	font-size: 36px;
}
.navbar-nav ul.sub li a.nav-link {
	font-size: 30px;
}
}
@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: 20% 0;
}
}
@media (min-width: 576px) {
.content-wrapper {
	padding: 20% 0;
}
}

@media (min-width: 768px) {
.content-wrapper {
	padding: 15% 0;
}
}

@media (min-width: 992px) { 
.content-wrapper {
	padding: 10% 0;
}
}

@media (min-width: 1200px) {
.content-wrapper {
	padding: 5% 0;
}
}
/* START 
-------------------------------------------------- */
#home {
	background-image: url(/static/img/sonnenstudio-jump_palme_01.svg);
	background-position: center right;
	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: 100%;
	position: relative;
	overflow: hidden;
}
#home .content-wrapper {
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
}
#home .content {
	padding: 5% 0%;
	width: 100%;
	bottom: 0%;
	margin-bottom:0;
	position: absolute;	
}
#home .bottomline {
	background-color:transparent;
	margin:0;
	padding:0;
	bottom:0;
	position:absolute;
}

#eu_foerderung {
	background-color:#FFF2BF;
	width: 274px;
	top: 20px;
	right: 0px;
	padding: 10px;
	position: absolute;
	z-index: 1000;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
#eu_foerderung p {
	line-height: 1.2;
	font-size: 9px;
	padding-top: 10px;
	margin: 0;
}
.contentbox {
	text-align: center;
	position: relative;	
} 
.contentbox h1 {
	display: none;
}
.contentbox h2 {
	color:#ffca00;
	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 {
	
}
.contentbox a {
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
}
#button_geraete {
	left: -100px;
	top: 300px;
	height: 250px;
	width: 250px;
	position: absolute;
	transform: rotate(-10deg);
}
#button_preis {
	right: -0px;
	top: -100px;
	height: 250px;
	width: 250px;
	position: absolute;
}
#button_oeffnungszeiten {
	width: 650px;
	height: auto;
	position:  relative;
	text-align: center;
	margin-top: 0.5rem;
}
#button_instagram {
	right: 180px;
	bottom: 40px;
	height: 75px;
	width: 75px;
	position: absolute;
}
#button_facebook {
	right: 180px;
	bottom: 140px;
	height: 75px;
	width: 75px;
	position: absolute;
}

@media (max-width: 576px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 300px;
}
.contentbox h2 {
	font-size: 1.75rem;
}
#button_geraete {
	left: -25px;
	top: 155px;
	height: 100px;
	width: 100px;
	z-index:100;
}
#button_preis {
	right: 0px;
	top: -110px;
	height: 100px;
	width: 100px;
}
#button_oeffnungszeiten {
	width: 280px;
}
#button_instagram {
	right: -5px;
	bottom: 10px;
	height: 45px;
	width: 45px;
	position: absolute;
}
#button_facebook {
	right: -5px;
	bottom: 70px;
	height: 45px;
	width: 45px;
	position: absolute;
}
}
@media (min-width: 576px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 350px;
}
.contentbox h2 {
	font-size: 1.75rem;
}
#button_geraete {
	left: -25px;
	top: 145px;
	height: 120px;
	width: 120px;
	z-index:100;
}
#button_preis {
	right: 0px;
	top: -130px;
	height: 120px;
	width: 120px;
}
#button_oeffnungszeiten {
	width: 300px;
}		
#button_instagram {
	right: 25px;
	bottom: 5px;
	height: 55px;
	width: 55px;
	position: absolute;
}
#button_facebook {
	right: 25px;
	bottom: 75px;
	height: 55px;
	width: 55px;
	position: absolute;
}
}
@media (min-width: 768px) {
#home .content {
	padding: 20% 0%;
}
.brand img {
	width: 400px;
}
#button_geraete {
	left: -30px;
	top: 250px;
	height: 180px;
	width: 180px;
}
#button_preis {
	right: -10px;
	top: -170px;
	height: 180px;
	width: 180px;
}
#button_oeffnungszeiten {
	width: 350px;
	margin-top: 2rem;
}
#button_instagram {
	right: 90px;
	bottom: 10px;
	height: 60px;
	width: 60px;
	position: absolute;
}
#button_facebook {
	right: 90px;
	bottom: 80px;
	height: 60px;
	width: 60px;
	position: absolute;
}
}

@media (min-width: 992px) { 
#home .content {
	padding: 5% 0%;
}
.brand img {
	width: 400px;
}
.contentbox h2 {
	font-size: 2.4rem;
}
#button_geraete {
	left: -20px;
	top: 270px;
	height: 200px;
	width: 200px;
}
#button_preis {
	right: 0px;
	top: 50px;
	height: 200px;
	width: 200px;
}
#button_oeffnungszeiten {
	width: 400px;
	margin-top: 0.5rem;
}
#button_instagram {
	right: 170px;
	bottom: 20px;
	height: 65px;
	width: 65px;
	position: absolute;
}
#button_facebook {
	right: 170px;
	bottom: 100px;
	height: 65px;
	width: 65px;
	position: absolute;
}
}

@media (min-width: 1200px) {
#home .content {
	padding: 5% 0%;
}
.brand img {
	width: 500px;
}
.contentbox h2 {
	font-size: 3rem;
}
#button_geraete {
	left: -80px;
	top: 300px;
	height: 250px;
	width: 250px;
}
#button_preis {
	right: -50px;
	top: -100px;
	height: 250px;
	width: 250px;
}
#button_oeffnungszeiten {
	width: 550px;
	margin-top: 0.5rem;
}
#button_instagram {
	right: 180px;
	bottom: 40px;
	height: 75px;
	width: 75px;
	position: absolute;
}
#button_facebook {
	right: 180px;
	bottom: 140px;
	height: 75px;
	width: 75px;
	position: absolute;
} 
}

/* STUDIO
-------------------------------------------------- */
#studio {
	background-color: #ffca00;
	background-image: url(/static/img/sonnenstudio-jump_palme_03.svg);
	background-position: top left;
	background-attachment: scroll;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
	position: relative;
	height: auto;
}
#studio .content-wrapper {
	padding: 0;
}
#studio .text {
	padding-top: 6%;
	padding-bottom: 6%;
}
#studio .content-wrapper h2,
#studio .content-wrapper p,
#studio .content-wrapper ul,
#studio .content-wrapper li {
	color: rgba(0, 0, 0, 0.7);
	text-align: left;
}
#studio .content-wrapper p {
	margin-bottom: 0;
}
#studio .content-wrapper li {
	background-color: #be0909; /* rgba(0, 0, 0, 0.05); */
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	list-style-type: none;
	padding: .75rem 1.25rem;
	margin: 0.25rem;
	margin-left: -45px;
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
  border-radius: 0.5rem !important;
  border: 0px solid #be0909;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);	
}
#studio .content-wrapper li.special {
	background-color: #881f34;
	color: rgba(255, 255, 255, 1);
	margin-left: 0;
}
#studio .rounded {
  border-radius: 100rem !important;
  border: 5px solid #FFF;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .25);
}
.team {
	max-width: 100%;
	margin-top: -50px;
	margin-bottom: -50px;
}
#button_gratis {
	position: absolute;
	transform: rotate(20deg);
	z-index: 1000;
}

@media (max-width: 576px) {
#studio .text {
	padding-bottom: 0%;
}
.team {
	max-width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#button_gratis {
	right: 10px;
	bottom: 10px;
	height: 100px;
	width: 100px;
}
}

@media (min-width: 576px) {
.team {
	text-align: center;
	max-width: 90%;
	margin-top: 0px;
	margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
#button_gratis {
	right: 30px;
	bottom: 30px;
	height: 180px;
	width: 180px;
}
}

@media (min-width: 768px) {
#button_gratis {
	right: -10px;
	bottom: 10px;
	height: 180px;
	width: 180px;
}
#button_gratis {
	right: -60px;
	bottom: 390px;
	height: 150px;
	width: 150px;
}
}

@media (min-width: 992px) { 
#studio .text {
	padding-bottom: 5%;
}
.team {
	max-width: 250%;
	margin-top: 10px;
	margin-bottom: -50px;
  position: absolute;
  z-index: 999;
}
#button_gratis {
	right: 0px;
	bottom: 240px;
	height: 200px;
	width: 200px;
}
}

@media (min-width: 1200px) {
#studio .text {
	padding-bottom: 6%;
}
.team {
	max-width: 110%;
	margin-top: -30px;
	margin-bottom: -50px;
	right: 0px;
  position: absolute;
  z-index: 999;
}
#button_gratis {
	right: 0px;
	bottom: -30px;
	height: 200px;
	width: 200px;
} 
}

/* GERÄTE
-------------------------------------------------- */
#geraete {	
	background-color: rgba(31, 68, 89, 1); /* #2e2e2d; */
	background-image: url(/pics/geraete/sonnenstudio-jump_geraete_bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	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;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#geraete .topline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}
#geraete .bottomline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
}
#geraete .sonnenbank {
	margin-top: 1rem;
}
#geraete h2, .h2 {
	color: rgba(255, 255, 255, 1);
	border: solid 5px rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 1rem !important;
	padding: 1.5rem;
	display: inline-block;
}
#geraete p {
	color: rgba(255, 255, 255, 1);
	font-size: 1.4vw;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	bottom: 0;
	margin: 0;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	padding: 0;
}
#geraete p small {
	color: rgba(255, 255, 255, 1);	
}
#geraete .geraet {
	background-color: rgba(0, 0, 0, 0.5);
	margin: 0px -10px 10px;
}
#geraete .list {
	margin: 10px;
}
.item {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 5px !important;
}
#geraete h3 {
	background-color: #e5097f;
	color: rgba(255, 255, 255, 1);
	margin: 0;
	padding: 5px;
	font-size: 1rem;
}

/* KOSMETIK
------------------------- */
#kosmetik {
	background-color: rgba(46,46,46, 0.75); /* #2e2e2d; */
	background-image: url(/pics/kosmetik/sonnenstudio-jump_kosmetik_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;	
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	text-align: center;
}
#kosmetik h2, .h2 {
	color: rgba(255, 255, 255, 1);
	border: solid 5px rgba(255, 255, 255, 1);
	background-color: rgba(0, 0, 0, 0.22);
	border-radius: 1rem !important;
	padding: 1.5rem;
	display: inline-block;
}
#masterslider .ms-container {
	margin-bottom: 3rem;	
}
.ms-staff-carousel {
  margin: 0;
}
#masterslider p {
	color: #fff2d5;
	text-align: center;
}
#masterslider p span.duft {
	color: #fff2d5;
	margin-right: 10px;
}
#masterslider p span.inhalt {
	color: #fff2d5;
	margin-left: 10px;
}
#masterslider p.beschreibung {
	color: rgba(0, 0, 0, 0.7);
	padding-left: 15px;
	padding-right: 15px;
}
.ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next {
  background: url(/static/img/button.svg) transparent no-repeat 0px 0px !important;
  width: 50px;
  height: 50px;
  left: -5px;
  box-shadow: none;
}
.ms-staff-carousel .ms-nav-next {
  background: url(/static/img/button.svg) transparent no-repeat -60px 0px !important;
  right: -5px;
  left: auto;
}	

@media (max-width: 576px) {
#kosmetik .container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
}
@media (min-width: 576px) {
#kosmetik .container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
}
@media (min-width: 768px) {
#kosmetik .container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
}
@media (min-width: 992px) { 
#kosmetik .container {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;	
}
}
@media (min-width: 1200px) {
#kosmetik .container {
	max-width: 1100px !important;
	padding-left: 15px;
	padding-right: 15px;	
}
}
#kosmetik .modal {
  padding-right: 0px !important;
}
#kosmetik .modal-dialog {
	max-width: 800px;
}
#kosmetik .modal-content {
	text-align: left;
}
#kosmetik .modal-body {
	background-color: rgba(46, 46, 46, 0.75);
}
#kosmetik .modal-header {
	background-color: rgba(46, 46, 46, 0.75);
	color: rgba(255, 255, 255, 1);
	border: 0;
}
#kosmetik .modal-header .h4, 
#kosmetik .modal-header h4 {
    font-size: 1.25rem;
}
#kosmetik label {
	margin-top: 0px;
}
#kosmetik .form-group {
	margin-bottom: 0.5rem;
}
#kosmetik .custom-select {
	background-color: #CCC;
}
#kosmetik small.form-control-feedback {
	padding-left: 15px;
}
#kosmetik .table-striped tbody td:nth-of-type(2n+1) {
  width: 60%;
}
#button_bestellen {
	right: 50px;
	top: 330px;
	height: 250px;
	width: 250px;
	position: absolute;
	transform: rotate(-10deg);
	cursor: pointer;
	z-index: 1000;
}
@media (max-width: 576px) {
#button_bestellen {
	right: 10px;
	top: 330px;
	height: 100px;
	width: 100px;
}
}
@media (min-width: 768px) {
#button_bestellen {
	right: 20px;
	top: 250px;
	height: 180px;
	width: 180px;
}
}
@media (min-width: 992px) { 
#button_bestellen {
	right: 30px;
	top: 330px;
	height: 200px;
	width: 200px;
}
}
@media (min-width: 1200px) {
#button_bestellen {
	right: 50px;
	top: 330px;
	height: 200px;
	width: 200px;
} 
}

/* FAQ
------------------------- */
#faq {
	background-color: rgba(255, 202, 0, 1); /* #ffca00; */
	background-image: url(/pics/faq/sonnenstudio-jump_palme_02.svg);
	background-position: bottom center;
	background-attachment: fixed;
	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;
	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%;
}

/* MAP
-------------------------------------------------- */
#map {
	background-color: rgba(230, 230, 230, 1);
	position: relative;
	overflow: hidden;
}
#map .topline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}
#map .bottomline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	bottom: 0;
	position: absolute;
}
#map h2 {
	display: none;
}
iframe {
	width:100%;
	height:500px;
	border:0; 
}

@media (max-width: 576px) {
iframe {
	width: 100%;
	height: 400px;
	border: 0; 
}
}
@media (min-width: 576px) {
iframe {
	width: 100%;
	height: 400px;
	border: 0; 
}
}
@media (min-width: 768px) {
iframe {
	width: 100%;
	height: 500px;
	border: 0; 
}
}
@media (min-width: 992px) { 
iframe {
	width: 100%;
	height: 500px;
	border: 0; 
}
}
@media (min-width: 1200px) {
iframe {
	width: 100%;
	height: 700px;
	border: 0; 
}
}

/* KONTAKT
-------------------------------------------------- */
#kontakt {
	background-color: rgba(46, 46, 46, 0.75); /* #2e2e2d; */
	background-image: url(/pics/kosmetik/sonnenstudio-jump_kosmetik_bg.png);
	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;
}
#kontakt h2 {
	display: none;
}
.order-last {
	margin-left: -80px;
	margin-right: 50px;
}
.box-bg {
	margin-left: 5px;
	margin-right: 5px;
}
@media (max-width: 576px) {
.order-last {
	margin-left: 0px;
	margin-right: 0px;
}
}
@media (min-width: 576px) {
.order-last {
	margin-left: 0px;
	margin-right: 0px;
}
}
@media (min-width: 768px) {
.order-last {
	margin-left: 0px;
	margin-right: 0px;
}
}
@media (min-width: 992px) { 
.order-last {
	margin-left: -50px;
	margin-right: 50px;
}
}
@media (min-width: 1200px) {
.order-last {
	margin-left: -80px;
	margin-right: 50px;
}
}

/* 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(255, 202, 0, 1);
  font-weight: normal;
}
.field-error .form-control {
  border-color: rgba(255, 202, 0, 1);
  -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: .25rem;
}
/* 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(0, 158, 224, 1); 
  font-weight: normal;
}
.field-success .form-control {
  border-color: rgba(0, 158, 224, 1); /* #009ee0; */
  -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(255, 202, 0, 1);
  border-color: rgba(255, 202, 0, 1);
}
/* Icon - Platzirerung 
.fv-control-feedback {
  right: 15px;
}
*/
.fv-form-bootstrap4:not(.form-inline) label ~ .fv-control-feedback {
  top: 42px;
}
.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;
}
/* 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(0, 158, 224, 1);
  border-color: rgba(0, 158, 224, 1);
  color: #FFFFFF;
  width: 100%;
}

/* IMPRESSUM
-------------------------------------------------- */
#impressum {
	background-color: rgba(255, 255, 255, 1);
	background-color: #6e6e6e;
	background-image: url(/pics/kosmetik/sonnenstudio-jump_kosmetik_bg.png);
	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;

}
#impressum p {
	text-align: left;
	text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	margin: 20px 0px;	
}

/* DATENSCHUTZ
-------------------------------------------------- */
#datenschutz {
	background-color: #ffca00; /* rgba(255, 202, 0, 1); */
	background-image: url(/pics/faq/sonnenstudio-jump_palme_02.svg);
	background-position: bottom center;
	background-attachment: fixed;
	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;
	position: relative;
	overflow: hidden;
}
#datenschutz .topline {
	background-color: transparent;
	margin: 0;
	padding: 0;
	top: 0;
	position: absolute;
}

/* Footer
-------------------------------------------------- */
footer {
	background-color: #000;
	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;
}
.nav-footer a, .nav-footer a:link {
	color: rgba(234, 176, 13, 1);
	text-decoration: none;
}
.nav-footer a:hover {
	color: rgba(234, 176, 13, 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 0.5rem;
}
}

@media (min-width: 992px) { 
footer {
	width: auto;
}
.nav-footer .nav-link {
  padding: 1rem 0.5rem;
}
}

@media (min-width: 1200px) {
footer {
	width: auto;
}
.nav-footer .nav-link {
  padding: 1rem 1rem;
}
}

/* 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;
}