.wd-temp { padding: 4em 5%; }

.wd-temp-300	{ width: 300px; max-width: 100%; margin: 0 auto; }
.wd-temp-600	{ width: 600px; max-width: 100%; margin: 0 auto; }
.wd-temp-800	{ width: 800px; max-width: 100%; margin: 0 auto; }
.wd-temp-1300	{ width: 1300px; max-width: 100%; margin: 0 auto; }
.wd-temp-full	{ width: 100%; }

.wd-temp-bgfix { background-attachment: fixed; background-position: center top; }
.wd-temp-bgnorepeat	{ background-repeat: no-repeat; background-size: 100% auto; }
.wd-temp-bgleft { background-position: center top; }
.wd-temp-bgright { background-position: center top; }

@media screen and (max-width: 48em){
  .wd-temp-bgleft { background-position: left top; background-size: auto; }
  .wd-temp-bgright { background-position: right top; background-size: auto; }
}

:root{ 
--wd-system-font: #000000;
--wd-system-grau: #f0f0f0;
--wd-system-rot: #C01122;
--wd-system-greun: #66806A;
--wd-system-weiss: #ffffff;
--wd-system-schwarz: #000000;
}

#eucookielaw { 
  display: none; 
  position: fixed; 
  width: 450px;
  max-width: 96%;
    bottom: 10px; left: 2%; right: 2%;
  z-index: 99999999;
  font-size: calc(11px + (12 - 11) * ((100vw - 320px) / (1600 - 320)));
  color: var(--wd-system-font);
  background-color: var(--wd-system-weiss);
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 0 40px -20px rgba(0,0,0,.5);
  overflow: hidden;
}

.eucookie-info {
  width: 100%;
  line-height: 1.2em;
  padding: 20px;
  overflow: auto;
  background-color: var(--wd-system-weiss);
  z-index: 99;
}
.eucookie-info span { 
  display: block; 
  font-weight: bold; 
  width: 100%; 
  padding: 10px 0;
}
.eucookie-info p { 
  display: block; 
  width: 100%;
  margin: 0;
}

#eucookie-txt {
  display: block;
}
.eucookie-nav {
  display: block;
}


.cookie_txt { 
  display: block;
  width: 100%;
  line-height: 1.3em;
  padding: 10px 0;
}
.cookie_txt .info { 
  width: 100%;
  text-align: left;
  color: var(--wd-system-font);
  background-color: var(--wd-system-weiss);
}
.cookie_txt em { 
  display: block;
  width: 100%;
  line-height: 1.3em;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: bold;
}


.cookie_button { 
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cookie_button .button { 
  float: none !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  background-color: var(--wd-system-greun);
  margin: 0 0 5px 0 !important; 
  cursor: pointer !important; 
  padding: 10px !important; 
  font-size: 16px !important; 
  color: var(--wd-system-weiss);
  text-shadow: 0 0 0 var(--wd-system-weiss) !important;
  border: 0px !important;
}
.cookie_button #removecookie { 
  background-color: var(--wd-system-grau) !important; 
  color: var(--wd-system-schwarz) !important; 
}

.cookie_block { 
  display: flex; 
    justify-content: space-between;
  align-items: center; 
  flex-wrap: wrap;
  width: 100%; 
  padding: 10px 0;
}
.cookie_block .items { 
  display: flex; 
  align-items: center; 
  width: 50%;
}
.cookie_block .items a { 
  margin: 0px !important; 
    width: 100%; 
}
.cookie_block .items a svg { 
    font-size: 22px;
    margin-right: 5px; 
}

.cookie_block .items .link { 
  display: inline-block;
  width: 33%;
  text-align: center;
  cursor: pointer; 
}

#eucookielaw .wraper .info { 
  display: block; 
  width: 100%; 
}
#eucookielaw .wraper .info em { 
  display: block; 
  width: 100%;
    margin-bottom: 5px;
  font-weight: bold;
  font-style: normal; 
}
#eucookielaw .wraper .info svg { 
    margin-right: 5px; 
}
#eucookielaw .wraper .info a { 
  text-decoration: underline; 
}
#eucookielaw .wraper .info a::before { 
  content: ">>";
  display: inline-block;
  margin: 0 3px;
  font-size: 12px;
  line-height: 14px; 
}
#eucookielaw .wraper .butt { 
  display: block; 
  width: 100%;
  margin-top: 10px;
  text-align: right; 
}
#declinecookie, #showcookiedetails { 
  display: inline-block;
  width: 33%;
  text-align: center;
  cursor: pointer; 
  padding: 5px 0; }
#eucookielaw input[type='checkbox'] { 
  width: auto; 
  float: left; 
  margin-right: .70em; 
  background: transparent; 
  border: none; 
}
#eucookielaw input[type='checkbox']:checked, #eucookielaw input[type='checkbox']:not(:checked) { 
  background: transparent; 
  position: relative; 
  visibility: hidden; 
  margin:0; 
  padding:0; 
}
#eucookielaw input[type='checkbox'] + label { 
  cursor: pointer; 
    margin: 0; 
}
#eucookielaw input[type='checkbox']:checked + label::before, #eucookielaw input[type='checkbox']:not(:checked) + label::before { 
  content:' '; 
  display:inline-block; 
  width: 20px; 
  height: 20px; 
  position: relative; 
  background: white; 
  margin-right: 1em; 
  border: 2px solid var(--wd-system-grau) !important; 
  vertical-align: middle; top: 0 !important; 
}
#eucookielaw input[type='checkbox']:hover + label::before { 
  background: var(--wd-system-grau); 
  box-shadow: inset 0 0 0 2px var(--wd-system-weiss); 
}
#eucookielaw input[type='checkbox']:checked + label::before { 
  background: var(--wd-system-greun); 
}
#eucookielaw .checked { 
  color: var(--wd-system-greun); }
#eucookielaw .checked input[type='checkbox']:checked + label::before { 
  background: var(--wd-system-grau); 
  cursor: default; 
  top: 0 !important; 
}

