@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000000;
  background-color: rgba(255,255,255,1.00);
  font-family: proxima-nova, sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}



.button-jetzt-trainieren {
  font-size: 10px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  color: rgba(255,255,255,1.00);
  text-align: center;
  text-transform: uppercase;
  background-image: url(../images/roman-pfeiffer-button-symbol.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: calc(100% - 4px) 4px;
  text-decoration: none;
  background-color: rgba(0,0,0,1.00);
  padding: 8px 14px 8px 8px;
  display: block;
  width: max-content;
}

.button-mehr {
	font-size: 10px;
	font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
  color: rgba(0,0,0,1.00);
  text-decoration: none;
  cursor: pointer;
}

.button-jetzt-trainieren:hover {
  background: -moz-linear-gradient(45deg,  rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg,  rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg,  rgb(209,195,252) 0%,rgb(155,196,252) 100%);
}

/* Shortcuts */

.shortcuts-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 60px;
  padding-bottom: 40px;
}

.shortcuts {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.shortcuts img {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
	
.shortcuts video {
  width: 100%;
	height: auto;
	margin-bottom: 25px;
}


.shortcuts h2 {
	font-size: 16px;
	font-family: new-rubrik-edge, sans-serif;
  font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}


.shortcuts h3 {
	font-size: 22px;
	font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shortcuts-button-container {
	width: 100%;
	display: flex;
  justify-content: center;
  align-items: center;
}


/* Modul: Ernaehrungsberatung */

.modul-ernaehrung-container {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 110px;
  padding-bottom: 640px;
  background-image: url(../images/lifestylecoach/roman-pfeiffer-bigpic-ernaehrung.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.modul-ernaehrung-title {
  font-size: 16px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 400;
	text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.modul-ernaehrung-container h3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 900;
  font-size: 90px;
  line-height: 75px;
  text-transform: uppercase;
}

.modul-ernaehrung-container h3::after {
  content: " ";
  display: block;
  height: 20px;
  position: relative;
  top: -15px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
  width: 347px;
  margin-left: auto;
  margin-right: auto;
}



.modul-ernaehrung-subtitle {
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 50px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0,0,0,1.00);
  text-transform: uppercase;
  line-height: 20px;
}

.ernaehrung-training-button {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	width: 200px;
	padding-right: 20px;
	background-color:rgba(255,0,0,1.00);
	background-image:url(../images/roman-pfeiffer-button-symbol.svg);
	background-size: 7px auto;
	background-position: calc(100% - 4px) 4px;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1.00);
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	font-family: ms700;
	text-transform: uppercase;
}


/* Modul: Training */


.modul-training-container {
	width: 100%;
  height: 60vh;
  box-sizing: border-box;
  padding: 0 6% 0 6%;
	background-color: rgba(235,235,235,1.0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  color: rgba(0,0,0,1.00);
}

.modul-training-title {
  font-size: 16px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.modul-training-container h3 {
  font-weight: 900;
  font-size: 90px;
  line-height: 75px;
  text-transform: uppercase;
}

.modul-training-container h3::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 5px;
  margin-right: 2px;
  position: relative;
  top: -15px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}

.modul-training-container p {
  width: 30%;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
}
	

.personal-training-text {
	width: 50%;
	padding-right: 6%;
	padding-left: calc(94% - 50%);
	text-align: right;
	font-size: 20px;
	font-family: ms500;
	text-transform: uppercase;
	color: rgba(255,255,255,0.80);
	padding-top: 40px;
	line-height: 35px;
	padding-bottom: 50px;
}

.personal-training-button {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 20px;
	background-color:rgba(255,0,0,1.00);
	background-image:url(../images/roman-pfeiffer-button-symbol.svg);
	background-size: 7px auto;
	background-position: calc(100% - 4px) 4px;
	background-repeat: no-repeat;
	color: rgba(255,255,255,1.00);
	margin-right: 6%;
	float: right;
	font-size: 12px;
	font-family: ms700;
	text-transform: uppercase;
}



/* Home */

.home-stage-container {
	height: 100vh;
	width: 100%;
	position: relative;
	background-color: rgba(0,0,0,1.00);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-stage-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.home-stage-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-stage-title {
  font-weight: 400;
  font-size: 30px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
}

.home-stage-headline-top {
  font-weight: 900;
  font-size: 260px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  margin-top: -95px;
  letter-spacing: -0.05em;
}

.home-stage-headline-top::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 11px;
  margin-right: -3px;
  position: relative;
  top: -112px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}


.home-stage-headline-bottom {
  font-weight: 900;
  font-size: 90px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  margin-top: -120px;
}

.home-stage-headline-bottom::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 60px;
  margin-right: 60px;
  position: relative;
  top: -45px;
  background: -moz-linear-gradient(45deg,  rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg,  rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg,  rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}

.home-stage-subtitle {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}


.home-content-container {
	width: 100%;
	clear: both;
	height: auto;
	background-color: rgba(255,255,255,1.00);
  box-sizing: border-box;
  padding: 0 2% 0 2%;
}


.home-content-headline {
  font-weight: 700;
	width: 100%;
	font-size: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
	color: rgba(0,0,0,1.00);
	text-align: center;
	text-transform: uppercase;
}

.home-content-headline-bolder {
	font-weight: 400;
}

.home-button-alle-pakete {
  width: calc(25% - 16px);
  margin-top: 80px;
  padding: 8px;
  background-color: rgba(0,0,0,1.00);
  font-size: 12px;
  font-family: ms700;
  color: rgba(255,255,255,1.00);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

/* Leistungen und Pakete */

.leistungen-content-container {
  width: 100%;
  clear: both;
  height: auto;
  background-color: rgb(255,255,255);
  box-sizing: border-box;
  padding: 50px 2% 0 2%;
}

.leistungen-content-headline {
  font-weight: 700;
  width: 100%;
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  color: rgba(0,0,0,1.00);
  text-align: center;
  text-transform: uppercase;
}

.leistungen-content-headline-bolder {
  font-weight: 400;
}

.leistungen-content-text {
  margin-left: auto;
  margin-right: auto;
  width: 45%;
  font-size: 12px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: -15px;
  padding-bottom: 40px;
  color: rgba(0,0,0,0.7);
}


/* About */

.about-stage-container {
  height: 630px;
  width: 100%;
  padding-top: 50px;
  background-color: rgba(63,63,63,1.00);
  background-image: url("../images/about/rocky-ceplevicius-bild-leistungen.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-stage-container h1 {
	font-weight: 900;
  font-size: 90px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  line-height: 65px;
}


.about-stage-container h1::after {
    content: " ";
    display: block;
    height: 20px;
    margin-left: 5px;
    margin-right: 2px;
    position: relative;
    top: -9px;
    background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
    background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    opacity: 0.7;
}

.about-stage-container h2 {
  font-family: new-rubrik-edge, sans-serif;
	font-weight: 400;
  font-size: 30px;
  padding-top: 15px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
}


.about-content-container {
	padding-left: 6%;
	padding-right: 2%;
	height: auto;
	background-color: rgba(255,255,255,1.00);
  display: flex;
  justify-content: space-between;
}

.about-content {
	width: 47%;
  padding: 90px 0;
}

.about-content h2 {
  width: 65%;
	font-weight: 700;
  font-size: 30px;
  line-height: 36px;
	text-transform: uppercase;
	text-align: left;
}

.about-content h2 span {
	font-weight: 400;
}

.about-content p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 60px;
  padding-bottom: 40px;
}


.about-content-pic {
	width: 47%;
	margin-top: -60px;
}

#slidy-container {
  width: 100%;
  overflow: hidden;
}

.about-content-pic img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}

.about-content-table {
	border-top-color: rgba(0,0,0,1.00);
	border-top-style: solid;
	border-top-width: 2px;
	width: 100%;
	padding-top: 20px;
  padding-bottom: 60px;
	font-family: new-rubrik-edge, sans-serif;
	font-size: 12px;
  font-weight: 400;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
}

.about-content-table span {
	font-weight: 700;
}


/* Leistungen Unterseite */

.leistung-unterseite-stage-container {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 160px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*background-image: ;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #cccccc;
}

.leistung-unterseite-stage-container h1 {
	font-weight: 900;
  font-size: 90px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  line-height: 65px;
}


.leistung-unterseite-stage-container h1::after {
    content: " ";
    display: block;
    height: 20px;
    margin-left: 5px;
    margin-right: 2px;
    position: relative;
    top: -9px;
    background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
    background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    opacity: 0.7;
}

.leistung-unterseite-stage-container h2 {
  font-family: new-rubrik-edge, sans-serif;
	font-weight: 400;
  font-size: 30px;
  padding-top: 15px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
}




.leistung-unterseite-headline {
  width: 41.5%;
  padding-top: 60px;
  padding-bottom: 70px;
  padding-left: 52.5%;
  padding-right: 6%;
  background-color: rgba(255,255,255,1.00);
}

.leistung-unterseite-headline h3 {
  width: 70%;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
}

.leistung-unterseite-headline h3 span {
  font-weight: 400;
}


.leistung-unterseite-content-container {
  width: 100%;
  height: auto;
  background-color: rgba(255,255,255,1.00);
  padding-bottom: 70px;
  display: flex;
}

.leistung-unterseite-content-table-container {
  width: 41.5%;
  padding-right: 5%;
  padding-left: 6%;
}

.leistung-unterseite-content-table {
  border-top-color: rgba(0,0,0,1.00);
  border-top-style: solid;
  border-top-width: 2px;
  width: 100%;
  padding-top: 20px;
  font-size: 11px;
  color: rgba(0,0,0,1.00);
  text-transform: uppercase;
}


.leistung-unterseite-content-table-button {
  font-size: 10px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  color: rgba(255,255,255,1.00);
  text-align: center;
  text-transform: uppercase;
  background-image: url(../images/roman-pfeiffer-button-symbol.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: calc(100% - 4px) 4px;
  text-decoration: none;
  background-color: rgba(0,0,0,1.00);
  padding: 8px 14px 8px 8px;
  display: block;
  margin-top: 20px;
}

.content-table-bolder {
  font-weight: 700;
}

.leistung-unterseite-content {
  width: 41.5%;
  padding-right: 6%;
}

.leistung-unterseite-content a {
  color: inherit;
  text-decoration: none;
}


.leistung-unterseite-content-headline {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.textarea-subheadline {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.leistung-unterseite-content p {
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  padding-bottom: 30px;
}

.leistung-unterseite-content ul {
  margin-left: 22px;
  padding-bottom: 30px;
}


/* Legal */


.legal-headline {
  width: 41.5%;
  padding-top: 120px;
  padding-bottom: 70px;
  padding-left: 52.5%;
  padding-right: 6%;
  background-color: rgba(255,255,255,1.00);
}

.legal-headline h1 {
  width: 70%;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: left;
}



/* Footer */

footer {
	width: 100%;
	border-top-color: rgba(0,0,0,0.15);
	border-top-style: solid;
	border-top-width: 1px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	background-color: rgba(255,255,255,1.00);
}

.footer-social-container {
	width: 100%;
	height: auto;
  display: flex;
}

.footer-social-content {
	width: 50%;
  border-right-color: rgba(0,0,0,0.15);
	border-right-style: solid;
	border-right-width: 1px;
	border-left: none;
	border-top: none;
	border-bottom: none;
	text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}

.footer-social-content img {
  height: 30px;
  cursor: pointer;
}


.container-newsletter {
	width: 50%;
	float: right;
	height: 90px;
	text-align: center;
	padding-top: 35px;
}

.field-newsletter {
	height: 45px;
	width: 50%;
	padding-left: 10px;
	border-color: rgba(166,166,166,1.00);
	border-style: solid;
	border-width: 2px;
	font-size: 11px;
	font-family: ms500;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	margin-top: 1px;
}

.send-newsletter {
	height: 50px;
	background-color:rgba(38,38,38,1.00);
	width: 120px;
	color: rgba(255,255,255,1.00);
	font-family: ms700;
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 15px;
	border-top-style: solid;
	border-top-color: rgba(38,38,38,1.00);
	border-top-width: 2px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	cursor: pointer;
}

.container-daten {
	width: calc(100% - 20px);
	background-color: rgba(13,13,13,1.00);
	color: rgba(255,255,255,0.35);
	font-size: 9px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-transform: uppercase;
	padding-left: 20px;
}


a.footer-button:link {
	text-decoration: none;
	color: rgba(255,255,255,0.35);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.footer-button:visited {
	text-decoration: none;
	color: rgba(255,255,255,0.35);
}

a.footer-button:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.75);
}
a.footer-button:active {
	text-decoration: none;
	color: rgba(255,255,255,0.35);
}



/* Menu */


.container-menue {
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,1.00);
  z-index: 99;
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.menu-button-container {
  display: flex;
  align-items: center;
  position: relative;
  right: 2%;
  column-gap: 20px;
}

.menue-button {
	font-size: 13px;
	color: rgba(255,255,255,1.00);
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.menue-button-red {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  color: rgba(0,0,0,1.00);
  font-size: 13px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  padding: 10px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.menue-logo {
  height: 18px;
}

.menue-logo-postition {
  padding-left: 2%;
}


/* MOBIL */

@media only screen and (max-width: 766px) {
.container-menue {
  width: 100%;
  position: fixed;
  background-color: rgba(0,0,0,1.00);
  z-index: 99;
  padding: 15px 0 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
}  
  
.menue-logo-postition {
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}
  
.menue-logo {
  height: auto;
  width: 100%;
} 
  
.menu-button-container {
  display: flex;
  align-items: center;
  position: unset;
  padding-right: 2%;
  column-gap: 0px;
  padding-left: 2%;
  justify-content: space-between;
  width: 96%;
  padding-top: 10px;
}
  
.menue-button {
  font-size: 13px;
  color: rgba(255,255,255,1.00);
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 13px;
}  
  
.menue-button-red {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  color: rgba(0,0,0,1.00);
  font-size: 13px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  padding: 5px 0px 5px 0px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  text-align: center;
} 
  
.home-stage-container video {
  object-position: 73% center;
}  
  
.home-stage-title {
  font-weight: 400;
  font-size: 22px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
}
  
.home-stage-headline-top {
  font-weight: 900;
  font-size: 140px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  margin-top: -58px;
  letter-spacing: -0.05em;
}  
  
.home-stage-headline-top::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 13px;
  margin-right: 7px;
  position: relative;
  top: -69px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}
  
.home-stage-headline-bottom {
  font-weight: 900;
  font-size: 50px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  margin-top: -80px;
} 
  
.home-stage-headline-bottom::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 36px;
  margin-right: 36px;
  position: relative;
  top: -29px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}
  
.home-stage-subtitle {
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
} 
  
.home-content-headline {
  font-weight: 700;
  width: 100%;
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  color: rgba(0,0,0,1.00);
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
}  
  
.shortcuts {
  width: 85%;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
  
.home-button-alle-pakete {
  width: calc(60% - 16px);
  margin-top: 80px;
  padding: 8px;
  background-color: rgba(0,0,0,1.00);
  font-size: 12px;
  font-family: ms700;
  color: rgba(255,255,255,1.00);
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
  
.container-newsletter {
  width: 50%;
  float: right;
  height: 30px;
  text-align: center;
  padding-top: 35px;
  display: none;
}
  
.footer-social-content {
  width: 100%;
  border-right-color: rgba(0,0,0,0.15);
  border-right-style: solid;
  border-right-width: 1px;
  border-left: none;
  border-top: none;
  border-bottom: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
}
  
.footer-social-container {
  width: 100%;
  height: 60px;
  display: flex;
}
  
.footer-social-content img {
  height: 20px;
  cursor: pointer;
}
  
.leistungen-content-headline {
  font-weight: 700;
  width: 100%;
  font-size: 30px;
  padding-top: 80px;
  padding-bottom: 30px;
  color: rgba(0,0,0,1.00);
  text-align: center;
  text-transform: uppercase;
}
  
.modul-ernaehrung-container h3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 900;
  font-size: 60px;
  line-height: 48px;
  text-transform: uppercase;
}
  

.modul-ernaehrung-container h3::after {
    content: " ";
    display: block;
    height: 20px;
    position: relative;
    top: -15px;
    background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
    background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
    opacity: 0.7;
    width: 234px;
    margin-left: auto;
    margin-right: auto;
}
  
.modul-ernaehrung-subtitle {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: new-rubrik-edge, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0,0,0,1.00);
  text-transform: uppercase;
  line-height: 20px;
}
  
.modul-ernaehrung-container {
  width: 100%;
  height: auto;
  clear: both;
  padding-top: 110px;
  padding-bottom: 415px;
  background-image: url(../images/lifestylecoach/roman-pfeiffer-bigpic-ernaehrung.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
  
.about-stage-container h1 {
  font-weight: 900;
  font-size: 51px;
  color: rgba(255,255,255,1.00);
  text-transform: uppercase;
  line-height: 45px;
  padding-left: 2%;
}
  
.about-stage-container h1::after {
  content: " ";
  display: block;
  height: 20px;
  margin-left: 2px;
  margin-right: 50px;
  position: relative;
  top: -14px;
  background: -moz-linear-gradient(45deg, rgb(209,195,252) 0%, rgb(155,196,252) 100%);
  background: -webkit-linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  background: linear-gradient(45deg, rgb(209,195,252) 0%,rgb(155,196,252) 100%);
  opacity: 0.7;
}  
  
.about-stage-container h2 {
  padding-left: 2%;
}  
  
.about-content-container {
  flex-direction: column;
  padding-right: 6%;
}  
  
.about-content {
  width: 100%;
}  
  
.about-content-pic {
  width: 100%;
  margin-top: 0;
}  
  
  
.leistung-unterseite-headline {
  width: 88%;
  padding-left: 6%;
  padding-right: 6%;
}  
  
.leistung-unterseite-content-container {
  flex-direction: column;
}  
  
.leistung-unterseite-content-table-container {
  width: 88%;
  padding-right: 6%;
  padding-left: 6%;
}  

.leistung-unterseite-content {
  width: 88%;
  padding-right: 6%;
  padding-left: 6%;
  padding-top: 80px;
}  
  
.modul-training-container {
  height: auto;
  padding: 50px 6% 50px 6%;
}  
  
.modul-training-container h3 {
  font-size: 51px;
  line-height: 45px;
}  
  
.modul-training-container p {
  width: 70%;
}  
  
.leistung-unterseite-stage-container h1 {
  font-size: 51px;
  line-height: 45px;
}  
  

}

	












