/* merriweather-regular - latin */
/* {margin:0px; padding:0px} */
* { 
  margin:0 auto;
}

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}

h1, h2, h3 {font-family: 'Oswald', sans-serif;}

.head-logo {
  position: absolute;
  z-index: 1313;
  width: 100%;
  height: 131px;
  }

@media screen and (min-width:100px) {
  .head-logo { 
    /*width: calc(100%/7); */
	top: -25px;
	background: url('/images/CWE_LOGO_23-1_mob.png') no-repeat center;
	height: 100px;
	width: 80%;
	background-size: 100% auto;
	left: 16%;
  }
  .vid1 {
    position: absolute;
    z-index: 1311;
    top: 11%;
    min-width: 21em;
    left: 0%;
    width: 100%;
  }
  .parallax-window { min-height: 358px !important; }
  .sozial {max-width: 84%; padding: 10px 0px 6px 37px}
  .amaz {width: 260px; margin: 18% auto;}
  .f_middle { display:none; }
  .pic {margin: 1em 0%;width: 100%}
  .cfoot {font-size: smaller}
  .cntct {font-size: 8pt;width: 21em;}
}

@media screen and (min-width:524px) {
  .head-logo { 
    /*width: calc(100%/7); */
    top: -28px;
    background: url('/images/CWE_LOGO_23-1_mob.png') no-repeat center;
    height: 100px;
    width: 60%;
    background-size: 100% auto;
    left: 20%;
  }
  .vid1 {
    position: absolute;
    z-index: 1311;
    top: 14%;
    min-width: 21em;
    left: 0%;
    width: 100%;
  }
  .parallax-window { min-height: 466px !important; }
  .sozial { max-width: 85%; }
  .f_middle { display:none; }
  .amaz {width: 260px}  
  .pic {margin: 1em auto;width: 100%}
  .cfoot {font-size: small}
}

@media screen and (min-width:990px) {
  .head-logo { 
    position: absolute;
    height:131px;
    width: 100%;
    top: 2.4em;
    background: url('/images/CWE_LOGO_19.png') no-repeat center;
    left:unset;
  }
  .vid1 {
    position: absolute;
    z-index: 1311;
    top: 11.12em;
    min-width: 15em;
    left: 23%;
    width: 54%;
  }
  .parallax-window { min-height: 942px !important; }
  .navbar { padding:0px !important; }
  
  .sozial {
    max-width: 40%;
    padding: 2em 0em 0em 7em;
    float: left;
  }
  .f_middle {
    display: block;
    min-width: 20%;
    float: left;
    padding: 2em;
  }
  .amaz {
    height: auto;
    min-width: 64%;
    margin: 7% auto;
  }
  .amaz img {
    min-width: 233px;
    width: 31%;
  }
  .pic {margin: 0;width: 35%}

  .cntct {font-size: 8pt;width: 34em;}
}

.buybtn {
 font-family:"Oswald", Sans-serif;
 font-size:27px;
 font-weight:500;
 fill:#FFFFFF;
 color:#777;
 background-color:#FFFFFF00;
 border-style:solid;
 border-color:#777;
 border-radius:0px 0px 0px 0px;
 padding:20px 20px 20px 20px;
}

.amaz a {text-decoration: none !important;color: #ccc; position: none}
.amaz a:hover {
  background-color: #555;
  color: #ffb7b7;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}


.amaz a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.amaz a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


/* Spoilersstuff: */

.spoiler-details summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
  padding: 0.25rem;
  text-align: center;
}

.spoiler-details[open] summary {
  border-bottom-style: dotted;
  border-top-style: dotted;
  border-right-style: none;
  border-left-style: none;
  margin: 2em;
}

.spoiler-details.animated[open] {
  -webkit-animation: flash 1.2s ease-in-out;
          animation: flash 1.2s cubic-bezier(.95,.05,.8,.04);
}

.spoiler-details.animated[open] .content {
  opacity: 1;
  -webkit-animation: slide 1.2s 2.2s ease-in-out;
          animation: slide 1.2s 2.2s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.cl_both {clear:both;padding: 2em;}

.container-3{
  width: 300px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
 
.container-3 input#search{
  width: 300px;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}

.container-3 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
 
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -ms-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}

.container-3 input#search:focus, .container-3 input#search:active{
    outline:none; 
}
 
