HTML {
  }

BODY {
  width: 640px;
  min-width: 640px;
  background-color: #333;
  overflow-x: hidden;  
  }
  
.center {
  width: 640px;
  } 
  
#allbutfooter {
  margin-bottom: 0;
  height: auto;
  min-height: 0;
  width: 640px;
  }  
  
#push {
  height: 5px;
  }  
  
.mobile {
  display: block;
  }  

.desktop {
  display: none;
  }  
  
.tooltip {
  display: none !important;
  }  
  
  
/* HEADER
---------------------------------------------------------------------------------------- */   
  
#header {
  width: 640px;
  height: 85px;
  }  
  
#header #home {
  width: 220px;
  height: 50px;
  background: url('../images/logo-neu.png') no-repeat;
  background-size: 220px auto;  
  left: 50%;
  margin-left: -110px;
  z-index: 10;
  top: 15px;
  }  
  
#header #back {
  background: url('images/icon-arrow-back.png') no-repeat center center;
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  left: -5px;
  }
  
#header #icon-search {
  background: url('images/icon-search.png') no-repeat center center;
  width: 85px;
  height: 85px;
  top: -2px;
  right: 70px;
  margin: 0;
  } 
  
#header #icon-search:hover {
  background-position: center center;
  }  
  
#header #icon-menu {
  background: url('images/icon-menu.png') no-repeat 0 0;
  width: 85px;
  height: 85px;
  top: -2px;
  margin: 0;
  position: absolute;
  right: 0px;
  }
  
#header #icon-menu.active {
  background-position: 0 -85px;
  }  
  
#header .nav-main {
  display: none;
  position: absolute;
  top: 85px;
  left: 0px;
  width: 100%;
  }  
  
#header .nav-main UL {
  background-color: #189580;
  width: 100%;
  margin: 0;
  padding: 0;
  }
  
#header .nav-main UL LI {  
  list-style-type: none;
  width: 100%;
  display: block;
  border-top: 2px solid #1DA891;
  }
  
#header .nav-main UL LI.current-menu-item,
#header .nav-main UL LI:hover {
  background-color: #1DA891;
  }    
  
#header .nav-main UL LI:first-child {
  border-top: none;
  }    
  
#header .nav-main UL LI A {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 45px;
  line-height: 120px;
  font-weight: 900;
  text-transform: uppercase;
  }    

#header #search {
  height: 85px;
  position: relative;
  z-index: 300;
  display: none;
  }  
  
#header #search FORM {
  height: 85px;
  padding: 14px 10px;  
  }  
  
#header #search .input {
  background-position: 15px 10px;
  width: 375px;
  font-size: 28px;  
  }  
  
#header .search .submit {
  font-size: 30px;
  text-shadow: 0 2px 0px rgba(0,0,0,0.5);
  font-weight: 900;
  }

#header #search-close {
  width: 85px;
  height: 80px;
  position: absolute;
  z-index: 400;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background: url('images/icon-close-white.png') no-repeat center center;
  }
  
/* HOME
---------------------------------------------------------------------------------------- */  
  
#boxes-container {
  margin-top: 10px !important;
  padding: 0px 10px 0px 10px;
  margin: 10px;
  background-color: #fff;
  }
  
.home #more {
  padding-bottom: 40px;
  margin-bottom: 0;
  height: auto;
  }  
  
#boxes-container {
  height: auto !important;
  }  
  
.home #boxes-container #boxes {
  width: 600px !important;
  height: auto !important;
  }  
  
#boxes-container #boxes .box * {
  position: static !important;  
  text-shadow: none !important;  
  font-size: 30px;
  line-height: 34px;
  text-align: left;
  color: #000 !important;
  opacity: 1 !important;
  }
  
#boxes-container #boxes .box {
  width: 100%;
  height: 50px !important;
  position: static !important;
  margin-bottom: 10px !important;
  background: none !important;
  float: none;
  border-top: 1px solid #E5E5E5;
  color: #000 !important;
  padding-top: 10px;
  display: table !important;
  }  
  
#boxes-container #boxes .box:first-child {
  border-top: none;
  }  
  
#boxes-container #boxes .box-hover {
  display: none !important;
  }

#boxes .box .box-video {
  margin-bottom: 25px !important;  
  }  
  
#boxes-container #boxes .box .box-title {
  padding-left: 15px !important;
  font-weight: 900 !important;
  }  
  
#boxes-container #boxes .box .box-subtitle {
  padding-left: 15px !important;
  display: block;
  }  
  
#boxes-container #boxes .box .box-image {
  width: 100px;
  height: 100px;
  float: left;
  }
  
#boxes-container #boxes .box .box-video {
  display: none !important;
  }  
  
#boxes-container #boxes .box .box-content {
  float: none;
  width: 500px;
  padding-right: 0;
  padding-left: 0px;
  display: table-cell !important;
  vertical-align: middle;
  height: 100px;
  }    
    
.box-hover {
  display: none !important;
  }    
  
.home #more {
  display: none;
  }  
  
#boxes .box_landscape .box-content {
  font-size: 50px;
  font-weight: 900 !important;
  line-height: 50px;
  }  
  
/* MAIN / CONTENT
---------------------------------------------------------------------------------------- */


#wallpaper {
  height: auto;
  overflow: hidden;
  }
  
#wallpaper .search,
#wallpaper #back {
  display: none;
  }  

#main {
  padding-top: 1px;
  padding-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  width: 640px;
  }  
  
#main.overlap {
  margin-top: 0px;
  }  
  
#main-title {
  position: relative;
  background-color: #189580;
  padding-bottom: 30px;
  padding-left: 30px !important;
  padding-top: 30px;
  }  
  
BODY.events #main-title {
  padding-top: 260px !important;  
  min-height: 370px !important;  
  }  
  
#main-title H1 {
  padding-left: 30px;
  width: 100%;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  }  
  
#container {
  width: 610px;
  margin: 14px 15px 15px 15px;
  min-height: 0 !important;
  }  
  
#content {
  width: 100%;
  overflow: hidden;
  clear: both;
  }  
  
#content #gallery {  
  margin-bottom: 20px;
  }  
  
#content P {  
  margin-right: 0px !important;
  padding-right: 0px !important;
  font-size: 30px;
  line-height: 40px;
  width:  100% !important;
  }
  
