/* weik-landingpage.css */

/*********** ALLGEMEIN ***********/
/*********** ALLGEMEIN ***********/

body.landingpage #hauptbereichwrap {
	text-align: left !important;	
}

body.landingpage #mainmenu,
body.landingpage .breadcrumb {
	display: none !important;	
}

body.landingpage #logo {
	float: none !important;	
	margin: 0 auto !important;
	text-align: center !important;
}

body.landingpage #hauptbereich {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


body.landingpage .welcomewrap {
	display: block;
}
@media (min-width: 768px) {
	body.landingpage .welcomewrap {
	display: block;
}
}

body.landingpage .welcomewrap .container {
    padding: 0 15px;
}

body.landingpage .welcomebox {
	position: relative;
}

body.landingpage .welcome {
	width: 100%;	
    text-align: center;
    padding: 10px 15px;    
	border-radius: 2px;
    vertical-align: middle;
    /*text-shadow: 1px 1px #444;*/
    position: absolute;
    bottom: 60px;
    z-index: 100;	
}

@media (min-width: 768px) {
body.landingpage .welcome {
    position: absolute;	
	width: 100%;
    padding: 12px 15px;	
    bottom: 120px;	
}
}
@media (min-width: 992px) {
body.landingpage .welcome {
    padding: 20px 30px;	
    bottom: 90px;		
}
}
@media (min-width: 1200px) {
body.landingpage .welcome {
    bottom: 90px;		
}
}
@media (min-width: 1440px) {
body.landingpage .welcome {
    bottom: 90px;		
}
}

body.landingpage .welcome h2{
	font-size: 24px;	
}
@media (min-width: 768px) {
body.landingpage .welcome h2{
	font-size: 35px;	
}
}
@media (min-width: 992px) {
body.landingpage .welcome h2{
	font-size: 43px;	
}
}
@media (min-width: 1200px) {
body.landingpage .welcome h2{
	font-size: 46px;	
}
}

body.landingpage .welcome h3{
	font-size: 18px;
}
@media (min-width: 768px) {
body.landingpage .welcome h3{
	font-size: 16px;
}
}
@media (min-width: 992px) {
body.landingpage .welcome h3{
	font-size: 22px;
}
}
@media (min-width: 1200px) {
body.landingpage .welcome h3{
	font-size: 24px;
}
}

body.landingpage .welcome .btn-lg {
	border-radius: 0px;
    font-size: 12px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	text-shadow: none;
	background-color: #7bb71b !important;
    border: none !important;
    padding: 4px 7px;	
}
@media (min-width: 768px) {
body.landingpage .welcome .btn-lg {
	border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
	text-shadow: none;
    border: none !important;
    padding: 4px 7px;	
}
}
@media (min-width: 992px) {
body.landingpage .welcome .btn-lg {
    font-size: 18px;
    margin-top: 15px;
    padding: 7px 8px;
    border: none !important;				
}
}

body.landingpage .btn-primary:not(:disabled):not(.disabled):active, 
body.landingpage .btn-primary:not(:disabled):not(.disabled).active,
body.landingpage .show > .btn-primary.dropdown-toggle,
body.landingpage .welcome .btn-lg:hover,
body.landingpage .welcome .btn-lg:focus {
    background-color: #999 !important;
    border: none !important;
}

body.landingpage .startsymbole-unterseite .fas,  /* große FA-Icons auf Produktseiten */
body.landingpage .startsymbole-unterseite .far,
body.landingpage .startsymbole-unterseite .fab,
body.landingpage .startsymbole-unterseite .fal {
	color: var(--templatefarbe_hex); 
}


/*********** STUFE 1 ***********/
/*********** STUFE 1 ***********/
.kontakt-button-lp {
    margin-top: 30px;
}

.kontakt-button-lp p {
    margin-bottom: 0 !important;
}


button.kontakt-button-lp,
.kontakt-button-lp a {
    background-color: var(--templatefarbe_hex);
    color: #fff;
    padding: 10px;
    border-radius: 4px;
}

button.kontakt-button-lp:hover,
button.kontakt-button-lp:focus,
button.kontakt-button-lp:active,
.kontakt-button-lp a:hover,
.kontakt-button-lp a:focus,
.kontakt-button-lp a:active {
    background-color: #adadad;
    color: #fff !important;
    cursor: pointer;
}

button.kontakt-button-lp i,
.kontakt-button-lp a i {
    margin-right: 5px;
}

