
.cookienote
{
  display: none;
  background: #EBF0F2;
  padding: 10px 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 214748001;
  width: 100%;
  font-size: 12px;
  color: #1a1a1a;
  border-top: #666666 1px solid
}

.cookienote a:not(.btn)
{
  color: #ff5000
}

.cookienote a:not(.btn):hover
{
  text-decoration: underline
}

.t3-cookie-notice
{
  padding: 10px 0;
  overflow: hidden;
  z-index: 150000;
  width: 100%;
  font-weight: 200;
  font-size: 12px;
  display: none;
  position: fixed;
  text-align: center;
  top: auto;
  bottom: 0;
  background-color: #FFFFFF;
  color: #1a1a1a;
  border-top: 1px solid #CCCCCC
}

.t3-cookie-notice.cookie-home
{
  top: 25%;
  bottom: auto
}

.t3-cookie-notice .t3-content-division-inner
{
  clear: both;
  text-align: left;
  margin: auto;
  padding: 0 10px 0 10px;
  max-width: 960px
}

.t3-cookie-notice h3
{
  color: #1a1a1a;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center
}

.t3-cookie-notice .t3-cookie-description
{
  padding: 30px 0 10px 0;
  font-size: 16px
}

.t3-cookie-notice .t3-cookie-description > div
{
  text-align: left;
  padding: 0 15px
}

.t3-cookie-notice .t3-cookie-description > div a
{
  color: #0000FF
}

.t3-cookie-notice .t3-cookie-description > div.cookie-types
{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px
}

.t3-cookie-notice .cookie-types span
{
  padding: 0 25px
}

.t3-cookie-notice .cookie-types span:before
{
  content: "\2713";
  color: green;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-weight: bold
}

.t3-cookie-notice .cookie-types span:first-child:before
{
  color: green
}

.t3-cookie-notice .t3-cookie-description .cookie-hint-footer
{
  text-align: center
}

.t3-cookie-notice .t3-cookie-description .cookie-hint-footer a
{
  font-size: 12px;
  color: #333333;
  padding: 0 10px
}

#t3CookieCta, #close-note, .t3-cookie-notice .cookieCta
{
  display: block;
  cursor: pointer;
  margin: 0 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none
}

#t3CookieCta, #close-note
{
  background-color: #ff5000;
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding: 19px 20px;
  min-width: 250px
}

.t3-cookie-notice .cookieCta.btn-dismiss
{
  padding: 13px 20px;
  background-color: darkgray;
  border-color: darkgray;
  color: #1a1a1a;
  font-size: 13px
}

.cookiehint2-shadow, .cookiehint-shadow
{
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none
}

@media only screen and (min-width: 600px)
{
  #t3CookieCta
  {
    min-width: 250px
  }
}

@media only screen and (min-width: 600px)
{
  .t3-cookie-notice
  {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC
  }

  .t3-cookie-notice.cookie-home
  {
    max-width: 600px;
    left: calc(50% - 300px)
  }
}

@media only screen and (max-width: 600px)
{
  .t3-cookie-notice
  {
    width: 100%;
    margin: 0;
    top: auto !important;
    bottom: 0 !important;
    left: auto !important
  }

  .t3-cookie-notice .cookie-types span
  {
    padding: 0 20px
  }
}

.popover
{
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.popover a {
  color: #3979c3;
  text-decoration: none;
}

.popover .popover-title,
.popover .popover-content
{
  padding: 15px;
}

.popover .popover-title
{
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  border-bottom: 1px solid #ff5000;
  background: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase
}


/*
 Spinners
*/
.waiting-spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 100%;
    z-index: 20200;
    text-align: center;
    display: none;
    height: 100%;
}

.waiting-overlay {
    opacity: 0.3;
    background: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
}

.waiting-infotop {
    height: 120px; width: 120px;
    margin: 0px auto -35px;
    text-align: center;
    z-index: 20203;
    position: relative;
    background: no-repeat 50% 50% black;
    border-radius: 50%;
    background-size: 80%;
}

.waiting-infobox {
    position: absolute;
    left: 50%;
    top: 40%;
    margin: 0px 0px 0px -200px;
    width: 400px;
    min-height: 400px;
    overflow: auto;
}

.waiting-infotxt {
    background: rgb(255, 255, 255);
    padding: 40px 10px 10px;
    z-index: 20202;
    font-size: 14px;
    color: rgb(0, 0, 0);
    margin: 0px;
    min-height: 30px;
    overflow: hidden;
}

.waiting-claim {
    margin-top: 15px;
    padding: 0px;
    text-align: center;
    white-space: nowrap;
    display: block;
}

* {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    margin-left: -60px;
    margin-top: -60px;
}
.loader-line-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    -webkit-animation: rotate 1.2s infinite linear;
    -moz-animation: rotate 1.2s infinite linear;
    -o-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #ff5000;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-moz-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@-o-keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
@keyframes fade {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.25;
    }
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
lesshat-selector {
    -lh-property: 0;
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