#content UL LI,
#content OL LI {
  font-size: 30px;
  line-height: 40px;  
  margin-bottom: 20px;
  }

#content P.caption {  
  font-size: 20px !important;
  line-height: 24px !important;
  }
  
#content P A,
#container.faq .item A {  
  color: #1DA891;
  font-weight: 700 !important;
  }
  
.post #content A {
  color: #1DA891;
  font-weight: 700 !important;
  }     
  
#content P A:hover {
  color: #666;
  }    
  
.sidebar {
  margin-bottom: 20px;
  width: 640px !important;
  margin-top: -35px !important;  
  margin-left: -35px;
  float: none;
  }
  
#gallery {
  overflow: hidden;
  width: 640px;
  height: 410px;
  border-bottom: 15px solid #F2F2F2 !important;  
  margin-bottom: 20px !important;
  }  
  
#gallery .flex-viewport {
  height: 410px !important;
  }  
  
#gallery LI {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
  }  
  
#gallery LI IMG {
  min-width: 640px;
  height: auto;
  }  
  
/* CARD
---------------------------------------------------------------------------------------- */   

#main.card {
  width: 640px !important;
  overflow: hidden !important;
  }

#main.card TD {
  display: block;
  }
  
.subpage.intro {
  height: auto;
  }    
  
.subpage.intro A {
  width: 100%;
  border-radius: 0;
  display: block;
  height: 100px;
  line-height: 85px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding-left: 30px;
  background: #83306B url('images/arrow-right-white.png') no-repeat 580px center;
  }
  
.subpage.intro P {
  margin-bottom: 0 !important;
  }  
  
.subpage.vorteile TABLE {
  margin-top: 15px;
  margin-bottom: 0;
  } 
  
.subpage.vorteile TABLE TD:first-child {   
  background-color: #fff !important;
  width: 610px !important;
  margin-left: 15px;
  margin-bottom: 15px;
  padding-bottom: 1px !important;
  }
  
.subpage.vorteile TABLE TD:first-child H2,
.subpage.vorteile TABLE TD:first-child H3 {
  margin: 0;
  font-size: 30px;
  height: 100px;
  line-height: 100px;
  padding-left: 30px;
  font-weight: 700;
  width: 610px;
  background: url('images/arrow-down.png') no-repeat 550px center;
  cursor: pointer;
  }  
  
.subpage.vorteile TABLE TD:first-child H3 {
  border-top: 2px solid #E5E5E5;  
  }  
  
.subpage.vorteile TABLE TD:first-child P {
  padding: 0 30px;
  font-size: 30px;
  line-height: 38px;
  width: 610px;
  display: none;
  }     
  
.subpage.vorteile P A {
  color: #1DA891;
  font-weight: 700;
  }  
  
.subpage.vorteile TD.green {
  width: 640px;
  padding: 30px;
  font-size: 30px;
  line-height: 38px;
  background-color: #A73C89;
  color: #fff;
  position: relative;
  padding-bottom: 120px;
  }  
  
.subpage.vorteile TD.green H2 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  } 
  
.subpage.vorteile TD.green H6 {
  font-size: 24px;
  color: #fff;
  }   
  
.subpage.vorteile TD.green A {
  display: block;
  border-radius: 0;
  height: 100px;
  width: 640px;
  line-height: 100px;
  font-size: 30px;
  color: #1DA891;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #fff url('images/arrow-right-green.png') no-repeat 580px center;
  }  
  
.subpage.vorteile TR:last-child {
  display: none;
  }   
  
.subpage.app {
  padding: 30px 30px 400px 30px;
  height: auto;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 135px;
  position: relative;
  }   
  
.subpage.app H1 {
  padding: 20px 0 40px 0;
  text-shadow: none;
  } 
  
.subpage.app P {
  width: 610px;
  }   
  
.subpage.app .content P:nth-child(3) A,
.subpage.app .content P:nth-child(4) A {
  position: absolute;
  bottom: -545px;
  width: 640px;
  left: -30px;
  border-radius: 0;
  height: 125px;
  line-height: 120px;
  font-size: 30px;
  font-weight: 700;
  background: #000 url('images/icon-app.png') no-repeat 10px center;
  padding-left: 125px;
  }  
  
.android .subpage.app .content P:nth-child(3) A {
  display: none !important;
  }
  
.iphone .subpage.app .content P:nth-child(4) A {
  display: none !important;
  }     
  
.subpage.team P:first-child {
  display: none;
  }  
  
.subpage.team TABLE {
  margin-bottom: 0px;
  }  
  
.subpage.team TABLE TD {
  width: 610px !important;
  margin-left: 15px;
  background-color: #fff !important;
  padding: 0 0 5px 0 !important;
  border-top: 2px solid #E5E5E5;
  } 
  
.subpage.team TABLE TD:first-child {
  border-top: none;
  }  
  
.subpage.team H2 {
  width: 610px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding-left: 30px;
  font-weight: 700;
  background: #fff url('images/arrow-down.png') no-repeat 550px center;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0px !important;
  } 
  
.subpage .open {
  background: #fff url('images/icon-close.png') no-repeat 550px center !important;
  }  
  
.subpage.team P {
  width: 610px;
  padding: 0 30px 0px 30px;
  background-color: #fff;
  font-size: 30px;
  line-height: 38px;
  }   

.subpage.team P A {
  line-height: 38px;
  border-bottom: none;
  font-weight: 700;
  }  
  
.subpage.team IMG {
  display: none;
  }   
  
.subpage.team H2 + P,
.subpage.team H2 + P + P,
.subpage.team H2 + P + P + P {
  display: none;
  }  
  
.subpage.sponsorinnen {
  background-color: #fff;
  color: #000;
  padding: 0;
  width: 610px;
  margin-left: 15px;
  border-top: 2px solid #E5E5E5;  
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 10px;
  }  
  
.subpage.sponsorinnen H2 {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  padding-left: 30px;
  font-weight: 700;
  background: #fff url('images/arrow-down.png') no-repeat 550px center;
  cursor: pointer;
  margin: 0 !important;
  text-align: left !important;
  color: #000;
  width: 610px !important;
  }
  
.subpage .sidebar {
  display: none;
  }  
  
.subpage.sponsorinnen P {
  width: 610px;
  padding: 0 30px;
  display: none;
  }  
  
