/**** MSD *****/

.bg-e5edf4 {
    background: #e5edf4;
}
.pad-40-0 {
    padding: 40px 0;
}
.ta-right {
    text-align: right;
}
.justify {
    text-align: justify;
}
@media screen and (min-width: 767px) {
    .sevenP {
        padding-right: 45px;
    }
}
.bg-prozess {
    /*background: url(images/login_prozess.jpg) no-repeat center;
    background-size: cover;*/
}
.height30 {
    height: 30px;
}

.login-button,
.logout-button,
.preferences-button {
    float: right;
    box-sizing: border-box;
    margin-left: 20px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 35px;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.login-button a,
.logout-button a,
.preferences-button a {
    color: #fff !important;
    text-transform: initial;
    font-size: 14px;
    font-weight: bold;
}
.preferences-button a {
    color: #2f3b4d !important;
}
.login-button a span,
.logout-button a span,
.preferences-button a span {
    font-size: 18px;
}
.login-button {
    background: url(images/lock_closed_white.png) no-repeat center left;
}
.logout-button {
    background: url(images/lock_open_white.png) no-repeat center left;
}
.preferences-button {
    background: url(images/user_icon.png) no-repeat center left;
}
    @media (min-width: 320px) and (max-width: 767px) { 
        .login-button,
        .logout-button,
        .preferences-button { 
            width:39px; 
            height:27px;
            box-sizing:border-box;
            margin-top:8px;
            padding:6px 10px;
            float:right; 
            margin-right:15px;
            margin-left: 0;
            border:1px solid #979da6;
        }
        .login-button {
            background:#fff url(images/lock_closed.png) no-repeat center;
        }
        .logout-button {
            background:#fff url(images/lock_open.png) no-repeat center;
        }
        .preferences-button {
            background: #fff url(images/user_icon.png) no-repeat center;
        }
    }

a#logo {
    position: relative;
    display: inline-block;
}
a#logo span {
    position: absolute;
    top: 18px;
    left: 205px;
    font-size: 25px;
    font-weight: bold;
    width: 275px;
}
    @media (min-width: 320px) and (max-width: 767px) {
        a#logo span {
            font-size: 14px;
            left: 162px;
            top: 12px;
            width: 165px;
            line-height:17px;
        }
        a#logo {
            margin-top: 50px;
        } 
    }


#loginbox { 
    max-width:580px;
    margin: 50px auto;  
    background-color:#004e91;
    z-index:999;
    padding:22px;
    box-sizing:border-box;
}

#loginbox p {
    font-size: 12px;
}
#loginbox form {
    width: 470px;
    margin: 0 auto 30px;
}
    @media (min-width: 320px) and (max-width: 767px) { 
        #loginbox,
        #loginbox form {
            width: 100%;
        }

    }

#loginbox h4,
#loginbox h3 {
    color:#fff;
    font-size:1.75rem;
    line-height:1.75rem;
    font-weight: bold;
    text-align:center;
    margin:0 0 20px 0;
    padding:0;
}
#loginbox h3 {
    font-size: 1.25rem;
    margin: 0 auto;
    background:url('images/arrow_white_double_right_small.png') no-repeat scroll 90% center;
    cursor:pointer;
    padding: 5px 40px 7px 0px;
    display: inline-block;
}
#loginbox  a.btn {
    font-size: 1.25rem;
    margin: 0 auto;
    background:url('images/arrow_white_double_right_small.png') no-repeat scroll 96% center;
    cursor:pointer;
    padding: 5px 20px 7px 0px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

#loginbox input[type="text"], 
#loginbox input[type="password"] {
    width:100%;
    border:0;
    font-family:Arial;
    padding: 5px;
    border: 0 none;
    box-sizing:border-box;
    margin-top:10px;
    background-color:#fff;
}
#loginbox input[type="text"].error, 
#loginbox input[type="password"].error {
     border: 2px solid #E21E2C;
}
#loginbox label {
    font-size: 12px;
}


#loginbox span.white {
    color:#fff;
    font-size: 12px;
}
 
.img-center {
    margin:0 auto;
    display:block;
}

.hit-checkbox-text {
     
    color:#fff;
    margin-top:10px;
}

