body,
html {
  height: 100%;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  #social {
    text-align: center;
  }

  #social hr {
    margin: 8% auto;
  }

  header.masthead {
    height: auto !important;
    padding-top: calc(3rem + 72px) !important;
  }

  .header-right {
    margin: 10px !important;
  }
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
  /*border-bottom: 1px solid #dedede;*/
  font-family: 'Roboto', sans-serif;
}

.navbar .navbar-nav .nav-link {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.navbar .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-toggler-icon {
  color: #5e5e5e;
}

.redline {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.redline::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #e20018;
  transition: width .3s;
}

.redline:hover::after {
  width: 100%;
}

.redline:active::after {
  width: 100%;
  background: #e20018;
}

.redline:focus::after {
  width: 100%;
  background: #e20018;
}

/*HEADER*/
/*block up*/
.site-blocks-up {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
  background-color: #fff;
}

.site-blocks-up.overlay {
  position: relative;
}

.site-blocks-up.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

.site-blocks-up.overflow-hidden {
  overflow: hidden;
}

.site-blocks-up, .site-blocks-up > .container > .row {
  height: calc(50vh);
  min-height: 200px;
}

.site-blocks-up p {
  color: #000;
  font-size: 1rem;
}

.site-blocks-up h1 {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 3.2rem;
}

.site-blocks-up p a {
  color: #fd7e14;
}

.head-title {
}

  .produktmob {
    display: none !important;
}
@media screen and (max-width: 989px) {
  .produktmob {
    display: flex !important;
}
  .produkth {
    display: none !important;
}
}
@media screen and (max-width: 1200px) {
  .site-blocks-up h1 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 576px) {
  .site-blocks-up h1 {
    font-size: 2.8rem;
  }
  .bestellen-dir.btn {
	  /*white-space: normal;*/
	  font-size: 1.4rem !important;
	  width:100% !important;
  }

} 

 /*block down*/ 
.site-blocks-down {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
  background: url(../img/bg1.PNG);
}

.site-blocks-down.overlay {
  position: relative;
}

.site-blocks-down.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}

.site-blocks-down.overflow-hidden {
  overflow: hidden;
}

.site-blocks-down, .site-blocks-down > .container > .row {
  height: calc(50vh);
  min-height: 200px;
}

.site-blocks-down p {
  color: #fff;
  font-size: 1.3rem;
}

.site-blocks-down p a {
  color: #fd7e14;
}

.ventilator {
  text-align: center;
}

#divImg {
  position: relative;
}

#divImg2 {
  position: absolute;
  left: 50%;
}
/*
@media screen and (max-width: 360px){
	#divImg2{
		width:100%;
	}
}	*/

#divImg img {
  margin-left: -50%;
  margin-top: -50%;
  max-height: 600px;
}

/*footer*/

#footer {
  padding: 20px 0 0 0;
  background-color: #5a5a5a;
}

#footer .fab {
  font-size: 18px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 20%;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.footer-menu {
  padding: 12px 0;
}

/*buttons*/
.btn-primary.disabled, .btn-primary:disabled{
	background-color:#e20018 !important;
}

#userdetails {
  display: none;
}

/*Links*/

.redlink {
  color: #e20018;
  text-decoration: underline;
}

.redlink:hover {
  color: #e20018;
}

.whiteh {
  color: #fff;
}

.whiteh:hover {
  color: #fff;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

.footer-link:hover {
  color: #ddd;
  text-decoration: none;
}

#clickzip {
  text-align: center;
}

#rightie {
  display: none;
}

#img-i img {
  max-height: 70px;
}

#leftie {
  max-width: 600px;
  margin: 0 auto;
}

#img {
  height: 500px;
  background-color: red;
}


/*personal*/
.introtext {
  margin-bottom: 40px;
}

.catalog {
  padding: 20px;
}

/*button down*/
a.btn-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
}

a.btn-down .btn-down-anim-wrapper {
  display: block;
  width: 28px;
  height: 48px;
  margin-left: -14px;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  transition: opacity .25s;
}