.subpage.sponsorinnen P:last-child {
  padding-bottom: 40px;
  margin-bottom: 0;
  }  
  
.subpage.sponsorinnen A {
  color: #000;
  line-height: 35px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin-top: 10px;
  }    
  
/* EVENTS
---------------------------------------------------------------------------------------- */  

#filter {
  display: none;
  }

#filter .left {
  display: none;
  }
  
#filter .search {
  background-color: #fff;
  margin: -35px 15px -50px 15px;
  padding: 25px 0 40px 0;
  padding-left: 20px;
  }
  
#calendar {
  width: 610px;
  margin-left: 15px;
  left: 0px;
  position: relative !important;
  margin-top: 15px;
  height: 75px;
  }
  
#calendar #prev,
#calendar #next {
  width: 76px;
  height: 75px;
  background-position: 10px 10px;
  }      
  
#calendar #next {
  background-position: -44px 10px;
  }  
  
#calendar .caroufredsel_wrapper {
  width: 440px !important;
  margin: 0 85px !important;
  } 
  
#calendar UL {
  left: 0px !important;
  }   
 
#calendar UL LI {
  height: 80px;
  width: 59px;
  }
  
#calendar UL LI A {
  width: 58px;
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  }  
  
BODY.events #wallpaper {
  top: 85px;
  height: 410px;
  }  
  
BODY.events #main {
  width: 640px;
  x-overflow: hidden;
  }  
  
.flex-control-paging LI A {
  background: url("images/flex-control-nav.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  }  
  
.flex-control-paging li A.flex-active {
  background-position: -30px 0;
  }  
  
BODY.events #container {
  padding-top: 15px;
  padding-bottom: 15px;
  }  

#event-add {
  display: none;
  } 
  
#featured #main-title {  
  width: 100%;
  padding-bottom: 20px !important;
  }
  
#featured .event-date-title {
  position: relative;
  left: 120px;  
  width: 50px;
  padding-left: 0;
  width: 300px !important;
  }  
  
#featured .event-date-title H1 {
  width: 490px;
  text-overflow: ellipsis;
  max-height: 275px;
  overflow: hidden;
  }    
  
#featured #main-title {
  background: none;
  }  
  
#featured .starlet {
  height: 61px;
  }  
  
#featured .starlet .avatar {
  margin-left: 15px;
   } 
  
#featured .starlet .avatar IMG {
   margin-left: 0;
   }   
  
#featured .starlet .text {
  width: 490px;
  margin-left: 20px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  padding-top: 10px;
  }  

.events #sidebar {
  display: none;
  }   

.events #container {
  padding-top: 0px;
  }
  
.events TABLE TBODY {
  border-bottom: none;
  }

.events TABLE.list {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  }
  
.events TABLE.list TBODY {
  display: none;
  }  
  
.events TABLE.list TBODY.nav {
  display: table-row-group;
  }  
  
.events TABLE.list TBODY:first-child {
  display: block;
  }  
  
.events TABLE TBODY:first-child TR.day TD {
  padding-top: 35px;
  }  
  
.events TABLE.list TR.day TD {
  padding-top: 40px;
  height: 120px;
  }  
  
.events TABLE.list TR.day TD H3 {
  font-size: 50px;
  padding-left: 5px;
  }

.events TABLE.list TR {
  display: block;
  border-bottom: 1px solid #EDEDED;
  width: 570px;
  overflow: hidden;
  }

.events TABLE.list TD {
  font-size: 30px;
  line-height: 40px;
  border: none;
  }
  
.events TABLE.list TD.title {
  display: block;
  padding-bottom: 0;
  padding-right: 0px;
  float: left;
  }  
  
.events TABLE.list TD.title A {
  width: 570px;
  display: block;
  color: #000 !important;
  }  

.events TABLE.list TD.location {
  display: block;
  clear: both;
  height: auto;
  padding-top: 0;  
  font-weight: 100;
  float: left;
  }
  
.events TABLE.list TD.location A {
  display: block;  
  width: 570px;  
  color: #999 !important;  
  }  
  
.events TABLE.list .discount TD.location A,
.events TABLE.list .starlet TD.location A {
  width: 500px;  
  }  
  
.events TABLE.list .discount.starlet TD.location A {
  width: 460px;  
  }    
  
.events TABLE.list TD.location * {
  float: none;
  }
  
TABLE.list TD.discount {
  display: block;
  float: right;
  margin-top: 0px;
  }  
  
.single TABLE.list TD.starlets {
  float: right;
  margin-top: 0px;
  margin-left: 5px;
  padding-top: 10px;
  }
  
TR:hover .comment.small .comment-avatar .mask {
  background-position: 0 0 !important;
  }     
  
.events TR.nav {
  overflow: hidden;
  border: none !important;
  }  
  
.events TR.nav TD {
  border: none;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 20px;
  margin-top: 10px;
  }  
  
.events TD.prev {
  float: left;
  }  
  
.events TD.next {
  float: right;
  }  
  
.events TD.prev A {
  background: url('images/arrow-left.png') no-repeat left 6px !important;
  padding-left: 45px;
  display: block;
  } 
  
.events TD.prev.disabled {
  opacity: 0.25;
  cursor: default !important;
  }   
  
.events TD.next A {
  text-align: right;
  background: url('images/arrow-right.png') no-repeat right 6px !important;
  padding-right: 45px;
  margin-right: -10px;
  display: block;  
  }
  
.events TD.next.loading A {
  text-indent: -5000px;
  display: block;
  color: #fff;
  width: 70px;
  background: url('../images/loading.gif') no-repeat 25px 5px !important;
  }  
  
.events TD.prev.loading A {
  text-indent: -5000px;
  display: block;
  color: #fff;
  width: 70px;
  background: url('../images/loading.gif') no-repeat 15px 5px !important;
  }    
  
.events #content .no-results {
  text-align: left;
  height: 100px;
  padding: 0;
  line-height: 100px;
  font-size: 24px;
  padding-left: 20px;
  margin-right: 100px;
  }  
  
.events #content.loading {
  position: relative;
  height: 100px;
  z-index: 200;
  background-color: #fff;
  background-position: 510px 35px;
  }  
  
.events TABLE.list TR:last-child {
  border-bottom: none;
  }  
  
#event-settings {

  }  
  