#eucookienocontent { 
  display: inline-block; 
  padding: 40px 20px; 
  margin: 10px 0; 
  line-height: 1.2em; 
  background: rgba(153,153,153,.15); 
  border: 1px solid var(--wd-system-grau);
  width: 100%; 
  text-align: center;
}
.reset_cookies_link {
    display: block;
    padding: 5px;
    width: 180px;
    margin: 0 auto;
}
.reset_cookies_link svg { 
  font-size: 16px;
}

    @media only screen and (max-width: 48em){
    #eucookielaw { left: 2%; right: 2%; }
        .reset_cookies_link { bottom: 10px; }
        .reset_cookies_link svg { font-size: 20px; }
        .reset_cookies_link font { display: none; }
        .reset_cookies_link:hover font { display: block; }
    }

/* ----------------------------------
  TAB
   ---------------------------------- */
table.cookietab {
  display: block;
  border: 0px;
  border-radius: 4px;
  background-color: var(--wd-system-grau);
  border-collapse: collapse;
  margin: 10px 0px;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  line-height: 1.1em; }
table.cookietab tr {
  border: 0px;
  padding: .25em .1em; }
table.cookietab th,
table.cookietab td {
  padding: .5em 1em; }
table.cookietab th {
  letter-spacing: .1em;
  font-weight: normal; }

table.cookietab th.col1,
table.cookietab td.col1 {
  width: 17.5%; }
table.cookietab th.col2,
table.cookietab td.col2 {
  width: 30%; }

@media screen and (max-width: 600px) {
  table.cookietab {
    border: 0; }
  table.cookietab thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.cookietab tr {
    display: block;
    padding: 1em 0; }
  table.cookietab td {
    position: relative;
    padding: .05em 1em .05em 25%;
    border-bottom: 1px solid var(--wd-system-grau);
    display: block;
    font-size: .8em; }
  table.cookietab td::before {
    position: absolute;
    left: 0;
    content: attr(data-label);
    width: 25%;
    height: 100%;
    padding: .05em 1em;
    display: block; }
  table.cookietab td:last-child {
    border-bottom: 0; }
  table.cookietab th.col1,
  table.cookietab td.col1,
  table.cookietab th.col2,
  table.cookietab td.col2 {
    width: auto; }
}

#dsebody {}
#dsebody h2 { 
  font-size:22px; 
  margin: 20px 0; 
}
#dsebody h3 { 
  font-size:20px; 
  margin:0 0 10px 0; 
}
#dsebody h4 { 
  font-size:16px; 
  margin:0 0 10px 0; 
}
#dsebody ul { 
  margin: 10px 0 10px 40px; 
}
#dsebody img { 
  vertical-align:middle; 
  opacity: 0.3; 
  margin: 0 5px; 
}

.fancy { 
  padding: 0px !important; 
}
.fancy_links {
  float:left;
  margin: 3px 40px 20px 0; 
}
.fancy_rechts {
  float:right;
  margin: 3px 0 20px 40px; 
}
.fancy::before { 
  display: none; 
}

@media screen and (max-width: 48em){
  .fancy_links, .fancy_rechts { width:45%; }
  .fancy img { width:100% !important; float:none; margin: 1em 0;	}
}
@media screen and (max-width: 38em){
  .fancy_links, .fancy_rechts { display:block; width:100%; margin-right: auto; margin-left: auto; float:none;	}
  .fancy img { width:100% !important;	}
}

.formular_form_bg {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 1em auto;
  background-color: rgba(255,255,255,.5);
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px -5px rgba(0,0,0,.25);
  padding: 20px;
}
.formular_form_bg form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.formular_form_bg form .formular_form_feld {
  display: block;
  width: 45%;
  margin: 0px;
}
.formular_form_bg form .formular_form_feld input {
    border: 0px solid transparent !important;
}
.formular_form_bg form .formular_form_feld .button {
  width: 100%;
  margin: 0px;
}

.formular_form {
    font-size: 1em;
    line-height: 150%;
    box-sizing: border-box;
    clear: both;
}

.formular_no_content {
    padding: 4em 5%;
    margin: 0 auto;
    max-width: 1300px;
}

form { margin: 0 auto; }
fieldset {
    padding: 0;
    border: none;
    margin: 1em 0 2em 0; }

#infobereich {
  position: fixed;
  bottom: 100px;
  left:-10px;
  background-color: #fff;
  padding: 20px 20px 20px 30px;
  width: 300px;
  max-width: 500px;
  display: none;
  z-index: 9999;
  border: 0px;
  box-shadow:0 0 5px 0 rgba(0,0,0,0.5); 
}
#infobereich a.close {
  position: absolute;
  top: -5px; right: -5px;
  color:#900;
  text-shadow:0 0 5px rgba(0,0,0,0.5); 
}
#infobereich img { 
  max-width: 100%; 
}