a.btn-down .btn-down-anim-wrapper .btn-down-anim {
  position: absolute;
  top: 0px;
  display: block;
  width: 25px;
  height: 25px;
    /*margin-left: 8px;*/
  border-left: 3px solid rgba(255,255,255,1);
  border-bottom: 3px solid rgba(255,255,255,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrollDown 1.5s infinite;
  animation: scrollDown 1.5s infinite;
  box-sizing: border-box;
}

@keyframes scrollDown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0,0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px,20px);
    opacity: 0;
  }
}

/*title*/
.graytitle {
  background-color: #efefef;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.graytitle::after {
  border-right: solid 24px transparent;
  border-left: solid 24px transparent;
  border-top: solid 24px #efefef;
  transform: translateX(-50%);
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
}

.graytitle h2 {
  color: #000;
  text-align: center;
  padding: 30px 0;
  font-size: 1.5rem;
  font-weight: 300;
}
/*gear*/

/*.gear {

animation:spin 4s linear infinite;
animation-play-state: paused;


}*/


.gear{
/*animation:spin 4s linear infinite;
animation-play-state: running;
-webkit-animation: spin 4s linear infinite;
-moz-animation: spin 4s linear infinite;
-o-animation: spin 4s linear infinite;	*/
}

.gear-run{
animation:spin 4s linear infinite;
animation-play-state: paused;	
}
/*

img.img-fluid.img.fan-pos.gear:hover {
  /*-webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  vertical-align: super;
  animation-play-state: running;
  animation-play-state: running;	
  animation:spin 4s linear infinite;


  -webkit-animation-play-state: paused;
    animation-play-state: paused;
}*/
@-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);
  }
 
}
/*3 buttons*/
.btn.disabled, .btn:disabled {
    opacity: 1 !important;
	background-color:#e20018 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color:#e20018 !important;
}
.btn.btn-primary {
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  background-color: #e20018;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 700;
  border: 2px solid #e20018 !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  border: 2px solid #e20018 !important;
  color: #e20018 !important;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: .14em;
  font-weight: 700;
}