#event-settings .toggle {
 background: url('images/icon-settings.png') no-repeat center center;  
  width: 130px;
  height: 130px;
  position: absolute;
  top: 0px;
  right: -0px; 
  cursor: pointer;
  z-index: 100;  
  }  
   
  
#event-settings.open .toggle {
  background: #000 url('images/icon-close-white.png') no-repeat center center;
  } 

#event-settings UL {
  position: absolute;
  z-index: 10;
  top: 114px;
  right: 0px;
  background-color: #000000;
  list-style-type: none;
  padding: 0;
  display: none;
  } 
  
#event-settings.open > UL {
  display: block;
  } 
  
#event-settings UL LI A {
  display: block;
  color: #fff;
  font-size: 30px;
  height: 122px;
  line-height: 115px;
  border-top: 1px solid #333333;
  width: 610px;
  padding-left: 30px;
  font-weight: 700;
  background: url('images/arrow-right-white.png') no-repeat 550px center;
  }
  
#event-settings.open > UL > LI.open > A {
  background: url('images/arrow-down-white.png') no-repeat 548px center;
  }      
  
#event-settings UL LI UL {
  position: static;
  width: 100%;
  display: none;
  }
  
#event-settings UL LI UL LI {
  background-color: #333;
  } 
  
#event-settings UL LI UL LI.active {
  background-color: #C455B4;
  border-top: 1px solid #333 !important;
  }   
  
#event-settings UL LI:first-child A {
  border-top: none;
  height: 118px; 
  }    
  
#event-settings UL LI UL LI {
  border-top: 1px solid #444 !important;
  }  
  
  
 
/* SINGLE EVENT
---------------------------------------------------------------------------------------- */    
  
.events #main,
.single-event #main,
.single-post #main,
.page #main {
  padding-top: 0px;
  }
  
#main-title {
  padding-left: 15px;
  margin-bottom: 15px;
  }  
  
#main-title H1 {
  padding-left: 0;
  }  
  
.single-event #main-title {
  padding-bottom: 20px !important;  
  }  
  
.event-date-title {
  padding-left: 0px;
  width: 610px;
  position: static;
  padding-left: 120px;
  padding-bottom: 0px;
  overflow: hidden;
  }
  
.single-event #wallpaper {
  display: none;
  }  
  
.single-event .items {
  margin-top: 0; 
  }  

.single-event #container {
  padding: 0;
  }
  
.single-event .pos
  width: 100%;
  }  
  
.event-calendar-month {
  padding-bottom: 20px;
  }  
  
.event-calendar-sheet {
  position: absolute;
  bottom: 0px;
  top: auto;
  height: auto;
  background: url('images/icon-calendar.png') no-repeat top left;
  left: 15px;
  padding-bottom: 20px;
  }  

.box.sidebar.eintritt {
  font-size: 30px !important;
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 0;
  float: none;
  clear: both;
  padding-bottom: 0px;
  padding-left: 15px;
  width: 570px !important;
  margin-top: 5px !important;
  }
  
.box.sidebar.eintritt .button.black {
  margin-left: -5px;
  }  
  
.box.sidebar.eintritt H6 {
  font-size: 24px;
  line-height: 25px;
  position: relative;
  z-index: 1000;
  }  
  
.box.sidebar.eintritt H4 {
  font-size: 50px;
  margin: 30px 0;
  }    
  
.box.sidebar.eintritt .discount * {
  font-size: 30px;
  line-height: 35px;
  text-transform: none;
  } 
  
#event-date-time {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 35px;
  }   
  
#event-date-time .time {
  font-weight: 100;
  text-transform: none;
  }  
  
.single #share {
  padding: 20px 0 0 0;
  margin-top: 0;
  background-color: #F2F2F2;
  overflow: hidden;
  }  
  
.single #share .button-share-email {
  float: left;
  }  
  
.single #share .button-share-facebook {
  float: right;
  }    
  
.single-post #share {
  margin: 20px -20px -20px -20px;
  }  
  
.single-post #content P:first-child {
  padding-top: 12px;
  }  
  
#share A {
  padding: 15px 0px 17px 0;
  width: 302.5px;
  font-weight: 700 !important;
  font-size: 20px;
  text-align: center;
  }  
  
.sidebar.box.source {
  margin: 0 !important;
  float: none !important;
  width: 610px !important;
  border: none;
  padding: 50px 0 30px 0;
  background-color: #EEEEEE;
  font-size: 25px;
  line-height: 30px;
  }  
  
.sidebar.box.source A {
  display: block;
  margin-top: 15px;
  }  
    
    
  
/* ITEM
---------------------------------------------------------------------------------------- */   

.items {
  margin: 30px 0px 0 0px;
  }

.item {
  display: block;
  font-size: 30px;
  line-height: 120px;
  border-top: 1px solid #E5E5E5;
  font-weight: 700;
  color: #000 !important;
  background: url('images/arrow-right.png') no-repeat right center;
  margin-top: -2px;
  }
  
.item.collapsible:first-child {
  border-top: none;
  }  

.item-header {
  cursor: pointer;
  padding-left: 25px;
  }
  
.item.collapsible {
  background: none;
  border-width: 2px;
  }  

.item-header {
  background: url('images/arrow-down.png') no-repeat 545px center;
  height: 120px;
  line-height: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 100px;
  }  
  
.item.active .item-header {
  background: url('images/icon-close.png') no-repeat 545px center;
  }  
  
.item-content {
  font-size: 30px;
  line-height: 40px;
  font-weight: 100;
  padding: 0 25px;
  padding-bottom: 30px;
  display: none;
  position: relative;
  overflow: hidden;
  }    
  
 
 
/* SUCHE
---------------------------------------------------------------------------------------- */  

BODY .search {
  overflow: hidden;
  float: none;
  }
  
BODY .search INPUT[type=text] {
  width: 395px;
  font-size: 30px;
  height: 55px;
  background: #F2F2F2 url('images/icon-search-input.png') no-repeat 15px center;
  padding-left: 60px;
  border-radius: 4px;  
  }  
  
BODY .search INPUT[type=submit] {
  background-color: #FC6C37;
  height: 55px;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 1px 0px rgba(0,0,0,0.4);
  border-radius: 4px;  
  }
  
BODY .search-bottom {
  background-color: #F2F2F2;
  margin: 0px -35px -20px -35px;
  padding: 35px 35px 30px 35px;
  } 
  