ul.kleinnavigation {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
    margin: 0px;
    list-style: none;
}
ul.kleinnavigation li {
    display: block;
}
ul.kleinnavigation li a {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px;
}
ul.kleinnavigation li a .img {
    display: block;
    width: 50px; height: 50px;
    border-radius: 100%;
    overflow: hidden;
}
ul.kleinnavigation li a .img img {
    object-fit: cover;
    width: 100%; height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
ul.kleinnavigation li a .txt {
    padding: 10px 20px;
}
    
ul.kleinnavigation li a:hover .img img {
    opacity: .25;
}
    
@media screen and (max-width: 48em){
    ul.kleinnavigation { flex-wrap: wrap; width: 100%; }
    ul.kleinnavigation li { width: 49%; margin: .5%; }
}
@media screen and (max-width: 38em){
    ul.kleinnavigation li { width: 99%; }
}

.oeffnung_txt {}

.oeffnung_liste,
.oeffnung_wrapper {
    display: block;
    width: 100; }
.oeffnung_wrapper {
    margin-bottom: 1em; }
.oeffnung_liste_inner {
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
.oeffnung_liste_day {
    width: 20%; }
.oeffnung_liste_clock {
    width: 35%; }
.oeffnung_liste_trenner {
    text-align: center;
    width: 10%; }

.oeffnung_liste_txt {
    width: 100%; }

.oeffnung_liste_titel {
    display: block; }

.oeffnung_smal {}
.oeffnung_smal font.strong { font-weight: bold; }

    @media screen and (max-width: 48em){
  .oeffnung_liste_day { width: 50%; font-weight:700; }
        .oeffnung_liste_clock { width: 50%; }
        .oeffnung_liste_trenner { width: 50%; opacity: 0; }
  }
    @media screen and (max-width: 20em){
        .oeffnung_liste_day { width: 100%; }
        .oeffnung_liste_clock { width: 100%; }
        .oeffnung_liste_trenner { display: none; }
  }

.paginator {
  float:left;
  width:100%;
  line-height: 30px;
  margin:20px 0;
  text-align:center; }
.paginator .active,
.paginator .inactive {
  display:inline-block;
  position:relative;
  cursor:pointer;
  text-decoration:none;
  border: 0px;
  padding:0 7px;
  margin:1px;
  border-radius: 3px; }
.paginator .active {
  color:#f0f0f0;
  background-color:#353535; }
.paginator .inactive {
  color:#353535;
  background-color:#f0f0f0; }

div.popup { 
  display:block;
}

@media screen and (max-width: 480px) {
  div.popup img { width:300px; height:300px;  }
}

#seitentool_popup { 
  width: 500px;
  max-width: 90%;
}
#seitentool_popup img {
  max-width:100%;
  height: auto;
}
#seitentool_popup .fancybox-close-small {
  background: #ffffff;
  border-radius: 100%;
}

/* ----------------------------------
  Version Basic
   ---------------------------------- */
.rich_v0 {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin: 1em auto;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  text-align: center; }
.rich_v0 .grau {
  padding: 2px;
  font-size: 14px;
  background-color: #cccccc; }
.rich_v0 .big {
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase; }
.rich_v0 .menge {
  font-size: 12px;
  font-weight: bold; }
.rich_v0 .wert {
  font-size: 12px; }

/* ----------------------------------
  Version 1
   ---------------------------------- */
.rich_v1 {
  display: block;
  max-width: 1300px;
  margin: 1em auto;
  padding: 10px;
  text-align: center;
    background: #f5f5f5;
    border-radius: 5px; }
.rich_v1_titel {
  padding: 2px;
  font-size: 14px;
    font-weight: bold;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 5px; }
.rich_v1_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
.rich_v1_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.rich_v1_wert {
    display: flex;
    flex-direction: column;
    font-size: .75em; }
.rich_v1_wert span { width: 100%; font-weight: bold; }
.rich_v1_wert font { width: 100%; }
.rich_v1_info {
    font-size: 1.2em; }
.rich_v1_stars {}
.rich_v1_stars svg {
    max-width: 150px;
    height: auto; }
.rich_v1_inner .link {
  display: block;
  padding: 2px 10px;
  font-size: 14px;
  background-color: #cccccc; }

@media screen and (max-width: 38em) {
.rich_v1 { width: 250px; margin: 1em auto; padding: 10px; border: 1px solid #f5f5f5; }
.rich_v1_inner { flex-direction: column; justify-content: center; }
.rich_v1_titel { padding: 2px; font-size: 14px; background-color: #cccccc; margin-bottom: 5px; }
.rich_v1_wert { flex-direction: row; }
.rich_v1_wert span, .rich_v1_wert font { width: auto; }
}

/* ----------------------------------
  Version 2
   ---------------------------------- */
.rich_v2 {
  display: block;
  max-width: 100%;
  margin: .5em 0;
  padding: 10px;
  text-align: center; }
.rich_v2_inner {
  display: block;
  font-size: 12px;
  max-width: 100%; }

/* ----------------------------------
  Version 3
   ---------------------------------- */
.rich_v3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 250px;
  height: 250px;
  margin: 1em auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  background-color: #cccccc;
  border-radius: 100%;
  overflow: hidden; }
.rich_v3_inner {
    display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
  background: #ffffff; }
.rich_v3_stars {
    width: 200px;
    margin: 0 auto;}
.rich_v3_stars svg {
    max-width: 150px;
    height: auto; }
.rich_v3_titel {
  padding: 10px 2px;
  font-size: 12px; }
.rich_v3_wert {
  display: flex;
  flex-direction: column;
  font-size: 12px; }
.rich_v3_big {
  font-size: 18px;
  margin-top: 10px;
  text-transform: uppercase; }
.rich_v3_menge {
  font-size: 14px; }
.rich_v3 .link {
  padding: 10px 2px 25px 2px;
  font-size: 12px; }

/* ----------------------------------
  Version 4
   ---------------------------------- */
.rich_v4 {
  display: block;
  position: relative;
  width: 250px;
  height: 200px;
  text-align: center;
  margin: 1em auto; }
.rich_v4_inner {
  width: 250px;
  height: 200px;
  background: #ffffff;
  border: 4px solid #f5f5f5;
  padding: 5px;
  position: absolute;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.rich_v4_inner:before {
   content:"";
   position: absolute;
   top: 15px; left: -25px;
   width: 0;
   height: 0;
   border-top: 13px solid transparent;
   border-right: 25px solid #f5f5f5;
   border-bottom: 13px solid transparent; }
.rich_v4_stars {
    width: 200px;
    margin: 0 auto;}
.rich_v4_stars svg {
    max-width: 150px;
    height: auto; }
.rich_v4_titel {
  padding: 2px;
  font-size: 12px;
  margin-bottom: 5px; }
.rich_v4_wert {
  font-size: 12px; }
.rich_v4_menge {
  font-size: 16px; }
.rich_v4 .link {
  display: table;
  padding: 2px 10px;
  font-size: 11px;
  background-color: #cccccc;
  margin: 10px auto 0 auto; }

/* ----------------------------------
  Version 5
   ---------------------------------- */
.rich_v5 {
  display: block;
  max-width: 1300px;
  margin: .25em auto;
  padding: 10px;
    border-bottom: 1px solid #f5f5f5; }
.rich_v5_titel {
  padding: 2px;
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
    text-align: center; }
.rich_v5_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
.rich_v5_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.rich_v5_wert {
    display: flex;
    font-size: .75em; }
.rich_v5_wert span { font-weight: bold; }
.rich_v5_wert font {}
.rich_v5_info {
    font-size: 1.2em; }
.rich_v5_stars {}
.rich_v5_stars svg {
    max-width: 150px;
    height: auto; }

@media screen and (max-width: 38em) {
.rich_v5 { width: 250px; margin: 1em auto; padding: 10px; border: 1px solid #f5f5f5; }
.rich_v5_inner { flex-direction: column; justify-content: center; }
.rich_v5_titel { padding: 2px; font-size: 14px; background-color: #cccccc; margin-bottom: 5px; }
.rich_v5_wert { flex-direction: row; }
.rich_v5_wert span, .rich_v5_wert font { width: auto; }
}

/* ----------------------------------
  Version 6
   ---------------------------------- */
.rich_v6 {
  display: block;
  max-width: 1300px;
  margin: .25em auto;
  padding: 10px;
    border-bottom: 1px solid #f5f5f5; }
.rich_v6_titel {
  padding: 2px;
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
    text-align: center; }
.rich_v6_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
.rich_v6_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.rich_v6_wert {
    display: flex;
    flex-direction: column;
    font-size: .75em; }
.rich_v6_wert span { width: 100%; font-weight: bold; }
.rich_v6_wert font { width: 100%; }
.rich_v6_info {
    font-size: 1.2em; }
.rich_v6_stars {}
.rich_v6_stars svg {
    max-width: 150px;
    height: auto; }

@media screen and (max-width: 38em) {
.rich_v6 { width: 250px; margin: 1em auto; padding: 10px; border: 1px solid #f5f5f5; }
.rich_v6_inner { flex-direction: column; justify-content: center; }
.rich_v6_titel { padding: 2px; font-size: 14px; background-color: #cccccc; margin-bottom: 5px; }
.rich_v6_wert { flex-direction: row; }
.rich_v6_wert span, .rich_v6_wert font { width: auto; }
}

/* ----------------------------------
  Version 7
   ---------------------------------- */
.rich_v7 {
  display: block;
  max-width: 1300px;
  margin: .25em auto;
  padding: 10px;
    border-bottom: 1px solid #f5f5f5; }
.rich_v7_titel {
  padding: 2px;
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px;
    text-align: center; }
.rich_v7_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
.rich_v7_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.rich_v7_wert {
    display: flex;
    flex-direction: column;
    font-size: .75em; }
.rich_v7_wert span { width: 100%; font-weight: bold; }
.rich_v7_wert font { width: 100%; }
.rich_v7_info {
    font-size: 1.2em; }
.rich_v7_stars {}
.rich_v7_stars svg {
    max-width: 150px;
    height: auto; }

.rich_v7_slider {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative; }
.rich_v7_slider .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
.rich_v7_slider .slick-slider .slick-arrow { display: none !important; }
.rich_v7_slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden; }
.rich_v7_slider .slick-list:focus {
    outline: none; }
.rich_v7_slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.rich_v7_slider .slick-slider .slick-track,
.rich_v7_slider .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
.rich_v7_slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.rich_v7_slider .slick-track:before, .rich_v7_slider .slick-track:after {
    display: table;
    content: ''; }
.rich_v7_slider .slick-track:after {
    clear: both; }
.rich_v7_slider .slick-loading .slick-track {
    visibility: hidden; }
.rich_v7_slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
[dir='rtl'] .rich_v7_slider .slick-slide {
    float: right; }
.rich_v7_slider .slick-slide div {}
.rich_v7_slider .slick-slide div .inbox {
  position: relative;
  text-align: center; }
.rich_v7_slider .slick-slide div .inbox span {
  display: block;
  width: 100%;
  font-size: 14px; }
.rich_v7_slider .slick-slide div .inbox svg {
  color: #fdbd00; }
.rich_v7_popup {
  padding: 20px;
  width: 500px;
  max-width: 90%;
  background: #ffffff; }

.rich_v7_slider .slick-slide.slick-loading img {
    display: none; }
.rich_v7_slider .slick-slide.dragging img {
    pointer-events: none; }
.rich_v7_slider .slick-initialized .slick-slide {
    display: block; }
.rich_v7_slider .slick-loading .slick-slide {
    visibility: hidden; }
.rich_v7_slider .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.rich_v7_slider .slick-arrow.slick-hidden {
    display: none; }

@media screen and (max-width: 38em) {
.rich_v7 { width: 250px; margin: 1em auto; padding: 10px; border: 1px solid #f5f5f5; }
.rich_v7_inner { flex-direction: column; justify-content: center; }
.rich_v7_titel { padding: 2px; font-size: 14px; background-color: #cccccc; margin-bottom: 5px; }
.rich_v7_wert { flex-direction: row; }
.rich_v7_wert span, .rich_v7_wert font { width: auto; }
}


/* ----------------------------------
  Version 8
   ---------------------------------- */
.rich_v8 {
  display: block;
  max-width: 1300px;
  margin: .25em auto;
  padding: 10px; }
.rich_v8_titel {
  padding: 2px;
  font-size: 12px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 5px; }
.rich_v8_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap; }
.rich_v8_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center; }
.rich_v8_wert {
    font-size: .75em; }
.rich_v8_wert span { width: 100%; font-weight: bold; }
.rich_v8_wert font { width: 100%; }
.rich_v8_info {
    font-size: 1.2em; }
.rich_v8_stars {}
.rich_v8_stars svg {
    max-width: 150px;
    height: auto; }

@media screen and (max-width: 38em) {
.rich_v8 { width: 250px; margin: 1em auto; padding: 10px; border: 1px solid #f5f5f5; }
.rich_v8_inner { flex-direction: column; justify-content: center; }
.rich_v8_titel { padding: 2px; font-size: 14px; background-color: #cccccc; margin-bottom: 5px; }
.rich_v8_wert { flex-direction: row; }
.rich_v8_wert span, .rich_v8_wert font { width: auto; }
}

/* ----------------------------------
  Grundwerte
   ---------------------------------- */
.rich_box-20 { width: 20%; }
.rich_box-30 { width: 30%; }
.rich_box-40 { width: 40%; }
.rich_box-50 { width: 50%; }
.rich_box-100 { width: 100%; }

@media screen and (max-width: 48em) {
    .rich_box-20 { width: 50%; }
    .rich_box-30 { width: 50%; }
    .rich_box-40 { width: 50%; }
    .rich_v1_sonder { width: 100%; margin-top: 10px; }
}
@media screen and (max-width: 38em) {
    .rich_box-20 { width: 100%; }
    .rich_box-30 { width: 100%; }
    .rich_box-40 { width: 100%; }
    .rich_box-50 { width: 100%; }
}

.mehr_trenner_button {
  float: right;
  margin: 10px;
  background: transparent;
  border: 1px solid #f0f0f0 !important;
  line-height: 1em;
  font-size: 16px;
  width: auto;
  display: block;
  padding: 3px 5px;
  color: #f0f0f0;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
.mehr_trenner_inhalt {
  display: block;
  width: 100%; }

.rss {
  display: block;
  margin-bottom: 20px; }
.rss .h4 {
  font-size: 16px;
  margin: 0;
  font-weight: bold; }
.rss svg {
  color: #fd7e14;
  margin-right: 10px;}
.rss p {
  font-size: 12px; }

.rss_daten {}
.rss_daten h2 {
  color:#CCC;
  background-color: #3a3a3a;
  padding: 5px 10px;
  font-size: 16px;
  margin:0; }
.rss_daten p { margin:0; padding:10px; font-size: 12px; }
.rss_daten img { float:right; margin:0 0 10px 10px; }

.rss_slider { width: 100%; }
.rss_slider-container { text-align: center; }
.rss_slider-container i {
  display: block;
    font-size: 12px;
  width: 80px;
    margin: 10px auto !important;
    padding: 5px 10px !important;
    background-color: #CCC;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    font-style: normal; }
.rss_slider li {
  color: #4e4e4e;
  background: #F2F2F2;
  overflow: hidden;
  height: 100px;
  padding: 10px;
  list-style: none;
  text-align: left;
  border-bottom: 1px dotted #353535; }
.rss_slider li b { margin:0; padding:0; }
.rss_slider li p { margin:0; padding:0; font-size:80%; }
.rss_slider li:hover { background: #FFF; }

.bl08 { margin: 2em 0; }
.gb02 { padding: 2em 1%; }
.bl04 .wraper .box .text { font-size:18px; }

.rich_v3 { padding: 10px 0; text-align: left; }

.bb20_box .lauftext { animation: typing 10s steps(40, end), blink-caret .75s step-end infinite; animation-iteration-count: 50; }

.gb01 div.oeffnung_small { text-align:center!important; }

ul.unternavigation { 
  list-style: none; 
  margin: 0 !important; 
  width: 100%; 
  display: flex; 
  flex-wrap: wrap; 
  justify-content: space-around; 
  align-content: stretch; 
} 
ul.unternavigation li { 
  display: block; 
  position: relative; 
  width: 300px;
        max-width: 100%;
  margin: 1em .5%;
}
ul.unternavigation li::before
ul.unternavigation li::after { 
  display: none;
}
ul.unternavigation li a {}
ul.unternavigation li a .img { 
  display: block; 
  position: relative; 
  z-index: 1; 
  width: 100%; 
  padding: 30% 0; 
  background-color: #f5f5f5; 
  overflow: hidden; 
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
ul.unternavigation li a img { 
    position: absolute; 
    top: 0; left: 0;
    object-fit: cover;
    height: 100%;
  min-width: 100%; 
  -webkit-transition: all .5s linear; 
  -moz-transition: all .5s linear; 
  -o-transition: all .5s linear; 
  -ms-transition: all .5s linear; 
  transition: all .5s linear; 
    text-indent: -9999px;
}
ul.unternavigation li a .img .mask { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  background: rgba(0,0,0,.50); 
  color: #ffffff; 
  position:absolute; 
  z-index: 2; 
  top: 100%; 
  left: 0; 
  height: 100%; 
  width: 100%; 
  -webkit-transition: all .5s linear; 
  -moz-transition: all .5s linear; 
  -o-transition: all .5s linear; 
  -ms-transition: all .5s linear; 
  transition: all .5s linear;
}
ul.unternavigation li a .text { 
  display: block; 
  position: relative; 
  z-index: 2; 
  padding: 10px; 
  text-align: center; 
  font-size: 1.1em; 
}

ul.unternavigation li:hover a img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }

ul.unternavigation li:hover a .img .mask { 
  top: 0; 
}

@media screen and (max-width: 58em){
  ul.unternavigation li { display: block; width: 47%; }
}
@media screen and (max-width: 38em){
  ul.unternavigation li { display: block; width: 97%; }
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
} 
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}

.clock {
  display:block;
  max-width: 200px;
  padding: 5px;
  border: 1px solid #999;
} 
.ort {
  display:block;
    width:100%;
  color:#fff;
  background-color: #999;
  padding: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align:center;
}
.time { 
    display: flex;
    align-items: stretch;
}
.time .hour,
.time .minute,
.time .second { 
    position: relative;
    display: block; 
    width: 100%;
    text-align:center; 
    line-height: 0px;
    padding:15px 5px;
    background-color:#f5f5f5;
}
.time .hour { 
    font-size: 1.3em;
    font-weight: bold;
}
.time .hour::after { 
    position: absolute;
    content: ":";
    right: 0;
}
.time .minute { 
    font-size: 1.3em;
}
.time .minute::after { 
    position: absolute;
    content: ".";
    right: 0;
}
.time .second { 
    font-size: 1.3em;
}
.date { 
    display:block;
    width:100%;
  color:#fff;
    font-size:  .75em;
  background-color: #999;
  padding: 5px;
  margin-top: 5px;
  text-transform: uppercase;
  text-align:center;
}
@charset "UTF-8";


/* ----------------------------------
  remove standard-styles
   ---------------------------------- */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; border: 0; vertical-align: top; }
input, select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; border:none; border-radius:0; font-size:1em; font-weight: normal; width:100%; } 
.move {	-webkit-transform: translateY(0%); -moz-transform: translateY(0%); transform: translateY(0%); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }

/* ----------------------------------
  SONSTIGES
   ---------------------------------- */
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
    font-family: fira-sans, sans-serif; 
  font-size: 14px;
  font-weight: 300; 
    font-style: normal;
  line-height: 1.6;
  color: #363636;
    background: #d8d9d8;
  height: 100%; }
a { text-decoration:none; color:inherit; }
strong, b { font-weight:700; }
.clear { clear:both; width: 100%; height:0px; line-height: 0px; }
.hidden { 
  position:absolute; 
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */ 
  clip: rect(1px, 1px, 1px, 1px); }
img { border:0; max-width: 100%; height: auto; }
p { margin:0 0 1em 0; }
ul, ol { margin:0 0 0 30px; }

/* ----------------------------------
  Header
   ---------------------------------- */
header {
  width: 100%;
  position: relative;
  z-index: 99; }
.header-bar {
    display:block;
  width: 100%;
    padding: 0 5%; }
.header-bar .header-bar-inner {
    display:flex;
    justify-content: space-between;
  width: 100%;
}
.header-bar-inner .left,
.header-bar-inner .right { 
    display: block;
    padding: 2px 0; }

.header-bar-inner .logo { 
    display:block; 
    right: 5.5%; 
    padding: 10px; 
    width: 100%;
    text-align: right; }
.header-bar-inner .logo a { 
    width: 300px;
    vertical-align: middle; }



div.header-info {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-right: 20px;
}
div.header-info svg {
  margin-right: 5px;
}

  @media screen and (max-width: 68em){
    div.header-info { margin-right: 10px; }	
  }
  @media screen and (max-width: 48em){
    div.header-bar { padding: 5px 5% 0 5%; }
    div.header-bar-inner { height: 30px; }
    div.info-city { display: none; }
    div.logo { width: 300px; }
    div.logo img.anni { width: 60px; vertical-align: middle; }
  }
  @media screen and (max-width: 38em){
    div.header-bar div.right { display: none; }
    div.logo { width: 150px; }
  }

.header-logo {
  display: block;
  width: 250px;
  padding: 10px 0;
}
  @media screen and (max-width: 88em){ .header-logo { width: 240px; }}
  @media screen and (max-width: 78em){ .header-logo { width: 230px; } div.header-bar-inner .right { width: 100%; } }
  @media screen and (max-width: 68em){ .header-logo { width: 220px; }}
  @media screen and (max-width: 58em){ .header-logo { width: 210px; }}
  @media screen and (max-width: 48em){
    div.header-bar-inner .right { display: none; }
    .header-logo { width: 200px; }
    div.header-nav { padding: 1% 0 1% 5%; }
    }

/* ----------------------------------
  Content
   ---------------------------------- */
h1, .h1 { 
    position:absolute; 
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */ 
    clip: rect(1px, 1px, 1px, 1px); }
h2, .h2 { 
    font-family: termina, sans-serif; 
    font-size: 2.2em; 
    line-height: 1.3em; 
    letter-spacing: 0.015em;
    font-weight: 400;
    margin:.5em 0;
  vertical-align: middle; }
h2 span, .h2 span, h2 em, .h2 em { color: #980078; font-style: normal; }
h2 font, .h2 font { 
    display: inline;
  padding: 2px 8px 0 8px;
    line-height: .9em; 
    border-radius: 4px;
  background: #980078;
  color: #ffffff; }
h2 strong, .h2 strong {}

h3, .h3 { 
    font-family: termina, sans-serif; 
    font-size: 1.6em; 
    line-height: 1.3em; 
    font-weight: 400; 
    margin:.5em 0;
    text-transform: uppercase; }
h3 span, .h3 span, h3 em, .h3 em { color: #980078; font-style: normal; }
h3 font, .h3 font { 
    display: inline;
  padding: 2px 8px;
    border-radius: 4px;
  background: #980078;
  color: #ffffff; }
h3 strong, .h3 strong {}

h4, .h4 { 
    font-family: termina, sans-serif; 
    display: table;
    position: relative;
    font-size: 1.4em; 
    line-height: 1.2em; 
    font-weight: 400; 
    margin:.5em 0;
    text-transform: uppercase; }
h4 span, .h4 span, h4 em, .h4 em { color: #980078; font-style: normal; }
h4 span::after, .h4 span::after {
    content: "";
    position: absolute;
    top: 100%; left: 0;
    width: 30%;
    height: 2px;
    background: #141414; }
h4 font, .h4 font { 
    display: inline;
  padding: 2px 8px;
    border-radius: 4px;
  background: #980078;
  color: #ffffff; }
h4 strong, .h4 strong {}

h5, .h5 { 
    font-family: termina, sans-serif; 
    font-size: 1.2em; 
    line-height: 1.2em; 
    letter-spacing: 0.015em;
    font-weight: 400;
    margin:.5em 0;
  vertical-align: middle; }
h5 span, .h5 span, h5 em, .h5 em { color: #980078; font-style: normal; }
h5 font, .h5 font { 
    display: inline;
  padding: 2px 8px;
    border-radius: 4px;
  background: #980078;
  color: #ffffff; }
h5 strong, .h5 strong {}

h6, .h6 {
    font-family: termina, sans-serif; 
    font-size: 1.1em; 
    line-height: 1.2em; 
    letter-spacing: 0.015em;
    font-weight: 400;
    margin:.5em 0;
  vertical-align: middle; }
h6 span, .h6 span, h6 em, .h6 em { color: #980078; font-style: normal; }
h6 font, .h6 font { 
    display: inline;
  padding: 2px 8px;
    border-radius: 4px;
  background: #980078;
  color: #ffffff; }
h6 strong, .h6 strong {}

    @media screen and (max-width: 48em){
        h2, .h2 { font-size: 2.0em; }
        h3, .h3 { font-size: 1.4em; }
    }

.button {
  margin: 10px 0px;
  background: #980078;
  border: 0px !important;
  line-height: 1em;
  font-size: 14px;
  width: auto;
  display: table;
  padding: .75em 1em .75em 1em;
  color: #ffffff;
  z-index: 1;
    border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ----------------------------------
  Kalender
   ---------------------------------- */
#ui-datepicker-div { display:none; z-index: 9999 !important; background: #ffffff; padding: 10px; width: 240px; max-width: 100%; }
.ui-datepicker-header { display: flex; justify-content: space-between; flex-wrap: wrap; }
.ui-datepicker-prev { order: 1; color: transparent; font-size: 1px; } .ui-datepicker-prev::before { content: "<"; color: #353535; font-size: 24px; }
.ui-datepicker-title { order: 2; }
.ui-datepicker-next {order: 3; color: transparent; font-size: 1px; } .ui-datepicker-next::after { content: ">"; color: #353535; font-size: 24px; }
.ui-datepicker-calendar { width: 100%; }
.ui-state-default, .ui-corner-top, .ui-tabs-selected { width: 100%;	text-align:center; border: 0px; padding: 4px 0; }
.ui-dialog { font-size: 14px !important; }
.ui-dialog-content h3 { font-size: 17px !important; margin: 0px; }
.ui-dialog-title { font-size: 18px !important; }
.ui-tabs-nav { background:#f9f9f9; }
.ui-button { float:left; text-align:center; padding:5px 15px; margin: 10px 5px 0 0; background:#595959 !important; color: #ffffff !important; }
.ui-button:hover { background:#ededed; }
.ui-state-default a, .ui-corner-top a, .ui-tabs-selected a { color:#535353 !important; }
.ui-state-active { background:#f9f9f9 !important; color:#ededed !important; }
.ui-state-active a { color:#353535 !important; }
.ui-datepicker td span, .ui-datepicker td a { background: rgba(237,237,237,0.5) !important; border:0 !important; background-image:none !important; border-radius:0px !important; float:left !important; width:100% !important; text-align: center !important; }

/* ----------------------------------
  Social Media
   ---------------------------------- */
.socialnetwork { float: left; }
.socialnetwork a {
  display: inline-block;
  font-size: 20px;
  line-height: 0;
  margin: 0 5px; }
.socialnetwork a svg { color: inherit; }

  @media screen and (max-width: 32em){
    .socialnetwork { display: none; }
  }

.shariff { float: right; width: 100%; text-align: right; }
.shariff li, .shariff li a { height: 35px; } 
.shariff ul.orientation-horizontal { float: right; }
.shariff ul.orientation-horizontal li { margin: 0px 0px 0px 2px !important; }

/* ----------------------------------
  MENU
   ---------------------------------- */
.menu-wrap {
  position: fixed;
    top: 0; left: 0;
  z-index: 999991;
}
.menu-wrap .toggler {
  position: relative;
  visibility: inherit !important;
  z-index: 999992;
  cursor: pointer;
  width: 70px;
  height: 70px;
  opacity: 0;
  left: 20px;
    top: 20px;
}
.menu-wrap .hamburger {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999991;
  width: 70px;
  height: 70px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
    background: #980078;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #363636;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 999991;
  top: -12px;
  width: 100%;
  height: 4px;
  background: inherit;
}
/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 12px;
}
/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}
/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 1s;
}
.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}
.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrap .menu > div {
  background-color: rgba(54,54,54,.98);
  width: 100%;
  height: 100%;
  padding: 150px 0 0 0;
  display: flex;
  flex: none;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
  overflow-y: auto;
}
.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.menu-wrap .menu > div > div > ul {
  list-style: none;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  text-align: left;
    margin: 0;
}
.menu-wrap .menu > div > div > ul > li {
  color: #fff;
  width: 250px;
  padding: 20px;
}
.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
  font-size: 1.6rem;
  line-height: 2em;
}
.menu-wrap .menu > div > div > ul > li > ul {
  list-style: none;
    margin: 0px;
}
.menu-wrap .menu > div > div > ul > li > ul > li > a {
  font-size: 1.1rem;
  line-height: 2em;
}
.menu-wrap .menu > div > div > ul > li > a:hover,
.menu-wrap .menu > div > div > ul > li > ul > li > a:hover {
  opacity: .75;
}

  @media screen and (max-width: 58em){
    .menu-wrap .menu > div > div > ul { flex-wrap: wrap; }
  }


/* ----------------------------------
  Footer
   ---------------------------------- */
footer {
  padding:1em 5%; }
.footer-inner {
  margin: 0 auto;
  max-width: 1300px;
  padding:0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
    text-align: center; }
.footer-inner ul { 
    margin:0 0 .5em 0; 
    width: 100%;
    display: block; }	
.footer-inner ul li { 
    margin:0; 
    padding:0; 
    list-style-type:none; 
    display: inline-block; }	
.footer-inner ul li a { 
    display:inline-block;
    padding:5px; }
.footer-inner font { 
    font-size: 13px; }

@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}


.formular_form {
  font-size: 1em;
  line-height: 150%;
  box-sizing:border-box;
  clear: both; }
form { margin:0 auto; }
fieldset {
  padding:0;
  border:none;
  margin:1em 0 4em 0; }

/* Labels */
label { display: inline-block; }
label { margin: .2em 0; }
  
/* Input & Textarea */
input, textarea {
  color: inherit;
  background-color: transparent;
  padding:.75em 1em .75em 1em;
  position: relative !important;
  border: 0px !important; }
textarea {
  resize:vertical; }
input:hover,
input:active,
textarea:hover,
textarea:active {
  border:1px solid #666; }

/* Select */
select {
  width:100%;
  padding:.75em 1em .75em 1em;
  font-size: 12px !important;
  background-color: transparent;
  background-image:url(/template/module/formular/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat; }

/* Hide browser-styling in IE10 */
select::-ms-expand {
  display:none; }
/* Hide custom-icons in lower versions of Internet Explorer (< IE10). */
.lt-ie10 select { 
    background-image: none; }

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width:auto;
  float:left;
  margin-right: .75em;
  background:transparent;
  border:none; }

/* hide standard inputs */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding:0; }
input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer; }

/* add custom inputs with ::before */
input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 22px;
    height:22px;
    position: relative;
    top:4px;
    background: white;
    margin-right: 1em; }
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px; }
input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#dddddd;
  box-shadow: inset 0 0 0 2px white; }
input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:#000000;
  box-shadow: inset 0 0 0 2px white; }

.formular_form h4, .formular_form .form_h4{
  font-size: 1.3em;
  letter-spacing: 0.01em;
  margin:10px 0; }
.formular_form h5, .formular_form .form_h5{
  font-size: 1.2em;
  letter-spacing: 0.01em;
  margin:10px 0; } 
.formular_form h6, .formular_form .form_h6 {
  font-size: 1.1em;
  letter-spacing: 0.01em;
  margin:10px 0; }
.formular_form .formular_form_feld {
  position: relative;
  display: block;
  width: 100%;
    margin:5px 0; }
.formular_form_text {
  display: inline-block;
  width: 100%; }
.formular_form_infotaste {
  float: right;
    font-size: 30px; }
.checkbox_link {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding:.25em 1em .25em 1em; }
.radio_link {
  display: block;
  width: 100%;
  margin: 5px 0;
  padding:.25em 1em .25em 1em; }

.transition, .formular_form .button, .formular_form .formular_form_feld span, .formular_form .formular_form_feld input[type="text"] {
  -moz-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -o-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  -webkit-transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5);
  transition: all 0.25s cubic-bezier(0.53, 0.01, 0.35, 1.5); }
.formular_form .formular_form_feld span {
  transform-origin: left center; 
  color: inherit;
  font-size: 14px; 
  box-sizing: border-box; 
  padding:1em 1em 0em 1em;
  display: block; 
  position: absolute; 
  margin-top:-38px; 
  z-index: 2; 
  pointer-events: none; }
.formular_form .formular_form_feld input[type="text"]:focus ~ span,
.formular_form .adressfeld textarea:focus ~ span,
.formular_form .textbereich textarea:focus ~ span {
  -moz-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  -webkit-transform: translate(0, -35px);
  transform: translate(0, -35px); }
.formular_form .formular_form_feld input[type="text"]:valid ~ span,
.formular_form .adressfeld textarea:valid ~ span,
.formular_form .textbereich textarea:valid ~ span {
  opacity: 0.75; 
    color: #980078;
  -moz-transform: translate(0px, -29px) scale(0.75); 
  -ms-transform: translate(0px, -29px) scale(0.75); 
  -webkit-transform: translate(0px, -29px) scale(0.75); 
  transform: translate(0px, -29px) scale(0.75); }
.formular_form .formular_form_feld input[type="text"]:focus,
.formular_form .adressfeld textarea:focus,
.formular_form .textbereich textarea:focus {
  outline: none;
  background: rgba(53,53,53,0.1);
  margin-top: 30px; }
.formular_form .formular_form_feld select:focus {
  outline: none;
  background: rgba(53,53,53,0.1); }
.formular_form .formular_form_feld input[type="text"]:valid,
.formular_form .adressfeld textarea:valid,
.formular_form .textbereich textarea:valid {
  margin-top: 20px; }

.formular_form .adressfeld span {
  margin-top: -85px; }
.formular_form .textbereich span {
  margin-top: -170px; }

.formular_popup {
  font-size: 12px;
  padding:20px 40px 20px 20px;
  min-height:300px;
  min-width:400px;
  max-width: 98%;
  background-color:#ffffff; }

/* SondergrÃ¶ÃŸen */
.feldDatum { max-width: 250px !important; }
.feldPLZ { max-width: 250px !important; }

/* Boxformatierungen */
.boxformat {
    color: #363636;
  background: rgba(255,255,255,.25);
  margin-bottom: 10px;
  padding: 5px 10px; }
.boxformat a {
    display: inline-block;
    width: 90%; }
#captcha { border-radius: 4px; }
select, input, textarea {
    border: 0px;
  border-bottom: 1px solid #363636 !important;
   }
input[type='checkbox']:checked + label::before, 
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  border: 1px solid #363636 !important;
   }
/* CSS Document */

.plusslider, .imgslides_container {
  position: relative;
  width:100%;
  z-index:1; }  
.plusslider .imgslides  {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
.plusslider .imgslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0; }
.plusslider .imgslides li:first-child {
    position: relative;
    display: block;
    float: left; }
.plusslider .imgslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0; }
.plusslider .imgslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(53,53,53,0.25);
    top: 50%;
    left: 0;
    z-index: 99;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 38px;
    margin-top: -32px;
    background: transparent url("/template/images/pfeile_slider.gif") no-repeat left top;}
.plusslider .imgslides_nav:active {
    opacity: 1.0;}
.plusslider .imgslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;}
.plusslider .imgslides_nav:focus {
    outline: none;}
.plusslider .imgslides_tabs {
    list-style: none;
    font-size: 16px;
    margin: -50px auto 2px auto;
    max-width: 500px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    position:relative;
    z-index:999; }
.plusslider .imgslides_tabs li {
    display: inline;
    float: none;
    margin-right: 2px; }
.plusslider .imgslides_tabs a {
  line-height: 20px;
  padding: 10px;
  width: 20px;
  height: 20px;
  display: inline;
  background-image: url(slider_pointer.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size:0px; }
.plusslider .imgslides_tabs li:first-child {
    margin-left: 0; }
.plusslider .imgslides_tabs .imgslides_here a {
  background-image: url(slider_pointer.png);
  background-repeat: no-repeat;
    background-position: -20px top; }
.plusslider .imgslides .caption {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background:transparent; }
.plusslider .imgslides .caption h2 { margin:0 15%; padding:5px; font-size:46px; text-shadow:0 0 5px 0 rgba(0,0,0,0.75); }
.plusslider .imgslides .caption h4 { margin:0 15%; padding:5px; font-size:34px; text-shadow:0 0 5px 0 rgba(0,0,0,0.75); }
.plusslider .imgslides .caption div.text { margin:0 15%; padding:5px; font-size:24px; text-shadow:0 0 5px 0 rgba(0,0,0,0.75); }
.plusslider .imgslides .caption div.link { margin:0 15%; padding:5px; text-shadow:0 0 5px 0 rgba(0,0,0,0.75); }
.plusslider .imgslides .caption div.link a { float:left; display:block; margin:0; padding:7px 10px; font-size:110%; }
.plusslider .imgslides .caption div.link a:hover { opacity:0.5; }

  @media screen and (max-width: 62em){
  .plusslider .imgslides .caption h2 { margin:0 5% 0 15%;	padding:5px; font-size:160%; }
  .plusslider .imgslides .caption h4 { margin:0 5% 0 15%; padding:0 3px;	font-size:110%; }
  .plusslider .imgslides .caption div.text {	margin:0 5% 0 15%;	padding:5px; font-size:90%; }
  .plusslider .imgslides .caption div.link { margin:0 5% 0 15%;	padding:5px; }
  .plusslider .imgslides .caption div.link a { float:left; display:block; margin:0; padding:3px 5px; font-size:90%; }
  .plusslider .imgslides .caption div.link a:hover { font-weight:bold; }
  }
  @media screen and (max-width: 42em){
  .plusslider .imgslides .caption div.text { display:none; }
  }
  @media screen and (max-width: 32em){
  .plusslider .imgslides .caption { display:none; }
  .plusslider .imgslides_nav { display:none; }
  .plusslider .imgslides_tabs { display:none; }
  }
/* CSS Document */

.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
  background:white; 
  filter:alpha(opacity=0); 
  opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align:center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}





.theme-default .nivoSlider {
  position:relative;
  background:#fff url(/template/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.theme-default .nivo-controlNav a {
  display:inline-block;
  width:22px;
  height:22px;
  background:url(/template/images/bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
  display:block;
  width:30px;
  height:30px;
  background:url(/template/images/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1; }
.theme-default a.nivo-nextNav {
  background-position:-30px 0;
  right:15px;
}
.theme-default a.nivo-prevNav {
  left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}