.btn.btn-arrow {
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 70px;
	padding-left: 80px;
	border: none;
	text-decoration: none !important;
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	text-transform:none;
  /*background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 30px;
  padding-left: 60px;
  border: none;
  text-decoration: none !important;
  width: 40%;
  margin-bottom: 20px;
  text-align: left;*/
}
.btnpad {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.btn.btn-prim {
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  background-color: #e20018;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .14em;
  font-weight: 700;
  border: 2px solid #e20018 !important;
}

.btn-prim:hover {
  background-color: #fff !important;
  border: 2px solid #e20018 !important;
  color: #e20018 !important;
  padding: 20px 30px 20px 30px;
  border-radius: 10px;
  font-size: 14px;
  letter-spacing: .14em;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .btn.btn-arrow {
    width: 100% !important;
  }
  .ytube{
	  width:10% !important;
  }

  .catalog img {
    max-height: 350px !important;
  }
}

.btn.bestellen {
  background-image: url('../img/order.png');
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
  background-size: 60px;
}

.btn.bestellen:hover {
  background-image: url('../img/order-r.png');
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
  background-size: 60px;
}

.btn.anschauen {
  background-image: url('../img/ansehen.png');
  background-size: 50px;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
}

.btn.anschauen:hover {
  background-image: url('../img/ansehen-r.png');
  background-size: 50px;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;
}

.btn.downloaden {
  background-image: url('../img/pdf.png');
  background-size: 55px;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500; 
}

.btn.downloaden:hover {
  background-image: url('../img/pdf-r.png');
  background-size: 55px;
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 500;  
}


.btn.ytube {
	background-image: url('../img/ytube-white.png');
	background-size: 40px;
	padding-left: 50px;
	width: min-content !important;
}

.btn.ytube:hover {
  background-image: url('../img/ytube-red.png');
	background-size: 40px;
	padding-left: 50px;
	width: min-content !important;
}

.bestellen-dir.btn {
    background-color: #fff !important;
    color: #e20018 !important;
	background-image: url('../img/ar-red-r.png');
	background-position: right 15px center;
	padding-right: 80px !important;
	text-align: left;
	width: min-content;
	background-size: 40px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	vertical-align: middle;
	padding-left:10px;
}
/*
.btn.btn-primary.btn-arrow.bestellen-dir.btnpad {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
}*/

.bestellen-dir.btn:hover {
    background-color: #e20018 !important;
	background-image: url('../img/ar-wh-r.png');
    color: #fff !important;
}
.ytube-dir.btn {
    background-color: transparent !important;
    color: #fff !important;
	border-color:#fff !important;
	background-image: url('../img/ar-wh-r.png');
	background-position: right 15px center;
	padding-right: 80px !important;
	text-align: left;
	width: max-content !important;
	background-size: 40px;
	font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: normal;
	vertical-align: middle;
	padding-left:10px;
	
}

.ytube-dir.btn:hover {
    background-color: #fff !important;
    color: #e20018 !important;
	background-image: url('../img/ar-red-r.png');
}

.btn.btn-arrow-zip {
  background-image: url('../img/arrow-r.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 18px;
  padding-right: 60px;
  border: none;
  text-decoration: none !important;
  margin-bottom: 20px;
}

.btn.btn-arrow-zip:hover {
  background-image: url('../img/arrow-red.png');
}

/*footer*/
.grayrow {
  background-color: #efefef;
  position: relative;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}

.link-arrow {
  background-image: url('../img/bl-arrow.png');
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 16px;
  padding-right: 55px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.link-arrow:hover {
  text-decoration: none;
  color: #000000;
}

#footer p {
  font-size: 13px;
  color: #fff;
}

#footer a {
  color: #fff;
  margin-left: 10px;
  text-transform: uppercase;
}

p.socials {
  float: right !important;
}

@media screen and (max-width: 1200px) {
  #footer p {
    text-align: center;
  }

  p.socials {
    float: none !important;
  }

  .link-arrow {
    padding-right: 19px;
    margin-right: 2px;
    background-position: right 2px center;
  }
}
/*.img-fluid.img.gear {
    display: block;
    z-index: 1000000000000000000000000;
    width: 300px;
    height: 300px;
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% - 150px);
}*/
/*bestellen*/
#postcode {
  margin: 80px 0 0 0;
}

#zipcode {
  border-radius: 10px;
  width: 160px;
  text-align: center;
}

/*form details*/
.form-control {
  height: calc(2.25rem + 10px) !important;
  border: 1px solid #5a5a5a !important;
  border-radius: .80rem !important;
}

.custom-select {
  height: calc(2.25rem + 10px) !important;
  border: 1px solid #5a5a5a !important;
  bborder-radius: .80rem !important;
}
textarea.form-control{
	height:auto !important;
}
/*110619*/
.flexbg {
  height: 100vh;
  border-top:1px solid #d7d7d7;
}

.flexbg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.35)100%),url(../img/bg1.PNG);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%),url(../img/bg1.PNG); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%),url(../img/bg1.PNG); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%),url(../img/bg1.PNG); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ),url(../img/bg1.PNG); /* IE6-9 */
  
  height: 50vh;
}

.flexbg-color {
  background-color: #fff;
  height: 50vh;
  background: url("../img/Streifen_sw.png") no-repeat;
 background-position: center bottom 20px;
 background-size: cover;
 
}

.fan-pos {
  width: 55%;
  margin-top: -27%;
 /* filter: drop-shadow(5px 15px 10px #00000080);	
	-webkit-filter: drop-shadow(5px 15px 10px #00000080);*/
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.fan-pos {
    width: 80%;
    margin-top: -40%;
  }
#bstln-mb {
    display: block !important;
}
#bstln-dskt {
	display:none !important;
}
.sticky-webinar img {
    width: 50%;
    text-align: right;
    float: right;
}
#close {
    right: 15px !important;
    top: 1px !important;

}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .fan-pos {
    width: 50%;
    margin-top: -25%;
  }
  .sticky-webinar img {
    width: 50%;
    text-align: right;
    float: right;
}
}