BODY .search-bottom .search INPUT[type=text] {     
  background-color: #fff;
  border-color: #ddd !important;
  }
  
TABLE.list TR.partner TD {
  padding: 0;
  }  
  
TABLE.list TR.partner TD.title A {
  font-size: 30px;
  padding: 20px 0 22px 0;
  line-height: 40px;
  width: 570px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  }
  
TABLE.list TR.partner TD.city {
  display: none;
  }  
  
TABLE.list TR.partner TD.starlets {
  display: none;
  } 
  
/* SUCHERGEBNISSE
---------------------------------------------------------------------------------------- */      

BODY.search {
  overflow: visible !important;
  }

BODY.search #allbutfooter {
  background-color:#F2F2F2 !important;
  }
  
BODY.search #main {
  padding: 0;
  } 
  
BODY.search #push {
  height: 1px;
  }
  
BODY.search H3 {
  font-size: 50px;
  line-height: 50px;
  }  
    
.search-results #main-title {
  margin-top: 80px;
  }
  
BODY.search A.no-results {
  color: #fff;
  opacity: 0.3;
  }  
  
.search-results #main-title {
  margin-bottom: 0;
  }  
  
.search-results #events,
.search-results #news,
.search-results #partners {
  margin: 15px !important;
  border: none;
  width: 610px;
  }  
  
.search TABLE.list TD {
  font-size: 30px;
  line-height: 35px;
  }  
  
.search TABLE.list TD.date {
  font-weight: 400;
  }  
  
.search TABLE.list TD.title {
  padding-right: 0;
  }  
  
.search .starlets,
.search .discount,
.search .nav {
  display: none;
  }
  
BODY.search #boxes-container {
  margin: 0 !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 620px !important;
  }    
  
BODY.search #boxes {
  width: 620px !important;
  margin-right: 0 !important;
  }  
  
BODY.search .box {  
  margin-right: 0px !important;
  width: 570px !important;
  }
  
BODY.search #boxes-container #boxes .box .box-content {
  width: 460px;
  }  
  
BODY.search TABLE.list TR.highlight TD.title A {
  background-position: 0 3px;
  }
  
BODY.search #partners TABLE.list TR.highlight TD.title A {
  background-position: 0 25px;
  }  
  
  
  

  
/* VORTEILE
---------------------------------------------------------------------------------------- */  

BODY.vorteile .back {
  display: none;
  }

BODY.vorteile #container {
  padding-bottom: 0px;
  }  

BODY.vorteile H3.all, 
BODY.vorteile .showAll {
  display: none;
  }
  
.flexslider {
  width: 640px !important;
  height: 410px !important;
  padding: 0;
  margin: 0 !important;  
  }  
  
.flexslider UL {
  padding: 0 !important;
  margin: 0 !important;
  }  
  
.flexslider UL.slides LI {
  width: 640px;
  height: 410px;
  float: left;
  background-size: cover;
  }  

.flexslider UL.slides LI A {
  width: 640px !important;
  height: 410px !important;
  margin: 0 !important;
  }  
  
.flexslider UL.slides LI IMG {
  max-width: 100% !important;
  height: auto;
  display: none;
  }  
  
.flexslider UL.slides LI .box {
  width: 640px;
  height: 410px;
  margin: 0;
  }  
  
BODY.vorteile #boxes .box_big .box-title,
BODY.vorteile #boxes .box_small .box-title {
  font-size: 50px !important;
  line-height: 50px !important;
  padding: 10px 0;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.5) !important;
  font-weight: 900;
  margin-top: 0;
  }  
  
.flexslider .box .box-image-darken {
  background-image: url('../images/box-mobile-darken.png') !important;
  }  
  
BODY.vorteile H3 {
  text-align: left;
  padding: 25px 0 15px 10px;
  padding-left: 10px !important;
  }
  
BODY.vorteile .searchresult H3 {
  text-align: center;
  }   
  
BODY.vorteile H4 {
  text-align: left;
  padding-left: 10px;
  color: #999;
  margin-top: -30px;
  margin-bottom: 20px !important;
  font-weight: 400;
  font-size: 36px;
  }   

BODY.vorteile .searchresults-count {
  background-color: #F2F2F2;
  margin: 0 -25px 0px -25px !important;
  padding: 30px 0;
  position: relative;
  }
  
BODY.vorteile #container.searchresult {
  padding-top: 0px !important;
  padding-bottom: 0px;
  }
  
BODY.vorteile .searchresult .items {
  margin-top: 0;
  } 
  
BODY.vorteile .searchresult TABLE.list TR:first-child TD {
  border-top: none;
  }  
  
BODY.vorteile .searchresult #boxes {
  display: none;
  }   
  
BODY.vorteile .searchresult FORM.search {
  padding-top: 25px !important;
  } 
  
BODY.vorteile .searchresult #event-settings {
  display: none;
  }  
   
  
/* SINGLE PARTNER
---------------------------------------------------------------------------------------- */    

#partner {
  width: 640px;
  overflow: hidden;
  }

#head {
  height: 412px;
  background-color: #19A891;
  display: table;
  width: 640px !important;
  table-layout: fixed;
  margin-top: 85px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  }
  
#head H1 {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  }  

#head .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  }  
  
#head .decoration {
  width: 640px;
  height: 5px;
  background: #000;
  opacity: 0.2;
  position: absolute;
  bottom: 0px;
  z-index: 50;
  left: 0px;
  }  
  
#discount {
  margin-top: -25px;
  width: 640px;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 30px;
  }
  
#discount H6 {
  font-size: 25px;
  }    
  
#discount H6 IMG {
  top: -6px;
  }  
  
#discount .button.black {
  display: block;
  margin: 40px -50px -30px -50px;
  border-radius: 0;
  height: 100px;
  line-height: 100px;
  background: #84306B url('images/arrow-right-white.png') no-repeat 590px center;
  font-size: 30px;
  padding-left: 20px;
  text-transform: uppercase;
  text-align: left;
  } 
  
.single-partner .items {
  margin-top: 0; 
  }

.single-partner #container,
.single-location #container {
  padding: 0;
  }
  
.single-partner #content,
.single-location #content {
  width: 100%;
  }  
  
.item.contact .item-content {
  padding-bottom: 0;
  }     
  
