@charset "UTF-8";
@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}
@font-face {
    font-family: 'glacial_indifferenceitalic';
    src: url('../fonts/glacialindifference-italic-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gagalinregular';
    src: url('../fonts/gagalin-regular-webfont.woff2') format('woff2'),
         url('../fonts/gagalin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'glacial_indifferenceregular', sans-serif;
  color: #333;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-size: 20px;
}
a {
  color: #0056b3;
}
/* LAYOUT */
section {}
.container {
  max-width: 1120px;
}
.orange {
  color: #DC3C15 !important;
}
.gelb {
  color: #f6ad00 !important;
}
.bg-white-light {background:rgba(255,255,255,.5);}
.text-shadow {
  text-shadow: 1px 1px 1px #666666;
}
.text-left {text-align: left !important}
.orange h3 {
  color: #ffffff
}
.blue {
  background-color: rgb(17, 118, 193);
  color: #ffffff !important;
}
.blue h3 {
  color: #ffffff;
}
.purple {
	color:#7c134f;
}

.deko {
	background:#ebe2e7;
}
.kom {
	background:#fdc300;
}
.rezept {
	background:#ddeaed;
}
.basteln {
	background:#7c134f;
}
.bewegung {
	background:#6ea3af;
}
.box {
  position: relative;
  background-color: #ffffff;
  padding: 3em 1.5em 1.5em 1.5em;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #666568;
}
.box-inner {
  position: relative;
  border: 4px solid rgba(221,250,214,1);
  padding: 1em;
}
.box-inner img {max-height: 250px;}
.minh-600 {min-height: 600px;}
.bsp {
  position: absolute;
  top: -1.1em;
    font-size: 1.5em !important;
    left: -0.1em;
	font-weight: bold;
  color: rgba(5,45,107,.8);
}
.box .quote {
  position: absolute;
  left: -.7em;
  top: -.2em;
  font-size: 2em;
  background-color: #3b577d;
  color: #ffffff;
  border-radius: 50%;
  padding: .3em .4em;
}
.quote {
  position: absolute !important;
  left: 0.5em;
  top: 0;
  font-size: 10em !important;
  background-color: none;
  color: #ffffff;
  padding: .3em .4em;
}
.box h3 {
	font-size: 1.1em;
}
.box p {
	font-size: 1em;
}
.box .schneemann {    position: absolute;
    top: -2.5em;
    right: -2em;
    max-width: 150px;
    width: 150px;
    transform: rotate(19deg);}
.box .schneemann img {max-width: 150px;}
.bg-radial-blue {
	background:  radial-gradient(circle, rgba(200,202,231,.8) 0%, rgba(200,202,231,.8) 50%, rgba(99,102,159,.8) 74%, rgba(99,102,159,.8) 100%);
}
.bg-praemie {position: relative;}
.bg-praemie::before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: url("../img/praemie-bg.png"), radial-gradient(circle, rgba(200,202,231,1) 0%, rgba(200,202,231,1) 50%, rgba(99,102,159,1) 74%, rgba(99,102,159,1) 100%);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: lighten, multiply, screen;
	opacity: .3;
}
.formular {position: relative; z-index:1;}
.formular::before{
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: radial-gradient(circle, rgba(0,119,254,.1) 0%, rgba(0,119,254,.15) 50%, rgba(0,119,254,.3) 74%, rgba(0,119,254,.4) 100%);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	opacity: 1;
	z-index: -1;
}
.formular .container {z-index:10;}
.formular h2 {color:#000000;}
#mySlider .card {
	box-shadow: none;
}
#mySlider .card-footer {padding:0;}
#mySlider .carousel-inner {
    position: relative;
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
}
#mySlider h5 {
	font-size:1.5rem;
}
#mySlider .fa-lg {
	font-size: 1.85em;}