.hit-checkbox-text input {
    margin:2px 0 0 0;   
    vertical-align: sub;
}
.hit-checkbox-text .forgot_password {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
    margin-top: 2px;
}
.hit-float-r {
    float:right;
}
.cb {
    clear: both;
    height: 0px;
    width: 100%;
}
a.underline {
    text-decoration: underline;
}
.hit-btn-submit {
    background:url('images/arrow_white_double_right_small.png') no-repeat scroll 90% center;
    border:1px solid #fff;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    padding: 5px 40px 7px 17px;
    display:inline-block;
    margin-top:10px;
}
.hit-link-register {
    border: none;
}

.loginbox-error {
    color:#fff; 
    padding: 0;
    display:none;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 10px 10px 35px;
    border: 1px solid #fff;
    border: 2px solid #E21E2C;
    position:relative;
    min-height: 62px;
}

.module-error {
    color:#fff; 
    padding: 0;
    display:none;
    font-size: 12px;
    box-sizing: border-box;
    background:rgba(224, 0, 27, 1);
    padding: 10px 10px 10px 35px;
    border: 1px solid #fff;
    position:relative;
    min-height: 62px;
    margin-bottom:30px;
}

.loginbox-error p {
	/*margin-top:10px;*/
}

.loginbox-error:before, .module-error:before {
    color: inherit;
    content: "!";
    font-size: 50px;
    font-weight: bold;
    left: 15px;
    line-height: 50px;
    position: absolute;
    top: 5px;
}

.loginbox-error a {
    color:#fff;
}
.ta-center {
    text-align:center;
    width:100%
}
.loginbox-error-display, .module-error-display {
    display: block;
}


/** My Preferences **/
#my-preferences h3,
#my-preferences h4 {
    font-weight: bold;
    font-size: 24px;
    color: #2f3b4d;
    margin-bottom: 20px;
}
#my-preferences h4 {
    font-size: 20px;
    margin-bottom: 15px;
} 
#my-preferences p {
    color: #2f3b4d;
    font-size: 12px;
}
#my-preferences .h30 {
    height: 30px;
}
#my-preferences .h-15 {
    height: 5px;
}
#my-preferences .fl-50 {
    width: 50%;
    float: left;
}
   
#my-preferences label {
    display: inline-block;
    width: 125px;
    text-transform: none;
}
#my-preferences input {
    padding: 5px;
    border: 0 none;
    width: 300px;
}
#my-preferences a.btn_delete_account,
#my-preferences a.btn_save_changes {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    cursor: pointer;
    margin-left: 20px;
}
#my-preferences a.btn_delete_account span,
#my-preferences a.btn_save_changes span {
    font-size: 18px;
}
#my-preferences a.btn_save_changes {
    background: #004e91;
    border: 1px solid #004e91;
    color: #fff;
}
#my-preferences a.btn_delete_account {
    border: 1px solid #e0001b;
    color: #e0001b;
}
     @media (min-width: 320px) and (max-width: 767px) { 
        #my-preferences .fl-50 {
            width: 100%;
        }
        #my-preferences label,
        #my-preferences input {
            display: block;
            margin-bottom: 10px;
            width: 100%;
        }
    }
    
    
    
    
    
.pb-legend {
	padding-bottom:17px;
}   

.input-geb select { 
	display:inline-block;
	width:30.5%;
}

.has-error-checkbox {
	outline: 2px solid rgba(224, 0, 27, 1);
}    
    
    
    
    
    
    
    
    
/* Rating */
.rating-h1 {
	color:#2f3b4d;
	font-size:18px;
	padding:25px 0 15px 0;
}

.rating-h1 span {
	font-style:italic;
}

.rating-keyaccounter img {
	margin:25px auto 0 auto;
	width:100%;
	max-width:213px;
	display:block;
}

.rating-airplanes {
	display:inline-block;
	width:31px;
	height:30px;
	overflow:hidden;
	text-indent:-999px;
	background:url('images/rating/rating_airplane.png') top left no-repeat;
}

.rating-airplanes-aktiv {
	background-position:0 -30px !important;
}

.rating-start {
	padding:40px 0;
	position:relative;
}

.rating-start a {
	margin-right:15px;
}

.rating-airplanes-submit, .rating-airplanes-submit:hover, .rating-airplanes-contactus, .rating-airplanes-contactus:hover {
	font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 9px;
  cursor: pointer;   
  background: #004e91;
  border: 1px solid #004e91;
  color: #fff !important; 
  margin-top: -5px;
  position: absolute;
  right: 0;
}

.rating-airplanes-contactus, .rating-airplanes-contactus:hover {
	background: #e0001b;
	border: 1px solid #e0001b;
	margin: 0;
  right: 20px;
  top: 24px;
}