.item.contact UL {
  margin: 0;
  padding: 0;
  width: 100%;
  }  
  
.item.contact LI {
  list-style-type: none;
  border-top: 1px solid #E5E5E5;
  }  
  
.item.contact LI A,
.item.contact LI SPAN {
  display: table-cell;
  vertical-align: middle;  
  height: 120px;  
  padding: 20px 0;
  padding-left: 80px;
  color: #000 !important;
  }  
  
.item.contact .address {
  background: url('images/icon-pin.png') no-repeat 0 center;
  }  
  
.item.contact .bus {
  background: url('images/icon-bus.png') no-repeat 0 center;
  }  
  
.item.contact .phone {
  background: url('images/icon-phone.png') no-repeat 0 center;
  }  
  
.item.contact .email {
  background: url('images/icon-mail.png') no-repeat 0 center;
  }  
  
.item.contact .web {
  background: url('images/icon-globe.png') no-repeat 0 center;
  }      
  
.sidebar.box.restriction {
  float: none;
  margin: 30px -25px 0px -25px !important;
  width: 640px;
  background-color: #1A1A1A;
  color: #fff;
  padding-bottom: 0;
  padding-top: 35px;
  font-size: 30px;
  } 
  
.sidebar.box.restriction P {
  font-size: 30px;
  line-height: 40px;
  } 
  
.sidebar.box.restriction P STRONG {
  font-weight: 700;
  padding-bottom: 20px;
  display: inline-block;
  } 
  
.sidebar.restriction IMG.card {
  left: 255px;
  top: -20px;
  }    
  
.sidebar.box.restriction .button.black,
.sidebar.box.eintritt .button.black {
  margin: 30px -20px -30px -20px;
  width: 640px;
  background: #159480 url('images/arrow-right-white.png') no-repeat 560px center;
  height: 100px;
  line-height: 95px;
  font-size: 30px;
  padding-left: 25px;
  border-radius: 0;
  }       
  
.single-partner TR.event TD.location {
  display: none;
  } 
  
.single-partner TR.event TD.date {
  display: table-cell;
  font-weight: 400;
  } 
  
.single-partner TR.day {
  display: none;
  } 
  
.single-partner TABLE.list {
  border-bottom: none;
  }  
  
.single-partner TR.event TD {
  border-bottom: none !important;
  font-size: 25px;
  padding: 15px 0;
  }  
  
.item.starlet .comment-avatar-big {
  top: 0px;
  left: 25px;
  }  
  
.item.starlet .comment-text {
  padding-bottom: 20px;
  }  
  
.starlet .item-content {
  padding-left: 120px;
  } 
  
#content .video {
  margin: -20px -15px 20px -20px !important;
  float: left;
  }  
  
.single-partner .sidebar,
.single-event .sidebar {
  margin-left: -15px !important;
  margin-top: 0px !important;
  }

.single-partner #gallery,
.single-event #gallery {
  margin-top: -20px !important;
  margin-bottom: 0px !important;
  float: left;
  position: relative;
  z-index: 1000;
  }
  
/* LOCATION
---------------------------------------------------------------------------------------- */        

.location #head {
  margin-bottom: -15px;
  }

.single TABLE.list TR {
  border-top: 1px solid #EDEDED;
  }

.single TABLE.list TD {
  font-size: 30px;
  line-height: 40px;
  border-top: none;
  padding-right: 0px !important;
  }
  
.single TABLE.list TD A {
  color: #000 !important;
  } 
  
.single TABLE.list TD.location {
  display: none;
  }    
  
.single TABLE.list .nav {
  display: none;
  }  
  
.single TABLE.list {
  border: none !important;
  }  

/* AUFLISTUNGEN / TABELLE
---------------------------------------------------------------------------------------- */   


TABLE.list TR:hover TD {
  background: none !important;
  }
  
TABLE.list TR#teaserboxes {
  display: none;
  }  
  
TABLE.list TR.highlight TD.title A { 
  padding-left: 40px;
  background: url('images/star.png') no-repeat left 5px;
  }
  
BODY.vorteile TABLE.list TR.highlight TD.title A { 
  background-position: left 25px;
  }  
  
/* CLUBS
---------------------------------------------------------------------------------------- */  
 
 #main.clubs {
   width: 640px !important;
   overflow: hidden;
   }
   
.clubs #main-title {
  background-color: #A63C88;
  }  
  
.clubs .box_small {
  width: 570px !important;
  height: 380px !important;
  }  
  
.clubs .box.box_small .box-image-darken {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  }  
  
.clubs .box .box-title {
  font-size: 40px !important;
  line-height: 40px;
  font-weigh: 900 !important;
  } 
  
/* FAQs
---------------------------------------------------------------------------------------- */    

.faq .items {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  border-top: 10px solid #F2F2F2;
  }
  
#faqs .question {
  font-size: 30px;
  line-height: 35px;
  padding-top: 10px;
  padding-bottom: 5px;
  }  
  
.faq H4 {
  font-weight: 600;
  font-size: 34px;
  }  
 
/* SUCHE
---------------------------------------------------------------------------------------- */   

BODY.search {
  width: 640px;
  overflow: hidden;
  }
  
BODY.search .container {
  width: 640px;
  overflow: hidden;
  } 
  
/* ONLINE ANMELDUNG
---------------------------------------------------------------------------------------- */    

.online-anmeldung #main-title {
  display: none;
  }

.page-id-14080 #footer,
.page-id-3077 #footer {
  display: none;
  } 
  
.page-id-14080 #push,
.page-id-3077 #push {
  height: 1px;
  }   

FORM#signup {
  margin: 0;
  padding-top: 0;
  }

FORM#signup .steps {  
  font-size: 24px;
  padding: 10px 0;
  }
  
FORM#signup H2 {
  line-height: 50px;
  }
  
.align-left {
  text-align: left !important;
  }  
  
/* RESET
---------------------------------------------------------------------------------------- */     

#reset {
  width: auto;
  }

#reset P {
  font-size: 24px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px !important;
  }  

#reset P.more {
  font-size: 20px;
  padding-right: 0 !important;
  }
  
#reset INPUT {
  font-size: 36px;
  padding-left: 20px;
  height: 75px;
  -webkit-appearance: none;
  }  
  
#reset #birthday INPUT {
  width: 100%;
  }  
  