#mySlider .carousel-control-prev {
    left: -1em;
	filter: invert(100%);
}
#mySlider .carousel-control-next {
    right: -1em;
	filter: invert(100%);
}
#carouselExampleControls img {
	max-width: 60% !important;
	margin:1em auto !important;
}
.card {box-shadow: 2px 2px 5px #1c1c1c;}
.card-header {
	border-bottom:0;
	background:rgba(200,202,231,.8);
	
}
.card-body {
	border-bottom:0;
	background:rgba(200,202,231,.6);
	
}
.card-footer {
	border-top:0;
	background:rgba(200,202,231,.6);
	
}
.testimonial-slider {
  background-color: rgba(255,255,255,.6);
  padding: 2em 2em 3em;
	border-radius: 30px;
}
.testimonial-title {
  color: #fff;
}
.testimonial-title h2 {
  padding-left: 0.2em;
	font-size:1.65em;
}
.testimonial-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  height: 100%;
}
.testimonial-slider .carousel-control-prev,
.testimonial-slider .carousel-control-next {
  background-color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

@media (min-width: 576px) {
  .testimonial-slider .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
  .testimonial-slider .carousel-inner {
    display: flex;
  }
}
@media (min-width: 768px) {
  .testimonial-slider .carousel-inner {
    padding: 1em;
  }
  .testimonial-slider .carousel-control-prev,
  .testimonial-slider .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }
  .testimonial-slider .carousel-control-next {
    left: 5em;
  }
}
/* BUTTONS & LINKS */
.btn {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #b72320;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
	font-weight: bold;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 95px;
  margin: 20px 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
	border:none;
	border-bottom: 5px solid;
	border-color:rgb(5,45,107);
	animation: btnWiggle 2s infinite;
}
.head .btn {
	padding-right: 30px;
}
.btn .btn-text {
	padding-left:30px;
	position: relative;
	z-index: 999;
}
.btn .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:54px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 54px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn:hover {
	background-color:rgb(5,45,107);
}
.btn:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn-icon i {
  position: absolute;
  right: 25px;
  top: 15px;
  color: #fff;
}
.btn:hover .btn-text {
  color: #fff!important;
}
.btn2 {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  background-color: #b72320;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
	font-weight: bold;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 95px;
  margin: 20px 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
	border:none;
	border-bottom: 5px solid;
	border-color:rgb(5,45,107);
	animation: btnWiggle 2s infinite;
	text-decoration: none !important;
}
.btn2 .btn-text {
	padding-left:30px;
	position: relative;
	z-index: 999;
	text-decoration: none !important;
}
.btn2 .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:92px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn2 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 92px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
.btn2:hover {
	background-color:rgb(5,45,107);
}
.btn2:hover .btn-icon {
  width: 100%;
  border-radius: 30px;
}
.btn2:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}
.btn2 .btn-icon i {
  position: absolute;
  right: 25px;
  top: 30px;
  color: #fff;
}
.btn2:hover .btn-text {
  color: #fff!important;
}