.rating-airplanes-submit span, .rating-airplanes-contactus span {
  font-size: 18px;
}

.rating-legende {
	padding-bottom:20px;
}

.rating-legende a, .rating-legende a:hover {
	color:rgba(0, 78, 145, 1);
	/*margin-left:20px;*/
	white-space:nowrap;
}

.rating-legende a span {
	font-size:16px;
}

.rating-thanks, .rating-thanks-1-3, .rating-thanks-4-6 {
	display:none;
}

.rating-thanks {
	background-color:#b2cade;
	padding:17px 170px 17px 22px;
	font-weight:bold;
	color:#2f3b4d;
	margin: 15px 0 13px 0;
	position:relative;
}

@media (max-width: 990px) { 
	.rating-airplanes-submit, .rating-airplanes-submit:hover {
		position:relative;
	}
	
	.rating-start > span {
		display:block;
		clear:both;
		height: 20px;
	}
}







/* Gallery */
.gallery-slimimg img {
	width:100%;
}

.gallery-btn-download {
	box-sizing: border-box;
  color: #000;
  cursor: pointer;
  float: right;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  background-color: #e5edf4;
}

.gallery-btop {
	border-top:1px solid #2F3B4D;
	padding:10px 0;
	margin-top:10px;
}



.row-image-m {
	margin:10px 0;
}

/* Form */

.form-element .form-element {
    margin-left: 70px;
    margin-bottom: 0;
}

.form-element h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.form-element h3 small {
    font-size:12px;
}

h2.with-copy {
    margin-bottom: 20px;
}

.form-group  {
    margin-bottom: 8px !important;
}

.form-group label {
    text-transform: none;
    font-weight: initial;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}

input[type='radio'],
input[type='checkbox'] {
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  cursor: pointer;
  position: absolute;
  height: 22px;
  width: 22px;
  top: -3px;
  opacity: 0;
}

input[type='checkbox'] {
    top: 5px;
}

input[type='radio'] + label,
input[type='checkbox'] + label {
    padding-left: 16px;
    margin-left: 24px;
    position: relative;
    cursor: pointer;
}

input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 1px solid #045193;
    border-radius: 50%;
    left: -24px;
    top: 1px;
}

input[type='checkbox'] + label:before {
    border-radius: 0px;
}

input[type='radio']:checked + label:after,
input[type='checkbox']:checked + label:after {
    content: " ";
    display: inline-block;
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: #045193;
    top: 6px;
    left: -19px;
    border-radius: 50%;
}

input[type='checkbox']:checked + label:after {
    border-radius: 0px;
}

.form-group textarea {
    width: 100%;
    max-width: 600px;
    height: 55px;
    border-color: #a0bdd6;
}

.form-group textarea:focus {
    border-color: #045193;
}

.teilnehmen h2 {
    margin-bottom: 20px;
}

/**
    XMAS
*/
main .container-fluid.header-start {
    background-color: #002341;
    background-image: url('images/xmas-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;

    padding-top: 55px;
    text-align: left;
}

.header-start__box {
    color: #fff;
    text-align: left;
}

.header-start__h1 {
    padding: 25px 20px;
    margin-bottom: 30px;
    color: inherit;
    text-align: left;
    font-size: 48px;
    background-color: rgba(238, 28, 37, 0.7);
}

.header-start__h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.header-start__copy {
    text-align: left;
    font-size: 14px;
    margin-bottom: 30px;
}

.header-start__image {
    margin-top: -50px;
    margin-bottom: -50px;
}

.advent {
    text-align: left;
}

.advent__h2 {
    font-size: 48px;
    color: #2f3b4d;
    margin-bottom: 10px;
}

.advent__h3 {
    font-size: 30px;
    color: #2f3b4d;
    margin-bottom: 30px;
}

.advent__form {
    padding-top: 40px;
}

.form__intro {
    font-size: 14px;
    color: #2f3b4d;
    margin-bottom: 30px;
}

.form__question {
    font-size: 30px;
    color: #004e91;
    margin-bottom: 20px;
    font-style: italic;
    max-width: 415px;
    line-height: 1.3;
}

.help-me-box {
    background-color: #004e91;
    padding: 30px 20px 20px;
    color: #fff;
    margin-top: 30px;
    position: relative;
    max-width: 415px;
    margin-bottom: 60px;
}

.help-me-box__content-left {
    display: inline-block;
    max-width: 75%;
}

.help-me-box__helpful-guy {
    display: inline-block;
    max-width: 24%;
}

.help-me-box__helpful-guy img {
    position: absolute;
    bottom: 0;
    right: 10px;
    max-width: 133px;
}

.help-me-box__copy {
    margin-bottom: 15px;
}

.help-me-box__cta {
    display: inline-block;
    color: #004e91;
    background-color: #fff;
    padding: 20px 15px;
}

.help-me-box__cta:hover {
    color: #004e91;
}

.radio-anrede label:first-of-type {
    margin-right: 30px;
}

main .advent__form .form-group {
    margin-bottom: 20px !important;
}

.advent__form input[type='text'],
#message,
.advent__form input[type='email'] {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #004e91;
    color: #004e91;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 13px;
    width: 100%;
}

#message {
    min-height: 150px;
    min-width: 100%;
}

