

@charset "utf-8";
body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
#container{
	overflow:hidden;
	position:relative;
}

#center{
	max-width: 1050px;
	background-color:red;
	margin: 0 auto;
}

#header{
  background-color: white;
  height: 55px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.29);
  position: fixed;
  z-index: 200;
  width: 100%;
}

navigation{
  display:block;
  max-width: 325px;
  height: 55px;
  background-color: #ffffff;
  margin: 0 auto;
  overflow: hidden;
}

#menu-left,
#menu-right{
}

#menu-right{
}


#logo{
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -57px;
}


#logo img{
  width: 88px;
  object-fit: contain;
  margin: 6px 0;
}

a#menu-left ,a#menu-right {
	padding: 15px 8px 19px 15px;
	text-decoration:none;
	color:black;
	transition:all 0.2s;
	font-weight:400;
	float: left;
	font-family: 'Playfair Display', serif;
	position: relative;
	margin-left: 0px;
	font-size: 13px;
}
a#menu-right {
  float: right;
  right: 0px;
  padding: 15px 15px 19px 8px;
}

.block.green{
	background-color: #cfd600;
}

.block.start{
  background-color: white;
  height: 100vw;
  overflow: hidden;
  margin-top: 50px;
}

.spacer{
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding: 20px 20px 50px 20px;
  /* background-color: #a8af05; */
}


#man{
  width: 63vw;
  position: absolute;
  left: -83px;
  bottom: 0px;
  top: 46vw;
  z-index: 6;
}

#woman{
  width: 57vw;
  position: absolute;
  right: -50px;
  top: 50vw;
}

#slogan{
  font-size: 4.5vw;
  position: relative;
  z-index: 55;
  background-image: url("bilder/box.png");
  background-size: contain;
  width: 76vw;
  height: 53.4vw;
  background-repeat: no-repeat;
  padding: 6.2vw 6px 0 6px;
  box-sizing: border-box;
  margin: 10px auto;
  text-transform: none;
  line-height: 6.5vw;
  letter-spacing: 0px;
}

#box{
  width: 450px;
  position: absolute;
  z-index: 50;
}


#message{
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  font-weight: 100;
  font-style: italic;
}

a.button {
    display: table;
    background-color: white;
    padding: 15px 30px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    box-shadow: 0px 4px 6px -2px #00000061;
    transform: scale(1);
    transition: all 0.2s;
}

a.button-left{
  float: left;
}

a.button:hover{transform: scale(1.1);}

h1{
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
  letter-spacing: 4px;
  margin: 10px 0 10px 0;
  line-height: 39px;
}

.blase-content-left {
    display: block;
    width: 100%;
    float: left;
}

.blase-content-right {
    display: block;
    width: 100%;
    float: right;
    margin-top: 0px;
}

.blase-content-right-2 {
    display: block;
    width: 100%;
    float: right;
    margin-top: 0px;
}

h2.blase-pink {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #e71989;
    border-radius: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: white;
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.arrow-pink, .arrow-green, .arrow-white{
  display:block;
  margin-bottom: -120px;
}

.arrow-pink::after, .arrow-green::after, .arrow-white::after{
    content: "";
    display: inline-block;
    position: relative;
    left: 48px;
    top: -95px;
    width: 99px;
    height: 99px;
    overflow: hidden;
    border: 49px solid #e71989;
    transform: rotate(58deg);
    box-sizing: border-box;
    transition: all 0.3s linear;
    transform: rotate3d(2.9, 3.6, 0.3, 71deg);
    z-index: -2;
}

.arrow-green::after{
  border-color: #cfd701;
  left: 120px;
  transform: rotate3d(-2.9, 2.6, 0.1, 71deg);
}

.arrow-white::after{
  border-color: #ffffff;
  z-index: 1;
  left: 60px;
  top: -70px;
}

p.blase-pink-text {
    width: 100%;
    float: right;
}

h2.blase-green {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #cfd701;
    border-radius: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    text-align: center;
    float: right;
    box-sizing: border-box;
    font-size: 24px;
    line-height: 32px;
}

p.blase-green-text {
    width: 100%;
    margin-left: 0%;
    float: left;
}

.clearer {
    clear: both;
}

h2.blase-white{
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #ffffff;
    border-radius: 11px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: black;
    text-align: center;
    float: left;
    box-sizing: border-box;
    margin: 0 4% 0 0;
    z-index: 5;
    position: relative;
}

div#blase-content-button-right {
    display: block;
    width: 100%;
    float: right;
    margin-top: 30px;
}

img#profil{
  background: white;
  width: 140px;
  margin: 30px auto 0 auto;
  display: block;
  border-radius: 50%;
  box-shadow: 0 0px 13px -8px black;
  border: solid 5px white;
  object-fit: contain;
}

#name{
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 25px;
}

#additional{
  text-align: center;
}

a#email,
a#telefon{
  text-align: center;
  font-family: 'Roboto Condensed';
  font-size: 25px;
  line-height: 36px;
  margin-bottom: -26px;
  text-decoration: none;
  color: #e71989;
}

a#email:hover,
a#telefon:hover{
  color: #da0177;
  text-decoration: underline;
}

img#logo-bottom {
    background: white;
    width: 168px;
    margin: 50px auto 0 auto;
    display: block;
    object-fit: contain;
}


/* -------------------------------------- iPad mini ab 550 ------------------------------------------*/