@-webkit-keyframes btnWiggle {
    0% {
      -webkit-transform: rotate(0deg);
    }
    2% {
      -webkit-transform: rotate(-2deg);
    }
    3.5% {
      -webkit-transform: rotate(2deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  @-o-keyframes btnWiggle {
    0% {
      -webkit-transform: rotate(0deg);
    }
    2% {
      -webkit-transform: rotate(-2deg);
    }
    3.5% {
      -webkit-transform: rotate(2deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
  @keyframes btnWiggle {
    0% {
      -webkit-transform: rotate(0deg);
    }
    2% {
      -webkit-transform: rotate(-2deg);
    }
    3.5% {
      -webkit-transform: rotate(2deg);
    }
    5% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
    }
  }
.highlight {
	 background: rgba(255,255,255,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(97,191,72,0.5) 75%);
}
.bu {
  font-size: .8em;
  text-align: center;
}
@media (max-width: 767px) {.btn .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:94px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 94px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .btn-icon i {
   
    top: 35px;
}
	.btn2 {
		max-width: 100%;
	}
	.btn2 .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:200px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn2 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 200px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .btn2 .btn-icon i {
   
    top: 35px;
}
	.btn3 {
		max-width: 100%;
	}
	.btn3 .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:164px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn3 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 164px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .btn3 .btn-icon i {
   
    top:60px;
}
	.btn4 {
		max-width: 100%;
	}
	.btn4 .btn-icon {
  background-color: rgb(5,45,107);
  width: 92px;
	height:130px;
  float: right;
  position: absolute;
  border-radius: 30px 30px 30px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}
.btn4 .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 130px solid #b72320;
  border-right: 40px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .btn4 .btn-icon i {
   
    top:60px;
}
	.bsp {font-size: 2.5em !important;}
}
@media (max-width:767px) {
  .desktop {
    display: none;
  }
}
#a1, #a2, #a3 {
  display: none;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
}
h1 {
  text-align: center;
  font-weight: 700;
}
h2 {
  font-size: 1.75rem;
  margin: 20px 0;
  font-weight: 700;
}
h3 {
  margin-bottom: 15px;
}
h4 {}
ol {
  padding-left: 1em;
}
ol li::marker {
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
}
.font2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}
.bigger {
  font-size: 1.2em;
}
.top {
	padding-top:0em;
  padding-bottom: 0em;
  background: #ffffff;
  color: #001538;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
}
.top a {
  color:  rgb(5,45,107);
}
.top .fa {
  color:  rgb(5,45,107);
  padding-right: .3em;
}
.top span.trust {
  padding-top: 10px;
  font-size: .7em;
}
.top span.trust1 {
  padding-top: 14px;
  padding-right: 5px;
  font-size: .9em;
}
.google {
  text-align: center;
  font-size: .9em;
}
.google img {
  max-width: 25px;
  padding-right: 5px;
}
ul.contact {margin-bottom:0;}
ul.contact li {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color:  rgb(5,45,107);
  margin-top: 0;
}
ul.contact li::before {
  content: "";
}
.ticker {
  background: #DC3C15;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333333;
  font-size: 3.5em;
  text-align: center;
}
@media screen and (max-width:768px) {
  .ticker {
    line-height: 1;
    font-size: 1.5em;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .top .fa {
    color: rgb(5,45,107);
  }
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}
.head-top {
	color:#fdc300;
	font-size:2.5em;
	line-height: 1.3;
	font-weight: bold;
	background: rgba(5,45,107,.8);
	padding:.2em 0;
}
.bg-darkblue {
	 background-color: rgba(5,45,107,1);
}
.schleife {background: url(../img/schleife.svg); background-position:center; background-repeat: no-repeat;  background-size: 100%;}
.schleife2 {max-width: 500px; margin:0 auto;}
.sec-top {
	color:#fdc300;
	font-size:1.7em;
	line-height: 1.3;
	font-weight: bold;
	background: rgba(5,45,107,.8);
	padding:.2em 0;
}
.formular .sec-top {
	background: #61bf48;
	color:#333333;
}
.head {
	background: radial-gradient(circle, rgba(0,119,254,.1) 0%, rgba(0,119,254,.15) 50%, rgba(0,119,254,.3) 74%, rgba(0,119,254,.4) 100%);
	background-size: contain;
	background-position: 25% 100%;
	background-repeat: no-repeat;
	max-width: 100% !important;
}
.head .box {
  position: relative;
  background-color: rgba(255,255,255,.8);
  padding: 1.5em 1.5em 1.5em 1.5em;
  border-radius: 5px;
  box-shadow: 1px 1px 15px #666568;
}
.head .box h2 {font-size: 1.5em;}
.head .box p {font-size: 1.2em;}
.head h1 {text-align: left;}


.letter {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  max-width: 100%;
  padding: 24px;
  position: relative;
  width: 90%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
@media only screen and (min-width: 960px) {
  .letter div.content {
    padding: 1em 6em 1em 3em;
    margin-right: 4em;
  }
	.letter div.content2 {
    padding: 0em 3em 1em 3em;
    margin-right: 0em;
  }
  .author {
    position: absolute;
    top: 1em;
    right: -2.5em;
  }
}
@media only screen and (max-width: 767px){
.letter:before {
	transform: rotate(-.6deg)
}
.letter:after {
  transform: rotate(.4deg);
}
}
.polaroid {
		  display:flex;
			flex-direction: column;
	max-width: 250px;
		  position: relative;
		  padding: 0px 0px 15px 0px;
		  -webkit-box-shadow: 3px 3px 3px #777;
		  -moz-box-shadow: 3px 3px 3px #777;
		  box-shadow: 3px 3px 3px #777;
		  background: #ebecf9;
		}
		.polaroid div {
		  position: relative;
		  width: 100%;
		  height: 100%;
		  background: #ebecf9;
		}
		.polaroid p {
		  text-align: center;
		  font-weight: 400;
		  font-style: italic;
		  color: #333333;
		  padding-top: .3em;
		  margin-bottom: 0;
			font-size: .8em;
			line-height: 1.3
		}
		span.paper-clip:after {
		  width: 13px;
		  height: 30px;
		  content: " ";
		  background: transparent;
		  display: block;
		  position: absolute;
		  right: 2px;
		  top: 5px;
		  border-radius: 10px;
		  border: 2px solid #2A2828;
		  border-bottom: 0;
		  border-bottom-right-radius: 0;
		  border-bottom-left-radius: 0;
		}
		span.paper-clip {
		  background: transparent;
		  height: 70px;
		  width: 19px;
		  border-radius: 10px;
		  border: 2px solid #2A2828;
		  display: inline-block;
		  position: absolute;
		  right: 15px;
		  z-index: 30;
		  transform: rotate(21deg);
		  top: -35px;
		}
#leafes {position: fixed;
   height: 100%; 
   width: 100%;
   top: 0;
   right: 0;  
   bottom: 0;
   left: 0;
   background: url("../img/snow-g171b73b52_1920.jpg") no-repeat center; background-size: cover;  z-index: -1; }
.dot{
  width:35px;
  height:35px;
  position:absolute;
  background: url("../img/snowflake.png");
  background-size: 100% 100%;
}
.divider {
	background: rgb(0,119,254);
background: radial-gradient(circle, rgba(255,255,255,.3) 0%, rgba(255,255,255,.35) 60%, rgba(31,52,95,.6) 84%, rgba(31,52,95,.85) 100%);
max-width: 100% !important;
}
.divider h2 {color:#000000;
}
.grey {
  color: #595d63 !important;
}
.green {color:#0B6C00;}
.w-65 {
  max-width: 65% !important;
}
.red {
  color: #ff0000;
}
.round {
  border-radius: 50%;
}
.txt-right {
  text-align: right;
}
.min-220 {
    min-height: 220px;
}
.arrow{
    position: absolute;
    max-width:90px;
    bottom:-3.5em;
    left:52%;
}
.arrow2{
    position: absolute;
    max-width:90px;
    bottom:-1.2em;
    left:0;
}
.arrow3{
    position: absolute;
    max-width:90px;
    bottom:-1.2em;
    right:0;
}
#stoerer {
  height: 110px;
  width: 110px;
  text-align: center;
  margin-top: 0;
  color: #ffffff;
  position: absolute;
  left: 2em;
  bottom: 1em;
  background-color: #aa0b2d;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #aa0b2d;
  z-index: 10;
}

#stoerer a {
	display:block;
  color: #ffffff;
	line-height: .6;
  font-size: 1.5em;
  z-index: 100;
  position: relative;
  top: .5em;
  text-decoration: none;
	transform: rotate(-5deg);
}
#stoerer a span {
	font-weight: bold;
	font-size:.6em;
}
#stoerer2 {
  height: 110px;
  width: 110px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0em;
  top: 8.5em;
  background-color: #aa0b2d;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #aa0b2d;
  z-index: 10;
}

#stoerer2 a {
	display:block;
  color: #ffffff;
	line-height: 1;
  font-size: 1em;
  z-index: 100;
  position: relative;
  top: 1.2em;
  text-decoration: none;
	transform: rotate(10deg);
}
#stoerer2 a span {
	font-weight: bold;
	font-size:1.2em;
}
#stoerer3 {
  height: 110px;
  width: 110px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 0em;
  top: 8.5em;
  background-color: #aa0b2d;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #aa0b2d;
  z-index: 10;
}