.kontaktaufruf-oben {
    background-color: var(--templatefarbe_hex);
    color: #fff;
    height: 45px;
    padding: 10px 20px;
}

.kontaktaufruf-oben .links {
    float: left;
}

.kontaktaufruf-oben .rechts {
    float: none;
    text-align: center;
}
@media (min-width: 768px) {
    .kontaktaufruf-oben .rechts {
        float: right;
    } 
}

.kontaktaufruf-oben .rechts a:hover,
.kontaktaufruf-oben .rechts a:focus,
.kontaktaufruf-oben .rechts a:active {
    color: #fff;
    text-decoration: none;
}

.kontaktaufruf-block {
    background-color: #f0f0f0;
    padding: 20px 20px 15px 20px;
}
@media (min-width: 768px) {
    .kontaktaufruf-block {
        padding: 20px 20px 20px 20px;
    }
}

.kontaktaufruf-block h3 {
    margin-top: 5px;
}
@media (min-width: 1200px) {
    .kontaktaufruf-block h3 {
        margin-top: 15px;
    }
}

.kontaktaufruf-block p .kontakt-button-lp:hover,
.kontaktaufruf-block p .kontakt-button-lp:focus,
.kontaktaufruf-block p .kontakt-button-lp:active {
    background-color: var(--templatefarbe_hex);
}

