#main{
    position: relative;
}
/* galleryModel */
.osterfreude-trigger{
    cursor: pointer;   
    z-index: 9999;
    max-width: 103px;
    position: absolute;
}
/*.osterfreude-steps {
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    height: 158px;
    padding: 29px 28px;
    position: fixed;
    right: 10px;
    width: 109px;
    z-index: 99;
}
.osterfreude-steps span {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    width: 100%;
}
.current-step {
    display: inline-block;
    left: -7px;
    position: relative;
    text-align: right;
    width: 35px !important;
}
.total-step {
    display: inline-block;
    text-indent: 20px;
}
.osterfreude-steps .divider {
    background-color: #fff;
    font-size: 50px;
    height: 5px;
    position: absolute;
    right: 23px;
    top: 75px;
    width: 60px;
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
}*/
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 99999;
}
.galleryModel .modal-content {
    background: #b81f35 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}
.galleryModel .modal-dialog {
    width: 632.7px;
}
@media(min-height:600px) and (min-width:768px){
    .galleryModel .modal-dialog {
        left: 50%;
        position: absolute;
        top: 50%;
        margin: 0;
        -webkit-transform: translate(-50%, -80%) !important;
        transform: translate(-50%, -80%) !important;
    }
    .modal.in.galleryModel .modal-dialog {
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }
}
.galleryModel .modal-body {
    padding: 30px 17px 21px;
}
.cus-close {
    position: absolute;
    right: 18px;
    top: 17px;
}
.oster-titile{
    width: 100%;
    text-align: center;
}
.oster-titile h2{
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.oster-titile p{
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    margin: 0;
}
.oster-step {
    background-image: url("../images/multi-step-egg.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #3f0b12;
    float: left;
    font-size: 40px;
    height: 86.8px;
    margin-bottom: 23px;
    margin-right: 49px;
    cursor: default;
    padding: 17px 0;
    text-align: center;
    width: 59.9px;
}
.oster-step.active{
    /* background-image: url("../images/active-egg.png"); */
    text-indent: -9999px;
}
.step-wrapper {
    display: inline-block;
    margin: 12px 0;
    padding: 0 41px;
    width: 100%;
}
.oster-content-area {
    padding: 20px 0;
}
@media(min-width:520px){
    .oster-step:nth-child(5n) {
        margin: 0 !important;
    }
}

.oster-footer {
    display: inline-block;
    padding: 9px 0 0;
    width: 100%;
    text-align: center;
}
.galleryModel .step{
    display: none;
}
.galleryModel .step.active{
    display: block;
}
.oster-form ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
    font-size: 25px;
    text-transform: none;
}
.oster-form :-moz-placeholder {
    opacity: 1;
    color: #fff;
    font-size: 25px;
    text-transform: none;
}
.oster-form ::-moz-placeholder {
    opacity: 1;
    color: #fff;
    font-size: 25px;
    text-transform: none;
}
.oster-form :-ms-input-placeholder {
    opacity: 1;
    color: #fff;
    font-size: 25px;
    text-transform: none;
}
.oster-form input {
    background-color: #db8c99;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 25px;
    height: 46px;
    margin-bottom: 13px;
    max-width: 100%;
    opacity: 1;
    padding: 0 24px;
    width: 100%;
}
.oster-form .row{
    margin: 0 -6.5px;
}
.oster-form [class*='col-']{
    padding: 0 6.5px;
}
.oster-form {
    padding: 18px 34px 0 34px;
}
.oster-btn, .oster-form .oster-btn {
    background-color: #ffffff;
    border: 1px solid #fff;
    color: #b81f35;
    display: inline-block;
    font-size: 22px;
    margin-right: 16px;
    min-width: 187px;
    padding: 5px 14px 6px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.oster-btn:hover,
.oster-btn:focus{
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.oster-btn:last-child{
    margin-right: 0;
}
@media(min-width:768px){
    .oster-form .col-sm-3 {
        width: 28.5%;
    }
    .oster-form .col-sm-9 {
        width: 71.5%;
    }
}
.oster-checkbox {
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 17px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}
.oster-checkbox label{
    cursor: pointer;
}
.oster-checkbox span{
    width: 26.3px;
    height: 26.3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #db8c99;
}
.oster-checkbox span::after {
    background-color: #fff;
    content: "";
    height: 16px;
    left: 5px;
    position: absolute;
    top: 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 16px;
}
.oster-checkbox [type="checkbox"] {
    height: auto;
    left: -999px;
    margin: 0;
    opacity: 0;
    position: absolute;
}
.oster-checkbox [type="checkbox"]:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.forgot-pass {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 17px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
}
.forgot-pass::after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 1.5px;
    left: 0;
    position: absolute;
    width: 100%;
}
.forgot-pass:hover,
.forgot-pass:focus{
    color: #fff;
    text-decoration: none;
}
.oster-footer .oster-btn{
    float: left;
}
.oster-footer.text-center .oster-btn{
    float: none;
}
.oster-footer p{
    color: #fff;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
}
.oster-titile .sub-title {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 10px 0;
    text-transform: uppercase;
    width: 100%;
}
.final-oster-wrap .oster-step {
    height: 108.4px;
    margin-bottom: 31px;
    margin-right: 35px;
    width: 76.2px;
}
.final-oster-wrap {
    margin: 13px 0 0;
    padding: 0 28px;
}
#final-step .oster-content-area {
    padding: 20px 0 0;
}
#final-step  .oster-footer {
    margin: -8px 0 8px;
    padding: 0;
}
.navbar .container{
    position: relative;
}
.login-trigger {
    border: 1px solid #212121; 
    text-transform: uppercase;
    bottom: 6px;
    color: #212121;
    cursor: pointer;
    font-size: 16px;
    padding: 3px 15px;
    position: absolute;
    right: -100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.login-trigger:hover{
    background-color: #c01a27;
    border: 1px solid #c01a27; 
    color: #fff;
}
@media(max-width:1400px){
    .login-trigger {
        bottom: -40px;
        right: 15px;
    }
}
@media(max-width:767px){
    .galleryModel .modal-dialog {
        width: 100%;
    }
    .galleryModel.modal.fade.in {
        left: 0;
        padding: 15px;
        top: 0;
        width: 100%;
    }
    .galleryModel .modal-dialog {
        margin: 0;
        width: 100%;
    }
    .oster-step {
        font-size: 24px;
        height: 68px;
        margin-right: 35px;
        width: 45px;
        display: inline-block;
        float: none;
    }
    .step-wrapper {
        max-width: 380px;
        padding: 0;
    }
    .oster-btn, .oster-form .oster-btn {
        margin-right: 13px;
        padding: 8px 10px;
        font-size: 14px;
        min-width: 110px;
    }
    .oster-content-area {
        text-align: center;
    }
    .oster-footer .oster-btn {
        margin-bottom: 13px;
        float: none;
    }
    .oster-titile h2 {
        font-size: 25px;
        margin: 0 0 5px;
    }
    .oster-titile p {
        font-size: 16px;
    }
    .cus-close {
        max-width: 20px;
        right: 15px;
        top: 15px;
    }
    .oster-content-area {
        padding: 20px 0 0;
    }
    /*.osterfreude-steps {
        height: 100px;
        padding: 20px 11px;
        width: 78px;
    }
    .osterfreude-steps span {
        font-size: 25px;
        line-height: 34px;
    }
    .osterfreude-steps .divider {
        height: 3px;
        right: 25px;
        top: 54px;
        -webkit-transform: rotate(-33deg);
        transform: rotate(-33deg);
        width: 35px;
    }*/
    .osterfreude-trigger {
        max-width: 53px;
    }
    .oster-form {
        padding: 18px 0 0;
    }
    .oster-form ::-webkit-input-placeholder {
        font-size: 18px;
    }
    .oster-form :-moz-placeholder {
        font-size: 18px;
    }
    .oster-form ::-moz-placeholder {
        font-size: 18px;
    }
    .oster-form :-ms-input-placeholder {
        font-size: 18px;
    }
    .oster-form input {
        font-size: 18px;
        height: 37px;
        padding: 0 20px;
    }
    .oster-form {
        padding: 0;
    }
    .oster-checkbox {
        padding-left: 35px;
    }
    .final-oster-wrap .oster-step {
        float: left;
        height: 88px;
        margin-bottom: 15px;
        margin-right: 25px;
        width: 64px;
    }
    .final-oster-wrap {
        max-width: 420px;
    }
    #final-step .oster-content-area {
        padding: 20px 0;
    }
    .oster-footer p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .galleryModel .modal-body{
        margin-bottom: 30px;
    }
}
@media(max-width:519px){
    .step-wrapper {
        padding: 0;
        max-width: 270px;
    }

    .oster-footer .oster-btn {
        margin-right: 0;
    }
    .oster-step {
        height: 50px;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 8px 0 0;
        width: 34px;
    }
    .oster-step:nth-child(4n){
        margin-right: 0;
    }
    .step-wrapper {
        max-width: 200px;
    }
    .final-oster-wrap .oster-step {
        height: 78px;
        margin-right: 16px;
        width: 64px;
    }
    .final-oster-wrap .oster-step {
        height: 68px;
        margin-bottom: 15px;
        margin-right: 16px;
        width: 48px;
    }
}
/* End galleryModel */

.alert-custom {
    background: #ee0101 none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 6px;
    bottom: 116%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 7px;
    text-align: center;
    z-index: 999;
}
.alert-custom::after {
    background-color: #ee0101;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.oster-form .col-sm-12 {
    float: left;
    position: relative;
    width: 100%;
}
.oster-checkbox .alert-custom {
    left: 0;
    right: auto;
    text-transform: none;
}
.oster-checkbox .alert-custom::after {
    left: 22%;
    right: auto;
}
.loader-wrapper {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99999;
}
.loader {
    left: 50%;
    margin-left: -90px;
    margin-top: -130px;
    max-width: 180px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3 ease; 
    transition: all 0.3s ease; 

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;


    -webkit-animation: pulse 1s linear infinite alternate;
    animation: pulse 1s linear infinite alternate;

}

@-webkit-keyframes pulse {
    50% {
        top: 40%;
    }
}

@keyframes pulse {
    50% {
        top: 40%;
    }
}
@media(max-width: 767px){
    .loader {
        margin-left: -50px;
        margin-top: -70px;
        max-width: 100px;
    }
}
.error-wrapper {
    margin: 30px 0 0;
}
 .tx-wes-photo-gallery select {
  -moz-appearance: none;
  background-color: #db8c99;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  height: 46px;
  margin-bottom: 13px;
  max-width: 100%;
  opacity: 1;
  overflow: hidden;
  padding: 0 54px 0 24px;
  text-overflow: ellipsis;
  width: 100%;
}
.tx-wes-photo-gallery select option {
    padding: 0 24px;
}
.oster-checkbox a {
    color: #fff;
    text-decoration: underline;
}
.oster-select-box {
    position: relative;
    cursor: pointer;
}
.oster-select-box i {
    height: 13px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 19px;
    z-index: 2;
    background: url(down-arrow.svg) no-repeat;
    background-size: contain;
}
@media(max-width:767px){
    .tx-wes-photo-gallery select{
        font-size: 18px;
        height: 37px;
        padding: 0 20px;
    }
    .tx-wes-photo-gallery select option {
        padding: 0 20px;
    }
}
.oster-select-box select::-ms-expand {
    display: none;
}
.oster-form input.error {
    background-color: #ae2434;
    border-color: #fff;
    color: #fff !important;
}
.oster-content-area p{
    color: #fff;
}
.tx-wes-photo-gallery .gallery-registrieren,.tx-wes-photo-gallery .votes-btn {
  border: 1px solid #212121;
  bottom: 6px;
  color: #212121;
  cursor: pointer;
  font-size: 16px;
  padding: 3px 15px;
  position: absolute;
  right: -100px;
  text-transform: none;
  transition: all 0.3s ease 0s;
}
.tx-wes-photo-gallery .gallery-registrieren, .tx-wes-photo-gallery .votes-btn {
  left: 50%;
  margin-left: -80px;
  margin-bottom: 10px;
  max-width: 100%;
  position: relative;
  right: auto;
  text-align: center;
  width: 165px;
  padding: 5px;
}
.tx-wes-photo-gallery .gallery-registrieren:hover, .tx-wes-photo-gallery .votes-btn:hover{
    background-color: #c01a27;
    border: 1px solid #c01a27;
    color: #fff;
}
.user-vote input {
  opacity: 0;
  position: absolute;
}

.tx-wes-photo-gallery .votes-btn {
	position: absolute;
}
.toolTip {
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color:#fff;
    font-size:12px Arial;
}
.tx-wes-photo-gallery select{
 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    text-overflow: ''; / this is important! /

    -webkit-box-shadow: none;
    box-shadow: none;
}
.galleryModel .step.active {
  padding-top: 10px;
}
.newsGallery a:hover{
    text-decoration: underline;
    color: #0466C2;
}
.newsGallery a h2:hover{
    text-decoration: underline;
    color: #0466C2;
}