.container-3:hover .icon{
  margin-top: 16px;
  color: #93a2ad;
 
  -webkit-transform:scale(1.5); /* Safari and Chrome */
  -moz-transform:scale(1.5); /* Firefox */
  -ms-transform:scale(1.5); /* IE 9 */
  -o-transform:scale(1.5); /* Opera */
   transform:scale(1.5);
  }
/***********************************************/
/***************** FORM HACK ******************/ 
.form-control:focus {
  color: #8c8c8c;
  background-color: #1a1a1a;
  /*! border-color: #80bdff; */
  /*! outline: 0; */
  /*! box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
  border-bottom-color: #fdf2e4;
  border-bottom: 1px solid;
  outline: 0;
  box-shadow: 0 0 0 0.8px rgba(57, 57, 57, 0.25);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #63686c;
  background-color: #222;
  background-clip: padding-box;
  border: 0px solid #ced4da;
  border-radius: 0.03rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom: 1px solid;
}

#cagb {
  width: 15px;
  font-size: 2pt;
  float: left;
  padding-right: 41px;
  margin: 7px;
}

.btn {
  /* padding: 0.375rem 0.75rem; */
  padding: 0.999rem 1.25rem;
  margin: 1em 10px;
  font-weight: bold;
}

.btn-secondary:hover {
  /* background-color: #5a6268; */
  /* border-color: #545b62; */
  background-color: #1c1c1c1c;
  border-color: #fe92ac;
}

.btn-secondary {
  /* background-color: #6c757d; */
  /* border-color: #6c757d; */
  background-color: #fe92ac;
  border-color: #222;
  border-radius: 0.15rem;
}

textarea {
    resize: none;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 25%;
  width: 50%;
  height: auto;
  top: 12%;
  z-index: 1;
  /*width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;*/
}

/*@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

.sk-cube-grid {
  width: 110px;
  height: 110px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  opacity: .4;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* Add animation to "page content" */
.animate-bottom {
  position: absolute;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.g-recaptcha * {margin: 0; margin-bottom: 1em}

.nav-head .navbar {
  z-index: 1312;
  opacity: 0.8;
  border-bottom: 1px solid #484848;
  border-top: 1px solid #484848;
  font-family: 'Oswald', sans-serif;
  font-size: 23px;
  position: fixed;
  width: -moz-available;
  width: 100%;
  padding:3px;
}

.nav-item{
  padding: 0px 1em;
}

.bg-dark {
  background-color: #333 !important;
}

.cont_main {
  height: calc(100% + 2);
  padding: 1em 0em 5em;
  display: inline-block;    
  background: #222 !important;
  border-top: 1px solid #484848;
  border-bottom: 1px solid #484848;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  width: 100%;
}

.headline {
  text-align: center;
  /*float: left;*/
  width: 100%;
  margin-bottom: 10%;
  /*padding-left: 10%*/
}

.pic {
  height: auto;
  float: left;
  /*
  width: 35%;*/
}

.amaz {
  display: inline-block;
  /*padding-left: 10%;
  padding-top: 5%;*/
}

.footer {
  background: #222 !important;
  border-top: 1px solid #484848;
  font-size: 13px;
  max-width: 100%;
  text-align: center;
}
.f_contact {
  min-width: 40%;
  float: left;
  padding: 2em 4% 2em 2%;
}

.sozial img{
  height: auto;
  width: 75px;
}
.sozial a{
  float:left;
  padding:22px 34px 0px 0px
}
.sozial a:hover{
  opacity: 0.2;
}

.nav_a {
  padding: 1%;
  color: #868686;
}

.f_top {
  padding: 2em;
}

/* ================= CONTACT ========================*/

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.scroll-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 8889;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

/* ================= PARAL STUFf ===================== */

.parallax-mirror{
    /*transform: translate3d(0px, 0%, 0px);
    top: -66px !important;
    height: 120% !important;*/
  
    visibility: visible !important;
    overflow: visible !important;
}

.parallax-window {
    min-height: 1020px;
    background: transparent;

}
.parallax {
  /* The image used */
  background-image: url("");

  /* Set a specific height */
  min-height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("/images/pax-bg01.jpg");

  /* Set a specific height */
  min-height: 187px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 2312px;
}


/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/oswald-v49-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/oswald-v49-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* AS */
div .form-group-u { display: none; }

/* Cookie stuff consent */
.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