#stoerer3 a {
	display:block;
  color: #ffffff;
	line-height: 1;
  font-size: 1em;
  z-index: 100;
  position: relative;
  top: .8em;
  text-decoration: none;
	transform: rotate(10deg);
}
#stoerer3 a span {
	font-weight: bold;
	font-size:1.2em;
}
#stoerer4 {
  height: 110px;
  width: 110px;
  text-align: center;
  color: #ffffff;
  position: absolute;
 right: -1em;
  bottom: 3em;
  background-color: #aa0b2d;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #aa0b2d;
  z-index: 10;
}

#stoerer4 a {
	display:block;
  color: #ffffff;
	line-height: 1;
  font-size: 1em;
  z-index: 100;
  position: relative;
  top: 1.2em;
  text-decoration: none;
	transform: rotate(10deg);
}
#stoerer4 a span {
	font-weight: bold;
	font-size:1.2em;
}
#stoerer5 {
  height: 110px;
  width: 110px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: -1em;
  bottom: 3em;
  background-color: #aa0b2d;
  border: 4px solid #fff;
	border-radius:50%;
  box-shadow: 0 0 0 5px #aa0b2d;
  z-index: 10;
}

#stoerer5 a {
	display:block;
  color: #ffffff;
	line-height: 1;
  font-size: 1em;
  z-index: 100;
  position: relative;
  top: 1.2em;
  text-decoration: none;
	transform: rotate(10deg);
}
#stoerer5 a span {
	font-weight: bold;
	font-size:1.2em;
}
@media(max-width:767px) {
	.head{
		background-position: center;
	}
    #stoerer {
        left:5em;
    }
}
@-webkit-keyframes stoerer {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(15deg) scale(1);
  }
}
.foot {
  background-color: #333333;
  padding: 1em 0 .5em 0;
}
.copy {
  font-size: .6em;
  color: #ffffff;
  line-height: 1.3em;
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
}
.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}
.tick-label {
  margin-top: .5em;
  font-size: 1em;
}
.tick-char {
  width: 1.5em;
}
.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.tick-text-inline + .tick-text-inline {
  margin-left: -.325em;
}
.tick-group {
  margin: 0 .5em;
  text-align: center;
}
.tick-text-inline {
  color: #595d63 !important;
}
.tick-label {
  color: #ffffff !important;
}
.tick-flip-panel {
  color: #fff !important;
}
.tick-flip {
  font-family: arial, verdana, helvetica, sans-serif !important;
}
.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}
.tick-flip-panel {
  background-color: #DC3C15 !important;
}
.tick-flip {
  border-radius: 0.12em !important;
}
.perspective-parent {
  perspective: 250px;
}
.perspective {
  perspective-origin: 100% 50%;
  transform: rotateY(-20deg);
  box-shadow: 2px 2px 10px #666666;
}
.sparen {
  z-index: 100;
  position: absolute;
  width: 290px;
  right: -3em;
  bottom: 1em;
}
.accordion-button {
    color: #1c1c1c;
    font-size: .8em;
    border: 1px solid #ddd;
	 background-color: rgba(97,191,72,0.5);
}
.accordion-button::after {
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}
.accordion-button:not(.collapsed) {
    background-color: rgba(97,191,72,0.5);
	color:#1c1c1c;
}
.accordion-body {
    border: 1px solid #dddddd;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
	background:rgba(97,191,72,0.5);
}
.accordion-item:not(:last-child) {
    margin-bottom: 1em;
}
.accordion-item:not(:first-child) {
    border-top: 1px solid #ddd;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion h2 {margin:0;}
@media (max-width:767px) {
    .perspective-parent {
  perspective: 490px;
            max-width: 75% !important;
}
    .sparen {
        right:1em;
    }
    .arrow {
        bottom:-1.8em;
        max-width: 70px;
    }
    .arrow2 {
        display: none;
    }
    .arrow3 {
       bottom: -4.5em;
    transform: rotate(43deg);
        right: -0.5em;
    }
    .shield {
        max-width: 100% !important;
    }
}
#scroll-btn {
    background-color: rgba(5,45,107,.8);
    border: 5px solid #fff;
    box-shadow: 0 3px 7px 3px rgba(33, 33, 33, 0.35);
    top: 170px;
    font-size: 0;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: 20px;
    transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear;
    width: 100px;
    z-index: 300;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}
.scroll-btn-txt {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #ffffff;
    text-align: center;
    align-self: center;
}
#scroll-btn {
    background-size: 110px;
    height: 150px;
    width: 250px
}
#scroll-btn.fa-beat {
--fa-beat-scale: 1.1;
--fa-animation-duration: 2.5s;
}

@media (max-width: 1060px) {
#scroll-btn {
    display: flex;
    bottom: 0px;
    right: auto;
    height: 100px;
    width: 100%;
    top: auto;
    left: auto;
}
.tick{align-self: center;
    max-width: 100% !important;
    margin: 0 auto;
}
	#scroll-btn .tick {
		max-width:50% !important;
	}
#scroll-btn.fa-beat {
--fa-beat-scale: 1.005;
--fa-animation-duration: 2.5s;
}
}