@media (min-width: 768px) and (max-width: 1366px) {
	.fan-pos {
    width: 50%;
    margin-top: -25%;
  }
    .sticky-webinar img {
    width: 75%;
    text-align: right;
    float: right;
}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { ... }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }


.welcome-title h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size:3.5rem;
}
.welcome-title h4 {
    font-weight: 400;
}

@media (min-width:320px) and (max-width: 359px) {
	.welcome-title h1  {
    font-size:2rem;
  }
    .welcome-title h4 {
    font-size: 1rem;
}
.carousel.slide.m-4 {
    margin: 0 !important;
}
}
#bstln-mb {
    display: none;
}

@media (min-width:360px) and (max-width: 575.98px) {
	.welcome-title h1  {
    font-size:2.4rem;
  }
  .welcome-title h4 {
    font-size: 1.2rem;
}
.carousel.slide.m-4 {
    margin: 0 !important;
}
}

@media (min-width:576px) and (max-width: 812px) {
	.welcome-title h1  {
    font-size:2.6rem;
  }
  	.welcome-title h4  {
    font-size:1.2rem;
  }
}

@media (min-width: 813px) and (max-width: 1366px) {
.welcome-title h1  {
    font-size:3rem;
  }
  	.welcome-title h4  {
    font-size:1.2rem;
  }
}
.col-md-12.welcome-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*newsletter*/
#newsletter-form {
  margin: 80px 0 0 0;
}

#newsletter-view .custom-checkbox i {
    position: absolute;
    left: 1.625rem;
    top: .25rem;
    font-size: .5rem;
}
#newsletter-view .custom-control-label {
    margin-left: 3rem !important;
}
.fas.fa-asterisk.mdi-8px.pl-1 {
    font-size: .5rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2.75rem;
}
#newsletter-view .custom-control {
    padding-left: 0 !important;
}
#newsletter-view .custom-checkbox.checkbox-invisible .custom-control-label::after, #newsletter-view .custom-checkbox.checkbox-invisible .custom-control-label::before {
    display: none;
}
#newsletter-view .custom-control-label::after, #newsletter-view .custom-control-label::before {
    left: -3rem !important;
    top: .35rem;
}
.custom-control-label::after, .custom-control-label::before {
    position: absolute;
    top: .125rem;
    left: -2.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #000 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff !important;
}
.custom-radio .custom-control-label::before {
    border-radius: .50rem !important;
	border-color: #5a5a5a;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .50rem !important;
	border-color: #5a5a5a;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff !important;
}
.custom-control-label::before{
	background-color:#fff !important;
}
.custom-control-label::after {
    top: .45rem !important;
    left: -1.2rem !important;
    width: 1.5rem !important;
    height: 1.5rem !important;
}

.custom-control-label::before {

    top: .25rem !important;
    left: -1.5rem !important;
    width: 2rem !important;
    height: 2rem !important;

}
.custom-control-label span {
    margin-left: 20px;
    vertical-align: middle;
	float:left;
	margin-top: .25rem;
}

.custom-control-label #prodlbl {
    margin-left: 60px;
  
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important;
}
.custom-control {
    min-height: 2.5rem !important;
}

.pflichtfeld {
    text-align: right;
}

.lead{
	padding: 0 0 30px 0;
}
/*kontakt form*/
.succ-gr {
    text-align: center;
    background-color: #e4ffe4;
    border: 1px solid #17b94c;
    border-radius: 10px;
    padding: 10px;
}


.fail-red {
    text-align: center;
    background-color: #ffd6dd;
    border: 1px solid #ec2230;
    border-radius: 10px;
    padding: 10px;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #000 !important;
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    background-color: #fff;
}
.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #000;
}

.btn.btn-arrow-kontakt {
    background-image: url('../img/arrow-r.png');
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 18px;
    padding-right: 60px;
    border: none;
    text-decoration: none !important;
    margin-bottom: 20px;
}

.btn.btn-arrow-kontakt:hover {
    background-image: url('../img/arrow-red.png');
}

#succtxt-bot p {
    font-size: 1.1em;
    line-height: 2.5em;
text-align:center;
}