@media (min-width: 550px) {

}

/* -------------------------------------- iPad ab 720 ------------------------------------------*/

@media (min-width: 720px) {

body {
  font-size: 16px;
  line-height: 24px;
}
#container{
}

#center{
  max-width: 1050px;
  background-color:red;
  margin: 0 auto;
}

#header{
  height: 60px;
}

navigation{max-width: 380px;}

#menu-left,
#menu-right{
}

#menu-right{
}


#logo{
  margin-left: -62px;
}


#logo img{
  width: 103px;
}

a#menu-left ,a#menu-right {
  font-size: 15px;
}
a#menu-right {
}

a#menu-left:hover ,a#menu-right:hover {background-color: #e8e8e8;}

.block.green{
}

.block.start{
  height: 640px;
}

.spacer{padding: 20px 40px 50px 40px;}


#man{
  width: 400px;
  top: 190px;
  left: -161px;
}

#woman{
  width: 370px;
  right: -160px;
  top: 220px;
}

#slogan{
  font-size: 27px;
  width: 500px;
  height: 260px;
  padding: 40px;
  margin: 30px auto;
  line-height: 38px;
  letter-spacing: 1px;
}

#box{
  width: 450px;
  position: absolute;
  z-index: 50;
}


#message{
  font-size: 23px;
  line-height: 35px;
}

a.button {
}

a.button-left{
}

a.button:hover{transform: scale(1.1);}

h1{
  font-size: 50px;
  margin: 20px 0 30px 0;
  line-height: 61px;
}

.blase-content-left {
    width: 48%;
}

.blase-content-right {
    display: block;
    width: 48%;
    float: right;
    margin-top: 100px;
}

.blase-content-right-2 {
    width: 48%;
}

h2.blase-pink {
    padding: 20px;
    border-radius: 15px;
    font-size: 28px;
    line-height: 36px;
}

.arrow-pink, .arrow-green, .arrow-white{
}

.arrow-pink::after, .arrow-green::after, .arrow-white::after{
    top: -99px;
}

.arrow-green::after{
  left: 190px;
}

.arrow-white::after{
  border-color: #ffffff;
  z-index: 1;
  left: -160px;
  top: 68px;
}

p.blase-pink-text {
    width: 100%;
}

h2.blase-green {
    padding: 20px;
    border-radius: 15px;
    font-size: 28px;
    line-height: 36px;
}

p.blase-green-text {
    width: 100%;
}

.clearer {
}

h2.blase-white{
    width: 46%;
    padding: 23px;
    border-radius: 15px;
    font-size: 28px;
    line-height: 36px;
    margin: 17px 0 0 0;
}

div#blase-content-button-right {
    width: 48%;
    margin-top: 0px;
}

img#profil{
  width: 200px;
  border: solid 10px white;
}

#name{
  font-size: 42px;
}

#additional{
}

#contact{
  font-size: 33px;
  line-height: 43px;
}

img#logo-bottom {
    width: 268px;
    margin: 60px auto 0 auto;
}




}


/* -------------------------------------- Desktop ab 960 ------------------------------------------*/

@media (min-width: 960px) {

body {
  font-size: 18px;
  line-height: 28px;
}
#container{
}

#center{
  max-width: 1050px;
  background-color:red;
  margin: 0 auto;
}

#header{
}

navigation{
  max-width: 435px;
  height: 60px;
}

#menu-left,
#menu-right{
}

#menu-right{
}


#logo{
  margin-left: -52px;
}


#logo img{
}

a#menu-left ,a#menu-right {
  padding: 15px 15px 19px 15px;
  margin-left: 22px;
}
a#menu-right {
}

a#menu-left:hover ,a#menu-right:hover {background-color: #e8e8e8;}

.block.green{
}

.block.start{
}

.spacer{
}


#man{
  width: 510px;
  top: 120px;
  left: -130px;
}

#woman{
  width: 470px;
  right: -90px;
  top: 180px;
}

#slogan{
}

#box{
  width: 450px;
  position: absolute;
  z-index: 50;
}


#message{
  font-size: 30px;
  line-height: 39px;
}

a.button {
}

a.button-left{
}

a.button:hover{transform: scale(1.1);}

h1{
  font-size: 70px;
  margin: 30px 0 30px 0;
}

.blase-content-left {
}

.blase-content-right {
    display: block;
    width: 48%;
    float: right;
    margin-top: 100px;
}

.blase-content-right-2 {
}

h2.blase-pink {
    padding: 30px;
    border-radius: 25px;
    font-size: 38px;
    line-height: 48px;
}

.arrow-pink, .arrow-green, .arrow-white{
}

.arrow-pink::after, .arrow-green::after, .arrow-white::after{
}

.arrow-green::after{
  left: 300px;
}

.arrow-white::after{
  top: 124px;
}

p.blase-pink-text {
    width: 70%;
}

h2.blase-green {
    padding: 30px;
    border-radius: 25px;
    font-size: 38px;
    line-height: 48px;
}

p.blase-green-text {
    width: 70%;
}

.clearer {
}

h2.blase-white{
    padding: 40px;
    border-radius: 25px;
    font-size: 38px;
    line-height: 48px;
}

div#blase-content-button-right {
}

img#profil{
}

#name{
}

#additional{
}

#contact{
}

img#logo-bottom {
}

}






