@font-face {
	font-family: Volte;
	src: url(../font/Volte\ Rounded\ Regular-8bf2.otf);
	font-weight: 400;
}
@font-face {
	font-family: Volte;
	src: url(../font/Volte\ Rounded\ Semibold-5ee9.otf);
	font-weight: 600;
}

html, body {
	margin: 0;
	/* overflow: scroll; */
	font-family: Volte;
}
body {
	
}
.wrapper {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  position: relative;
}
.content {
	
	display: flex;
			flex-direction: column;
			align-items: center;
	
}
.first-page {
	overflow: hidden;
	background-image: url(../image/flyer-bg-1.svg);
	background-repeat: no-repeat;
	background-size: calc(100% + 42px);
	background-position: -27px -219px;
	max-width: 477px;
	width: 100vw;
}
.first-page .page-wrap {
	padding: 68px 45px;
}
h1 {
    font-size: 39px;
    line-height: 29px;
    color: #fff;
    margin: 0;
}

h2 {
    color: #fff;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 1px;
}

.support {
    margin-top: 93px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}

.angebot {
    color: #fff;
    font-size: 17px;
}

.angebot b {
    display: block;
}

.angebot p {
    margin: 2px 0;
}
.bottom {
    margin-top: 110px;
    font-size: 9px;
}

.icons {
    display: flex;
    justify-content: space-between;
}

.last-page {
	overflow: hidden;
	background-image: url(../image/flyer-bg-2.svg);
	background-repeat: no-repeat;
	background-size: calc(100% + 42px);
	background-position: -27px -38px;
	max-width: 477px;
	width: 100vw;
	color: #fff;
}
.last-page .page-wrap {
	padding: 68px 45px 30px;
}
.last-text b {
    display: block;
    margin-bottom: 13px;
}

.last-text span {
    width: 53px;
    font-size: 11px;
    display: inline-block;
}.text-side {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.last-text {
    font-size: 15px;
}

.last-bottom {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
}

.bottom-img {
    margin-right: 13px;
    width: 133px;
}

p.person {
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.bottom-text b {
    font-size: 15px;
    margin-bottom: 13px;
    display: block;
    margin-top: 30px;
}
a {
	color: #fff !important;
	text-decoration: none !important;
}
@media screen and (min-width: 712px) {
	.content {
		transform: scale(1.5);
		transform-origin: top;
		max-width: 100vw;
	}
}
@media screen and (max-width: 450px) {
	.first-page {
		background-size: 470px auto;
        background-position: -19px -215px;
    }
	.first-page .page-wrap {
		padding: 40px 25px;
	}
	.support {
		margin-top: 70px;
	}
	.last-page {
		background-position: -27px 0px;
		background-size: 435px;
	}
	.last-page .page-wrap {
		padding: 40px 25px 30px;
	}
}
@media screen and (max-width:350px){
	
	.first-page {
		background-position: -19px -193px;
	}
}