#produkt{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee322c+0,b22023+100 */
background: rgb(238,50,44); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(238,50,44,1) 0%, rgba(178,32,35,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(238,50,44,1) 0%,rgba(178,32,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(238,50,44,1) 0%,rgba(178,32,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee322c', endColorstr='#b22023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#ytvideo{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee322c+0,b22023+100 */
background: rgb(238,50,44); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(238,50,44,1) 0%, rgba(178,32,35,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(238,50,44,1) 0%,rgba(178,32,35,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(238,50,44,1) 0%,rgba(178,32,35,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee322c', endColorstr='#b22023',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#fff;

}
.jumbotron.whitebg {
    background-color: #fff;
    padding: 0;
}

.jumbotron.whitebg img {
    width: 100%;
}

.jumbotron.whitebg h4 {
    background-color: #bcbaba;
    padding: 10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    display: flex;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.overlay .mask:hover {
    opacity: 1;
	cursor:pointer;
}
.view .mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    height: 100%;
}
.rgba-gray-strong, .rgba-gray-strong::after {
    background-color: rgba(223, 223, 223, 0.8);
}

.white-text {
    color: #333;
    font-size: 1.5em;
    text-align: left;
    padding: 5px;
}

body.modal-open {
    overflow: visible;
}

.modalbtn:hover {
    cursor: pointer;
}

.modal-dialog {
    max-width: 1200px !important;
}
#red-title {
    color: #e20018;
}


/* Slideshow */
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators li {

    background-color: #7e7e7e !important;
}
.carousel-indicators .active {
    background-color: #e20018 !important;
}
.carousel-indicators{
	position: relative !important;
	bottom: 0 !important;
}
/* Slideshow */

.imgins {
    padding: 0 20px 0 0;
}

.form-row.bline {
    border-bottom: 1px solid #a4a4a4;
}

#cart {
    background-color: #e20018;
    color: #fff;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    padding: 6px;
    position: absolute;
    top: 5px;
    float: right;
    text-align: center;
    font-size: 16px;
}


/* tablet*/

.ytframe {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}
.ytframe iframe {
    box-sizing: border-box;
    background: url("../img/ipad.png") center center no-repeat;
    background-size: contain;
    /*padding: 11.9% 15.5% 14.8%;*/
	padding:8% 12.4% 7.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#riges {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -5%;
}
div[id^="result-"]{
	color:#479000;
}

.fas.fa-shopping-cart{
    color: #3e3e3e;
	font-size: 1.4rem;
}

.carousel-control-prev {
    left: -10% !important;
}
.carousel-control-next {
    right: -10% !important;
}

.carousel-inner{
	border:1px solid #d7d7d7;
}

.flyer {
    border: 1px solid #d7d7d7;
}
#cookies .modal-dialog {
    max-width: 500px !important;
    text-align: center;
}
@media (min-width:641px) and (max-width:989px)  { 
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
.btn.downloaden, .btn.anschauen,.btn.bestellen {   
    background-size: 30px;
    font-size: 1rem;
    padding-left: 40px;
}
.btn.downloaden:hover, .btn.anschauen:hover,.btn.bestellen:hover {   
    background-size: 30px;
    font-size: 1rem;
    padding-left: 40px;
}
 }
 
 .btn{
	 display:inline-block;
	 white-space: nowrap;
 }
  .sticky-webinar {
    position: fixed;
	/*display:none;*/
    right: 10px;
    bottom: 0;
	animation: 3s webinar;
  /*animation-fill-mode: forwards;
  opacity:0;*/
  animation-duration: 1.0s; 
  animation-timing-function: linear; 
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}
@keyframes webinar {
  0% {
    /*opacity:0;*/
	 transform: scale(.8);
  }
  
  100% {
   /*opacity:1;*/
   transform: scale(1);
  }
}
#close {
    float: right;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    background: transparent;
    right: 35px;
    position: absolute;
    height: 25px;
    top: 5px;
    cursor: pointer;
    color: #000;
	animation: 3s webinar; 
  animation-duration: 1.0s; 
  animation-timing-function: linear; 
  animation-delay: 0;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: none;
  animation-play-state: running;
}
