
#outer {
    margin: 0 auto;
    max-width: 700px;

}

#header {
    margin: 20px 0 0;
    position: relative;
    padding: 10px 30px 30px;
    background-color: #ffffff;
}

#header-img {
    clear: both;
}

#header-img-element {
    width: 100%;
}

#header p {
    position: absolute;
    top: 7px;
    left: 15px;
    font: 15px/1 sans-serif;
}

#header .lang {
    float: left;
    margin-top: 20px;
}

#languagechoose {
    float: left;
    margin-bottom: 20px;
}

/*
.lang,
.lang ul,
.lang li,
.lang a {
    font: 15px/1 sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.lang {
    height: 40px;
    width: 140px;
    border: 1px solid #dcdcdc;
}

.lang li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.lang li a {
    width: 138px;
    display: block;
    padding: 0 15px;
    margin: 6px 0;

    line-height: 28px;
    text-decoration: none;

    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;

    color: #707070;

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.lang li:first-child a {
    border-left: none;
}

.lang li:last-child a {
    border-right: none;
}

.lang li:hover > a {

}

.lang ul {
    position: absolute;
    top: 40px;
    left: -2px;
    opacity: 0;
    background: #F7F7F7;
    border: 1px solid #dcdcdc;

    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}

.lang li:hover,
.lang li.hover {
    background: #EBEBEB;
}

.lang li:hover > ul,
.lang li.hover > ul {
    opacity: 1;
}

.lang ul li {
    overflow: hidden;

    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.lang img {
    width: 22px;
    margin-right: 5px;
    margin-top: -3px;
    border: 1px #cccccc solid;
}

.lang li:hover > ul li,
.lang li.hover > ul li {
    height: 35px;
    overflow: visible;
    padding: 0;
}

.lang ul li {
    border-bottom: 1px solid #dcdcdc;

}

.lang ul li a {
    padding: 0 15px;
    margin: 6px 0;

    border: none;

}

.lang ul li:last-child a {
    border: none;
}
*/

#header .lang {
    float: right;
    margin-top: 10px;
    margin-right: 15px;
}

#languagechooser input,
#languagechooser select {
    display: inline;
    margin-right: 4px;
    border: 0;
    background: transparent;
}

#languagechooser select {
    width: 100px;
}

.lang,
.lang ul,
.lang li,
.lang a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

.lang {
    height: 40px;
    width: 150px;
    background: #FFF;
    border: 2px solid #bbb;
}

.lang li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
    /* BORDERARIUS */ /* AUS STYLE VON TCB - ALLE BORDERRAIUS ÜBER EINEN WERT */
}

.lang li a {
    width: 150px;
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 25px;
    text-decoration: none;
    border-left: 1px solid #393942;
    border-right: 1px solid #4f5058;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #707070;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.lang li:first-child a {
    border-left: none;
}

.lang li:last-child a {
    border-right: none;
}

.lang li:hover > a {
    /*color: #8fde62;*/
}

.lang ul {
    position: absolute;
    top: 40px;
    left: 0px;
    opacity: 0;
    background: #eceeef;
    border: 1px solid #dcdcdc;
    z-index: 999;
}

.lang ul li:hover,
.lang ul li.hover {
    background: #F7F7F7;

}

.lang li:hover > ul,
.lang li.hover > ul {
    opacity: 1;
}

.lang ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}

.lang img {
    width: 22px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    border: 1px #cccccc solid;
    vertical-align: baseline;
}

.lang li:hover > ul li,
.lang li.hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;

}

.lang ul li a {
    padding: 0 14px;
    margin: 6px 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
}

.lang ul li:last-child a {
    border: none;
}

#footer {
    text-align: center;
    padding: 8px;
    margin: 0;
}

#footer ul {
    font-size: 110%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer ul > li {
    border-left: 1px #b3b3b3 solid;
    display: inline;
    padding: 0 3px 0 8px;
    margin: 0;
    font-size: 85%;
}