.advent__form input[type='text']::placeholder,
#message::placeholder,
.advent__form input[type='email']::placeholder,
.advent__form input[type='text']::-webkit-input-placeholder,
#message::-webkit-input-placeholder,
.advent__form input[type='email']::-webkit-input-placeholder,
.advent__form input[type='text']::-moz-placeholder,
#message::-moz-placeholder,
.advent__form input[type='email']::-moz-placeholder {
    color: #004e91;  
    font-weight: bold;
    opacity: 1; 
}

main .advent__form .form-group.no-mb {
    margin-bottom: 0 !important;
}

#agb_open {
    font-weight: normal;
    border-bottom: 1px solid #004e91;
}

input[type='checkbox'] + label {
    margin-bottom: 7px;
    margin-top: 7px;
}
button[type='submit'],
.btn {
    background-color: #ee1c25;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    padding: 20px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold; 
    margin-bottom: 10px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

button[type='submit'][disabled='disabled'] {
    cursor: not-allowed;
    opacity: .3;
}

 main .container-fluid.prizes {
    background-color: #004e91;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.prizes__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: -20px;
}

.prize__item-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.prize__item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

main .container-fluid.main-prize {
    background-color: #002341;
    padding-top: 135px;
    padding-bottom: 35px;
    color: #fff;
    position: relative;
    overflow: hidden;

    background-image: url('images/xmas-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-prize__title {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
    
}

.main-prize__copy {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    max-width: 550px;    
    margin-bottom: 20px;
}

.main-prize__stoerer {
    margin-top: -180px;
    margin-bottom: -200px;
}

.red-star {
    display: inline-block;
    width: 83px;
    height: 84px;
    color: #fff;
    font-weight: bold;
    font-size: 36px;

    vertical-align: top;

    text-align: center;
    padding-top: 20px;
    padding-left: 5px;

    background-image: url('images/red_star.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.advent-text-container {
    display: inline-block;
    padding-left: 25px;
}

.container-fluid.prizes .container-pad{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.prize-item img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
    max-width: 350px;
}


.prize-active img {
    transform: scale(1.25);
}

#teilnahmebedingungen {
    background-color: rgba(0,0,0,0.9);
    display: flex;
    position: fixed;
    justify-content: space-around;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;

    color: #2f3b4d;
}

#teilnahmebedingungen .container {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

#modal-close-btn {
    height: 50px;
    width: 50px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 100;
}

#modal-close-btn span {
    height: 2px;
    width: 24px;
    display: block;
    margin: 0 auto;
    background-color: #045193;

    top: 24px;
    position: absolute;
}

#modal-close-btn span:nth-of-type(1) {
    transform: rotate(45deg);
}

#modal-close-btn span:nth-of-type(2) {
    transform: rotate(-45deg);
}

#teilnahmebedingungen .row {
    max-height: 70vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#teilnahmebedingungen li {
    font-weight: bold;
}

.agb__text {
    font-weight: normal;
    padding-right: 30px;
    margin-bottom: 20px;
}

#modal-close {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

p.error {
    color: #e0001b;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .prize-item img {
        max-width: 282px;
    }
    .main-prize__stoerer {
        margin-top: -30px;
        margin-bottom: -70px;
    }

    .red-star {
        height: 40px;
        width: 40px;
        padding-top: 7px;
        font-size: 20px;
        padding-left: 2px;
    }

    .advent-text-container {
        max-width: calc(100% - 50px);
        padding-left: 5px;
    }

    .advent__h2 {
        font-size: 24px;
    }

    .advent__h3 {
        font-size: 20px;
    }
}

