@font-face {
    font-family: 'BlockTReg';
    src: url('../fonts/BlockT-Regu.eot');
    src: url('../fonts/BlockT-Regu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BlockT-Regu.woff2') format('woff2'),
        url('../fonts/BlockT-Regu.woff') format('woff'),
        url('../fonts/BlockT-Regu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Bold.eot');
    src: url('../fonts/MaisonNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MaisonNeue-Bold.woff2') format('woff2'),
        url('../fonts/MaisonNeue-Bold.woff') format('woff'),
        url('../fonts/MaisonNeue-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: 'Maison Neue', sans-serif;
	background-image: url('../img/body-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	color: #3385A6;
	display: flex;
	flex-direction: column;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'BlockTReg';
}

h1.heading,
h2.heading{
    text-transform: uppercase;
    margin: 0 auto;
    line-height: 48px;
    font-size: 60px;
    letter-spacing: 1.09091px;
    color: #3C5871;
}

.home-h1{
	color: #69d4fe;
    background: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	font-size: 150px;
    line-height: .8;
    margin: 0;
}

.home-h1 span{
    display: block;
    font-size: 124px;
	color: #69d4fe;
    background: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
    line-height: .8;
    margin: 0;
}

h2.color,
h1.color{
	max-width: 480px;
	color: #69d4fe;
    background: url(../img/bg-title-section-4.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

h1.color{
	text-transform: uppercase;
    font-size: 100px;
    line-height: 1;
}

.no-clip-support h2.color{
	background: none;
}

a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover{
    color: #3C5871;
    text-decoration: none;
}

p{
	line-height: 26px;
	font-size: 22px;
}

.backdrop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9930;
	background: rgba(0,0,0,0.25);
	visibility: hidden;
	opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.menu-active .backdrop{
	visibility: visible;
	opacity: 1;
    pointer-events: all;
}

.btn{
	font-size: 15px;
	text-align: center;
	letter-spacing: 1.5px;
	color: #111111;
	text-transform: uppercase;
	background-color: #ffffff;
	border-radius: 3px;
	padding: 15px 15px 13px 15px;
	border: none;
	display: inline-block;
	background-image: url('../img/btn-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'BlockTReg';
	min-width: 265px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: url('../img/btn-bg.png');
    outline: 0;
    box-shadow: none;
}

.btn:hover{
    filter: brightness(1.2);
	color: #111111;
}

.btn.btn-dark:hover{
	filter: brightness(0.8);
}

.btn-2{
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	color: #12323F;
	background-image: url('../img/btn-bg-2.png');
}

.btn-3{
	font-size: 15px;
	text-align: center;
	letter-spacing: 1.5px;
	color: #0C2C38;
	background-image: url('../img/btn-bg-3.png');
}

.btn-4{
	background: #23434F;
	color: #577087;
	line-height: 13px;
	padding: 13px 15px 11px 15px;
}

.btn-5{
	background-image: url('../img/btn-bg-5.png');
}

.btn-6{
	background-image: url('../img/btn-bg-6.png');
}

.btn-7 {
	background: #54728C;
	color: #ABC3DD;
}
.btn-7:hover {
	background: #3B5973;
	color: #ABC3DD;
}
.btn-7:active {
	background: #2E4C66!important;
	color: #ABC3DD!important;
}

.btn-8 {
	background: #3687A8;
	color: #12323F;
}
.btn-8:hover {
	background: #1D6E8F;
	color: #12323F;
}
.btn-8:active {
	background: #106182!important;
	color: #12323F!important;
}

.btn-small{
	min-width: 205px;
	padding: 10px 15px 8px 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.btn-xsmall{
	font-size: 14px;
	min-width: 150px;
	padding: 5px 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.title{
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 0.8px;
	padding: 32px 0 80px 0;
	font-family: 'BlockTReg';
}

.country-select.inside input, .country-select.inside input[type=text]{
	padding-left: 0;
}

.country-select .country-list{
    width: 100%;
    overflow-x: hidden;
}

form textarea.form-control{
	height: 100px;
}

form .form-control{
	font-family: 'BlockTReg';
    background: #FFFFFF;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1.6px;
    color: #111111;
    border: none;
    text-transform: uppercase;
    line-height: 1;
    padding: 17px 10px 13px 10px;
}

form .form-control[type="email"]{
    text-transform: none;
}

form .form-control:focus{
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
	color: #111111;
}

form .form-group label{
    line-height: 16px;
    font-size: 13px;
    color: #B1B1B1;
    margin-bottom: 5px;
}

form .form-group{
	position: relative;
	margin-bottom: 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

select.form-control.center{
	text-align-last: center;
}

input[type="checkbox"],
input[type="radio"]{
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -5px;
	display: block;
}

input[type="checkbox"][disabled="disabled"] + label,
input[type="radio"][disabled="disabled"] + label{
    opacity: .75;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
    font-size: 20px;
    color: #3385A6;
    cursor: pointer;
    padding-left: 46px;
    position: relative;
    line-height: 1;
    font-family: 'BlockTReg';
    margin: 0;
    padding: 7px 7px 7px 46px;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	border-radius: 2px;
	background: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after{
	border-radius: 50%;
}

input[type="checkbox"] + label:after{
	opacity: 0;
	background-image: url('../img/checkbox-checked.png');
}

input[type="radio"] + label:after{
	opacity: 0;
	background-image: url('../img/radio_checked.png');
	top: -1px;
	left: -1px;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
}

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after{
	opacity: 1;
}

form select.form-control {
	background-image: url(../img/select.svg);
	background-repeat: no-repeat;
	background-position: center right 22px;
	-moz-appearance: none;
	-webkit-appearance:none;
}

select::-ms-expand {
	display: none;
}

form button{
	max-width: 315px;
	width: 100%;
}

form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #E6E6E6;
}
form .form-control::-moz-placeholder { /* Firefox 19+ */
	color: #E6E6E6;
}
form .form-control:-ms-input-placeholder { /* IE 10+ */
	color: #E6E6E6;
}
form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #E6E6E6;
}

.form-control:disabled, .form-control[readonly]{
	opacity: .75;
}

/*=====HEADER=====*/
header .back, header .back-no-history{
    position: fixed;
    top: 26px;
    left: 30px;
    z-index: 9;
}
header .back:hover{
	opacity: .75;
}
header .video-button{
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 9900;
    color: #A3A3A3;
    line-height: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .video-button:hover{
	color: #fff;
}
header .video-button img{
	margin-right: 7px;
}
header .cart-button{
	position: fixed;
	z-index: 9900;
	top: 26px;
	right: 270px;
	display: none;
	width: 27px;
	height: 24px;
}
header .cart-button img {
	width: 100%;
}
header .cart-button i{
	position: absolute;
	top: -5px;
    left: 28px;
	font-size: 13px;
	letter-spacing: 1.3px;	
	font-style: normal;
	color: #A3A3A3;
}
header .menu-button{
	background-image: url('../img/menu.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 17px;
	width: 24px;
	height: 17px;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 9960;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .button-checkout {
	position: fixed;
	top: 22px;
	right: 80px;
	z-index: 9940;
}
body.menu-active header .menu-button{
	background-image: url('../img/close.svg');
}
header .menu{
    position: fixed;
    width: 100%;
    max-width: 375px;
    height: 100%;
    right: 0;
    top: 0;
    padding: 30px;
    z-index: 9950;
    background-image: url(../img/menu-bg.png);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.menu-active header .menu{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
header .menu nav{
	margin-top: auto;
}
header .menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header .menu ul li a{
	font-weight: bold;
	line-height: 36px;
	font-size: 24px;
	color: #111111;
	display: block;
}
header .menu ul li a:hover{
    color: #3C5871;
}
header .menu form,
#hp-greet-user{
	margin-top: auto;
	margin-bottom: 0;
}
#hp-greet-user a{
	color: #111111;
}
#hp-greet-user .meine-knopfe a{
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
#hp-greet-username{
	margin-bottom: 10px;
}
#hp-logout-button{
	width: 100%;
}
header .menu form .btn{
	letter-spacing: 1.5px;
	font-size: 15px;
}

header .menu .btn-forgot-password {
	background: none;
	border: 0 none;
	outline: 0 none;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
}

form.forgot-password {
	display: none;
}
form.forgot-password .success-message {
	display: none;
	font-size: 14px;
}
form.forgot-password .error-message {
	display: none;
	font-size: 14px;
	color: #ce4343;
}
form.forgot-password .btn-forgot-password-cancel {
	background: none;
	border: 0 none;
	outline: 0 none;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
}
/*=====SECTION-1=====*/

.section-1{
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	min-height: 350px;
}
.section-1 .content-inneer{
	position: relative;
	z-index: 1;
}
/*.section-1 .content-inner h1{
	color: #69d4fe;
    background: url(../img/bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	background-position: center center;
	background-size: cover;
	text-transform: uppercase;
    font-size: 154px;
    line-height: 110px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.section-1 .content-inner h1 span{
	display: block;
	font-size: 127px;
}*/
.section-1 .content-inner .main-title{
	max-width: 50vw;
	min-width: 570px;
}
.section-1 .content-inner h2{
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.407px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-1 .content-inner h2 img{
	margin: 0 10px;
	width: 43px;
	height: 39px;
}
.arrow-down{
	position: absolute;
	bottom: 30px;
	width: 28px;
	height: 11px;
	background-image: url('../img/arrow-down.svg');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 10;
	left: 50%;
	margin-left: -14px;
}
.arrow-down:hover{
	opacity: .7;
}

/*=====SECTION-2=====*/

.section-2{
	background: #142d39;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	padding: 100px 0;
	overflow: hidden;
}
.section-2 #video5{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
    min-height: 100%;
    object-fit: cover;
}
.section-2 .container{
	position: relative;
	z-index: 2;
	margin: 0;
}
.section-2 p{
	font-size: 24px;
	line-height: 32px;
	color: #69d4fe;
	margin: 40px 0;
	position: relative;
	background: url('../img/bg-text.png');  
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.no-clip-support .section-2 p{
	background: none;
}
.section-2 .single-btn{
	width: 118px;
	height: 89px;
	margin: 0 auto;
	background-image: url('../img/button_small_video_fallback@2x.png');
	background-size: 68px 69px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.section-2 .single-btn:after{
	content: '';
	height: 3px;
	width: 100%;
	/* background: #142e39; */
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 22;

}

.section-2 .single-btn video{
	width: 100%;
	height: auto;
}

/*=====SECTION-3=====*/

.section-3{
	background-image: url('../img/section-3-img.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 100px 0;
	text-align: center;
}
.section-3 h2{
	max-width: 480px;
}
.section-3 p{
	color: #3C5871;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.btn-donate {
	margin-bottom: 100px;
}
.poetry-swiper-container {
	position: relative;
}
.poetry-swiper-container .swiper-button-prev,
.poetry-swiper-container .swiper-button-next {
	display: none;
}
.poetry-swiper-container .swiper-button-prev {
	left: 0;
	background-image: url("../img/arrow-left.svg");
}
.poetry-swiper-container .swiper-button-next {
	right: 0;
	background-image: url("../img/arrow-right.svg");
}
.poetry{
	margin: 60px 0 20px 0;
}
.poetry .swiper-wrapper {
	margin-bottom: 40px;
}
.poetry .swiper-pagination{
	display: none;
	bottom: 0;
}

.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #2B2B2B;
    opacity: .12;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #A1ACD8;
	opacity: 1;
}
.section-3 .people i{
	position: absolute;
	bottom:15px;
	right: 15px; 
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	color: #111111;
	font-style: normal;
}
.section-3 .people {
  	width: 100%;
  	margin-bottom: 30px;
}
.section-3 .people .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.section-3 .people:not(.swiper-container-horizontal) .swiper-slide {
    max-width: calc(80% + 60px);
    margin-left: calc(10% - 30px);
}
.section-3 .people .swiper-pagination{
	display: none;
    position: relative;
    margin-top: 30px;
}
.section-3 .people .swiper-button-next,
.section-3 .people .swiper-button-prev{
    width: 30px;
    height: 39px;
    background-image: url(../img/arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    right: 30px;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.section-3 .people .swiper-button-prev{
	right: auto;
	left: 30px;
	background-image: url(../img/arrow-left.svg);
}
.section-3 .people .swiper-button-next:hover,
.section-3 .people .swiper-button-prev:hover{
	opacity: .75;	
}
.section-3 .people .swiper-slide.swiper-slide-next,
.section-3 .people .swiper-slide.swiper-slide-prev{
	opacity: .15;
}
.section-3 .people .swiper-slide img{
	width: 100%;
	height: auto;
}
/*=====SECTION-4=====*/
.ie .section-4{
	background: #132933;
}
.section-4{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	overflow: hidden;
	background: #192e38;
}
.section-4 #video4{
	position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}
.section-4 .container{
	position: relative;
	z-index: 1;
}
.section-4 h2{
    margin-bottom: 30px;
}
.section-4 .multiple-btns{
	max-width: 960px;
    margin: 30px auto;
}
.section-4 .multiple-btns img{
	width: 100%;
    min-width: 500px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.section-4 .multiple-btns video{
	max-width: 820px;
}
.section-4 p{
	font-weight: bold;
	line-height: 22px;
	font-size: 18px;
	color: #3987A8;
	margin-bottom: 20px;
	max-width: 570px;
	margin: 0 auto;
}
.section-4 .btn{
	margin: 0 5px;
}

/*=====SECTION-5=====*/

.section-5{
	background-image: url('../img/section-3-img.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 90px 0;
}

.section-5 .img-holder{
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 50px;
}
.section-5 .testimonial-img{
	border: 10px solid #9ACCE1;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	display: block;
	margin: 0 auto
}
.section-5 h2{
	color: #5b7898;
	font-size: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.section-5 p{
	font-weight: bold;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #6B7784;
	margin: 30px 0;
}
.section-5 p.subheading {
	font-weight: bold;
	line-height: 22px;
	font-size: 18px;
	color: #5b7898;
	margin: 0 0 60px 0;
}
.section-5 .swiper-pagination{
	display: none;
    position: relative;
    margin-top: 30px;
}
.section-5 .swiper-slide{
	display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 10px;
}
.no-clip-support .section-5 .swiper-slide{
	align-items: inherit;
}
.section-5 .btn{
	margin-top: auto;
}
/*=====SECTION-6=====*/

.section-6{
	background-image: url('../img/body-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 110px 0;
}
.section-6 img{
	width: 315px;
	height: auto;
	max-width: 100%;
}
.section-6 p{
	font-weight: bold;
	line-height: 22px;
	font-size: 18px;
	color: #3987A8;
	margin: 50px 0 30px 0;
}

/*=====SECTION-7=====*/

.section-7{
	background-image: url('../img/section-7-main-img.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 0 100px 0;
}
.section-7 img{
	width: 227px;
	height: 227px;
    border: 10px solid #9ACCE1;
    border-radius: 50%;
}
.section-7 h2{
	line-height: 32px;
	font-size: 55px;
	letter-spacing: 2.75px;
	text-transform: uppercase;
	color: #2C6277;
	margin: 50px 0 30px 0;
}
.section-7 p{
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 22px;
	font-size: 18px;
	color: #2C6277;
}
.section-7 img{
	max-width: 237px;
	max-height: 237px;
	margin-top: -40px;
}

.section-7 .bg-paragraph {
	font-size: 22px;
	line-height: 26px;
	color: #69d4fe;
	margin-bottom: 20px;
	font-weight: bold;
	position: relative;
	background: url("../img/gradient_quote.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.section-7 .bg-paragraph.small {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 40px;
}

#michael-ende h2 a {
	color: #2C6277;
}

/*=====SECTION-8=====*/

.section-8{
	background-image: url('../img/body-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
.section-8 h2{
	margin-bottom: 60px;
}
.section-8 .title{
	margin-bottom: 60px;
}
.section-8 .name{
	font-weight: bold;
	line-height: 11px;
	font-size: 13px;
	color: #3387A8;
	margin-top: 5px;
}
.section-8 .info{
	font-weight: bold;
	font-size: 9px;
	color: #32687C;
	text-transform: uppercase;
	line-height: 11px;
}
.section-8 .buttons{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.section-8 .buttons .button {
	width: 145px;
	margin-bottom: 15px;
}
.section-8 .buttons .button .name, .section-8 .buttons .button .info {
	display: block;
}
.section-8 .buttons .button:nth-child(5n){
	margin-left: 0;
}
.load-more{
	background-image: url('../img/load-more.svg');
	background-position: center top;
	background-repeat: no-repeat;
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
	color: #3387A8;
	width: 90px;
	height: 51px;
    display: inline-flex;
    align-items: flex-end;
    margin-top: 12px;
}
.partners {
	margin: 60px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partners a {
    margin: 20px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.partners .break {
	display: block;
	width: 100%;
	height: 1px;
}
.partners a.break-after {
	page-break-after: always;
	break-after: always;
}

.country-select{
	width: 100%;
}

#profile-country{
	background-image: url('../img/select.svg');
	background-repeat: no-repeat;
	background-position: center right 22px;
	padding-left: 40px;
    padding-right: 40px;
}

.country-select.inside .flag-dropdown{
	width: 100%;
}

.country-select.inside .selected-flag{
	width: 100%;
}

.country-select .selected-flag .arrow{
	display: none;
}

.delimiter{
	line-height: 16px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.8px;
	color: #3385A6;
	text-transform: uppercase;
	margin: 15px 0;
	position: relative;
	overflow: hidden;
}

.delimiter span{
	position: relative;
}

.delimiter span:before,
.delimiter span:after{
    content: '';
    position: absolute;
    top: 5px;
    right: calc(100% + 20px);
    width: 500px;
    background: #3385A6;
    height: 2px;
}

.delimiter span:after{
	right: auto;
	left: calc(100% + 20px);
}

form .end{
	margin-top: 30px;
}

form .btn{
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.8px;
}

form{
	margin-top: 36px;
	margin-bottom: 100px;
}

.button-to-buy{
	padding-bottom: 25px;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #3385A6;
}

.button-to-buy .remove {
	width: 33px;
	height: 32px;
	position: absolute;
	top: -25px;
	left: 0;
	background-image: url('../img/remove.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}


.button-to-buy:last-child{
	margin-bottom: 0;
}

.swiper-buttons .button-holder{
	width: 150px;
    margin: 0 auto 0 60px;
    position: relative;
}

.swiper-buttons .remove{
	width: 33px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../img/remove.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}

.swiper-buttons .remove:hover{
	opacity: .75;
}

.swiper-buttons img{
	width: 100%;
}

.swiper-buttons .swiper-button-next,
.swiper-buttons .swiper-button-prev{
    width: 12px;
    height: 18px;
    background-image: url(../img/arrow-small-right.svg);
    background-size: cover;
    right: 40px;
    margin: -6px 0 0 0;
    top: 50%;
}

.swiper-buttons .swiper-button-prev{
	right: auto;
	left: 0;
	background-image: url(../img/arrow-small-left.svg);
}

.gift-area{
	margin-top: 30px;
}

.gift-area.hide{
	display: none;
}

.add-button{
	text-align: center;
}

.add-button a{
	font-size: 20px;
	text-align: center;
	color: #3385A6;
	font-family: 'BlockTReg';
    display: inline-flex;
    padding: 14px 0;
}

.add-button a img{
	margin-right: 10px;
}

.add-button a:hover{
	color: #3385A6;
	opacity: .75;
}

.checkout form,
.checkout-company form{
	margin-top: 0;
}

.checkout .delimited{
	margin-top: 30px;
}

.checkout-info p{
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.checkout-info p b{
    flex: 1;
    overflow: hidden;
    margin-right: 6px;
}

.checkout-info p b span{
	position: relative;
}
.checkout-info p b span.counter-label {
	position: static;
}

.checkout-info p b span:before{
    content: '';
    position: absolute;
    bottom: 5px;
    left: calc(100% + 10px);
    width: 500px;
    height: 5px;
    background-image: url(../img/dot.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 8px 5px;
}

.checkout-info p + ul{
	margin-top: 15px;
}

.checkout-info ul{
    list-style-type: none;
    margin: 0 0 35px 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #3385a6;
}

.checkout-info ul li{
    display: flex;
    text-transform: uppercase;
    font-family: BlockTReg;
    font-size: 20px;
    color: #3385A6;
    justify-content: space-between;
}

.checkout-info + .delimiter{
	margin-top: 50px;
}

#checkout-buttons label{
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	color: #3385A6;
	margin-bottom: 10px;
}

#checkout-buttons .btn{
	margin-top: 34px;
    padding: 12px 15px 11px 15px;
}

.verify-code{
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: -4px;
    right: 0;
    background-image: url(../img/code-check.png);
    background-position: top right -2px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.verify-code.remove{
	background-image: url(../img/checkbox-checked.svg);
    border-radius: 0 3px 3px 0;
    background-size: cover;
    height: 50px;
    width: 50px;
    bottom: 0;
}

input#code {
	padding-right: 54px;
}

.verify-code:hover{
	opacity: .75;
}

.clear-code {
	display: none;
    background-color: transparent;
    border: 0 none;
    background-image: url(../img/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 18px;
	right: 10px;
	cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.invalid-code,
.valid-code{
	position: absolute;
	bottom: -30px;
	color: #ce4343;
	font-size: 14px;
}

.valid-code{
	color: #34a633;
}

form .form-group label.error,
#checkout-buttons label.error,
#terms-error{
	color: #ce4343;
	font-size: 14px;
	margin: 10px 0;
}

#terms-error {
	margin-top: 0;
}

.screen-name.hide{
	display: none;
}

.payment-method{
	display: flex;
	justify-content: space-evenly;
	margin: 50px 0;
}

#checkout-danke{
	margin-top: 100px;
}

#checkout-danke p{
	margin: 50px 0;
}

.company-form-description{
	font-size: 18px;
	line-height: 24px;
}

.partner{
	padding-bottom: 100px;
}
.partner .links {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.partner .links .zur-website {
	margin-top: 0;
	margin-left: 40px;
}
.partner .partner-img{
	width: 100%;
	height: auto;
	margin: 30px 0 10px 0;
}
.partner .img-subtitle{
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
	margin-bottom: 40px;
}
.partner .partner-info{
	font-weight: bold;
	line-height: 26px;
	font-size: 22px;
}
.partner .zur-website{
	background-image: url(../img/zur-website.svg);
    background-position: center top;
    background-repeat: no-repeat;
    font-weight: bold;
    line-height: 16px;
    font-size: 13px;
    color: #3387A8;
    width: 90px;
    height: 51px;
    display: inline-flex;
    align-items: flex-end;
    margin-top: 50px;
    justify-content: center;
}
.partner .partner-info-bg {
	font-size: 22px;
	line-height: 26px;
	color: #69d4fe;
	margin: 40px 0;
	position: relative;
	background: url("../img/bg-text.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-fill-color: transparent;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
}
.partner .partner-info-bg.quote {
	margin-bottom: 20px;
}
.partner .partner-info-bg.author {
	font-size: 14px;
	margin-top: 0;
}
.partner .zur-website:hover{
	opacity: .75;
}
.partner .zur-website-btn{
	display: flex;
    align-items: center;
    justify-content: center;
}
.partner ul{
	margin: 30px 0 30px 0;
	padding: 0;
}
.partner ul li{
	font-size: 22px;
	margin-left: 14px;
	line-height: 26px;
}
.partner .person-wrapper {
	background: #D5FFFE;
	margin-top: 140px;
	padding: 0 60px 60px 60px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.partner .person-wrapper img {
	margin: -56px auto 20px auto;
	width: 113px;
	display: block;
}
.partner .person-wrapper .name {
	font-size: 24px;
	display: block;
	text-align: center;
	color: #748C98;
}
.partner .person-wrapper .description {
	font-size: 16px;
	text-align: center;
	color: #748C98;
}

.faq-title{
	padding: 0;
	text-align: center;
}
.faq-title li{
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}
.faq-title li:after{
	content: "/";
}
.faq-title li:last-child:after{
	content: '';
}
.faq-title li:last-child{
	margin-right: 0;
}
.faq-title li a{
	font-weight: normal;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 0.8px;
	color: #3385A6;
	padding-right: 7px;
}
.faq #accordion{
	margin-bottom: 90px;
}
.faq h3{
	font-family: Maison Neue;
	font-size: 22px;
	margin-bottom: 30px;
}
.faq #accordion .btn{
	background-color: transparent;
	background-image: none;
	font-weight: bold;
	line-height: 26px;
	font-size: 22px;
	color: #3385A6;
	text-transform: capitalize;
	font-family: Maison Neue;
	text-decoration: none;
	padding: 10px 0;
	letter-spacing: 0;
	display: block;
	width: 100%;
	text-align: left;
    white-space: inherit;
    padding-right: 30px;
}
.faq #accordion .btn.collapsed{
	color: #3385A6;
}
.faq #accordion h5{
	position: relative;
}
.faq #accordion h5 img{
	position: absolute;
    top: 20px;
    right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.faq #accordion .btn.collapsed + img{
	transform: rotate(180deg);
}
.faq #accordion .card{
	background-color: transparent;
	border: none;
	border-bottom: 2px solid;
	border-radius: 0;
}
.faq #accordion .card-body{
	padding: 10px 0 20px;
	font-size: 22px;
	line-height: 26px;
}
.card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
}
.contact-info{
	font-weight: bold;
	line-height: 26px;
	font-size: 22px;
	margin-bottom: 0;
}

/*=====TERMS-AND-CONDITIONS=====*/

.terms .title{
	padding-bottom: 100px;
}
.terms-and-conditions h3{
	font-family: Maison Neue;
	line-height: 32px;
	font-size: 22px;
	margin-bottom: 10px;
}
.terms-and-conditions h4{
	font-family: Maison Neue;
	font-weight: regular;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 10px;
}
.terms-and-conditions .mg-top{
	margin-top: 70px;
}
.terms-and-conditions p{
	font-size: 22px;
}
.terms-and-conditions{
	padding-bottom: 100px;
}

/*=====MY-BUTTONS=====*/

.my-buttons{
	background-image: url(../img/section-3-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.my-buttons .title{
	color: #1B2E38;
}

.my-buttons header .menu-button{
	background-image: url(../img/menu-black.svg);
}

.buttons-to-share .button-to-share .thumbnail{
	position: relative;
	width: 314px;
	height: 314px;
}

.buttons-to-share .button-to-share .thumbnail img.bg{
	width: 100%;
}

.buttons-to-share .button-to-share .thumbnail .sponsor{
    position: absolute;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #1B2E38;
    display: flex;
    align-items: center;
    top: 10px;
    left: 10px;
}

.buttons-to-share .button-to-share .thumbnail .sponsor img{
	margin-left: 3px;
}

.buttons-to-share .button-to-share .thumbnail .price,
.buttons-to-share .button-to-share .thumbnail .name{
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 10px;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #1B2E38;
}

.buttons-to-share .button-to-share .thumbnail .name{
	left: auto;
	right: 10px;
}

.buttons-to-share .button-to-share .share{
	display: block;
	margin-top: 10px;
	max-width: 314px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1.8px;
}

.buttons-to-share .swiper-wrapper{
	flex-wrap: wrap;
	flex-direction: row;
	width: 970px;
	margin: 0 auto;
}

.buttons-to-share .swiper-wrapper .swiper-slide{
	width: 314px;
	margin: 0 10px 50px 0;
}

.buttons-to-share .swiper-wrapper .swiper-slide:nth-child(3n+3){
	margin-right: 0;
}

.button .buttons-to-share .swiper-wrapper{
    justify-content: center;
}

.buttons-to-share-pagination{
	display: none;
	margin-bottom: 100px;
}

.buttons-to-share-pagination .swiper-slide.swiper-slide-active a{
	opacity: 1;
}

.buttons-to-share-pagination a{
    width: 74px;
    font-weight: bold;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    color: #3D3D3D;
    display: block;
    margin: 0 auto;
    opacity: .5;
}

.buttons-to-share-pagination a img{
	width: 100%;
	margin-bottom: 4px;
}

.buttons-to-share-pagination a b{
	display: block;
}











.single-wrapper .button-container {
	position: relative;
	width: 314px;
	height: 314px;
	margin: 0 auto;
}

.single-wrapper .button-container .thumbnail{
	width: 100%;
}

.single-wrapper .button-container .thumbnail img.bg{
	width: 100%;
}

.single-wrapper .button-container .thumbnail .sponsor{
    position: absolute;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #1B2E38;
    display: flex;
    align-items: center;
    top: 10px;
    left: 10px;
}

.single-wrapper .button-container .thumbnail .sponsor img{
	margin-left: 3px;
}

.single-wrapper .button-container .thumbnail .price,
.single-wrapper .button-container .thumbnail .name{
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 10px;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #1B2E38;
}

.single-wrapper .button-container .thumbnail .name{
	left: auto;
	right: 10px;
}

.single-wrapper .button-container .share{
	display: block;
	margin-top: 10px;
	max-width: 314px;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1.8px;
}

.poetry .swiper-wrapper{
	flex-wrap: wrap;
}

.VideoContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.VideoContainer{
	background-image: url('../img/video-poster.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.VideoContainer video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    z-index: 2;
    transform: translate3d(-50%, -50%, 0);
}
#videoModal{
	z-index: 9999;
	padding-right: 0 !important;
}
#videoModal .modal-dialog{
    max-width: 100%;
    top: 0;
    margin: 0;
    height: 100%;
    display: flex;
}
#videoModal .modal-dialog .modal-content{
    border-radius: 0;
    border: none;
    background-image: url(../img/section-3-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#videoModal .modal-dialog .modal-content .modal-body{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#videoModal .modal-dialog .modal-content .modal-body .close{
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 34px;
}
#videoModal .modal-dialog .modal-content .modal-body .inner{
    height: calc(140vh / 1.77777778) !important;
    width: 140vh !important;
    margin: 0 auto;
    position: relative;
}
#videoModal .modal-dialog .modal-content .modal-body .inner #videoInModal{
    height: calc(140vh / 1.77777778) !important;
    width: 140vh !important;
    margin: 0 auto;
}
#videoModal .modal-dialog .modal-content .modal-body .inner #videoInModal.vjs-fullscreen{
	width: 100%!important;
	height: 100%!important;
}
.video-js .vjs-big-play-button{
    border: none;
    background: transparent;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -23px;
}
footer{
	margin-top: auto;
	background: #000000;
	padding: 40px 25px;
}
footer .social{
	display: flex;
}
footer .social a{
	margin-right: 10px;
}
footer .social a:hover{
	opacity: .75;
}
footer ul{
    list-style-type: none;
    margin: 4px 0 0 0;
    padding: 0;
    text-align: right;
}
footer ul li{
    display: inline-block;
    margin-left: 20px;
}
footer ul li a{
	color: #3d3d3d;
	font-weight: bold;
	line-height: 16px;
	font-size: 13px;
}

.label-voucher{
	position: relative;
	background: #3D5B67;
	font-family: 'BlockTReg';
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	font-size: 14px;
	text-align: center;
	color: #1A2E38;
	border: none;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px;
}
.label-voucher p {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
}
.label-voucher p:first-child {
	margin-bottom: 5px;
}

.label-price{
	position: relative;
}

.label-price:before{
    content: '(EURO)';
    position: absolute;
    top: 17px;
    right: 20px;
    color: #111111;
    font-size: 14px;
}

.label-knopfe{
	position: relative;
}

.label-knopfe:before{
    content: '(KNÖPFE)';
    position: absolute;
    top: 17px;
    right: 20px;
    color: #111111;
    font-size: 14px;
}

.read-agb{
	color: #3385a6;
	text-decoration: underline;
	display: inline-block;
}

.read-agb:hover{
	text-decoration: underline;
	color: #3C5871;
}

.pass-info{
	font-size: 12px;
}

#wrongpass,
#wronguser {
	display: none;
}

#orlogin{
	cursor: pointer;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;

	-webkit-perspective: 12rem;
	-moz-perspective: 12rem;
	-ms-perspective: 12rem;
	-o-perspective: 12rem;
	perspective: 12rem;

	z-index: 2000;
	position: fixed;
	height: 6rem;
	width: 6rem;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background: #002a33;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.pace-done .pace{
	display: none;
}

.pace:before{
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../img/preloader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    color: #366f87;
    text-align: center;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.pace:after{
    content: 'wird geladen';
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 40px;
    text-align: center;
    width: 100px;
}

.pace.pace-inactive .pace-progress {
	display: none;
}

.contact{
	margin-bottom: 100px;
}

.contact h3{
	margin-bottom: 30px;
}

.contact form{
	margin-bottom: 0;
}

.hidden{
	display: none;
}

.reset-password #confirm_error {
	color: #ce4343;
	font-size: 14px;
	margin: 10px 0;
	display: none;
}
.reset-password form {
    margin-top: 0;
}

.wait{
    text-align: left;
    width: 265px;
    margin-left: auto;
    font-size: 18px;
    line-height: 1.2;
    margin: 20px 0 0 auto;
}

@-moz-keyframes spin {
	100% { 
		-moz-transform: rotate(360deg); 
	}
}

@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
	} 
}

@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg); 
		transform:rotate(360deg); 
	} 
}

@media screen and (max-width: 1199px) {
	.swiper-buttons .button-holder{
		margin-left: 32px;
	}
	#videoModal .modal-dialog .modal-content .modal-body .inner{
	    height: calc(95vw / 1.77777778) !important;
	    width: 95vw !important;
	    margin: 0 auto;
	    position: relative;
	    max-height: calc(140vh / 1.77777778) !important;
	    max-width: 140vh;
	}
	#videoModal .modal-dialog .modal-content .modal-body .inner #videoInModal{
	    height: calc(95vw / 1.77777778) !important;
	    width: 95vw !important;
	    margin: 0 auto;
	    position: relative;
	    max-height: calc(140vh / 1.77777778) !important;
	    max-width: 140vh;
	    margin: 0 auto;
	}
	.country-select.inside input, .country-select.inside input[type=text]{
		padding-left: 40px;
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.swiper-buttons .button-holder{
		margin-left: 42px;
	}
	.buttons-to-share .swiper-wrapper{
	    width: 638px;
	}
	.buttons-to-share .swiper-wrapper .swiper-slide:nth-child(3n+3){
		margin-right: 10px;
	}
	.buttons-to-share .swiper-wrapper .swiper-slide:nth-child(2n+2){
		margin-right: 0;
	}
	header .video-button{
		left: 10px;
		top: 10px;
	}
	.section-2, .section-3, .section-4, .section-5, .section-7, .section-8{
		padding: 80px 0;
	}
	.section-4 .btn-3{
		margin-bottom: 10px;
	}
	.section-5 h2{
		margin-bottom: 40px;
		color: #54728C;
	}
	.section-7 h2{
		margin: 20px auto 40px auto;
	}
	.section-7 img{
		margin-top: -120px;
	}
	.load-more{
		margin-top: 20px;
	}
	.partners{
		margin-top: 40px;
	}
	footer ul li{
		margin-left: 15px;
	}
	.section-5 .swiper-pagination{
		display: block;
	}
	.section-8 .buttons .button{
		width: 135px;
	}
	header .menu{
	    overflow: auto;
	    height: 100%;
	    display: block;
	}
	header .menu nav{
		margin-bottom: 20px;
	}
	.section-2 .single-btn video{
		display: none;
	}
	.section-1 .content-inner .main-title{
	    width: 80%;
	    max-width: 570px;
	    margin: 0 auto;
	    display: block;
	    min-width: 80%;
	}
	.VideoContainer video{
		display: none;
	}
	.section-4 .multiple-btns img{
		display: block;
	}
	.section-4 .multiple-btns video{
		display: none;
	}
	.section-4{
		/*background: #132933;*/
		/*background: #123440;*/
		background: #113340;
	}
	.section-4 > video {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.wait{
		margin: 20px 0 0 0;
		width: 100%;
	}
	header .cart-button{
		top: 12px;
		right: 240px;
	}
	header .button-checkout {
		top: 7px;
		right: 60px;
		width: auto;
	}
	#partner .container{
		max-width: 100%;
	}
	.buttons-to-buy .swiper-buttons .swiper-button-next{
		right: 0;
	}
	.title{
		padding-top: 17px;
	}
	.checkout-company form span{
		display: block;
	}
	header .menu-button {
	    right: 15px;
	    top: 15px;
	}
	header .back{
	    top: 11px;
	    left: 15px;
	}
	.payment-method{
		display: block;
	}
	.section-3 h2, h2.color, .section-5 h2, .section-7 h2{
		line-height: 32px;
    	font-size: 36px;
    	text-align: center;
    	letter-spacing: 0.66px;
    	max-width: 345px;
	}
	.buttons-to-share .swiper-wrapper,
	.buttons-to-share {
	    width: 314px;
	}
	.buttons-to-share .swiper-wrapper{
	    flex-wrap: nowrap;
	}
	.buttons-to-share-pagination{
		width: 314px;
		display: block;
	}
	.section-1 .content-inner h2{
	    font-size: 16px;
	    letter-spacing: 0.213333px;
	}
	.section-2 p{
		font-size: 18px;
		line-height: 24px;
		max-width: 345px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-4 .btn{
		margin: 0 0 10px 0;
	}
	.section-4 .btn:last-child{
		margin: 0;
	}
	.btn{
	    width: 100%;
	    max-width: 345px;
	}
	.section-3 .poetry{
		max-width: 345px;
		margin: 50px auto;
		padding-bottom: 20px;
	}
	.poetry .swiper-wrapper{
		flex-wrap: nowrap;
	}
	.poetry .swiper-pagination{
		display: block;
	}
	.poetry-swiper-container .swiper-button-prev,
	.poetry-swiper-container .swiper-button-next {
		display: block;
	}
	.section-3 .people .swiper-button-prev,
	.section-3 .people .swiper-button-next{
		display: none;
	}
	.section-3 .people .swiper-pagination{
		display: block;
	}
	.section-4 p{
		max-width: 314px;
	}
	.section-5 .swiper-container{
		width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}
	.section-6{
		padding: 80px 0 120px 0;
	}

	.section-6 p,
	.section-7 p{
	    font-size: 18px;
	    line-height: 24px;
	    max-width: 345px;
	    margin-left: auto;
	    margin-right: auto;
	}
	.section-6 .btn-small, .section-7 .btn-small{
		font-size: 22px;
		width: 100%;
	}
	.section-8 .buttons{
		justify-content: space-around;
	}
	.section-8 .button{
	    width: 125px;
	}
	.partners a{
	    margin: 15px;
	}
	.partner-logo{
	    display: block;
	    margin: 0 auto;
	}
	.partner {
	    padding-bottom: 50px;
	}
	.partner .zur-website{
		margin-top: 30px;
	}
	.swiper-buttons .button-holder{
		margin: 0 auto 40px auto;
	}
	.swiper-buttons .swiper-button-next, .swiper-buttons .swiper-button-prev{
		margin-top: -26px;
	}
	#checkout-danke{
		margin-top: 50px;
	}
	h1.color{
		line-height: 62px;
		font-size: 56px;
		text-align: center;
		letter-spacing: 0.66px;
		max-width: 345px;
		margin-left: auto;
    	margin-right: auto;
	}
	#checkout-danke p{
	    font-size: 18px;
	    line-height: 24px;
	    max-width: 345px;
	    margin-left: auto;
	    margin-right: auto;
	}
	form .end{
		display: block;
	}
	form .end .btn{
		max-width: 100%;
	}
	footer .social {
    	display: flex;
    	align-items: center;
    	justify-content: center;
	}
	footer ul{
		margin-top: 30px;
		text-align: center;
	}
	footer ul li{
		margin-left: 5px;
	}

}
#dbg{
	display: none;
	height:180%;
	width:100%;
	background: #000;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 99999;
	overflow: scroll;
}
.paymentdeclined{
	background: #ff6582;
	color: #fff;
	padding:10px;
	margin-bottom:10px;
	display: none;
}

.payment {
	position: relative;
}
.payment .payment-inner {
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.payment .payment-method-paypal {
	display: none;
}
.payment.loading .payment-inner {
	opacity: 0.05;
}
.payment.loading .overlay {
	display: flex;
    align-items: center;
    justify-content: center;
}
.payment .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: none;
	display: none;
	padding: 40px;
    text-align: center;
}

body.pace-disable .pace {
	display: none;
}
.jim-button-details .title {
	padding-top: 15px;
}
.jim-button-details .title img {
	width: 180px;
}
.jim-button-details .partner-info-bg.quote {
	margin-top: 60px;
}
.jim-button-details .partner .zur-website {
	margin-top: 0;
	margin-left: 40px;
}
.jim-button-details .align-center {

}
.michael-ende-details .partner-img-container {
	max-height: 420px;
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.michael-ende-details .partner-img-container img {
	margin-top: -180px;
}

.page-title {
	text-align: center;
	line-height: 16px;
	font-size: 16px;
	letter-spacing: 0.8px;
	padding: 20px 0 80px 0;
	font-family: 'BlockTReg';
}
.page-title.page-title-image {
	
}
.page-title.page-title-image img {
	
}