#footer ul > li a,
#footer ul > li {
    text-decoration: none;
    color: rgb(102, 102, 102);
}

#footer ul > li:first-child {
    border-left: 0;
}

#contentcontainer {
    clear: both;
    padding: 30px;

    background-color: #fff;
    border-top: 0;
    min-height: 300px;
}

#content div.continue {
    text-align: right;
}

#content table#price th {
    background-color: #FFF;
    vertical-align: top;
    line-height: 110%;
}

#content table#price th,
#content table#price td {
    padding: 2px;
    border: 1px #000 solid;
}

#content .continue_description {
    color: #555555;
    text-align: center;
    font-size: 18px;
}

#steps {
    padding: 3px 5px;
    margin: 0;
    background-color: #b3b3b3; /*#ebd9c1;*/
    color: #000;
}

#menu {
    margin: 0;
    padding: 0;
    background-color: #b3b3b3;
}

#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    color: #FFF;
    display: inline;
    padding: 3px 8px;
    margin: 0;
    font-size: 125%;
}

#menu ul li a {
    color: #FFF;
    text-decoration: none;
}

#menu ul li.active {
    color: #000000;
    background-color: #fdc83e;
}

#steps ul {
    font-size: 110%;
    margin: 0;
    padding: 0;
}

#steps ul > li {
    border-left: 1px #000 solid;
    display: inline;
    padding: 0 3px 0 8px;
    margin: 0;
}

#steps ul > li a {
    color: #000;
    text-decoration: none;
}

#steps ul > li:first-child {
    border-left: 0;
}

#steps ul > li.current {
    font-weight: bold;
    font-style: italic;
}

/* Site-Specific stuff */

#start img#customheader {
    width: 100%;
    overflow: hidden;
}

#start .systems .item {
    margin: 5px 0;
}

#start .systems .item p {
    margin: 0;
}

#start input {
    float: none;
}

#start #pricechooser {
    width: 320px;
}

#start .prices th,
#start .prices td {
    text-align: center;
    border: 1px #000 solid;
}

#start .prices th {
    background-color: #FFF;
}

#start #ticket {
    clear: left;
    margin-left: 0;
    margin-top: 0;
}

/*#start #list {
    border: 1px #4f5058 solid;
}

#start #list #element:first-child {
    margin-top: 0px;
}*/

#start #list .element {
    /*
        border: 1px #4f5058 solid;
        min-height: 50px;
        padding: 10px;
        margin-top: 10px; */

    padding: 20px;
    background-color: rgb(236, 238, 239);
    margin-bottom: 30px;

    border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
}

.centerize {
    display: block;
    margin: 0 auto;
    text-align: center;
}

#start .trafficlimit,
#confirmation .trafficlimit {
    background-color: #FFCD00;
    text-align: center;
    font-weight: bold;
    border-top: 1px #ff8117 dashed;
    border-bottom: 1px #ff8117 dashed;
    margin-bottom: 15px;
    padding: 10px;
}

#enterdata label {
}

#enterdata label.checkbox {
    float: none;
    width: auto;
    text-align: left;
}

#enterdata p.small,
#start p.small {
    margin-top: 0;
    font-size: 92%;
    line-height: 130%;
}

#start #ticket label,
#start #hotelcode label {
    font-weight: bold;
    font-size: 110%;
}

#infinsms_payment .sms,
#smschallenge .sms {
    margin: 5px 0;
    padding: 5px;
    border: 1px #000 solid;
    background-color: #fff;
}

#infinsms_payment input[type=text],
#infinsms_payment input[type=number],
#smschallenge input[type=text],
#smschallenge input[type=number] {
    width: 200px;
}

.paypal_go_submit .paypal_button input {
    width: auto;
    border: 0;
}

.paypal_go_submit .paypal_button {
    text-align: center;
}

#popup {
    padding: 10px;
    margin: 0;
    min-height: 300px;
}

#paymentsystem_chooser tr:hover,
#paymentsystem_chooser tr.selected,
#pricechooser tr:hover,
#pricechooser tr.selected {
    background-color: #DBDBDB;
}

