/**** 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: #004e91 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: initial;
}
#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;
}


.colldetail-gallery img, .colldetail-gallery-2 img, .colldetail-gallery-3 img, .colldetail-gallery-4 img {
    width:100%;
}

.colldetail-gallery-nav div img, .colldetail-gallery-nav-2 div img, .colldetail-gallery-nav-3 div img, .colldetail-gallery-nav-4 div img {
    width:100%;
    cursor: pointer;
    outline:none!important;
}

.colldetail-gallery-item, .colldetail-gallery-item-2, .colldetail-gallery-item-3, .colldetail-gallery-item-4 {
    margin:0 10px;
}

.slick-initialized .slick-slide {    
    outline: none;
}



.colldetail-gallery-container,
.colldetail-gallery-container2,
.colldetail-gallery-container-2,
.colldetail-gallery-container2-2,
.colldetail-gallery-container-3,
.colldetail-gallery-container-4,
.generell-slider-container {
    position: relative;
}

.colldetail-gallery-container2, .colldetail-gallery-container2-2, .colldetail-gallery-container-3 {
    margin-bottom:40px;
}


.colldetail-slider-buttons,
.generell-slider-buttons,
.slick-prev,
.slick-next {
    display: block;
    position: absolute;
    width: 40px;
    height: 50px;
    top: 28%;
    z-index: 90; /*888;*/
    cursor: pointer;
    padding:0;
}

.slick-prev,
.colldetail-gallery-prev,
.multiple-gallery-prev,
.colldetail-videogallery-prev,
.colldetail-gallery-prev-2,
.colldetail-gallery-prev-3,
.colldetail-gallery-prev-4 {
    background: url('images/gallery/slider_left.png') center left no-repeat;
    left: -2rem;
    top: 30%;
    border: 0;
}

.slick-next,
.colldetail-gallery-next,
.multiple-gallery-next,
.colldetail-videogallery-next,
.colldetail-gallery-next-2,
.colldetail-gallery-next-3,
.colldetail-gallery-next-4 {
    background: url('images/gallery/slider_right.png') center right no-repeat;
    right: -2rem;
    top: 30%;
    border: 0;
}

.slick-next {
    top:38%;
    right: -3rem;
}
.slick-prev {
    top:38%;
    left: -3rem;
}


.form-horizontal .has-feedback .form-control-feedback {
    top: 8px;
    right: 0px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}


.colldetail-gallery-item-aktiv img {
    padding-bottom:10px;
    border-bottom:5px solid #e0001b;
}


input:invalid {
  border:1px solid #e0001b;
}

.error-message {
    background-color:#e0001b;
    padding:10px;
    color:#fff;
    margin-bottom:20px;
    display:none;
}
.checkbox-textarea {
    display: inline;
    text-transform: unset;
    font-weight: normal;
}



.teaser-item .image-container:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    transition: all 0.5s ease;
}

.teaser-item:hover .image-container:after {
    opacity: 0;
}

.teaser-item .image-container {
    position: relative;
    margin-bottom: 10px;
}

.teaser-item {
    max-width: 460px;
    margin: 0 auto 50px;
}

.teaser-item img {
    max-width: 100%;
    display: block;
}

.teaser-item h4 {
    font-size: 20px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.teaser-item p {
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
     text-align: left;
}

.teaser-item a {
    color: #2f3b4d;
    text-align: left;
}

.teaser-item p:after {
    content: " \BB";
}

.container-fluid.prize-draw {
    padding: 0;
    background-color: #00244a;
    color: #fff;
    background-image: url('./images/HAM_Teaser_prizedraw_post.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.prize-draw li {
    font-weight: bold;
}

.prize-draw-left {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background-color: #00244a;
}

.prize-draw-left * {
    position: relative;
    z-index: 2;
}


.prize-draw-left::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 220px;
    transform: skewX(-20deg);
    transform-origin: top;
    background-color: #00244a;
    /* background-color: #fff; */
}

.pfeil-a {
    color:rgba(47,59,77,1) !important;
    margin-top:10px;
    display: block;
}

.pfeil-a:after {
    font-family: serif;
    content: '\00bb';
    font-size: 20px;
    line-height: .75;
    font-weight: bold;
    margin-left: 5px;
}

@media screen and (max-width: 979px) {
    .container-fluid.banner.maps {
        background-position: right;
    }
    .container-fluid.prize-draw {
        background-image: none;
    }

    .prize-draw-left::after {
        display: none;
    }

    .prize-draw-image {
        margin-left: -15px;
        margin-right: -15px;
    }

    .prize-draw-image img {
        max-width: 100%;
    }
}