#reset .button {
  font-size: 24px;
  padding: 25px 75px 28px 75px;
  }  
  
#reset .ups .button {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;  
  } 
  
#reset #birthday #birth-day,
#reset #birthday #birth-month {
  width: 125px !important;
  }  
  
#reset #birthday #birth-year {
  width: 250px;
  }  
  
  
  
/* Intro
-------------------------------------- */ 
  
#signup #types {
  display: block;
  border-top: 2px solid #E5E5E5;
  margin-top: 40px;
  }  
  
#signup #types #or {
  display: none;
  }  
  
#signup #types .type {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #E5E5E5;
  position: relative;
  text-align: left;
  padding-left: 155px;
  padding-right: 60px;
  background: url("images/arrow-right.png") no-repeat scroll right center;  
  }  
  
#signup #types .type IMG {
  width: 140px;
  position: absolute;
  left: 0;
  top: 20px;
  } 
  
#signup #types .type H4 {
  font-weight: bold;
  font-size: 30px;
  }   
  
#signup #types .type P {
  font-size: 22px;
  line-height: 30px;
  color: #767676;
  width: auto;
  }  
  
#signup #types .type .button {
  background: none;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }  
  
#signup .more A {
  color: #00a98f !important;
  border-bottom: 1px solid #83D4C8;
  font-size: 24px;
  }  
  
/* Schritt 1 von 4
-------------------------------------- */   

#signup #add-ons {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  }

#signup .add-on {
  display: block;
  width: 100%;
  border: none;
  border-top: 2px solid #E5E5E5;
  position: relative;
  text-align: left;
  padding-left: 155px;
  padding-right: 80px;
  padding-top: 10px;
  padding-bottom: 25px;
  background: url("images/arrow-right.png") no-repeat scroll right center;   
  box-sizing: border-box;
  box-shadow: none !important;
  }
  
#signup .add-on IMG {
  width: 120px;
  position: absolute;
  left: 0;
  top: 20px;
  }   
  
#signup .add-on H4 {
  font-weight: bold;
  font-size: 30px;
  }     
  
#signup .add-on P {
  font-size: 22px;
  line-height: 30px;
  color: #767676;
  width: auto;
  height: auto !important;
  }  
  
#signup .add-on .button {
  background: none;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
  
#signup #add-on {
  padding-bottom: 0;
  }    
  
#signup #add-on .more {
  display: none;
  }    
  
/* Schritt 2 von 4 (FOTO)
-------------------------------------- */  

#signup #photo H2 {
  margin: 0;
  }
  
#signup #photo #upload {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 40px;
  }
  
#signup #photo #upload H4 {
  font-weight: bold;
  margin: 30px 0 0 0;
  }     
  
#signup #photo #upload P {
  color: #767676;
  font-size: 24px;
  margin: 0;
  }  
  
#signup #photo #tips {
  background-color: #E7E7E7;
  margin: 0;
  margin-left: -20px;
  margin-bottom: -30px;
  padding-top: 2px;
  overflow: hidden;
  width: 610px;
  } 
  
#signup #photo #tips H5 {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #F3F3F3;
  text-transform: none;
  }     

#signup #photo TABLE {
  margin: 0;
  }  
  
#signup #photo .more {
  display: none;
  }  
  
#signup .button-touch {
  width: 350px;
  height: 78px;
  display: block !important;
  margin: 0 auto !important;
  font-size: 30px;
  font-weight: bold;
  line-height: 75px !important;
  text-transform: uppercase;
  border: 2px solid #E6E6E6;
  margin-bottom: 15px !important;
  border-radius: 5px;
  box-shadow: 0 3px 0 #D9D9D9;
  color: #A73D89;
  text-align: center !important;
  padding: 0 !important;
  }

#signup .button-touch.green {
  border-color: #159480;
  background-color: #19A891 !important;
  }    
  
#signup .button-primary {
  background-color: #A73D89 !important; 
  color: #fff;
  border-color: #903375;
  }  
  
#signup .button-touch I {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  top: 11px;
  margin-right: 5px;
  }
  
#signup I.icon-camera {
  background: url('images/icon-camera.png') no-repeat;
  }    
  
#signup I.icon-pictures {
  background: url('images/icon-pictures.png') no-repeat;
  }
  
/* UPLOAD COMPONENT ------------------------------- */

#signup #photo #preview {
  width: 200px;
  margin-left: -20px;
  position: absolute;
  display: none;
  }
  
#signup #photo #preview .card {
  right: -100px;
  margin-right: -105px;
  }  

#signup #photo #upload {
  float: right;
  width: 570px;
  height: 310px;
  transition: 0.25s;
  padding: 50px 0 0px 0;
  }
 
#signup #photo #upload-card-photo {
  margin-bottom: 0;
  width: auto;
  height: 95px !important;
  }  
  
#signup #upload-card-photo_browse {
  display: block;
  width: 350px;
  height: 80px;
  line-height: 75px;
  padding: 0;
  font-size: 30px;
  border: 2px solid #903375;
  box-shadow: 0 3px 0 #D9D9D9;  
  position: static !important;
  margin: 0 auto;
  }  
  
#signup #upload-card-photo_browse:hover {
  background-color: #A73D89 !important;
  }  
  
#signup #upload .success {    
  padding-top: 20px;
  width: 370px;
  float: right;
  }
  
#signup #upload .success STRONG {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 30px;
  }   
  
#signup .plupload_total_status {
  width: 100%;
  text-align: center;
  font-size: 45px;
  padding: 0;
  position: relative;
  top: -50px;
  height: 70px;
  background-position: center bottom;
  }  



/* --------------------------------------------- */  
  
#signup #photo #tips {
  position: relative;
  }        
  
#signup #photo #tips #slider {
  width: 520px;
  margin: 20px auto 20px auto;    
  }  
  
#signup #photo #tips UL {
  display: block;
  position: relative;
  padding-top: 40px;
  }  
  
#signup #photo #tips .slides LI {
  padding: 0;
  width: 260px !important;
  }
  
#signup #photo #tips .slides LI .text {
  display: block;
  padding: 0 20px;
  }  
  
#signup #photo #tips .flex-control-nav {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  height: 40px;
  }  
  
#signup #photo #tips .flex-control-nav LI {
  display: inline-block !important;
  }  
  