.telefonaufruf {
    margin-top: 2em !important;
	margin-bottom: 4em !important;	
	padding: 2em 0 !important;
	background: rgb(var(--templatefarbe_rgb));
	background: -moz-linear-gradient(170deg, rgba(var(--templatefarbe_rgb),1) 0%, rgba(var(--templatefarbe_rgb),0.6) 79%);
	background: -webkit-linear-gradient(170deg, rgba(var(--templatefarbe_rgb),1) 0%, rgba(var(--templatefarbe_rgb),0.6) 79%);
	background: linear-gradient(170deg, rgba(var(--templatefarbe_rgb),1) 0%, rgba(var(--templatefarbe_rgb),0.6) 79%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#ffffff",GradientType=1);
}

.welcomebox .telefonaufruf {
    border: none !important;
    margin-top: 0 !important;
	margin-bottom: 0 !important;	
	padding: 0 !important;
	background-color: transparent !important;
}

.telefonaufruf p,
.telefonaufruf h2 {
	font-size: 20px !important;
	color: #fff !important;
	line-height: 1.3em !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
@media (min-width: 576px) {
.telefonaufruf p,
.telefonaufruf h2 {
	font-size: 25px !important;
}
}
@media (min-width: 768px) {
.telefonaufruf p,
.telefonaufruf h2 {
	font-size: 30px !important;
}
}
@media (min-width: 1200px) {
.telefonaufruf p,
.telefonaufruf h2 {
	font-size: 40px !important;
}
}

.telefonaufruf a:hover,
.telefonaufruf a:focus,
.telefonaufruf a:active {
    cursor: pointer;
	color: #f2f2f2;
}

.btn-cta {
  color: #fff;
  background-color: var(--templatefarbe_hex) !important;
  border-color: transparent !important;
  text-decoration: none !important;
  margin: 5px;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.btn-cta a:hover,
.btn-cta a:focus,
.btn-cta a.focus,
.btn-cta a:active,
.btn-cta a.active{
  color: #fff;
  background-color: var(--textfarbe_hex) !important;
  border-color: transparent !important;
}
.btn-cta:active,
.btn-cta.active {
  background-image: none;
}

.btn-cta2 {
  color: #fff;
  background-color: transparent !important;
  border: var(--templatefarbe_hex) 3px solid !important;
  text-decoration: none !important;
  margin: 5px;
}

.btn-cta2:hover,
.btn-cta2:focus,
.btn-cta2.focus,
.btn-cta2:active,
.btn-cta2.active {
  color: #fff;
  background-color: var(--templatefarbe_hex) !important;
  border: var(--textfarbe_hex) 3px solid !important;
  text-decoration: none !important;
  margin: 5px;
}

.btn-coloured-font {
  	color: var(--templatefarbe_hex) !important;
    background-color: #ffffff !important;	
}

.btn-coloured-font:hover,
.btn-coloured-font:focus,
.btn-coloured-font.focus,
.btn-coloured-font:active,
.btn-coloured-font.active {
  color: var(--templatefarbe_hex) !important;
  background-color: #fafafa !important;
  border: var(--templatefarbe_hex) 3px solid !important;
  text-decoration: none !important;
  margin: 5px;
}

.ueber-uns-kasten {
    padding: 25px;
    border: 5px solid var(--templatefarbe_hex);
}

.ueber-uns-kasten .row,
.ueber-uns-kasten p {
    margin-bottom: 0 !important;
}

.nopointer,
.nopointer:hover {
	cursor: default !important;
}
    
.startsymbole .fa-solid,
.startsymbole .fas,
.startsymbole .far,
.startsymbole .fab,
.startsymbole .fal {
	color: var(--templatefarbe_hex);
	font-size: 100px;
}


.exklusive-angebote img {
	margin-bottom: 0 !important;
}

/*********** STUFE 2 ***********/
/*********** STUFE 2 ***********/
@media (min-width: 768px) {
body.landingpage #footer{
    padding-bottom: 70px;
}
}
@media (min-width: 1200px) {
body.landingpage #footer{
    padding-bottom: 70px;
}
}
    
body.landingpage div.cc-bottom {
	z-index: 11000 !important;
}
	
body.landingpage .breadcrumb {
	display: none !important;
}
@media (min-width: 768px) {
body.landingpage .back-to-top-button {
	display: none !important;
}
}
	
/* CSS ZÄHLER */
.zaehler {
	text-align: center;
}

.zaehler i {
	margin-top: 0.5em;
}

.count-number,
.zaehler-einheit {
	display: inline-block;
	margin-top: 2em;	
}


/* CSS CONTACTBAR */
.contactbarwrap {
	display: none !important;
}

.contactbarwrap {
	display: none !important;
}
@media (min-width: 768px) {
.contactbarwrap {
	display: block !important;
}
}
	
.contactbarwrap {
    width: 100%;
    background: rgba(var(--templatefarbe_rgb), 0.95);
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;		
	z-index: 100010 !important;	
}
.scrolled .contactbarwrap {
    background: rgba(var(--akzentfarbe_rgb), 0.95);
	-webkit-transition: background 0.4s linear;
    -moz-transition: background 0.4s linear;
    -ms-transition: background 0.4s linear;
    -o-transition: background 0.84 linear;
    transition: background 0.4s linear;	
}
.contactbar-box {
	text-align: center;
	margin: 0 auto;
}
.contactbar-txt {
    color: #fff !important;
    font-size: 1.2em;
	line-height: 1.2em;
	margin: 1em 0;
}
.contactbar-btn button {
	color: #fff;
	display: block;
	padding: 18px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	text-decoration:none;
	transition:all .5s ease;
	overflow:hidden;
	position:relative;
	z-index:2;
	text-align: center;
	margin: 0 auto;
	background-color: transparent !important;
	outline: none !important;
	border: none !important;	
}
.contactbar-btn {
	background: var(--textfarbe_hex);
	outline: none !important;
}
.contactbar-btn:hover {
	background: #3d3d3d;
	outline: none !important;
}


/* CSS RÜCKRUFFORMULAR */
#sidenav-toggle {
    border: none;   
    font-size: 18px;
    margin-top: 1em !important;
}
.rw-sidenav.open {
    right: 0;
}
.rw-sidenav {
    width: 400px;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -400px;
    background: #fff;
    padding: 2rem 45px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.25s ease-in-out;
    transition: right 0.25s ease-in-out;
    color: #b7b6b6;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.15);
    font-family: BrandonText, BrandonRegular, sans-serif;
}

.rw-sidenav .close {
    background: #2d2d2d;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-shadow: none;
    color: #fff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 2rem;
    opacity: 1;
    font-weight: lighter;
}

.rw-sidenav .close:hover,
.rw-sidenav .close:focus{
    background: #333;
    outline: none;
}

.sidebar-logo{
    width: 100%;
    text-align: center;
}

.rw-sidenav-logo {
   max-width: 19rem;
}

.rw-sidenav form {
    max-width: 290px;
    margin: 0 auto;
    display: block;
    padding-top: 15px;
}

.btn-wrap{
    text-align: center;
    display: block;
}

.rw-sidenav h2{
    font-weight: normal;
    font-size: 22px;
    color: #000;
}

.rw-sidenav-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.50);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.rw-sidenav p{
    font-size: 16px;
    color: #2d2d2d;
}

.mtb-15{
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar-input{
    color: #2d2d2d;
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    margin: 0 auto;
    max-width: 290px;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0,0,0, 0.9);
    box-shadow: none !important;
}