#paymentsystem_chooser td {
    padding-bottom: 8px;
    padding-top: 8px;
}

#paymentsystem_chooser tr,
#pricechooser tr {
    border-bottom: 1px #CCC dashed;
}

#paymentsystem_chooser tr:last-child,
#pricechooser tr:last-child {
    border-bottom: none;
}

#pricechooser {
    border: 1px #CCC solid;
    /*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
}

#pricechooser tbody {
    background-color: #F7F7F7;
}

/** confirmation page google location */

#googleplace-info {
    float: left;
    width: 350px;
    padding: 10px;
}

#googleplace-reviews {
    float: left;
    overflow: auto;
    padding: 10px;
    max-height: 270px;
}

#googleplace-info h3 a {
    text-decoration: none;
    color: #000;
}

#googleplace-info h3 a:hover {
    color: #1d85dc;
}

#googleplace-info .rating-text {
    color: rgb(235, 110, 0);
    font-size: 16px;
}

#googleplace-info a.review-write {
    margin: 25px 0;
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    background-color: #e00000;
    border-bottom: 5px #ab0000 solid;
    border-top: 2px #e00000 solid;
    color: #fff
}

#googleplace-info a.review-write:hover {
    background-color: #f40000;
    border-bottom: 5px #b70000 solid;
    border-top: 2px #f40000 solid;
}

img.googlelogo {
    position: relative;
    top: 3px;
    height: 12px
}

.poweredbygoogle {
    padding-left: 8px;
    background-color: rgb(246, 247, 249);
    font-size: 70%
}

#googleplace-reviews .review {
    margin-bottom: 5px;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
}

#googleplace-reviews .review .review-text {
    font-size: 80%;
}

#googleplace-reviews .review .review-stars {
    height: 14px;
    position: relative;
    top: 2px;
}

#googleplace-reviews .review h4 {
    font-size: 80%;
}

#googlepage-inner {
    padding: 10px 0;
}

#googlepage-inner .googlepage-actorimage {
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: none;
    border-top-width: 0px;
}

#googlepage-inner h3 a {
    text-decoration: none;
    color: black;
}

#googlepage-inner h3 a:hover {
    color: #1d85dc;
}

#googlepage-feed {
    background-color: rgb(246, 247, 249);
    height: 100%;
}

#googlepage-feed-inner {
    overflow: scroll;
    max-height: 320px;
    border-top: 1px rgb(246, 247, 249) solid;
}

.googlepage-feed-item {
    font-size: 85%;
    font-family: Helvetica, Calibri, Sans-Serif;
    margin: 5px;
    background-color: #fff;
    border-radius: 2px;
    padding: 8px;
}

.googlepage-feed-item .pub {
    font-size: 90%;
    color: grey;
}

.googlepage-feed-item .attachment {
    margin: 5px 0;
    border: 1px rgb(246, 247, 249) solid;
    border-radius: 2px;
}

.googlepage-feed-item .attachment a {
    text-decoration: none;
    color: black;
}

.googlepage-feed-item .attachment img {
    width: 100%;
}

.googlepage-feed-item .attachment h4 {
    font-weight: normal;
    font-size: 108%
}

.googlepage-feed-item .attachment .inset {
    padding: 3px;
}

.googlepage-feed-item .attachment .link {
    font-size: 90%;
    color: grey;
}

.twitter-follow-button {
    float: right;
    display: block;
}

#confirmation .social-item {
    float: left;
    width: 240px;
    margin: 10px 0;
    margin-right: 10px;
    overflow: hidden;
    max-width: 240px;
    min-width: 240px;
    border: 1px rgb(233, 235, 238) solid;
    max-height: 500px;
    min-height: 500px;
    border-radius: 5px;
}

#googleplace-outer {
    /*padding: 10px;*/
    background-color: rgb(246, 247, 249);
}

@font-face {
    font-family: Roboto;
    src: url('../gfx/Roboto.otf');
}