#signup #photo #tips .flex-control-nav LI A {
  width: 10px;
  height: 10px;
  background: none;
  border: 2px solid #B2B2B2;
  border-radius: 10px;
  margin: 0 2px;
  background-color: #EEEEEE;
  display: block !important;
  }  
  
#signup #photo #tips .flex-control-nav LI A.flex-active {
  background-color: #000;
  border-color: #000;
  }  
  
/* Schritt 3 von 4 (Bestellformular)
-------------------------------------- */  
  
.icheckbox,
.iradio {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 5px;
  background: url('images/icons-checkbox-radio.png') no-repeat;
  cursor: pointer;
  }
  
.iradio {
  background-position: 0 -48px;
  }  
  
.icheckbox.checked {
  background-position: -48px 0;
  } 
  
.iradio.checked {
  background-position: -48px -48px;
  }   


#signup #form {
  width: 100%;
  padding-bottom: 20px;
  }

#signup #form H2 {
  margin: 0;
  }  
  
#signup #form LABEL {
  font-size: 24px;
  line-height: 35px;
  width: 100%;
  clear: both;
  }  
  
#signup #form #newsletter LABEL {
  width: 500px !important;
  clear: none;
  line-height: 56px;
  margin-left: -5px;
  }  
  
#signup .form-item {
  width: 100%;
  } 
  
#signup .form-item.zipcode {
  width: 200px;
  float: left;
  }  
  
#signup #form .radio {
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  width: 280px;
  margin: 0;
  height: 80px;
  }  
  
#signup #form .radio.female {
  float: right;
  }  
  
#signup #form .radio .iradio {
  margin: 12px 5px 0 15px;
  float: left;
  } 
  
#signup #form .radio LABEL {
  font-size: 24px;
  line-height: 72px;
  width: 200px;
  float: left;
  clear: none;
  }   
  
#signup #form .iradio.checked + LABEL {
  font-weight: bold;
  }  
  
#signup #form INPUT[type=text],
#signup #form INPUT[type=date],
#signup #form INPUT[type=number] {
  font-size: 24px;
  height: 80px;  
  width: 100% !important;
  padding-left: 20px;
  -webkit-appearance: none !important;  
  }   
  
#signup #form #sex {
  margin-top: -30px;
  }   
  
#signup #form #sex STRONG {
  top: -60px;
  left: -17px;
  }

#signup #form #sex STRONG LABEL {
  width: 300px;
  }     
  
#signup #form #birthday {
  clear: both;
  float: none;
  width: 100%;
  padding-top: 20px;
  }
  
#signup #form #birthday INPUT {
  width: 570px !important;
  height: 80px !important;
  border: 1px solid #BABABA !important;
  -webkit-appearance: none !important;
  }  
  
#signup #form #birth-day,
#signup #form #birth-month {    
  width: 140px !important;
  }
  
#signup #form #birth-year {    
  width: 270px !important;
  }  
  
#signup .form-item.city {
  width: 350px;
  float: right;
  }
  
#signup #form .buttons {
  padding: 30px 0 10px 0;
  }       
  
#signup #form .footnote {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #767676;
  padding: 0 50px;
  }  
  
#signup .form-item STRONG {
  top: -5px;
  }  
  
#signup .form-item STRONG LABEL {  
  font-size: 22px !important;
  line-height: 26px !important;
  }
  
#signup #form #birthday STRONG {
  top: 16px;
  }  
  
/* Schritt 4 von 4 (Bestätigung)
-------------------------------------- */   

#signup #confirm {
  width: 100%;
  height: auto;
  }
  
#signup #confirm H2 {
  margin: 0 0 40px 0;
  padding: 0 80px;
  line-height: 48px;
  }

#signup #confirm .underline {      
  padding-bottom: 5px;
  }
  
#signup #confirm P {
  font-size: 24px;
  line-height: 30px;
  } 
  
#signup #confirm P BR {
  display: none;
  }
  
#signup #confirm .box {
  border-width: 6px;
  }  
  
#signup #confirm .checkbox {
  width: 440px;
  margin-bottom: 20px;
  line-height: 56px;
  }  
  
#signup #confirm LABEL {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 58px;
  }  
  
#signup #confirm .button {
  clear: both;
  width: 490px;
  margin-top: 30px;
  }
  
#signup #confirm IMG.card {
  margin-left: -35px;
  }    
  
#signup #confirm .checkbox STRONG {
  left: 7px;
  top: -45px;
  }   
  
#signup #confirm .box {
  padding: 20px 30px;
  margin-bottom: 40px;
  }  
  
#signup #confirm #success .icon {
  text-align: center;
  padding: 15px 0 30px 0;
  } 
  
#signup #confirm #success .icon IMG {
  margin: 0 auto;
  }   
  
#signup #confirm #success .green {
  font-size: 30px;
  }
  
#signup #confirm #success .card {
  margin-bottom: 40px;
  }    
  
#signup #confirm #success .more {
  font-size: 24px;
  }  

  
/* FOOTER
---------------------------------------------------------------------------------------- */        
  
#footer {
  width: 640px;
  height: auto;
  }  
  
#footer .logos {
  width: 640px;
  overflow: hidden;
  height: auto;
  padding-bottom: 50px;
  text-align: center;
  }  
  
#footer .logos A {
  display: inline-block;
  float: none;
  margin-left: 0 !important;
  }
  
#footer .nav-main {
  border-top: 1px solid #313131;  
  }
  
#footer .nav-main UL {
  overflow: hidden;
  margin: 0;
  padding: 0;
  }  
  
#footer .nav-main UL LI {
  width: 320px;
  float: left;
  list-style-type: none;
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;  
  }
  
#footer .nav-main UL LI A {
  height: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 43px;
  font-weight: 900;
  text-transform: uppercase;
  }  
  
#footer .links {
  border-top: none;
  }  
  
#footer .links UL {
  padding-left: 0;
  width: 642px;
  }  
  
#footer .links UL LI {
  width: 320px;
  float: left;
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
  margin-right: 1px;
  }  
  
#footer .links UL LI A {
  padding: 0 !important;
  color: #808080;
  font-size: 20px;
  line-height: 57px;
  height: 60px;
  text-transform: uppercase;
  }  
  
#footer .links {
  height: auto;
  position: static;
  }  
    
  

 