.sidebar-input::placeholder {
  color: #000!important;
}

.sidebar-input:-ms-input-placeholder { 
  color: #000!important;
}

.sidebar-input::-ms-input-placeholder { 
  color: #000!important;
}

.sidebar-input:active, 
.sidebar-input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.senden-button {
    background-color: #ff8000;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.28);
    font-size: 18px;
    text-align: center;
    width: 100%;
    transition: .8s;
    margin: 0 auto;
    max-width: 290px;
    display: block;
}

.rw-sidenav .form-group{
    position: relative;
    margin-bottom: 10px;
}

.error-required-msg {
    margin: 0 auto;
    max-width: 290px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #CE3736;
    font-family: BrandonMedium, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    border: 2px solid #CE3736;
    border-radius: 4px;
    display: none;
    line-height: 19px;
}

.Invalid-error .error-required-msg{
    display: block;
}

.senden-button.button-error {
    background-color: var(--templatefarbe_hex) !important;
    color: #fff !important;
    text-transform: uppercase;
}

.error-checked {
    width: 20px;
    height: 22px;
    left: 0;
    right: inherit;
}

.rw-sidenav p.sidebar-form-label{
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 5px;
}

.sidebar-dialog-success{
    width: auto;
    text-align: center;
}

.sidebar-dialog-success h1{
    margin-top: 20px;
    color: #5C5C5C;
}

.sidebar-dialog-success .fa-check{
    color: #41ab34;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: 4px solid #41ab34;
    border-radius: 100px;
    line-height: 42px;
    margin-top: 20px;
}

.rw-sidenav-open:hover {
	cursor: pointer;
}

div.rw-sidenav.open div.modal-content {
    border: 10px solid #06c258 !important;
}

div.rw-sidenav.open div.modal-content i {
	color: #06c258;
	font-size: 6em;
	margin-bottom: 15px;
}



/* LP Vorteilsbox */
.lp-vorteilsbox {
    margin-bottom: 2em;
}
.lp-vorteilsbox .card {
    border-radius: 0!important;
}
.lp-vorteilsbox h5 {
    margin-top: 0!important;
	margin-bottom: 0!important;
}
.lp-vorteilsbox ul i {
	padding: 0 10px 0 0;
	color: var(--templatefarbe_hex) !important;
}
.lp-vorteilsbox .kontaktaufruf {
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}
.lp-vorteilsbox .card-header {
	background-color: var(--templatefarbe_hex);
	color: #fff;
	border-radius: 0!important;
}
.lp-vorteilsbox .hakenliste {
	padding: 0 0 0 15px;
}
.lp-vorteilsbox .hakenliste li {
	margin-bottom: 1.1em;
}


/* CSS EXIT-POPUP */
.modal {
	z-index: 10000;
}

.modal-content {
    border: 10px solid var(--textfarbe_hex);
}

.modal-body i {
	font-size: 5em;
}	


/* CSS Ring effect von Cole McCombs https://codepen.io/mccombsc */
.infobar-rechts span {
  transition: all 0.3s ease-in-out 0s;
  position: relative;
}

.infobar-rechts span::before {
content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #00FFCB;
  box-shadow: 0 0 60px rgba(0,255,203,.64);
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  z-index: 5000;
}

.infobar-rechts span::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid rgba(255,255,255,0.30);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2s infinite;
  z-index: 5000;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 175px;
    height: 175px;
    opacity: 0;
  }
}


/* CSS shiny button von https://patrickdesjardins.com/blog/css3-shining-animation-for-html-element */
.shinybutton {
    width:100%;
    -webkit-animation-name: ShineButton;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.12,.89,.98,.47);
}
@-webkit-keyframes ShineButton{
    from {
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(
            top left,
            rgba(55, 55, 55, 0.0) 0%,
            rgba(55, 55, 55, 0.0) 45%,
            rgba(55, 55, 55, 0.5) 48%,
            rgba(55, 55, 55, 0.8) 50%,
            rgba(55, 55, 55, 0.5) 52%,
            rgba(55, 55, 55, 0.0) 57%,
            rgba(55, 55, 55, 0.0) 100%
        );
        background-position:-250px -250px;
        background-size: 600px 600px
    }
    to {
        background-repeat:no-repeat;
        background-position:250px 250px;
    }
}

.emaillink:hover,
.emaillink:focus {
  color: inherit !important;
}