* {
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
}

.column_padding {
  padding: 0 15px 25px;
}

a {
  text-decoration: none;
  color: #135195;
}

a:hover,
a:focus {
  text-decoration: underline;
}

hr {
  height: 1px;
  border: none;
  color: #CCCCCC;
  background-color: #CCCCCC;
}

img {
  max-width: 100%;
  border: 0 none;
  height: auto;
}

iframe {
  border: 0 none;
  border-style: none;
}

table {
  table-layout: fixed;
}

.clear,
.masonry_grid {
  clear: both;
  display: block;
}

h1 {
  font-weight: normal;
  font-size: 30px;
  color: #135195;
  margin: 0 0 20px;
  line-height: 1em;
  word-wrap: break-word;
}

h2 {
  font-weight: normal;
  font-size: 24px;
  color: #135195;
  margin: 0 0 18px;
  line-height: 1.2em;
  word-wrap: break-word;
}

h3 {
  font-weight: normal;
  font-size: 20px;
  color: #135195;
  margin: 0 0 15px;
  line-height: 1.2em;
}

h3.news_title {
  line-height: 18px;
  margin-top: 2px;
  font-weight: bold;
}

h4, h5, h6 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.teaser_ueberschrift { /*need for the teaser headline, because h2 isn't allowed*/
  font-weight: normal;
  font-size: 24px;
  color: #135195;
  margin: 0 0 18px;
  line-height: 1.2em;
  word-wrap: break-word;
}

.button_link {
  display: inline-block;
  background: none #135195;
  min-width: 240px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 7px 0 7px 20px;
}

.button_link_blue {
  display: inline-block;
  background: none #135195;
  min-width: 240px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 7px 0 7px 20px;
}

.button_link_orange {
  display: inline-block;
  background: none #f59d00 !important;
  min-width: 240px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 7px 0 7px 20px;
}

.button_link_orange a,
.button_link_blue a {
	color: #fff;
}
.button_link_orange a:hover,
.button_link_blue a:hover,
.button_link_orange a:focus,
.button_link_blue a:focus {
  color: #fff;
}

.button_link_reverse {
  background: none #f59d00 !important;
}

.button_link:first-child {
  margin-left: 0;
}

.button_link:hover,
.button_link:focus {
  background: none #f59d00;
  text-decoration: none;
}

.button_link_orange:first-child,
.button_link_blue:first-child {
  margin-left: 0;
}

.button_link_orange:hover,
.button_link_orange:focus,
.button_link_blue:hover,
.button_link_blue:focus {
  background: none #135195 !important;
  text-decoration: none;
}

.button_link_reverse:hover,
.button_link_reverse:focus {
  background: none #135195 !important;
}

.button_close {
	background: none #aaa;
}

.button_progress {
  position: relative;
  background: none #999;
}

.button_progress:hover,
.button_progress:focus {
  background: none #999;
}

.item_sold img {
  opacity: .3;
}

.button_link:hover .progress_bar,
.button_link:focus .progress_bar {
  background: none #f59d00;
}

.progress_bar {
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  background: none #135195;
  z-index: 1;
}

.progress_text {
  position: relative;
  z-index: 2;
}


.sidebar_title {
  padding-bottom: 0;
}

input, textarea {
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
    border-radius: 0;
}
.placeholder {
  color: #aaa;
}
/*Korrektur Placeholder BreM Task 93285 */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}
/*Korrektur Placeholder BreM Ende*/
textarea,
input,
:focus {
  outline: none;
}

input[type=text],
input[type=password],
input[type=search],
input[type=number],
input[type=email],
input[type=url] {
  border: 1px solid #ccc;
  padding: 4px 10px;
  line-height: 20px;
  width: 218px;
  width: calc(100% - 22px);
  max-width: 300px;
}

.currency_short input[type=text],
.currency_short input[type=number] {
   padding: 4px 6px;
   width: calc(100% - 14px);
}

.invalid input,
.invalid textarea,
.invalid select,
.invalid .custom_select_wrapper,
.invalid .switcher input + label {
  border-color: #b90202;
}

.msg_text {
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.3em;
}

.invalid .msg_text {
  color: #b90202;
}

.valid .msg_text {
  color: #1cb902;
}

.maxlength_info {
  color: #999;
  display: block;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.3em;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus {
  border: 1px solid #135195;
}

input[type=submit] {
  border: 0 none;
  background: none #135195;
  min-width: 240px;
  height: 30px;
  color: #fff;
  font-weight: normal;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background: none #f59d00;
}
/* MuelG */
ul.expandable_list input[type=submit] {
  min-width: 218px;
}

textarea {
  border: 1px solid #ccc;
  padding: 8px 10px;
  resize: vertical;
  height: 100px;
  width: 90%;
  width: calc(100% - 22px);
  max-width: 300px;
}

textarea:focus,
textarea:hover {
  border: 1px solid #135195;
}

.button {
  display: inline-block;
  text-align: center;
  min-width: 240px;
  cursor: pointer;
  background: none #135195;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  border: 0 none;
  border-style: none;
}

.bank_picker_content .button {
  width: 100%;
  min-width: 0;
}

.button:hover,
.button:focus,
.button_highlight,
.button_highlight[type="submit"] {
  background: none #f59d00;
  text-decoration: none;
}

.button_highlight:hover,
.button_highlight:focus {
  opacity: .7;
}

.button.disabled {
  background: none #999;
}

select {
  border: 1px solid #ccc;
  padding: 8px 10px;
  line-height: 20px;
}

select[multiple] {
  width: 100%;
  box-sizing: border-box;
  background: none #fff !important;
}

select[multiple]:focus,
select[multiple]:hover {
  border-color: #333 !important;
}

.invalid select[multiple],
.invalid select[multiple]:focus,
.invalid select[multiple]:hover {
  border-color: #b90202 !important;
}

select[multiple] option {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.old select[multiple] {
  width: 85%;
}

.old .page_wrapper {
  display: inline-block;
  width: 100%;
  min-width: 1080px;
}


.content_width {
  position: relative;
  z-index: auto;
  width: 1080px;
  margin: 0 auto;
}

/* Breadcrumb */

.breadcrumb {
  list-style-type: none;
  overflow: hidden;
  padding-top: 4px;
  font-size: 13px;
  padding-right: 25px;
}

.breadcrumb li {
  display: block;
  float: left;
  margin-left: 10px;
  padding-left: 15px;
  background: url('../images/design/2015/arrow_breadcrumb.png') no-repeat left 6px;
  -webkit-background-size: 6px auto;
  -moz-background-size: 6px auto;
  background-size: 6px auto;
}

.old .breadcrumb li {
  background: url('../images/design/2015/arrow_breadcrumb.png') no-repeat left 6px;
}

.breadcrumb li:first-child,
.old .breadcrumb li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none transparent;
}

.breadcrumb li a {
  color: #999;
}

.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #135195;
}


/* Far top Header links */
.line_1_content {
  margin: 0 15px;
  position: relative;
}

.line_1 {
  position: relative;
}

.menu_1_list_1 {
  float: left;
}

.menu_1_list_1 li {
  list-style-type: none;
  display: block;
  float: left;
  margin-left: 35px;
  font-size: 18px;
}

.menu_1_list_1 li a {
  color: #fff;
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
}

.menu_1_list_1 li:first-child {
  margin-left: 0;
}

.menu_1_list_1 li.active-trail {
  background: url('../images/design/2015/active_arrow.png') no-repeat center bottom;
  -webkit-background-size: 28px auto;
  -moz-background-size: 28px auto;
  background-size: 28px auto;
}

.old .menu_1_list_1 li.active-trail {
  background: url('../images/design/2015/active_arrow.png') no-repeat center bottom;
}

.menu_1_list_1 li.toggle_left_sidebar {
  display: none;
}

.menu_1_list_1 li ul {
  float: left;
  display: none;
}

.sb-toggle-left {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 50px;
  width: 20px;
  line-height: 50px;
  background: url('../images/design/2015/fullmenu_link_white.png') no-repeat left center;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
  cursor: pointer;
}

.old .sb-toggle-left {
  background: url('../images/design/2015/fullmenu_link_white.png') no-repeat left center;
}


.slidebar_menu li {
  border-top: 1px solid #333;
}

.slidebar_menu li:first-child {
  border-top: 0 none;
}

.slidebar_menu a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 18px;
}

.slidebar_menu a.active {
  color: #f59d00;
}




.menu_1_list_2 {
  float: right;
  padding-right: 140px;
}

.menu_1_list_2 li {
  list-style-type: none;
  display: block;
  float: left;
  margin-left: 28px;
  font-size: 13px;
}

.menu_1_list_2 li:first-child {
  margin-left: 0;
}

.menu_1_list_2 li a {
  display: block;
  height: 50px;
  line-height: 50px;
}

.menu_1_list_2 li a.active {
  color: #f59d00;
}


.icon_small {
  display: block;
  padding-left: 25px;
  background-image: url('../images/design/2015/icon_small.png');
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.old .icon_small {
  background-image: url('../images/design/2015/icon_small.png');
}

.icon_facebook_big {
  display: block;
  background-image: url('../images/design/2015/facebook.png');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

.icon_youtube_big {
  display: block;
  padding-left: 25px;
  background-image: url('../images/design/2015/youtube.png');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

.icon_branch {
  background-position: left top;
}
.icon_branch.active {
  background-position: left -550px;
}

.icon_contact {
  background-position: left -50px;
}
.icon_contact.active {
  background-position: left -600px;
}

.icon_help {
  background-position: left -100px;
}
.icon_help.active {
  background-position: left -650px;
}

.icon_career {
  background-position: left -150px;
}
.icon_career.active {
  background-position: left -700px;
}

.icon_security {
  background-position: left -200px;
}
.icon_security.active {
  background-position: left -750px;
}

.icon_calc {
  background-position: left -300px;
}
.icon_calc.active {
  background-position: left -850px;
}

.icon_facebook {
  background-position: left -250px;
}

.icon_press {
  background-position: left -350px;
}
.icon_press.active {
  background-position: left -900px;
}

.icon_xing {
  background-position: left -400px;
}

.icon_in {
  background-position: left -450px;
}

.icon_instagram {
  background-position: left -3300px;
}

.icon_instagram.active {
  background-position: left -3350px;
}

.icon_sustainability {
  background-position: left -3400px;
}

.icon_sustainability.active {
  background-position: left -3450px;
}

.social_link {
  position: absolute;
  right: 0;
  top: 0;
}

.social_link a, .social_link_footer a {
  margin-left: 10px;
  float: left;
}

.social_link .icon_small, .social_link_footer .icon_small {
  height: 50px;
  width: 20px;
  text-indent: -9999px;
  overflow: hidden;
  padding-left: 0;
}


/* Main menu line */
.line_2 {
  background: none #135195;
  color: #fff;
}

.line_2_content {
  margin: 0 15px;
  position: relative;
}

.main_menu {
  font-size: 13px;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 15px;
}

.main_menu.expanded {
  padding: 17px 0 0;
}

#main_menu.expanded {
  border-bottom: 1px solid #135195;
  box-shadow: 0 15px 0 #fff;
  min-height: 213px;
}

.main_menu li {
  list-style-type: none;
}

.main_menu > li {
  display: none;
}
.main_menu > li.active-trail {
  display: block;
}

.main_menu > li > a {
  display: none;
}

.main_menu li ul ul {
  display: none;
}

.main_menu > li > ul > li {
  display: block;
  float: left;
  margin-left: 23px;
}

.main_menu > li > ul > li:first-child {
  margin-left: 0;
}

.line_3 .main_menu li a.active,
.line_3 .main_menu.expanded li a.active {
  color: #f59d00;
}

.fullmenu_link {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 7px;
}

.icon_more {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  height: 35px;
  width: 20px;
  line-height: 35px;
  background: url('../images/design/2015/fullmenu_link.png') no-repeat left top;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.old .icon_more {
  background: url('../images/design/2015/fullmenu_link.png') no-repeat left top;
}

.icon_more.active {
  background-position: left bottom;
}

.main_menu.expanded {
  font-size: 14px;
}

.main_menu.expanded > li > ul > li {
  width: 185px;
  margin: 0 25px 21px 0;
  height: auto;
  line-height: inherit;
}

.main_menu.expanded li li a {
  font-weight: bold;
}

.main_menu.expanded li li li a {
  font-weight: normal;
  color: #999;
}

#footer_menu.expanded li li li a {
  color: #135195;
}

.main_menu.expanded li li li a:hover,
.main_menu.expanded li li li a:focus,
#footer_menu.expanded li li li a:hover,
#footer_menu.expanded li li li a:focus {
  color: #135195;
}

.main_menu.expanded li li ul {
  display: block;
}


/* Additional phone only menu items */

.additional_items {
  list-style-type: none;
  margin: 0 15px;
  padding: 21px 0;
  display: none;
}

.line_3 .additional_items {
  border-bottom: 1px solid #135195;
}

.additional_items li a {
  line-height: 34px;
  font-size: 18px;
  display: block;
}

.line_3 .additional_items li a.active {
  color: #f59d00;
}

.footer_greeting .additional_items {
  border-top: 1px solid #a1bbd8;
}


/* Logo line */
.line_3 {
  height: 40px;
  position: relative;
  z-index: 101;
}

.content_cover {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  background: none #fff;
}

.line_3_content {
  margin: 0 15px;
}

.logo_link {
  width: 192px;
  height: 50px;
  float: left;
}

.logo_link a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  background: url('../images/design/2015/logo_volksbank.png') no-repeat left top;
  -webkit-background-size: 192px auto;
  -moz-background-size: 192px auto;
  background-size: 192px auto;
}

.old .logo_link a {
  background: url('../images/design/2015/logo_volksbank.png') no-repeat left top;
}

.main_menu_mobile_toggle .icon_more {
    background: url("../images/design/2015/fullmenu_link_mobile.png") no-repeat left top;
  -webkit-background-size: auto 64px;
  -moz-background-size: auto 64px;
  background-size: auto 64px;
    height: 32px;
    line-height: 32px;
    width: 34px;
}

.old .main_menu_mobile_toggle .icon_more {
    background: url("../images/design/2015/fullmenu_link_mobile.png") no-repeat left top;
}

.main_menu_mobile_toggle .icon_more.active {
    background: url("../images/design/2015/fullmenu_link_mobile.png") no-repeat left -32px;
  -webkit-background-size: auto 64px;
  -moz-background-size: auto 64px;
  background-size: auto 64px;
}

.old .main_menu_mobile_toggle .icon_more.active {
    background: url("../images/design/2015/fullmenu_link_mobile.png") no-repeat left -32px;
}


/* Intro top images */

.intro_box {
  padding: 20px;
  background: none #fff;
  background: none rgba(255, 255, 255, .8);
  position: absolute;
  right: 15px;
  bottom: 45px;
  width: 300px;
}

.intro_box h3 {
  margin: 0 0 10px;
  line-height: 1.3em;
}

.intro_box p {
	margin: 0 0 10px;
	line-height: 1.3em;
}

.intro_box p:last-of-type {
	margin: 0;
}

/* Custom select boxes */
.custom_select_wrapper {
  position: relative;
  display: block;
  height: 28px;
  line-height: 28px;
  padding: 0 25px 0 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url('../images/design/2015/custom_select_arrow.png') #fff no-repeat right top;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.old .custom_select_wrapper {
  background: url('../images/design/2015/custom_select_arrow.png') #fff no-repeat right top;
}

.custom_select_wrapper.focus,
.custom_select_wrapper.hover {
  border: 1px solid #135195;
  background: url('../images/design/2015/custom_select_arrow.png') #fff no-repeat right -30px;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.old .custom_select_wrapper.focus,
.old .custom_select_wrapper.hover {
  background: url('../images/design/2015/custom_select_arrow.png') #fff no-repeat right -30px;
}

.custom_select_wrapper select {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  filter:alpha(opacity=.1);
  -webkit-opacity: .001;
  -moz-opacity: .001;
  opacity: .001;
  cursor: pointer;
}

.custom_select_wrapper select option {
  text-indent: 10px;
}



.custom_select_value {
  color: #999;
}

.custom_select_value.has_value {
  color: #000;
}


/* Bank picker or login */
.top_intro {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  height: 320px;
}

.top_intro_small {
  height: 190px;
}

.top_intro_none {
  height: 1px !important;
}

.top_intro_border {
  border-top: 1px solid #135195;
  max-width: 1250px;
  margin: 0 auto;
}

.top_intro_none .top_intro_border {
  max-width: none;
}

.top_intro .owl-carousel {
  width: 100%;
  height: 100%;
}

.top_intro .owl-stage-outer,
.top_intro .owl-stage,
.top_intro .owl-item {
  height: 100% !important;
}

.top_intro .carousel_item {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

.loading_image,
.top_intro .loading_image,
.photo_album_carousel .photo_item.loading_image,
.photo_album .photo_thumb.loading_image {
  background: url('../images/design/2015/loading_image.gif') no-repeat center center;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  background-size: 32px auto;
}

.top_intro .content_width {
  height: 100%;
}

.picker {
  position: relative;
  z-index: 2;
}

.bank_picker {
  position: absolute;
  left: 15px;
  top: 40px;
  z-index: 10;
}

.bank_picker_content {
  background: none #fff;
  border-left: 1px solid #135195;
  border-right: 1px solid #135195;
  border-bottom: 1px solid #135195;
  padding: 0 20px 20px;
  width: 150px;
}

.form_row {
  clear: both;
  margin-top: 10px;
}

.form_row:first-child {
  margin-top: 0;
}




.bank_picker_mobile {

}

.bank_picker_mobile_content {
  margin: 0 15px;
  height: 50px;
  display: none;
}

.bank_picker_link {
  float: left;
  height: 30px;
  padding: 10px 0;
  display: block;
  line-height: 15px;
}

.bank_picker_link a {
  display: block;
  line-height: 1em;
  width: 90px;
  font-size: 14px;
  font-weight: bold;
}

.main_menu_mobile_toggle {
  float: right;
}

.main_menu_mobile_toggle a{
  display: none;
}


/* iCheck plugin Square skin, red modified
----------------------------------- */
label {
  cursor: pointer;
    display: table-cell;
    height: 30px;
    line-height: 1.4em;
    position: relative;
    vertical-align: middle;
  color: #999;
}

label.hover,
label.checked {
  color: #000;
}

label a {
  color: #a0c0e4;
}
label.hover a,
label.checked a {
  color: #135195;
}


.correct {
  color: green;
}

.incorrect {
  color: red;
}

.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
  background-image: url('../images/design/2015/red@2x.png');
  -webkit-background-size: 260px auto;
  -moz-background-size: 260px auto;
  background-size: 260px auto;
  float: left;
  margin-right: 10px;
}

.old .icheckbox_square-red,
.old .iradio_square-red {
  background: url('../images/design/2015/red.png') no-repeat;
}

.icheckbox_square-red,
.old .icheckbox_square-red {
    background-position: 0 0;
}
.icheckbox_square-red.hover,
.old .icheckbox_square-red.hover {
  background-position: -32px 0;
}
.icheckbox_square-red.checked,
.old .icheckbox_square-red.checked {
  background-position: -64px 0;
}
.icheckbox_square-red.checked.hover,
.old .icheckbox_square-red.checked.hover {
  background-position: -96px 0;
}

.invalid .icheckbox_square-red.checked,
.old .invalid .icheckbox_square-red.checked {
  background-position: -64px -32px;
}
/* MueG 1.9.2015 */
.invalid .icheckbox_square-red,
.old .invalid .icheckbox_square-red {
  background-position: 0 -32px;
}


/* Do not use circles for radio inputs, but also squares
.iradio_square-red,
.old .iradio_square-red {
    background-position: -128px 0;
}
.iradio_square-red.hover,
.old .iradio_square-red.hover {
  background-position: -160px 0;
}
.iradio_square-red.checked,
.old .iradio_square-red.checked {
  background-position: -192px 0;
}
.iradio_square-red.checked.hover,
.old .iradio_square-red.checked.hover {
  background-position: -224px 0;
}
*/

.iradio_square-red,
.old .iradio_square-red {
    background-position: 0 0;
}
.iradio_square-red.hover,
.old .iradio_square-red.hover {
  background-position: -32px 0;
}
.iradio_square-red.checked,
.old .iradio_square-red.checked {
  background-position: -64px 0;
}
.iradio_square-red.checked.hover,
.old .iradio_square-red.checked.hover {
  background-position: -96px 0;
}

.invalid .iradio_square-red.checked,
.old .invalid .iradio_square-red.checked {
  background-position: -64px -32px;
}
/* MueG 1.9.2015 */
.invalid .iradio_square-red,
.old .invalid .iradio_square-red {
  background-position: 0 -32px;
}


/* Big content tabs on Front page */
.tabs_widget {
  padding-bottom: 30px;
}

.frontpage_tabs {
  float: left;
}

.frontpage_tabs li {
  list-style-type: none;
  margin-left: 70px;
  display: inline-block;
  font-size: 18px;
}

.frontpage_tabs li:first-child {
  margin-left: 0;
}

.icon_big {
  padding-left: 28px;
  height: 32px;
  line-height: 32px;
  display: block;
  background-image: url('../images/design/2015/big_icons.png');
  background-repeat: no-repeat;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  background-size: 32px auto;
}

.old .icon_big {
  background-image: url('../images/design/2015/big_icons.png');
}

.icon_big.active {
  color: #f59d00;
}

.icon_news {
  background-position: left top;
}

.icon_news.active {
  background-position: left -64px;
}

.icon_calculator {
  background-position: left -32px;
}

.icon_calculator.active {
  background-position: left -96px;
}

.icon_events {
  background-position: left -128px;
  padding-left: 35px;
}

.icon_events.active {
  background-position: left -160px;
}



/* General News block (or other) */

.news_title a,
.news_excerpt a {
  color: #000;
  font-size: 14px;
}

.article .news_box p,
.article .news_box h3,
.sidebar .news_box p,
.sidebar .news_box h3 {
  margin: 0 0 10px;
}

.news_thumb a,
.news_thumb img {
  display: block;
  width: 100%;
}


/* Content general */

.center_content,
.footer_greeting,
.footer {
  clear: both;
}

.filter_group {
    overflow: hidden;
}


/* Quick search widget */
#search_form {
  float: right;
}

.page-search #search_form {
  display: none;
}

.search_and_button {
  position: relative;
  text-align: right;
}

input.search_input[type=text] {
  padding: 4px 30px 4px 10px;
  font-size: 14px;
  width: 198px;
}

.search_submit {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url('../images/design/2015/search_button.png') transparent no-repeat center center;
  -webkit-background-size: 28px auto;
  -moz-background-size: 28px auto;
  background-size: 28px auto;
}

.old .search_submit {
  background: url('../images/design/2015/search_button.png') transparent no-repeat center center;
}


/* Footer greeting block */

.footer_greeting {
  background: none #D7E3F0;
}

.front .footer_greeting {
  background: none #135195;
  color: #fff;
}

.footer_greeting_content {
  padding: 35px 0 20px;
  font-size: 13px;
  margin: 0 15px;
}

.footer_greeting_content h5 {
  padding-bottom: 15px;
  font-size: 13px;
}

.footer_greeting_content p {
  padding-bottom: 15px;
}

.footer_greeting_content a {
  text-decoration: underline;
}



/* Far bottom Footer */

.footer_content {
  padding: 20px 0;
  margin: 0 15px;
}

.footer_links {
  float: left;
}

.footer_links li {
  float: left;
  margin-left: 35px;
  list-style-type: none;
}

.footer_links li:first-child {
  margin-left: 0;
}

.copyright {
  float: right;
  text-align: right;
}

.footer_content a {
  color: #000;
}


/* Main content, middle and Sidebar */

.content_container {
  position: relative;
}

.main_content_inner {
  line-height: 1.5em;
  position: relative;
}

.article {

}

.article p {
  margin: 0 0 15px;
  overflow: hidden;
}

.article ul {
  margin: 0 0 15px 30px;
  list-style-type: disc;
}

.article ol {
  margin: 0 0 15px 30px;
  list-style-type: decimal;
}

.article ul li,
.article ol li {

}

.article h2 {
  margin: 25px 0 15px;
}

.article h3 {
  margin: 25px 0 15px;
}

.article .column_padding h3 {
  margin: 0px 0 15px;
}

.article .block_list h2 {
  margin-top: 0;
  line-height: 1.1em;
}

.article .staff_attributes {
  color: #999;
  position: relative;
  margin-bottom: 0;
  top: -14px;
}

.article .staff_attributes_color {
  color: #999;
}

.sidebar p {
  margin: 0 0 18px;
  overflow: hidden;
}

.sidebar .button {
  display: block;
}

.article h3.results_title {
  margin: 0 0 25px;
}

.article .data_table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.article .data_table th {
  background: none #135195;
  text-align: center;
  color: #fff;
  border-bottom: none transparent;
  border-left: 1px solid #fff;
}

.article .data_table th:first-child  {
  border-left: 1px solid #135195;
}

.article .data_table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article .data_table td:first-child {
  border-left: 1px solid #ccc;
}

.article .data_table th,
.article .data_table td {
  padding: 10px 20px;
  vertical-align: top;
}


.article .data_table ul {
    margin: 0 0 0 15px;
}

.row_strong {
  font-weight: bold;
}

.zebra tbody tr:nth-child(2n) {
  background: none #F3F3F3;
}



/* Staff search */

.article .alphabet_list {
  list-style: none;
  margin-left: 0;
}

.alphabet_list li {
  display: inline-block;
  margin-right: 13px;
  color: #999;
}

.alphabet_list li:last-child {
  margin-right: 0;
}

.alphabet_list li em {
  font-style: normal;
  font-weight: bold;
  color: #135195;
  cursor: pointer;
}

.alphabet_list li em:hover {
  color: #F59D00;
}




/* Forms */

fieldset {
  padding: 0;
  margin: 0 0 18px;
  border: 0 none;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

legend {
  margin: 0 0 10px;
  display: inline-block;
}

.article legend {
  margin: 0 0 4px;
}

fieldset p,
.sidebar fieldset p,
.article fieldset p {
  margin: 0 0 10px;
}



/* Article block */

.article_header {
  padding-bottom: 20px;
}

.article_block {

}




/* Article image list */
.block_list,
.article .block_list {
  list-style-type: none;
  margin: 0 -15px;
}

.block_list:after ,
.article .block_list:after {
	content: '';
	display: block;
	clear: both;
}

.block_list li {
  overflow: hidden;
  padding-bottom: 15px;
}

.block_list .column_padding {
  padding-bottom: 0;
}

.block_list.masonry_grid .column_padding {
  padding-bottom: 25px;
}


.expandable_content .block_list,
.article .expandable_content .block_list {
  margin: 15px -15px 0 -15px; /*  MuelG richtig fluchten left from -39px */
}


/* Highlighted box */

.highlight {
  border: 1px solid #f59d00;
  padding: 18px 20px 3px;
}

.bordered {
	border: 1px solid #ccc;
	padding: 18px 20px 3px;
}

.sidebar-list {
  list-style-type: none;
}

.article ul.sidebar-list {
  margin-left: 0;
}

.sidebar-list li {
  line-height: 1.3em;
  padding: 0 0 18px;
  overflow: hidden;
}

.sidebar-list li a {
  display: inline-block;
  padding: 3px 0;
}

/* KrMi, 2015-05-18: introduce .dl-icon to allow non-document links without icon */
.file {
  display: block;
  padding-left: 25px;
  min-height: 22px;
}

.file.dl-icon {
  background: url('../images/design/2015/application-neutral.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.dl-icon {
  background: url('../images/design/2015/application-neutral.png') no-repeat left center;
}
/* KrMi, end */
/* KrMi, 2015-05-18: add .file to the following classes to avoid icons overlapping link text */

.file.application_pdf {
  background: url('../images/design/2015/application-pdf.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}


.old .file.application_pdf {
  background: url('../images/design/2015/application-pdf.png') no-repeat left center;
}

.file.application_ppt {
  background: url('../images/design/2015/application-ppt.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_ppt {
  background: url('../images/design/2015/application-ppt.png') no-repeat left center;
}

.file.application_xls {
  background: url('../images/design/2015/application-xls.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_xls {
  background: url('../images/design/2015/application-xls.png') no-repeat left center;
}

.file.application_doc {
  background: url('../images/design/2015/application-doc.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_doc {
  background: url('../images/design/2015/application-doc.png') no-repeat left center;
}

.file.application_jpg {
  background: url('../images/design/2015/application-jpg.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_jpg {
  background: url('../images/design/2015/application-jpg.png') no-repeat left center;
}

.file.application_png {
  background: url('../images/design/2015/application-png.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_png {
  background: url('../images/design/2015/application-png.png') no-repeat left center;
}

.file.application_zip {
  background: url('../images/design/2015/application-zip.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_zip {
  background: url('../images/design/2015/application-zip.png') no-repeat left center;
}

.file.application_exe {
  background: url('../images/design/2015/application-exe.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.old .file.application_exe {
  background: url('../images/design/2015/application-exe.png') no-repeat left center;
}

/* added 15-04-17 FukW Downloadlink Arrowdown*/
.application_dllink_down {
  background: url('../images/design/2015/expandable_arrow_off.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}

.application_dllink_up {
  background: url('../images/design/2015/expandable_arrow_on.png') no-repeat left center;
  -webkit-background-size: 17px auto;
  -moz-background-size: 17px auto;
  background-size: 17px auto;
}


/* Google map, Filiale search */

#map_canvas {
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}



/******************
 * COLUMNS GRID
 ******************/

.col-half {
  width: 50%;
  float: left;
}

.col-0-1-1-1 {
  display: none;
  float: left;
}

.col-1-0-0-0,
.col-1-0-0-1,
.col-1-0-1-0,
.col-1-0-1-1,
.col-1-1-0-0,
.col-1-1-1-1,
.col-1-1-2-1,
.col-1-2-1-1,
.col-1-2-2-1,
.col-1-3-2-1 {
  width: 270px;
  float: left;
}

.col-2-1-1-1,
.col-2-1-2-1,
.col-2-2-2-1,
.col-2-2-1-1 {
  width: 540px;
  float: left;
}

.col-3-3-0-0,
.col-3-2-1-1,
.col-3-2-2-1,
.col-3-3-2-1 {
  width: 810px;
  float: left;
}

.col-4-3-2-1,
.col-4-3-0-0 {
  width: 1080px;
}


.float-r-l-l-n,
.float-r-r-l-n,
.float-r-r-r-n {
  float: right;
}

.clear-l-n-n-n {
  clear: left;
}

.clear-after-4-3-2-1 > *:nth-child(4n+1) {
  clear: both;
}

.article ul.sitemap_menu {
  margin: 40px 0;
  list-style: none;
}

.article ul.sitemap_menu > li {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.article ul.sitemap_menu > li > a {
  font-size: 22px;
  /* added by KrMi, 2016-08-23, to show border in sitemap on menu entries without sub menu */
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}
/*
.article ul.sitemap_menu > li > ul {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
*/
.article ul.sitemap_menu > li > ul > li > .column_padding > a {
  font-weight: bold;
}

.article ul.sitemap_menu ul ul {
  margin: 4px 0 0;
}

.article ul.sitemap_menu .block_list li {
    padding-bottom: 4px;
}

code {
  padding: 1px 5px;
    white-space: normal;
  background: none #eee;
}

pre {
  padding: 2px 5px;
  background: none #eee;
}

.image_left,
.image_right {
  width: 240px;
}

.image_left {
  float: left;
  margin: 0 10px 5px 0;
}

.image_right {
  float: right;
  margin: 0 0 5px 10px;
}

@media all and (max-width: 540px) {
  .image_left,
  .image_right {
    /*width: 100% !important;*/
    /* if images get scaled, we cant display them at 100 % */
  }
}

.article ul.custom_bullet {
  margin-left: 0;
  list-style: none;
}

.article ul.custom_bullet li {
  padding-left: 30px;
}

.article ul.custom_bullet_checkmark li {
  background: url('../images/design/2015/bullet_checkmark.png') transparent no-repeat 5px 4px;
  background-size: 14px 14px;
}

.old .article ul.custom_bullet_checkmark li {
  background: url('../images/design/2015/bullet_checkmark.png') no-repeat 5px 4px;
}

/* Filiale page */

.filiale_attr {
  display: block;
}

.block_list .filiale_list li {
  padding: 0 0 0 30px;
}

.list_title {
  font-size: 1em;
  margin: 0 0 15px;
}

.article .filiale_list {
  margin-bottom: 30px;
  margin-left: 0;
}

.article .filiale_list_oeffnungszeiten {  /*notwendig fuer die Darstellung der Oeffnungszeiten im Oeffnungszeitenmodul*/
  margin-left: 22px;
}

.filiale_icon {
  display: inline-block;
  padding-left: 20px;
  background: url('../images/design/2015/icon_filiale.png') no-repeat left top;
  -webkit-background-size: 21px auto;
  -moz-background-size: 21px auto;
  background-size: 21px auto;
}

li.filiale_icon {
  display: block;
}

.old .filiale_icon {
  background: url('../images/design/2015/icon_filiale.png') no-repeat left top;
}

.icon_map {
  background-position: 0 0;
}

.icon_hours {
  background-position: 0 -714px;
}
.icon_hours.expanded {
  background-position: 0 -42px;
  color: #000;
}

.icon_tools {
  background-position: 0 -756px;
}
.icon_tools.expanded {
  background-position: 0 -84px;
  color: #000;
}

.icon_atm {
  background-position: 0 -126px;
}

.icon_access {
  background-position: 0 -168px;
}

.icon_firstaid {
  background-position: 0 -210px;
}

.icon_selfservice {
  background-position: 0 -252px;
}

.icon_night {
  background-position: 0 -294px;
}

.icon_locker {
  background-position: 0 -336px;
}

.icon_coincounting {
  background-position: 0 -378px;
}

.icon_coinroll {
  background-position: 0 -420px;
}

.icon_deposit {
  background-position: 0 -462px;
}

.icon_tickets {
  background-position: 0 -504px;
}

.icon_parking {
  background-position: 0 -546px;
}

.icon_safe {
  background-position: 0 -588px;
}

.icon_person {
  background-position: 0 -630px;
}
.icon_person.expanded {
  background-position: 0 -672px;
  color: #000;
}

.icon_phone {
  background-position: 0 -798px;
}

.icon_chat {
  background-position: 0 -840px;
}

.icon_phone.expanded {
  background-position: 0 -882px;
  color: #000;
}

.icon_chat.expanded {
  background-position: 0 -924px;
  color: #000;
}

 .icon_info {
  background-position: 0 -924px;
  color: #000;
}

.icon_info.expanded {
  background-position: 0 -924px;
  color: #000;
}

/* Calculator form(s) */

.block_calculator li {
  padding-bottom: 5px;
}

.block_calculator p {
  margin-bottom: 10px;
}

.block_calculator p.calculator_label {
  display: table-cell;
  height: 30px;
  text-align: right;
  margin: 0;
  vertical-align: middle;
  width: 240px;
}

.info_popup {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: none #ccc;
  color: #fff;
  font-size: 10px;
  border-radius: 7px;
  cursor: help;
  position: relative;
  top: -1px;
}

.empty_label {
  width: 10px;
}

.calendar_field {
  position: relative;
}

.calendar_field_employee {
  position: relative;
}

.calendar_icon {
  cursor: pointer;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 28px;
  height: 28px;
  display: block;
  background: url('../images/design/2015/icon_calendar.png') no-repeat right top;
  -webkit-background-size: 28px auto;
  -moz-background-size: 28px auto;
  background-size: 28px auto;
}

.old .calendar_icon {
  background: url('../images/design/2015/icon_calendar.png') no-repeat right top;
}

.enabled .calendar_icon {
  background-position: right bottom;
}


.calculator_result_table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 26px;
}

.calculator_result_table td {
  border: 2px solid #135195;
  padding: 10px 0;
  vertical-align: top;
}

.result_table_details {
  width: 100%;
}

.result_table_details td {
  border: 0 none;
  padding: 8px 20px;
}

.result_table_details .details_row td {
  padding: 0 20px;
}

.result_table_details .details_begin td {
  padding-top: 8px;
}

.result_table_details .details_end td {
  padding-bottom: 8px;
}

.result_title {
  font-weight: bold;
}

.result_details_label {
  padding-right: 5px;
}

.result_details_value {
  text-align: right;
  white-space: nowrap;
  padding-left: 0;
}

.result_mega {
  font-size: 20px;
}

.result_chart img {
  display: block;
  margin: 0 auto;
}

.currency_long {
  width: 66.67%;
  float: left;
}

.currency_short {
  width: 30%;
  float: right;
}

.currency_slider {
  width: 65%;
  float: left;
}

.currency_65 {
  width: 65%;
  float: left;
}

.currency_60 {
  width: 60%;
  float: left;
}

.currency_40 {
  width: 40%;
  float: left;
}

.currency_33 {
  width: 33%;
  float: right;
}

.currency_30 {
  width: 30%;
  float: left;
}

.currency_inline:first-child {
  margin-left: 0;
}

.col-2-2-1-1 .currency_30 {
  width: 15%;
}

.currency_25 {
  width: 25%;
  float: left;
}

.currency_20 {
  width: 20%;
  float: left;
}

.currency_15 {
  width: 15%;
  float: left;
}

.currency_10 {
  width: 10%;
  float: left;
}

.currency_10 {
  width: 10%;
  float: left;
}

.block_calculator .indent p {
  text-indent: 8px;
  display: table-cell;
  height: 30px;
  margin: 0;
  vertical-align: middle;
}

.icon_exchange {
  display: block;
  width: 12px;
  height: 21px;
  background: url('../images/design/2015/icon_exchange.png') no-repeat left top;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
  background-size: 12px auto;
  cursor: pointer;
}

.old .icon_exchange {
  background: url('../images/design/2015/icon_exchange.png') no-repeat left top;
}

.icon_exchange:hover {
  background-position: left bottom;
}



.currency_result {
  border: 2px solid #135195;
  padding: 8px;
  overflow: hidden;
  margin: 0 0 26px;
}

.info_text {
  font-size: 12px;
  line-height: 1.35em;
  color: #999;
}

.info_table {
  width: 100%;
  margin-bottom: 12px;
}

.info_table td {
  vertical-align: top;
  padding: 0 10px 4px 0;
}

.hightlight_result {
  background: none #3D7BBF;
  color: #fff;
  padding: 10px 15px 5px;
  margin-right: 15px;
}

.result_line {
  display: block;
}

.block_calculator .currency_result p {
  margin: 5px 0 15px;
  line-height: 1.4em;
}

.exchange_rates {
  text-align: right;
  font-size: 13px;
}

.rates_date {
  font-size: 12px;
}

.exchange_table {
  float: right;
  margin-left: 15px;
    border-collapse: separate;
    line-height: 1em;
    text-align: right;
}
.exchange_table tr th {
    border-bottom: 1px solid #000;
    font-weight: normal;
  padding-bottom: 3px !important;
}
.exchange_table tr th.left_side {
    padding: 0 8px 8px 0;
}
.exchange_table tr th.right_side {
    padding: 0 0 8px 8px;
}
.exchange_table tr th.exchange_table_to_value {
    text-align: right;
}
.exchange_table tr td.left_side {
    padding: 2px 8px 0 0;
}
.exchange_table tr td.right_side {
    padding: 2px 0 0 8px;
}
.exchange_table tr.row_0 td.left_side {
    padding: 8px 8px 0 0;
}
.exchange_table tr.row_0 td.right_side {
    padding: 8px 0 0 8px;
}
.exchange_table_from_amount {
    width: 12%;
}
.exchange_table_to_value {
    width: 38%;
}
.exchange_table_to_value.left_side {
    border-right: 1px solid #000;
}


/* Progress bar, Umfrage */

.answer_text {
  margin-top: 4px;
  line-height: 22px;
  float: left;
  display: block;
  width: 25%;
  text-align: right;
}

.progress {
  display: block;
  background: none #ccc;
  height: 22px;
  margin-top: 4px;
  width: 60%;
  width: calc(72% - 40px);
  margin-left: 3%;
  float: left;
  max-width: 250px;
}

.bar {
  display: block;
  background: none #3D7BBF;
  height: 100%;
  float: left;
}

.percent {
  display: block;
  float: left;
  height: 30px;
  width: 40px;
  text-align: right;
  line-height: 30px;
}



/* Progress list, Wohntraum Calculator (and maybe other pages) */

.article ul.choose_calculator {
  overflow: hidden;
}

.choose_calculator .column_padding {
  padding-bottom: 20px;
}

.article ul.progress_list {
  list-style: none;
  margin: 0 0 20px;
  overflow: hidden;
  height: 44px;
}

.progress_list li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #135195;
  text-align: center;
  float: left;
  margin-left: 50px;
  border: 2px solid #135195;
  border-radius: 25px;
  font-size: 20px;
  background: none #fff;
}

.progress_list li:first-child {
  margin-left: 0;
}

.progress_list li.active {
  background: none #135195;
  color: #fff;
}

.progress_list li:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -52px;
  top: 21px;
  height: 2px;
  width: 50px;
  background: none #135195;
}

.progress_list li:first-child:before {
  display: none;
}


/* Karriere, Job search results */

.job_search_results {
  width: 100%;
}

.job_search_results th,
.job_search_results td {
  padding: 0 20px 15px 0;
  vertical-align: top;
  text-align: left;
}

.job_search_results th.job_search_city,
.job_search_results td.job_search_city {
  padding-right: 0;
}



/* Expandable list, FAQ page, content page */

.expandable_list,
.article .expandable_list {
  margin-left: 0;
}

.expandable_list > li {
  list-style: none;
  padding-left: 24px;
  padding-bottom: 10px;
}

.expandable_list > li > h4 {
  display: inline-block;
  margin-left: -24px;
  padding-left: 24px;
  background-image: url('../images/design/2015/expandable_arrow_off.png');
  background-repeat: no-repeat;
  background-position: left 7px;
  -webkit-background-size: 14px auto;
  -moz-background-size: 14px auto;
  background-size: 14px auto;
}

.expandable_list > li > h4:hover {
  color: #135195;
}

.old .expandable_list > li > h4 {
  background-image: url('../images/design/2015/expandable_arrow_off.png');
}

.expandable_list > li.expanded > h4 {
  background-image: url('../images/design/2015/expandable_arrow_on.png');
}
/* MuelG 30.9.2015 */
.expandable_list > li.expanded > div.expandable_content > ul:first-child {
  margin-top: 10px;
}

.old .expandable_list > li.expanded > h4 {
  background-image: url('../images/design/2015/expandable_arrow_on.png');
}

.expandable_list > li > * + * {
  display: none;
}

.expandable_list > li.expanded > * + * {
  display: block;
}

.expandable_list > li.expanded > ol,
.article  .expandable_list > li.expanded > ol,
.expandable_list > li.expanded .expandable_content {
  display: block;
}

.expandable_list > li > ol > li {
  padding-top: 10px;
  color: #135195;
}

.expandable_list > li > h4 {
  cursor: pointer;
}

.faq_question {
  font-weight: normal;
  cursor: pointer;
}

.faq_question:hover,
.faq_question:focus {
  text-decoration: underline;
}

.faq_answer {
  margin-top: 15px;
  color: #000;
  display: none;
}

.faq_answer.expanded {
  display: block;
}



.action {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  background: url('../images/design/2015/expandable_icons.png') no-repeat left top;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  background-size: 10px auto;
  cursor: pointer;
  color: #135195;
}

.action:hover,
.action:focus {
  text-decoration: underline;
}

.old .action {
  background: url('../images/design/2015/expandable_icons.png') no-repeat left top;
}

.action:first-child {
  margin-left: 0;
}

.action_open {
  background-position: left 6px;
}

.action_close {
  background-position: left -19px;
}

.action_top {
  background-position: left -44px;
}




/* Photo album Carousel */

.photo_album_carousel {
  width: 100%;
  height: 520px;
  margin-bottom: 25px;
}

/* KrMi, 2016-12-06 (Bugzilla 104444): photo support of both orientations */
.photo_album_carousel .photo_item {
  height: 520px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0,0,0,0);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

.photo_album_carousel .owl-theme .owl-controls {
    float: none;
    margin: 0;
    position: static;
}

.photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"],
.photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.popup_body [class*="owl-"],
.popup_body [class*="owl-"]:hover {
   /* background-image: url('../images/design/2015/album_arrows.png');*/
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 780px auto;
  -moz-background-size: 780px auto;
  background-size: 780px auto;
    border-radius: 0;
    display: block;
  text-indent: -9999px;
  overflow: hidden;
    margin: 0;
    padding: 0;
  position: absolute;
  width: 14%;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* KrMi, 2016-12-06 (Bugzilla 104444): photo support of both orientations */
.photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"],
.photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  background-image: url('../images/design/2015/album_arrows_orange.png');
}

/* KrMi, 2016-12-06 (Bugzilla 104444): photo support of both orientations */
.popup_body [class*="owl-"],
.popup_body [class*="owl-"]:hover {
  background-image: url('../images/design/2015/album_arrows.png');
}

.old .photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"],
.old .photo_album_carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.old .popup_body [class*="owl-"],
.old .popup_body [class*="owl-"]:hover {
  background-image: url('../images/design/2015/album_arrows.png');
}

.photo_album_carousel .owl-theme .owl-controls .owl-nav .owl-prev,
.photo_album_carousel .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.popup_body .owl-prev,
.popup_body .owl-prev:hover {
  left: 0;
  background-position: left center;
}

.photo_album_carousel .owl-theme .owl-controls .owl-nav .owl-next,
.photo_album_carousel .owl-theme .owl-controls .owl-nav .owl-next:hover,
.popup_body .owl-next,
.popup_body .owl-next:hover {
  right: 0;
  background-position: right center;
}

/* KrMi, 2016-12-06 (Bugzilla 104444): photo support of both orientations */
.photo_thumb {
  padding-bottom: 66.667%;
  cursor: pointer;
  background-position: center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-color: rgba(0,0,0,0);
  border: 1px solid #ccc;
  background-repeat: no-repeat;
}

.photo_thumb.active {
  border: 1px solid #f59d00;
}

.photo_album_thumbs .column_padding {
    padding: 0 15px 25px;
}

.always_third {
  width: 33.333%;
  float: left;
}


/* Popup/modal */

.popup_container {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none rgba(0, 0, 0, .5);
  text-align: center;
  display: none;
  overflow-x: auto;
    overflow-y: scroll;
}

.overflow_hidden {
  overflow: hidden;
}

.popup_box {
  position: relative;
  min-height: 0;
  vertical-align: middle;
  margin: 0 auto;
  max-width: 100%;
}

.popup_center {
  display: inline-block;
  max-width: 100%;
  position: relative;
}

.popup_content {
  background: none #fff;
  margin: 30px;
  position: relative;
  text-align: left;
}

.popup_padding {
  padding: 0 30px 15px;;
}

.popup_info {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup_body {
  margin-bottom: 15px;
  position: relative;
}

.popup_body img {
  display: block;
}

.popup_title {
  width: auto;
  overflow: hidden;
}

.popup_share_box {
  float: right;
  margin-left: 20px;
}

.popup_close {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url('../images/design/2015/popup_close.png') transparent no-repeat center center;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  text-indent: -9999px;
  overflow: hidden;
}

.old .popup_close {
  background: url('../images/design/2015/popup_close.png') no-repeat center center;
}

.popup_share {
  display: block;
  float: left;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url('../images/design/2015/popup_share.png');
  background-color: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
}

.popup_share:first-child {
  margin-left: 0;
}

.old .popup_share {
  background-image: url('../images/design/2015/popup_share.png');
}

.popup_share_facebook {
  background-position: left top;
}

.popup_share_twitter {
  background-position: left -30px;
}

.popup_share_email {
  background-position: left -60px;
}

.popup_container p {
  margin: 0 0 15px;
}



/* Search results */

.search_results,
.article .search_results {
  margin-left: 0;
  list-style: none;
}

.search_results_item h2 {
  margin-bottom: 0;
}

.article p.article_source {
  margin-bottom: 2px;
}

.article_source {
  color: #999;
  margin-bottom: 2px;
  display: inline-block;
  padding-left: 21px;
  background: url('../images/design/2015/source_icons.png') no-repeat left top;
  -webkit-background-size: 15px auto;
  -moz-background-size: 15px auto;
  background-size: 15px auto;
}

.old .article_source {
  background: url('../images/design/2015/source_icons.png') no-repeat left top;
}

.article_source_1 {
  background-position: left 3px;
}

.article_source_2 {
  background-position: left -22px;
}

.article_source_3 {
  background-position: left -47px;
}

.article_source_4 {
  background-position: left -72px;
}

.article_source_5 {
  background-position: left -97px;
}



.pager,
.article .pager {
  margin-left: -5px;
  list-style: none;
}

.pager li {
  display: inline-block;
}

.pager li a {
  display: inline-block;
  padding: 5px;
}

.pager li a.active {
  font-weight: bold;
  color: #F59D00;
}

.pager_prev {
  padding-right: 10px;
}

.pager_next {
  padding-left: 10px;
}

.pager .icon_arrow {
	width: 8px;
	height: 18px;
	padding: 0;
	position: relative;
	top: 3px;
}

/* List table */

.list_table {
  width: 100%;
  text-align: left;
  margin: 15px 0;
}

.align_right {
  text-align: right;
}

.list_table th,
.list_table td {
  padding: 5px 0 5px 5px;
  vertical-align: top;
  line-height: 1.4em;
}

.list_table th:first-child,
.list_table td:first-child {
  padding-left: 0;
}

.list_table thead th {
  border-bottom: 1px solid #135195;
  font-weight: normal;
}

.list_table_subhead td {
  font-weight: bold;
}

.list_table tbody td {
  border-bottom: 1px solid #ccc;
}


/* Jugend */

.my_points {
  color: #fff;
  padding: 50px 10% 10%;
  font-size: 24px;
  line-height: 1.2em;
  background: url('../images/design/2015/jugend_points_logo.png') #f59d00 no-repeat right top;
  background-size: auto 50px;

}

.old .my_points {
  background-image: url('../images/design/2015/jugend_points_logo.png');
}









/* Add Ons */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls {
    float: left;
    margin: -40px 0 0 50%;
    position: relative;
    text-align: center;
    z-index: 101;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #135195;
}


.owl-dots {
    left: -50%;
    position: relative;
}


/**********************
 * Smallipop plugin
 **********************/

.smallipop-hint{display:none}#smallipop-tour-overlay{position:fixed;left:0;top:0;bottom:0;right:0}.smallipop-instance{position:absolute;display:none;top:0;left:0;background-color:#314b64;border:1px solid #0f161e;color:#d2dfe7;z-index:9999;max-width:400px}.smallipop-instance font{size:11px;family:arial}.smallipop-instance a{color:#98cbea}.smallipop-instance:before,.smallipop-instance:after{content:'';position:absolute;left:50%;height:0;width:0;pointer-events:none}.smallipop-instance:before{bottom:-20px;margin-left:-10px;border:10px solid transparent}.smallipop-instance:after{bottom:-24px;margin-left:-12px;border:12px solid transparent}.smallipop-align-left:before,.smallipop-align-left:after{margin-left:0;left:auto;right:20px}.smallipop-align-left:after{right:18px}.smallipop-align-right:before,.smallipop-align-right:after{margin-left:0;left:20px;right:auto}.smallipop-align-right:after{left:18px}.smallipop-bottom:before,.smallipop-bottom:after{bottom:auto;top:-20px}.smallipop-bottom:after{top:-24px}.smallipop-left:before,.smallipop-left:after,.smallipop-right:before,.smallipop-right:after{right:-16px;left:auto;top:50%;bottom:auto;border-width:8px;margin:-8px 0 0}.smallipop-left:after,.smallipop-right:after{right:-20px;border-width:10px;margin:-10px 0 0}.smallipop-right:before,.smallipop-right:after{left:-16px;right:auto}.smallipop-right:after{left:-20px}.smallipop-content{padding:10px}.smallipop-tour-content{padding:5px 0;min-width:150px}.smallipop-tour-footer{padding-top:5px;position:relative;overflow:hidden;*zoom:1}.smallipop-tour-progress{color:#bbb;text-align:center;position:absolute;left:50%;width:80px;margin-left:-40px;top:8px}.smallipop-tour-close-icon{position:absolute;right:-8px;top:-8px;width:16px;height:16px;padding-top:0px;font-size:11px;background:#555;color:#ccc;text-align:center;text-shadow:0 -1px 1px #666;text-decoration:none;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);box-shadow:0 1px 3px rgba(0,0,0,0.3)}.smallipop-tour-close-icon:hover{text-decoration:none;background:#666;color:#fff}.smallipop-tour-prev,.smallipop-tour-next,.smallipop-tour-close{color:#ccc;display:block;padding:3px 4px 2px;line-height:1em;float:left;background:#203142;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.3);box-shadow:0 1px 2px rgba(0,0,0,0.3)}.smallipop-tour-prev:hover,.smallipop-tour-next:hover,.smallipop-tour-close:hover{color:#fff;background:#293e53;text-decoration:none}.smallipop-tour-next,.smallipop-tour-close{float:right}.smallipop-theme-default{text-shadow:0 -1px 1px #0f161e;-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.5);box-shadow:0 2px 6px rgba(0,0,0,0.5);-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(49,75,100,0.9)), color-stop(100%, rgba(26,38,52,0.9)));background:-webkit-linear-gradient(rgba(49,75,100,0.9),rgba(26,38,52,0.9));background:-moz-linear-gradient(rgba(49,75,100,0.9),rgba(26,38,52,0.9));background:-o-linear-gradient(rgba(49,75,100,0.9),rgba(26,38,52,0.9));background:linear-gradient(rgba(49,75,100,0.9),rgba(26,38,52,0.9));background:-webkit-gradient(radial, 50% -100px, 0, 50% -100px, 150, color-stop(66.66667%, rgba(49,75,100,0.9)), color-stop(86.66667%, rgba(33,50,66,0.9)), color-stop(100%, rgba(26,38,52,0.9)));background:-webkit-radial-gradient(50% -100px, circle contain, rgba(49,75,100,0.9) 100px,rgba(33,50,66,0.9) 130px,rgba(26,38,52,0.9) 150px);background:-moz-radial-gradient(50% -100px, circle contain, rgba(49,75,100,0.9) 100px,rgba(33,50,66,0.9) 130px,rgba(26,38,52,0.9) 150px);background:-o-radial-gradient(50% -100px, circle contain, rgba(49,75,100,0.9) 100px,rgba(33,50,66,0.9) 130px,rgba(26,38,52,0.9) 150px);background:radial-gradient(50% -100px, circle contain, rgba(49,75,100,0.9) 100px,rgba(33,50,66,0.9) 130px,rgba(26,38,52,0.9) 150px)}.smallipop-theme-default a{text-shadow:0 -1px 1px #0f161e}.smallipop-theme-default .smallipop-content{border-top:1px solid #586d82;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;border-radius:12px}.smallipop-theme-default:before{border-color:#1a2634 transparent transparent transparent}.smallipop-theme-default:after{border-color:#0f161e transparent transparent transparent}.smallipop-theme-default.smallipop-bottom:before{border-color:transparent transparent #1a2634 transparent}.smallipop-theme-default.smallipop-bottom:after{border-color:transparent transparent #0f161e transparent}.smallipop-theme-default.smallipop-left:before{border-color:transparent transparent transparent #1a2634}.smallipop-theme-default.smallipop-left:after{border-color:transparent transparent transparent #0f161e}.smallipop-theme-default.smallipop-right:before{border-color:transparent #1a2634 transparent transparent}.smallipop-theme-default.smallipop-right:after{border-color:transparent #0f161e transparent transparent}.cssgradients.rgba .smallipop-theme-default{background-color:transparent}.smallipop-theme-blue{background:transparent;color:#111;border:10px solid rgba(0,100,180,0.9);-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.5);box-shadow:0 2px 6px rgba(0,0,0,0.5);-webkit-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px}.smallipop-theme-blue a{color:#2276aa}.smallipop-theme-blue:after{bottom:-34px;border-color:rgba(0,100,180,0.9) transparent transparent transparent}.smallipop-theme-blue:before{display:none}.smallipop-theme-blue.smallipop-bottom:after{top:-34px;border-color:transparent transparent rgba(0,100,180,0.9) transparent}.smallipop-theme-blue.smallipop-left{right:-26px}.smallipop-theme-blue.smallipop-left:after{border-color:transparent transparent transparent rgba(0,100,180,0.9)}.smallipop-theme-blue.smallipop-right{left:-26px}.smallipop-theme-blue.smallipop-right:after{border-color:transparent rgba(0,100,180,0.9) transparent transparent}.smallipop-theme-blue .smallipop-content{border:0;background:#fcfcfc}.smallipop-theme-blue .smallipop-tour-progress{color:#777}.smallipop-theme-blue .smallipop-tour-prev,.smallipop-theme-blue .smallipop-tour-next,.smallipop-theme-blue .smallipop-tour-close{color:#135195;background:#efefef}.smallipop-theme-blue .smallipop-tour-prev:hover,.smallipop-theme-blue .smallipop-tour-next:hover,.smallipop-theme-blue .smallipop-tour-close:hover{color:#111;background:#f7f7f7}.smallipop-theme-black{background-color:#135195;border-color:#111;text-shadow:0 -1px 1px #111;color:#f5f5f5;-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.5);box-shadow:0 2px 6px rgba(0,0,0,0.5);background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333333), color-stop(100%, #135195222));background:-webkit-linear-gradient(#333333,#135195222);background:-moz-linear-gradient(#333333,#135195222);background:-o-linear-gradient(#333333,#135195222);background:linear-gradient(#333333,#135195222);-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.smallipop-theme-black a{color:#eef8ff;text-shadow:0 -1px 1px #111}.smallipop-theme-black:before{border-color:#135195 transparent transparent transparent}.smallipop-theme-black:after{border-color:#111 transparent transparent transparent}.smallipop-theme-black.smallipop-bottom:before{border-color:transparent transparent #135195 transparent}.smallipop-theme-black.smallipop-bottom:after{border-color:transparent transparent #111 transparent}.smallipop-theme-black.smallipop-left:before{border-color:transparent transparent transparent #135195}.smallipop-theme-black.smallipop-left:after{border-color:transparent transparent transparent #111}.smallipop-theme-black.smallipop-right:before{border-color:transparent #135195 transparent transparent}.smallipop-theme-black.smallipop-right:after{border-color:transparent #111 transparent transparent}.smallipop-theme-black .smallipop-content{border-top:1px solid #666;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.smallipop-theme-black .smallipop-tour-progress{color:#135195}.smallipop-theme-black .smallipop-tour-prev,.smallipop-theme-black .smallipop-tour-next,.smallipop-theme-black .smallipop-tour-close{color:#ccc;background:#333}.smallipop-theme-black .smallipop-tour-prev:hover,.smallipop-theme-black .smallipop-tour-next:hover,.smallipop-theme-black .smallipop-tour-close:hover{color:#fff;background:#3a3a3a}.cssgradients .smallipop-theme-black{background-color:transparent}.smallipop-theme-orange{background-color:#f9aa18;border-color:#e17500;text-shadow:0 1px 1px #fff24d;color:#714900;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff24d), color-stop(100%, #f9aa18));background:-webkit-linear-gradient(#fff24d,#f9aa18);background:-moz-linear-gradient(#fff24d,#f9aa18);background:-o-linear-gradient(#fff24d,#f9aa18);background:linear-gradient(#fff24d,#f9aa18);-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.5);-moz-box-shadow:0 2px 6px rgba(0,0,0,0.5);box-shadow:0 2px 6px rgba(0,0,0,0.5);-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px}.smallipop-theme-orange a{color:#145d95;text-shadow:0 1px 1px #fff24d}.smallipop-theme-orange:before{border-color:#f9aa18 transparent transparent transparent}.smallipop-theme-orange:after{border-color:#e17500 transparent transparent transparent}.smallipop-theme-orange.smallipop-bottom:before{border-color:transparent transparent #f9aa18 transparent}.smallipop-theme-orange.smallipop-bottom:after{border-color:transparent transparent #e17500 transparent}.smallipop-theme-orange.smallipop-left:before{border-color:transparent transparent transparent #f9aa18}.smallipop-theme-orange.smallipop-left:after{border-color:transparent transparent transparent #e17500}.smallipop-theme-orange.smallipop-right:before{border-color:transparent #f9aa18 transparent transparent}.smallipop-theme-orange.smallipop-right:after{border-color:transparent #e17500 transparent transparent}.smallipop-theme-orange .smallipop-content{border-top:1px solid #fffabc;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px}.smallipop-theme-orange .smallipop-tour-progress{color:#444}.smallipop-theme-orange .smallipop-tour-prev,.smallipop-theme-orange .smallipop-tour-next,.smallipop-theme-orange .smallipop-tour-close{color:#444;background:#f19f06}.smallipop-theme-orange .smallipop-tour-prev:hover,.smallipop-theme-orange .smallipop-tour-next:hover,.smallipop-theme-orange .smallipop-tour-close:hover{color:#333;background:#f9a509}.smallipop-theme-white{background-color:#fcfcfc;border-color:#ccc;text-shadow:0 1px 1px #eee;color:#444;width:200px;max-width:200px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.1);box-shadow:0 1px 4px rgba(0,0,0,0.1);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.smallipop-theme-white:before{border-color:#fcfcfc transparent transparent transparent}.smallipop-theme-white:after{border-color:#ccc transparent transparent transparent}.smallipop-theme-white.smallipop-bottom:before{border-color:transparent transparent #fcfcfc transparent}.smallipop-theme-white.smallipop-bottom:after{border-color:transparent transparent #ccc transparent}.smallipop-theme-white.smallipop-left:before{border-color:transparent transparent transparent #fcfcfc}.smallipop-theme-white.smallipop-left:after{border-color:transparent transparent transparent #ccc}.smallipop-theme-white.smallipop-right:before{border-color:transparent #fcfcfc transparent transparent}.smallipop-theme-white.smallipop-right:after{border-color:transparent #ccc transparent transparent}.smallipop-theme-white .smallipop-content{text-align:center;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-radius:6px}.smallipop-theme-white .smallipop-tour-progress{color:#777}.smallipop-theme-white .smallipop-tour-close-icon{background:#fafafa;color:#555;text-shadow:0 1px 1px #fff}.smallipop-theme-white .smallipop-tour-close-icon:hover{background:#f5f5f5;color:#135195}.smallipop-theme-white .smallipop-tour-prev,.smallipop-theme-white .smallipop-tour-next,.smallipop-theme-white .smallipop-tour-close{color:#666;background:#f0f0f0}.smallipop-theme-white .smallipop-tour-prev:hover,.smallipop-theme-white .smallipop-tour-next:hover,.smallipop-theme-white .smallipop-tour-close:hover{color:#333;background:#f4f4f4}.smallipop-theme-white-transparent{background-color:rgba(255,255,255,0.8)}.smallipop-theme-white-transparent:before{bottom:-21px;border-color:rgba(255,255,255,0.8) transparent transparent transparent}.smallipop-theme-white-transparent:after{border-color:transparent}.smallipop-theme-white-transparent.sipAlignBottom:before{top:-21px;border-color:transparent transparent rgba(255,255,255,0.8) transparent}.smallipop-theme-white-transparent.sipPositionedLeft:before{border-color:transparent transparent transparent rgba(255,255,255,0.8)}.smallipop-theme-white-transparent.sipPositionedRight:before{border-color:transparent rgba(255,255,255,0.8) transparent transparent}.smallipop-instance.smallipop-theme-fat-shadow{-webkit-box-shadow:0 2px 20px rgba(0,0,0,0.8);-moz-box-shadow:0 2px 20px rgba(0,0,0,0.8);box-shadow:0 2px 20px rgba(0,0,0,0.8)}.smallipop-instance.smallipop-theme-wide{max-width:600px}

.smallipop-instance,
.smallipop-theme-white {
  max-width: 180px;
  width: auto;
}

.smallipop-content,
.smallipop-theme-white .smallipop-content {
  font-size: 12px;
  text-align: left;
}


/**********************
 * glDatePicker plugin
 **********************/

.gldp-default {
  position: absolute;
  border: 1px solid #135195;
  overflow: hidden;
  background: none #fff;
}

/* Core style for every cell */
.gldp-default .core {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #135195;
  background: none #fff;
  filter: none;
}

/* Cell border */
.gldp-default .border {
  border-style: solid;
  border-width: 0 !important;
  border-color: #fff;
}

/* Month/Year text and select */
.gldp-default .monyear,
.gldp-default .monyear select {
  font-size: 16px !important;
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
  padding: 0;
}

/* Month/Year text */
.gldp-default .monyear span {
  margin: 0 5px 0 5px;
}

/* Prev/Next arrows */
.gldp-default .prev-arrow,
.gldp-default .next-arrow {
  color: #135195;
  display: inline-block;
  width: 16px;
  height: 100%;
  background-image: url('../images/design/2015/calendar_arrows.png');
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  background-size: 32px auto;
}

.gldp-default .next-arrow {
  background-position: right center;
}

.old .gldp-default .prev-arrow,
.gldp-default .next-arrow {
  background-image: url('../images/design/2015/calendar_arrows.png');
}

.gldp-default .prev-arrow:active,
.gldp-default .next-arrow:active {
  color: #f00;
}

.gldp-default .prev-arrow-off,
.gldp-default .next-arrow-off {
  color: #135195;
  opacity: 0.15;
}

/* Days of the week */
.gldp-default .dow {
  color: #ccc;
  font-weight: normal;
  cursor: default !important;
  background: none #fff;
  filter: none;
  border-top: none !important;
  border-bottom: 2px solid #ccc !important;
}

/* Weekdays */
.gldp-default .mon,
.gldp-default .tue,
.gldp-default .wed,
.gldp-default .thu,
.gldp-default .fri {
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Weekend days */
.gldp-default .sat,
.gldp-default .sun {
  color: #3858a8;
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
}

/* Selectable days that are outside of current month being shown */
.gldp-default .outday {
  color: #999 !important;
  border-color: #fff;
}

/* Hover */
.gldp-default .mon:hover,
.gldp-default .tue:hover,
.gldp-default .wed:hover,
.gldp-default .thu:hover,
.gldp-default .fri:hover,
.gldp-default .sat:hover,
.gldp-default .sun:hover {
  background: none #ddd;
  filter: none;
}

/* Non-Selectable days */
.gldp-default .noday {
  color: #444;
  font-weight: normal;
  cursor: no-drop !important;
  background: #aaaaaa;
  background: -moz-linear-gradient(top,  #aaaaaa 0%, #8a8a8a 98%, #aaaaaa 99%, #8a8a8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(98%,#8a8a8a), color-stop(99%,#aaaaaa), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
  background: -o-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
  background: -ms-linear-gradient(top,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
  background: linear-gradient(to bottom,  #aaaaaa 0%,#8a8a8a 98%,#aaaaaa 99%,#8a8a8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#8a8a8a',GradientType=0 );
}

/* Currently selected day */
.gldp-default .selected {
  color: #fff;
  background: none #F59D00;
  filter: none;
}

/* Today */
.gldp-default .today {
  color: #fff;
  font-weight: bold;
  border-color: #00c;
  background: none #bbb;
  filter: none;
}

/* 10:30 */
.gldp-default .firsttime {
  font-weight: bold;
  border-color: #00c;
  /*background-image: url("../images/design/2015/bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: none*/
  background: -moz-linear-gradient(-45deg,  rgba(232,193,148,0.01) 0%, rgba(238,180,110,0.01) 35%, rgba(240,174,93,0.51) 50%, rgba(243,168,74,1) 65%, rgba(249,153,31,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(232,193,148,0.01) 0%,rgba(238,180,110,0.01) 35%,rgba(240,174,93,0.51) 50%,rgba(243,168,74,1) 65%,rgba(249,153,31,1) 100%);
  background: linear-gradient(135deg,  rgba(232,193,148,0.01) 0%,rgba(238,180,110,0.01) 35%,rgba(240,174,93,0.51) 50%,rgba(243,168,74,1) 65%,rgba(249,153,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03e8c194', endColorstr='#f9991f',GradientType=1 );

}

/* 8:00 */
.gldp-default .lasttime {
  font-weight: bold;
  border-color: #00c;
  /*background-image: url("../images/design/2015/top.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: none;*/
  background: -moz-linear-gradient(-45deg,  rgba(232,193,148,1) 0%, rgba(232,193,148,1) 1%, rgba(240,174,93,0.91) 49%, rgba(240,174,92,0.87) 50%, rgba(240,174,92,0) 70%, rgba(240,174,92,0) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(232,193,148,1) 0%,rgba(232,193,148,1) 1%,rgba(240,174,93,0.91) 49%,rgba(240,174,92,0.87) 50%,rgba(240,174,92,0) 70%,rgba(240,174,92,0) 100%);
  background: linear-gradient(135deg,  rgba(232,193,148,1) 0%,rgba(232,193,148,1) 1%,rgba(240,174,93,0.91) 49%,rgba(240,174,92,0.87) 50%,rgba(240,174,92,0) 70%,rgba(240,174,92,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c194', endColorstr='#00f0ae5c',GradientType=1 );

}

/* beide Zeiten */
.gldp-default .bothtimes {
  font-weight: bold;
  border-color: #00c;
  background: rgb(232,193,148);
  background: -moz-linear-gradient(-45deg, rgba(232,193,148,1) 1%, rgba(249,153,31,1) 98%, rgba(249,153,31,1) 99%, rgba(249,153,31,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(232,193,148,1) 1%,rgba(249,153,31,1) 98%,rgba(249,153,31,1) 99%,rgba(249,153,31,1) 100%);
  background: linear-gradient(135deg, rgba(232,193,148,1) 1%,rgba(249,153,31,1) 98%,rgba(249,153,31,1) 99%,rgba(249,153,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8c194', endColorstr='#f9991f',GradientType=1 );

}

/* Special */
.gldp-default .special {
  color: #fff;
  font-weight: bold;
  border-color: #0c0;
  background: #88e888;
  background: -moz-linear-gradient(top,  #88e888 0%, #9dff9d 1%, #42fd42 2%, #01ab01 98%, #37ef37 99%, #37ef37 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88e888), color-stop(1%,#9dff9d), color-stop(2%,#42fd42), color-stop(98%,#01ab01), color-stop(99%,#37ef37), color-stop(100%,#37ef37));
  background: -webkit-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
  background: -o-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
  background: -ms-linear-gradient(top,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
  background: linear-gradient(to bottom,  #88e888 0%,#9dff9d 1%,#42fd42 2%,#01ab01 98%,#37ef37 99%,#37ef37 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88e888', endColorstr='#37ef37',GradientType=0 );
}



/* Rechener Mini calculator */
[data-calculator] {
  cursor: pointer;
}

[data-calculator]:focus {
  cursor: inherit;
}

span[data-calculator] {
  color: #135195;
}

span[data-calculator]:hover,
span[data-calculator]:focus {
  text-decoration: underline;
}

.sum_sign {
  font-size: 18px;
}

.mini_calculator {
  display: none;
  clear: both;
}

.mini_calculator_group {
  clear: both;
  overflow: hidden;
}

.mini_calculator_groups {
  margin-bottom: 9px;
  padding-top: 10px;
  background: none #f6f6f6;
}

.shop_product_options {
  max-width: 230px;
}

.news_col_3 { /* MuelG News 3-spaltig */
  float:left;
}


/* Laptop layout */
@media all and (max-width: 1080px) {

  .content_width {
    width: 810px;
  }

  .top_intro {
    height: 290px;
  }

  .top_intro_small {
    height: 190px;
  }

  .line_3 {
    height: auto;
  }

  .bank_picker {
    top: 100%;
  }

  .bank_picker_content {
    padding-top: 20px;
  }

  .float-r-l-l-n {
    float: left;
  }

  .col-1-0-0-0,
  .col-1-0-0-1,
  .col-1-0-1-0,
  .col-1-0-1-1 {
    display: none;
  }

  .col-0-1-1-1,
  .col-1-1-2-1,
  .col-2-1-1-1,
  .col-2-1-2-1 {
    display: block;
    width: 270px;
  }

  .col-1-3-2-1,
  .col-4-3-0-0,
  .col-4-3-2-1 {
    width: 810px;
  }

  .col-1-2-1-1,
  .col-1-2-2-1,
  .col-3-2-1-1,
  .col-3-2-2-1 {
    width: 540px;
  }

  .clear-l-n-n-n {
    clear: none;
  }

  .menu_1_list_1 li {
    margin-left: 20px;
    font-size: 16px;
  }

  .menu_1_list_2 {
    padding-right: 0;
  }

  .menu_1_list_2 li {
    margin-left: 25px;
  }
  .menu_1_list_2 li:first-child {
    margin-left: 0;
  }

  .menu_1_list_2 li a {
    text-indent: -9999px;
    overflow: hidden;
    padding-left: 20px;
  }

  .social_link {
    display: none;
  }

  .main_menu {
    display: none;
  }

  .main_menu.expanded {
    display: block;
  }

  .frontpage_tabs li {
    margin-left: 30px;
  }

  .frontpage_tabs li:first-child {
    margin-left: 0;
  }

  .top_intro_border {
    border: 0 none;
  }

  .article .data_table {
    font-size: 13px;
  }

  .article .data_table th,
  .article .data_table td {
    padding: 4px 8px;
  }

  .photo_album_carousel,
  .photo_album_carousel .photo_item {
    height: 340px;
  }
  /* MultiMedia */
  p > object, p > object > embed {
    width: 100%;
    height: 340px;
  }

  .news_col_3 {
    float: none;
  }
}


/* Tablet layout */
@media all and (max-width: 810px) {

  .top_intro .carousel_item {
    background-position: center top;
    -webkit-background-size: auto 79%;
    -moz-background-size: auto 79%;
    background-size: auto 79%;
  }

  .content_width {
    width: 540px;
  }

  .intro_box {
    background: none rgba(228, 236, 247, .8);
  }

  .top_intro {
    height: 205px; /* KrMi, 2016-12-06 (Bugzilla 104444): for smaller devices instead of 240px */
  }

  .top_intro_small {
    height: 190px;
  }

  .float-r-r-l-n {
    float: left;
  }

  .col-1-1-2-1,
  .col-1-3-2-1,
  .col-2-1-2-1,
  .col-3-3-2-1,
  .col-4-3-2-1 {
    width: 540px;
  }

  .col-1-0-1-0,
  .col-1-2-1-1,
  .col-2-2-1-1,
  .col-3-2-1-1 {
    width: 270px;
  }

  .col-1-0-0-0,
  .col-1-0-0-1,
  .col-3-2-2-1 {
    float: none;
  }

  .col-1-1-0-0,
  .col-3-3-0-0,
  .col-4-3-0-0 {
    display: none;
  }

  .menu_1_list_1 li {
    display: none;
    margin-left: 0;
  }

  .menu_1_list_1 li.active-trail {
    background: none transparent;
  }

  .menu_1_list_1 li ul {
    display: block;
  }

  .menu_1_list_1 li li.active-trail {
    margin-left: 15px;
    padding-left: 19px;
    background: url('../images/design/2015/sub_menu_arrow.png') no-repeat left center;
    -webkit-background-size: auto 50px;
    -moz-background-size: auto 50px;
    background-size: auto 50px;
  }

  .old .menu_1_list_1 li li.active-trail {
    background: url('../images/design/2015/sub_menu_arrow.png') no-repeat left center;
  }

  .menu_1_list_1 li.active-trail,
  .menu_1_list_1 li.toggle_left_sidebar {
    display: block;
  }

  .icon_big {
    padding-left: 25px;
  }

  .icon_events {
    padding-left: 32px;
  }

  .footer_links li {
    margin-left: 15px;
  }

  .footer_links li:first-child {
    margin-left: 0;
  }

  .owl-theme .owl-controls {
    display: none;
  }

  .top_intro .content_width {
    width: 100%;
    min-width: 320px;
  }

  .intro_box {
    width: 100%;
    padding: 10px 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .intro_box p {
    display: none;
  }

  .intro_box h3 {
    width: 510px;
    margin: 0 auto;
    font-size: 18px;
  }

  .main_menu.expanded {
    padding-bottom: 21px;
  }

  .front #main_menu.expanded {
    min-height: 202px;
  }

  .main_menu.expanded > li {
    width: 225px;
    float: none;
  }

  .main_menu.expanded > li li {
    width: auto;
    float: none;
  }

  .main_menu.expanded > li {
    display: block;
  }

  .main_menu.expanded li ul,
  .main_menu.expanded li li ul  {
    display: none;
  }

  .main_menu.expanded li ul.menu_mobile_expanded {
    display: block;
  }

  .main_menu.expanded > li > a {
    display: block;
    font-weight: normal;
    font-size: 18px;
  }

  .main_menu.expanded li ul {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .main_menu.expanded  li,
  .main_menu.expanded > li > ul > li {
    width: auto;
    margin: 0 0 3px;
    float: none;
  }

  .main_menu.expanded li a {
    display: block;
    line-height: 26px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .main_menu.expanded > li > a {
    line-height: 34px;
  }

  .main_menu.expanded li li a {
    font-weight: normal;
  }

  .col-3-2-1-1 .job_search_results thead {
    display: none;
  }

  .col-3-2-1-1 .job_search_results th,
  .col-3-2-1-1 .job_search_results td {
    padding: 0;
    display: block;
    width: 100%;
    float: left;
  }

  .col-3-2-1-1 .job_search_results td.job_search_city {
    padding: 0 0 18px;
  }

  .col-3-2-1-1 input[type="submit"] {
    width: 100%;
  }

  .col-3-2-1-1 .button_link,
  .col-3-2-1-1 .button_link:first-child {
    margin: 7px 0;
    width: 100%;
  }

  .col-3-2-1-1 .button_link_orange,
  .col-3-2-1-1 .button_link_orange:first-child,
  .col-3-2-1-1 .button_link_blue,
  .col-3-2-1-1 .button_link_blue:first-child {
    margin: 7px 0;
    width: 100%;
  }
  
  .button_link_boersen_und_maerkte {
    margin: 7px 0;
  }

  .breadcrumb li {
    float: none;
    margin-left: 0;
  }

  .breadcrumb li:first-child {
    display: none;
  }

  #map_canvas {
    height: 160px;
  }

  .block_calculator p.calculator_label {
    text-align: left;
    width: auto;
  }

  .empty_label {
    display: none;
  }

  .result_mega {
    font-size: 16px;
  }

  .calculator_result_table td {
    padding: 5px 0;
  }

  .result_table_details td {
    padding: 4px 10px;
  }

  .result_table_details .details_row td {
    padding: 0 10px;
  }

  .result_table_details .details_begin td {
    padding-top: 4px;
  }

  .result_table_details .details_end td {
    padding-bottom: 4px;
  }

  .currency_result .col-half {
    float: none;
    width: auto;
  }

  .exchange_table {
    margin-left: 0;
  }

  .hightlight_result {
    margin-right: 0;
  }

  .button,
  input[type=submit] {
    width: 100%;
  }

  .progress_list li {
    margin-left: 20px;
  }

  .progress_list li:first-child {
    margin-left: 0;
  }

  .progress_list li:before {
    content: ' ';
    display: block;
    position: absolute;
    left: -22px;
    width: 20px;
  }

  .expandable_list {
    border-top: 1px solid #ccc;
  }

  .expandable_list > li {
    border-bottom: 1px solid #ccc;
    background-position: left 17px;
    padding-top: 10px;
  }

  .action {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .article .data_table {
    display: none;
  }

  .photo_album_carousel,
  .photo_album_carousel .photo_item {
    height: 160px;
  }

  .photo_album_carousel {
    margin-bottom: 15px;
  }

  .popup_content {
    margin: 30px 0;
  }

  .popup_padding {
    padding: 0 20px 15px;
  }

  .popup_info {
    height: 25px;
    line-height: 25px;
  }

  .popup_close {
    top: 30px;
    z-index: 100000;
    width: 25px;
    height: 25px;
    background: url('../images/design/2015/popup_close_black.png') transparent no-repeat center center;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    background-size: 15px auto;
  }

  .old .popup_close {
    background: url('../images/design/2015/popup_close_black.png') no-repeat center center;
  }

  .photo_album_thumbs, .article .photo_album_thumbs {
    margin: 15px -7px 0 -8px;
  }

  .photo_album_thumbs .column_padding {
    padding: 0 7px 15px 8px;
  }

  .expandable_list > li > h4 {
    padding-bottom: 5px;
    margin-top: 5px;

  }

  .expandable_list > li.expanded > h4 {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
  }

  .hide_on_one {
    display: none;
  }

  .answer_text {
    width: auto;
    float: none;
    text-align: left;
  }

  .progress {
    width: 85%;
    margin-left: 0;
    width: calc(100% - 40px);
  }

  .col-2-2-1-1 .currency_30 {
    width: 30%;
  }

  .list_table {
    font-size: 12px;
  }
  /* MultiMedia */
  p > object, p > object > embed {
    width: 100%;
    height: 180px;
  }

  .news_col_3 {
    float: none;
  }

}


/* Phone layout */
@media all and (max-width: 540px) {

  .content_width {
    width: 320px;
  }

  .top_intro {
    height: 205px; /* KrMi, 2016-12-06 (Bugzilla 104444): for smaller devices instead of 190px */
  }

  .float-r-l-l-n,
  .float-r-r-l-n,
  .float-r-r-r-n  {
    float: none;
  }

  .col-1-0-0-0,
  .col-1-0-1-0,
  .col-1-1-1-0 {
    display: none;
  }

  .col-0-1-1-1,
  .col-1-0-0-1,
  .col-1-1-1-1,
  .col-1-1-2-1,
  .col-1-2-1-1,
  .col-1-2-2-1,
  .col-1-3-2-1,
  .col-2-1-1-1,
  .col-2-1-2-1,
  .col-2-2-1-1,
  .col-2-2-2-1,
  .col-3-2-1-1,
  .col-3-2-2-1,
  .col-3-3-2-1,
  .col-4-3-2-1 {
    width: 320px;
    float: none;
  }

  .additional_items.expanded,
  .footer_greeting .additional_items {
    display: block;
  }

  #search_form {
    float: none;
    overflow: hidden;
  }

  .frontpage_tabs {
    float: none;
    clear: both;
  }

  .search_and_button {
    float: left;
  }

  input.search_input[type="text"] {
    width: 248px;
  }

  .footer_links {
    float: none;
    padding-bottom: 5px;
    overflow: hidden;
  }

  .copyright {
    clear: both;
    float: none;
    text-align: left;
  }

  .bank_picker_content .form_row_submit {
    width: auto;
  }

  .bank_picker_content .form_row_submit a.button {
    padding: 0 15px 0 16px;
    min-width: 0;
    background: url('../images/design/2015/button_go.png') no-repeat #135195 center center;
    -webkit-background-size: auto 30px;
    -moz-background-size: auto 30px;
    background-size: auto 30px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .old .bank_picker_content .form_row_submit a.button {
    background: url('../images/design/2015/button_go.png') no-repeat #135195 center center;
  }

  .bank_picker_content .form_row_submit a.button.disabled {
    background-color: #999;
  }

  .intro_box h3 {
    width: 290px;
  }

  .mobile_logo {
    display: block;
  }

  .bank_picker {
    display: none;
  }

  .bank_picker_mobile_content {
    display: block;
  }

  .menu_1_list_2 {
    display: none;
  }

  .front .menu_1_list_2 {
    display: block;
    position: absolute;
    right: 0;
    top: 114px;
    z-index: 5;
  }

  .menu_1_list_1 li ul {
    display: none;
  }

  .logo_link {
    width: 290px;
    height: 64px;
    /* KrMi, 2015-10-20: display logo in mobile version with margin */
    margin-bottom: 5px;
    margin-top: -5px;
  }

  .logo_link a {
    background: url('../images/design/2015/logo_mobile.png') no-repeat left top;
    -webkit-background-size: 290px auto;
    -moz-background-size: 290px auto;
    background-size: 286px auto;  /* MuelG von 290 auf 286 20.1.2020 */
  }

  .old .logo_link a {
    background: url('../images/design/2015/logo_mobile.png') no-repeat left top;
  }

  input[type=text],
  input[type=search],
  input[type=number],
  input[type=email],
  input[type=url] {
    width: 268px;
    width: calc(100% - 22px);
  }

  .job_search_results thead {
    display: none;
  }

  .job_search_results th,
  .job_search_results td {
    padding: 0;
    display: block;
    width: 100%;
    float: left;
  }

  .job_search_results td.job_search_city {
    padding: 0 0 18px;
  }

  .button_link,
  .button_link:first-child {
    margin: 7px 0;
    width: 100%;
  }

  .button_link_orange,
  .button_link_orange:first-child,
  .button_link_blue,
  .button_link_blue:first-child {
    margin: 7px 0;
    width: 100%;
  }
  
  input[type="submit"] {
    width: 100%;
  }

  .breadcrumb {
    padding-right: 0;
  }

  .button {
    width: 100%;
  }

  .photo_album_carousel,
  .photo_album_carousel .photo_item {
    height: 193px;
  }

  .article > .column_padding {
    padding-bottom: 0;
  }
  /* MultiMedia */
  p > object, p > object > embed {
    width: 100%;
    height: 210px;
  }

  .news_col_3 {
    float: none;
  }

}




/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url('../images/design/2015/sprite-skin-nice.png') repeat-x;
}

.irs {
    height: 30px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px; top: 11px;
}
    .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 8px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 8px; top: 11px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 11px;
        height: 8px; width: 11px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 22px; height: 22px;
    top: 4px;
    background-position: 0 -120px;
  cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}






/**********************
 * PRELOAD IMAGES
 **********************/

body:after{
    display: none;
    content: url('../images/design/2015/logo_mobile.png') url('../images/design/2015/loading_image.gif');
}

/********************************
 * CLIENT STYLES, FEBRUARY 2016
 ********************************/

 .custom_nav_container {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 1020;
}

.custom_nav_container > div {
  position: absolute;
  bottom: 137px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url('../images/design/2015/custom_arrow.png') transparent no-repeat left top;
  background-size: 46px auto;
}
.custom_nav_container > div.disabled {
  display: none !important;
}

.custom_nav_container .owl-prev {
  left: 0;
  background-position: left top;
}

.custom_nav_container .owl-next {
  right: 0;
  background-position: left bottom;
}

/* New icons set */

.icon_small {
  display: block;
  padding-left: 25px;
  background-image: url('../images/design/2015/icon_small.png');
  background-repeat: no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.old .icon_small {
  background-image: url('../images/design/2015/icon_small.png');
}

.icon_facebook_big {
  display: block;
  background-image: url('../images/design/2015/facebook.png');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

.icon_twitter_big {
  display: block;
  background-image: url('../images/design/2015/twitter.jpg');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  margin-top: 6px;
}

.icon_instagram_big {
  display: block;
  background-image: url('../images/design/2015/instagram.jpg');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  margin-top: 6px;
}

.icon_linkedin_big {
  display: block;
  background-image: url('../images/design/2015/linkedin.jpg');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 30px auto;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  margin-top: 6px;
}

.icon_youtube_big {
  display: block;
  padding-left: 25px;
  background-image: url('../images/design/2015/youtube.png');
  background-repeat: no-repeat;
  background-position: center 3px;
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  background-size: 60px auto;
}

.icon_kontakt, .icon_contact {
  background-position: left 0;
}
.icon_kontakt.active, .icon_contact.active {
  background-position: left -1500px;
}

.icon_oeffnungszeiten {
  background-position: left -50px;
}
.icon_oeffnungszeiten.active {
  background-position: left -1550px;
}

.icon_bayern {
  background-position: left -100px;
}
.icon_bayern.active {
  background-position: left -1600px;
}

.icon_onlinebanking {
  background-position: left -150px;
}
.icon_onlinebanking.active {
  background-position: left -1650px;
}

.icon_news {
  background-position: left -200px;
}
.icon_news.active {
  background-position: left -1700px;
}

.icon_events {
  background-position: left -250px;
}
.icon_events.active {
  background-position: left -1750px;
}

.icon_jobs, .icon_career {
  background-position: left -300px;
}
.icon_jobs.active, .icon_career.active {
  background-position: left -1800px;
}

.icon_immo {
  background-position: left -350px;
}
.icon_immo.active {
  background-position: left -1850px;
}

.icon_presse, .icon_press {
  background-position: left -400px;
}
.icon_presse.active, .icon_press.active {
  background-position: left -1900px;
}

.icon_filiale, .icon_branch {
  background-position: left -450px;
}
.icon_filiale.active, .icon_branch.active {
  background-position: left -1950px;
}

.icon_hilfe, .icon_help {
  background-position: left -500px;
}
.icon_hilfe.active, .icon_help.active {
  background-position: left -2000px;
}

.icon_rechner, .icon_calc {
  background-position: left -550px;
}
.icon_rechner.active, .icon_calc.active {
  background-position: left -2050px;
}

.icon_sicherheit, .icon_security {
  background-position: left -600px;
}
.icon_sicherheit.active, .icon_security.active {
  background-position: left -2100px;
}

.icon_boersen {
  background-position: left -650px;
}
.icon_boersen.active {
  background-position: left -2150px;
}

.icon_mitarbeiter {
  background-position: left -700px;
}
.icon_mitarbeiter.active {
  background-position: left -2200px;
}

.icon_sparen {
  background-position: left -750px;
}
.icon_sparen.active {
  background-position: left -2250px;
}

.icon_privat {
  background-position: left -800px;
}
.icon_privat.active {
  background-position: left -2300px;
}

.icon_newsletter {
  background-position: left -850px;
}
.icon_newsletter.active {
  background-position: left -2350px;
}

.icon_email {
  background-position: left -900px;
}
.icon_email.active {
  background-position: left -2400px;
}

.icon_print {
  background-position: left -950px;
}
.icon_print.active {
  background-position: left -2450px;
}

.icon_search {
  background-position: left -1000px;
}
.icon_search.active {
  background-position: left -2500px;
}

.icon_xing {
  background-position: left -1050px;
}
.icon_xing.active {
  background-position: left -2550px;
}

.icon_linkedin, .icon_in {
  background-position: left -1100px;
}
.icon_linkedin.active, .icon_in.active {
  background-position: left -2600px;
}

.icon_facebook {
  background-position: left -1150px;
}
.icon_facebook.active {
  background-position: left -2650px;
}

.icon_twitter {
  background-position: left -1200px;
}
.icon_twitter.active {
  background-position: left -2700px;
}

.icon_ticket {
  background-position: left -1250px;
}
.icon_ticket.active {
  background-position: left -2750px;
}

.icon_download {
  background-position: left -1300px;
}
.icon_download.active {
  background-position: left -2800px;
}

.icon_settings {
  background-position: left -1350px;
}
.icon_settings.active {
  background-position: left -2850px;
}

.icon_hotline {
  background-position: left -1400px;
}
.icon_hotline.active {
  background-position: left -2900px;
}

.icon_merkliste {
	background-position: left -1450px;
}
.icon_merkliste.active {
	background-position: left -2950px;
}

.link_merkliste .icon_merkliste {
	background-position: left -1460px;
}
.link_merkliste .icon_merkliste.active {
	background-position: left -2960px;
}

.icon_sprache_english {
	background-position: left -3200px;
}

.icon_big {
  background: url('../images/design/2015/icon_big.png') transparent no-repeat left center;
  background-size: 26px auto;
  padding-left: 26px;
}
.old .icon_big {
  background: url('../images/design/2015/icon_big.png') transparent no-repeat left center;
}

.icon_big.icon_news {
  background-position: left -10px;
}
.icon_big.icon_news.active {
  background-position: left -160px;
}

.icon_big.icon_events {
  background-position: left -60px;
  padding-left: 32px;
}
.icon_big.icon_events.active {
  background-position: left -210px;
}

.icon_big.icon_videos {
  background-position: left -110px;
  padding-left: 32px;
}
.icon_big.icon_videos.active {
  background-position: left -260px;
}

.icon_big.icon_at {
  background-position: left -310px;
  padding-left: 32px;
}
.icon_big.icon_at.active {
  background-position: left -660px;
}

.icon_big.icon_money {
  background-position: left -360px;
  padding-left: 32px;
}
.icon_big.icon_money.active {
  background-position: left -710px;
}

.icon_big.icon_pig {
  background-position: left -410px;
  padding-left: 32px;
}
.icon_big.icon_pig.active {
  background-position: left -760px;
}

.icon_big.icon_cart {
  background-position: left -460px;
  padding-left: 32px;
}
.icon_big.icon_cart.active {
  background-position: left -810px;
}

.icon_big.icon_moneyhand {
  background-position: left -510px;
  padding-left: 32px;
}
.icon_big.icon_moneyhand.active {
  background-position: left -860px;
}

.icon_big.icon_couple {
  background-position: left -560px;
  padding-left: 32px;
}
.icon_big.icon_couple.active {
  background-position: left -910px;
}

.icon_big.icon_people {
  background-position: left -610px;
  padding-left: 32px;
}
.icon_big.icon_people.active {
  background-position: left -960px;
}

.line_0 {
  position: relative;
  z-index: 2; /* KrMi, 20160329, changed from 1 to make button clickable */
}

.online_banking_link, .online_banking_link_mobile_small {
  position: relative;
}

.online_banking_link a, .online_banking_link_mobile_small a {
  position: absolute;
  right: 15px;
  top: 8px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  padding: 0 10px 0 30px;
  text-decoration: none;
}
.icon_white_lock {
  background: url('../images/design/2015/icon_white_lock.png') #f59d00 no-repeat 10px center;
  background-size: 14px auto;
}

.online_banking_link a:hover,
.online_banking_link a:focus,
.online_banking_link_mobile_small a:hover,
.online_banking_link_mobile_small a:focus {
  background-color: #135195;
}

.menu_1_list_2 {
    padding-right: 225px;
}

h3.news_title {
  font-size: 14px;
  color: #000;
}

.section_slider_title {
  display: none;
}

/* Footer blocks, before branche info */

.footer_blocks {
  background: none #d7e3f0;
  color: #135195;
  padding: 35px 0 20px;
  font-size: 13px;
  overflow: hidden;
}

.footer_block h5 {
  margin: 25px 0 10px;
}
.footer_block h5:first-child {
  margin-top: 0;
}

.footer_block p {
  margin: 0 0 13px;
}

.footer_block p:last-of-type {
  margin: 0;
}

.footer_block ul {
  list-style: none;
}

.social_media_links {
  list-style: none;
}

.social_media_links li {
  display: inline-block;
  margin-left: 10px;
}

.social_media_links li:first-child {
  margin-left: 0;
}

.social_icon {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url('../images/design/2015/footer_social.png') transparent no-repeat left top;
  background-size: 80px auto;
}

.social_facebook {
  background-position: 0 0;
}
.social_facebook:hover,
.social_facebook:focus {
  background-position: -50px 0;
}

.social_linkedin {
  background-position: 0 -50px;
}
.social_linkedin:hover,
.social_linkedin:focus {
  background-position: -50px -50px;
}

.social_xing {
  background-position: 0 -100px;
}
.social_xing:hover,
.social_xing:focus {
  background-position: -50px -100px;
}

.social_twitter {
  background-position: 0 -150px;
}
.social_twitter:hover,
.social_twitter:focus {
  background-position: -50px -150px;
}

.social_youtube {
  background-position: 0 -200px;
}
.social_youtube:hover,
.social_youtube:focus {
  background-position: -50px -200px;
}

.social_google {
  background-position: 0 -250px;
}
.social_google:hover,
.social_google:focus {
  background-position: -50px -250px;
}

/* Branche info at far footer */

.branche_info {
  background: none #d7e3f0;
  color: #135195;
  padding: 35px 0 20px;
  font-size: 13px;
  overflow: hidden;
}

.branche_info_content {
  margin: 0 15px;
}

.branche_info p {
    line-height: 1.7em;
  text-align: justify;
}

.branche_info p span {
  display: inline-block;
  text-align: left;
}

.force_justify {
  width: 100%;
}

/* Special Carousel */

.article_block .owl-carousel {
  display: block;
}

/* Konto-Filter page */

.konto_filters_block {
  border: 5px solid #135195;
  padding: 15px 25px 0;
  margin-bottom: 30px;
}

.konto_filters_active {
	background: none #EAF4FF;
}

.konto_filters_block::after {
  content: '';
  display: block;
  clear: both;
}

.konto_filter {
  display: inline-block;
  min-width: 190px;
  margin-right: 27px;
	vertical-align: top;
}

fieldset p.switcher_box {
  margin: 0;
}

.switcher_box::after {
  content: '';
  display: block;
  clear: both;
}

.switcher {
  position: relative;
  display: block;
  float: left;
}

.switcher input + label {
  display: block;
  padding: 0 5px;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 50px;
  line-height: 30px;
  position: relative;
  background-color: #fff;
  z-index: 0;
}

.switcher_right label {
  left: -1px;
}

.switcher input + label:hover {
  border-color: #135195;
  z-index: 1;
}

.switcher input:checked + label {
  background-color: #135195;
  border-color: #135195;
  color: #fff;
  z-index: 2;
}

.switcher_input {
  display: none;
}

.several_choices {
  clear: both;
}

.several_choices > span {
  display: block;
  float: left;
  margin-right: 25px;
}

.several_choices::after {
  content: '';
  display: block;
  clear: both;
}

.several_choices > span,
.several_choices label {
  white-space: nowrap;
}

.several_choices label {
  display: inline-block;
  line-height: 30px;
}

#konto_list {
  margin-bottom: 30px;
}

#konto_list::after {
  content: '';
  display: block;
  clear: both;
}

ul.check_list,
.article ul.check_list {
	margin: 0 0 15px;
}

.news_box ul.check_list,
.article .news_box ul.check_list {
	margin: 0 0 10px;
}

ul.check_list li,
.article ul.check_list li {
	list-style: none;
  padding-left: 22px;
  background: url('../images/design/2015/tick_blue.png') transparent no-repeat left top / 14px auto;
  padding-bottom: 0;
}

#konto_list .button {
  display: block;
}

#konto_list .column_padding {
  padding-bottom: 45px;
}

/* Konto details page */

.konto_features_table td {
	padding-left: 20px;
}
.konto_features_table td:first-child {
	padding-left: 0;
}

.advantages_box {
	border: 3px solid #135195;
    margin-bottom: 25px;
    padding: 15px 25px 0;
}

.advantages_box:after {
	content: ' ';
	display: block;
	clear: both;
}

.advantages_box h4 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.advantages_box img {
	display: block;
	margin: 0 auto 10px;
	height: 50px;
}

.advantages_box > ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	text-align: justify;
}

.advantages_box > ul:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.advantages_box > ul > li {
	display: inline-block;
	text-align: left;
	padding: 0 10px;
	min-width: 120px;
	max-width: 150px;
	vertical-align: top;
}


/* Immo pages */

.immo_property {
	display: block;
}

.icon_arrow {
	background: url('../images/design/2015/icon_arrow.png') transparent no-repeat left top / 20px auto;
	padding-left: 14px;
	cursor: pointer;
}

.icon_arrow_down {
	background-position: 0 0;
}
.icon_arrow_down.active {
	background-position: 0 -80px;
}

.icon_arrow_up {
	background-position: 0 -20px;
}
.icon_arrow_up.active {
	background-position: 0 -100px;
}

.icon_arrow_left {
	background-position: 0 -40px;
}
.icon_arrow_left.active {
	background-position: 0 -120px;
}

.icon_arrow_right {
	background-position: 0 -60px;
}
.icon_arrow_right.active {
	background-position: 0 -140px;
}

.intro_box_immo h3 {
	font-weight: bold;
	font-size: 16px;
}

.intro_box_immo .icon_arrow {
	font-weight: bold;
}

#immo_search_form .icon_arrow {
	padding-left: 22px;
}

.search_filter fieldset,
.search_actions fieldset {
	margin-bottom: 10px;
}

.search_filter {
	min-width: 210px;
}

.search_filter input[type=text],
.search_filter input[type=number] {
	width: 188px;
}

.search_filter .custom_select_wrapper {
    min-width: 172px;
}

.inline_inputs_box p input[type=text],
.inline_inputs_box p input[type=number] {
	width: 78px;
}

*[data-required-element] {
	display: none;
}
*[data-required-element].active {
	display: block;
}
.konto_filter[data-required-element].active,
.search_filter[data-required-element].active {
	display: inline-block;
}

fieldset.inline_inputs_box {
	margin-bottom: 0;
}

.inline_inputs_box p:after {
	content: '';
	display: block;
	clear: both;
}

.inline_inputs_box p > span {
	display: table;
	float: left;
	margin: 0 10px 10px 0;
	min-width: 100px;
}

.inline_inputs_box p label {
	min-width: 56px;
}

.inline_inputs_box p > span:last-of-type {
	margin-right: 0;
}

.advanced_search_options {
	display: none;
}

.advanced_search_options.active {
	display: inline-block;
}

.inline_inputs_box p .icheckbox_square-red,
.inline_inputs_box p .iradio_square-red {
	margin-right: 5px;
}

.article .immo_nav,
.immo_nav {
	list-style: none;
	text-align: justify;
	margin-left: 0;
}

.immo_nav:after {
	content: '';
    width: 100%;
    display: inline-block;
}

.immo_nav li {
	display: inline-block;
}


/* Quick search on Immo pages */

.quick_search_and_title:after {
	content: '';
	display: block;
	clear: both;
}

.quick_search_and_title h2 {
	float: left;
	margin-top: 0;
}

.quick_search {
	float: right;
}

.quick_search p,
.article .quick_search p {
	display: inline-block;
	line-height: 30px;
}

.quick_search p.link_merkliste,
.article .quick_search p.link_merkliste {
	margin-right: 40px;
}

.quick_search p.quick_search_label,
.article .quick_search p.quick_search_label {
	display: inline-block;
	margin-right: 20px;
}

.article .quick_search p span {
	margin-bottom: 0;
}


/* Search results, Favorites immo list */

#search_result_sort {
	overflow: hidden;
	line-height: 30px;
}

.search_results_options {
	float: left;
}

.search_results_email {
    float: right;
    min-width: 240px;
}

.search_results_email a {
	font-weight: bold;
}

.sort_label {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#search_result_sort .custom_select_wrapper {
	float: left;
}

/* KrMi, 2016-04-15: IDs necessary to avoid design problems in ma-suche */
#search_result_sort .custom_select_wrapper, #immo_quicksearch_form .custom_select_wrapper {
	min-width: 120px;
}

.sort_arrows {
	display: inline-block;
	margin-left: 15px;
}

.sort_arrows a {
	margin-left: 10px;
}


.article ul.search_results_list {
	list-style: none;
	margin-left: 0;
}

.search_results_list > li {
	border-top: 1px solid #ccc;
}

.search_results_list .column_padding {
	padding: 20px 15px;
}

.result_block img {
	display: block;
}

.article_block .result_block h2 {
	line-height: 1.4em;
	font-size: 21px;
}

.article_block .result_block p {
	margin-bottom: 7px;
}

.article_block p.top_spacer {
	margin-top: 16px;
}

.main_content .icon_kontakt,
.result_block .icon_kontakt {
    background-position: left -14px;
}

.main_content .icon_rechner,
.result_block .icon_rechner {
    background-position: left -564px;
}

.main_content .icon_delete,
.result_block .icon_delete {
    background-position: left -3014px;
}

.main_content .icon_go,
.result_block .icon_go {
    background-position: left -3114px;
}

.result_block .icon_merkliste {
    background-position: left -1464px;
}
.search_results_email .icon_merkliste {
    background-position: left -1459px;
}


/* Immo Details page */

.immo_info_table {
	width: 100%;
}

.immo_info_table td {
	vertical-align: top;
}

.immo_info_section td {
	font-weight: bold;
}

.sidebar .immo_links p {
	margin-bottom: 0;
}

.immo_links .icon_merkliste {
	background-position: left -1464px;
}

.word_break_all {
	word-break: break-all;
}

.currency_slider_box {
	overflow: hidden;
}

.currency_slider_box legend {
	margin: 0;
}

.sidebar .result_table_details {
	margin-bottom: 15px;
}

.sidebar .result_table_details td {
    border: 0 none;
    padding: 0;
}

.sidebar .result_mega {
	font-size: inherit;
	font-weight: bold;
}

.result_table_details hr {
	margin: 10px 0;
}

.sidebar #interest_rate_result {
	display: none;
}

.immo_details_carousel {
    height: 340px;
    margin-bottom: 10px;
    width: 100%;
}

.immo_album .photo_item {
	height: 340px;
}

.immo_album .photo_album_thumbs {
	margin: 0 -5px;
}

.immo_album .always_third {
    width: 16.666%;
}

.immo_album .photo_album_thumbs .column_padding {
	padding: 0 5px 10px;
}

.immo_album .custom_nav_container > div {
	bottom: 150px;
}

.immo_footer_actions {
	margin: 30px 0 20px;
}

/* Sidebar small icon links */

.sidebar .icon_merkliste {
    background-position: left -1464px;
}

.sidebar .icon_print {
    background-position: left -964px;
}

.sidebar .icon_email {
    background-position: left -914px;
}

.bordered .icon_small {
	margin-top: 5px;
}


/* Content menu */

.content_menu ul {
	margin: 0;
}

.content_menu ul li {
	padding-bottom: 10px;
}

.content_menu h3 {
	margin-top: 0;
}

/* KrMi, 2016-11-11 (Bugzilla 104444): necessary to hide pdf-link of tables per default */
table.data_table + ul {
  display: none;
}

/*BreM, 2017-03-14 necessary for search form in rumpfi.jsp*/
.searchform_boersen_und_maerkte{
  float:right;
}

/* Laptop layout */
@media all and (max-width: 1080px) {

  .custom_nav_container > div {
    bottom: 122px;
  }

  .force_justify {
    display: none;
  }

  .branche_info p {
    text-align: left;
    margin: 0 0 20px;
  }

  .branche_info p span {
    display: block;
    text-align: left;
  }

	.result_group:first-child .column_padding {
		padding-bottom: 0;
	}

	.search_results_email {
		min-width: 0;
	}

	.advantages_box > ul > li {
		padding-bottom: 10px;
    min-width: 150px; /* MuelG 2017-07-05 */
	}
}

/* Tablet layout */
@media all and (max-width: 810px) {
  /* KrMi, 2016-12-06 (Bugzilla 104444): smaller headlines on smaller devices */
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

	.online_banking_link {
		text-align: right;
	}

	.online_banking_link a {
		position: static;
		display: block;
		right: auto;
		top: auto;
		width: auto;
		overflow: hidden;
	}

	.online_banking_link a.icon_white_lock {
		background-image: url("../images/design/2015/icon_arrow_white.png");
		background-position: right center;
		background-size: 24px auto;
		height: 44px;
		line-height: 44px;
		font-weight: normal;
		font-size: 18px;
		padding: 0 40px 0 5px;
	}

	.online_banking_link a.icon_white_lock:before {
		content: 'secure ';
		display: inline-block;
		line-height: 44px;
		text-indent: 9999px;
		width: 35px;
		height: 44px;
		background: url("../images/design/2015/icon_white_lock.png") transparent no-repeat center center;
		background-size: 14px auto;
	}

	.online_banking_link a.icon_white_lock:focus,
	.online_banking_link a.icon_white_lock:hover {
		background-color: #f59d00;
	}

  .online_banking_link_mobile_small a {
    padding: 0;
    width: 34px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .menu_1_list_2,
  .menu_1_list_2.more_than_four {
    padding-right: 50px;
  }

  .frontpage_tabs {
    display: none;
  }

  .custom_nav_container {
    display: none;
  }

  .custom_nav_container > div {
    bottom: 97px;
  }

  .section_slider_title {
    display: block;
  }

  #news_list,
  #events_list,
  #videos_list,
  .front div[id^='servicemenue'] {
    display: block !important;
  }

  .front .article_block h2 {
    clear: both;
    margin-top: 0;
  }

  .article_block .custom_nav_container {
    display: block;
  }

  .front .article_block .block_list {
    position: relative;
  }

  .front .article_block .custom_nav_container {
    margin: 0 auto;
    position: static;
    z-index: 1020;
  }

  .front .article_block .custom_nav_container > div {
    bottom: auto;
    top: 70px;
    z-index: 1001;
    background: transparent url("../images/design/2015/small_nav_arrow.png") no-repeat scroll left top / 15px auto;
    height: 23px;
    width: 15px;
  }

  .front .article_block #videos_list .custom_nav_container > div, .front .article_block h2.icon_videos + div > .custom_nav_container > div {
    top: 60px;
  }

  .front .article_block .custom_nav_container > div.owl-next {
    background-position: left bottom;
  }

  .several_choices > span {
    display: block;
    float: none;
    margin: 0 0 10px;
  }

	.quick_search {
		float: left;
		width: 100%;
	}

	.quick_search p.link_merkliste, .article .quick_search p.link_merkliste {
		float: right;
		margin-right: 0;
	}

	.search_filter {
		min-width: 196px;
	}

	.search_filter .custom_select_wrapper {
		min-width: 158px;
	}

	.inline_inputs_box p > span {
		min-width: 93px;
	}

	.inline_inputs_box p input[type="text"], .inline_inputs_box p input[type="number"] {
		width: 71px;
	}

	.search_filter input[type="text"], .search_filter input[type="number"] {
		width: 174px;
	}

	.search_results_email {
		float: none;
		clear: both;
	}

	.immo_details_carousel {
		height: 170px;
	}

	.immo_album .photo_item {
		height: 170px;
	}

	.immo_album .always_third {
		width: 33.333%;
	}

	.immo_album .custom_nav_container > div {
		bottom: auto;
		top: 75px;
	}

	.advantages_box {
		padding: 15px 10px 0;
		margin-bottom: 20px;
	}

	.advantages_box img {
		float: left;
		margin: 0 10px 0 0;
	}

	.advantages_box .check_list {
		float: left;
	}

	.advantages_box > ul::after {
		display: none;
	}

	.advantages_box > ul > li {
		display: block;
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		width: 100%:
	}

	.advantages_box > ul > li:after {
		content: ' ';
		display: block;
		clear: both;
	}

	.advantages_box ul.check_list li {
		background: none transparent;
		padding-left: 0;
	}

	.expandable_list > li > h4 {
		display: block;
	}

  /* KrMi, 2016-11-11 (Bugzilla 104444): necessary to show pdf-link of tables on 1-col layout */
  table.data_table + ul {
    display: block;
  }
}

/* Mobile layout */
@media all and (max-width: 540px) {
  /* KrMi, 2016-12-06 (Bugzilla 104444): smaller headlines on smaller devices */
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 17px;
  }

  h3 {
    font-size: 14px;
  }

	.online_banking_link {
		text-align: left;
	}

  .online_banking_link_mobile_small a {
    top: 122px; /* KrMi, 20160324, changed from 130px */
  }

  /* KrMi, 20160329 */
  .not-front .line_0 {
    display: none;
  }
  /* KrMi end */

  .menu_1_list_2,
  .menu_1_list_2.more_than_four {
    padding-right: 0;
  }

  .front .menu_1_list_2 {
    top: 114px;
    right: auto;
    left: 0;
  }

  .small_icons_spacer {
    margin-top: 50px;
  }

  .custom_nav_container > div {
    bottom: 72px;
  }

  .news_thumb iframe {
    height: 163px;
  }

  .front .article_block .custom_nav_container > div {
    top: 88px;
  }

  .front .article_block #videos_list .custom_nav_container > div, .front .article_block h2.icon_videos + div > .custom_nav_container > div {
    top: 72px;
  }

  .content_cover {
    top: -50px;
  }

  .not-front #search_form {
    padding-bottom: 20px;
  }

	fieldset {
		display: block;
	}

	.konto_filter,
	.search_filter {
		margin-right: 0;
		display: block;
	}

	.konto_filter.active[data-required-element],
	.search_filter.active[data-required-element] {
		display: block;
	}

	.konto_filter.active[data-required-element],
	.search_filter.active[data-required-element] {
		width: 100%;
	}

	.search_filter input[type="text"],
	.search_filter input[type="number"] {
		width: 206px;
	}

	.inline_inputs_box p input[type="text"],
	.inline_inputs_box p input[type="number"] {
		width: 87px;
	}

	.quick_search .inline_inputs_box p input[type="text"],
	.quick_search .inline_inputs_box p input[type="number"] {
		width: 81px;
	}

	.inline_inputs_box p label {
		min-width: 64px;
	}

	.quick_search p.link_merkliste,
	.article .quick_search p.link_merkliste,
	.quick_search p.quick_search_label,
	.article .quick_search p.quick_search_label {
		margin-bottom: 0;
	}

	.quick_search p:nth-child(3n) {
		display: block;
	}

	.quick_search .inline_inputs_box p > span:first-child {
		min-width: 151px;
		margin-right: 0;
	}

	.quick_search .inline_inputs_box p > span.search_and_button {
		float: right;
	}

	.sort_label {
		display: block;
		float: none;
		margin-right: 0;
	}

	.custom_select_wrapper select {
		clear: both;
	}

	.result_group .column:first-child .column_padding {
		padding-bottom: 0;
	}

	.immo_details_carousel {
		height: 205px;
	}

	.immo_album .photo_item {
		height: 205px;
	}

	.immo_album .custom_nav_container > div {
		top: 94px;
	}

	.quick_search .search_and_button {
		padding-bottom: 50px;
		position: static;
	}

	.quick_search p:nth-child(3n) {
		position: relative;
	}

	.quick_search p:nth-child(3n)::after {
		content: ' ';
		display: block;
		clear: both;
	}

	.quick_search .search_submit {
		display: block;
		background: none #135195;
		width: 100%;
		height: 30px;
		line-height: 30px;
		text-decoration: none;
		color: #fff;
		font-weight: normal;
		text-align: center;
		margin: 0;
		text-indent: 0;
		top: 40px;
		right: 0;
		clear: both;
		text-decoration: none;
	}

	.quick_search .search_submit:hover,
	.quick_search .search_submit:focus {
		background: none #F59D00;
	}
  /*BreM, 2017-03-14 necessary for search form in rumpfi.jsp*/
  .searchform_boersen_und_maerkte{
    float:none;
  }
}

/**********************
 * FAQ Search Styles
 **********************/
.faq_bold {
 font-weight: bold;
}
.notfound {
 display: none;
 margin-bottom: 15px;
}
.found {
 display: none;
 margin-bottom: 15px;
}

.notfound span.dyn {
 color: red;
}
.notfound span.fix {
 color: red;
}
/* MuelG 15.4.2015 Jobbewerbung */
.invalid_msg_text {
  color: #b90202;
}
/* Suche */
.highlight_suche {
  font-weight: bold;
}

.showresult2{
  display:none;
}

.article .bundesanleihen td:not(:first-child) {
  text-align: right;
}

.article .bundesanleihen {
  table-layout: auto;
}

.article .bundesanleihen th, .article .bundesanleihen td {
  padding:3px 5px;
}

/* MuelG richtig fluchten */
.expandable_content .block_list li > div.col-1-1-1-1 {
  width: 246px;
}
/* Bonusshop */
.shop_product_options {
    max-width: 230px;
}
/* Presse */
.article_date {
  color: #999;
}
/* Presse */
.article_block h2.with_date {
  margin-bottom: 0px;
}

.article ul.custom_bullet_punkt li {
  background: url('../images/design/2015/bullet_punkt.gif') transparent no-repeat 5px 4px;
  background-size: 14px 14px;
}

.old .article ul.custom_bullet_punkt li {
  background: url('../images/design/2015/bullet_punkt.gif') no-repeat 5px 4px;
}

.article ul.custom_bullet_quadrat li {
  background: url('../images/design/2015/bullet_quadrat.gif') transparent no-repeat 5px 4px;
  background-size: 14px 14px;
}

.old .article ul.custom_bullet_quadrat li {
  background: url('../images/design/2015/bullet_quadrat.gif') no-repeat 5px 4px;
}

.article ul.custom_bullet_haken li {
  background: url('../images/design/2015/bullet_checkmark.png') transparent no-repeat 5px 4px;
  background-size: 18px 14px;
}

.old .article ul.custom_bullet_haken li {
  background: url('../images/design/2015/bullet_checkmark.png') no-repeat 5px 4px;
}

.article ul.custom_bullet_logo li {
  background: url('../images/design/2015/bullet_logo.gif') transparent no-repeat 5px 4px;
  background-size: 18px 14px;
}

.old .article ul.custom_bullet_logo li {
  background: url('../images/design/2015/bullet_logo.gif') no-repeat 5px 4px;
}

.article ul.custom_bullet_punktSpalten li {
  background: url('../images/design/2015/bullet_punkt.gif') transparent no-repeat 5px 4px;
  background-size: 14px 14px;
}

.old .article ul.custom_bullet_punktSpalten li {
  background: url('../images/design/2015/bullet_punkt.gif') no-repeat 5px 4px;
}

.article ul.custom_bullet_quadratSpalten li {
  background: url('../images/design/2015/bullet_quadrat.gif') transparent no-repeat 5px 4px;
  background-size: 14px 14px;
}

.old .article ul.custom_bullet_quadratSpalten li {
  background: url('../images/design/2015/bullet_quadrat.gif') no-repeat 5px 4px;
}

.article ul.custom_bullet_hakenSpalten li {
  background: url('../images/design/2015/bullet_checkmark.png') transparent no-repeat 5px 4px;
  background-size: 18px 14px;
}

.old .article ul.custom_bullet_hakenSpalten li {
  background: url('../images/design/2015/bullet_checkmark.png') no-repeat 5px 4px;
}

.article ul.custom_bullet_logoSpalten li {
  background: url('../images/design/2015/bullet_logo.gif') transparent no-repeat 5px 4px;
  background-size: 18px 14px;
}

.old .article ul.custom_bullet_logoSpalten li {
  background: url('../images/design/2015/bullet_logo.gif') no-repeat 5px 4px;
}
/* MueG: poll-Teaser */
.sidebar .answer_text {
  width: 100%;
  text-align: left;
}

.sidebar .progress {
  margin-left: 0px;
  width: calc(100% - 40px);
}

.sidebar .button_link {
  margin-left: 0px;
}

/* Slöc: Tabelle ohne <thead> ... </thead> */
tbody {
  border-top: 1px solid #ccc;
}

/*korr, damit Slöc von oben bei Rechner,Jobbörse,Immobilien nicht gilt.*/
table.result_table_details tbody, table.job_search_results tbody, table.immo_info_table tbody, .immo_details_custom tbody {
  border-top: 0px;
}

/* Slöc: padding weg, damit "custom" Aufzählungen im Textblock mit Editor richtig angezeigt werden */
.block_list ul.custom_bullet li {
  padding-bottom: 0px;
}

/* KrMi, 2015-10-01: necessary to hide disclaimer of table for pdf; usable everywhere to hide text */
span.hide {
  display: none;
}


/* SlöC: added for the special Wohnbaublog-Page http://volksbank.e-bk.at/zib/de/individuelle_seite/regionale_Inhalte/private_wohnbau/wohnbau_blog.jsp */
.search_results_item h3 {
  margin-bottom: 0px !important;
}

/* SlöC: z-index für index-surfing */
#iw-vpreview {
  z-index: 100;
}

/* SlöC: AktivCard Jugendberater-Teaser: max-width statt width */
.acma_thumb img {
  display: block;
  max-width: 100%;
}

/* SlöC: Styles für Textblock m. Editor Formatierungen */
.textnorm { font-size: 100%; color:#000000; font-weight:normal; }
.textblau { font-size: 100%; color:#135195; font-weight:normal; }
.textblaubold { font-size: 100%;  font-weight:bold; color:#135195; }

/* SlöC: Disclaimer Zeilen- und Schriftgröße (Task 93878) */
.disclaimer_font {
  line-height: 1.2em;
  font-size: 10px;
}

/* Task 94572 - Beim Content-Typ vb_content/forum paßt sich das I-Frame nicht dem Ã¼bergeordneten Container an */
#hauptcontainer { width: 100%; }

/* SlöC: Checkbox Label immer schwarz (Task 99620) */
.label_black {
  color: black;
}

.label_black a {
  color: #135195;
}

/*Veranstaltungssyles Task 100654 "vb_content/veranstaltung"*/
.va_longtext {
  width: 40%;
  float:left;
}
.va_longinput {
  width: 60%;
}
.va_shorttext {
  width: 70%;
  float: left;
}
.va_shortinput {
  width: 30%;
}
.msg_error {
  color: #b90202;
}

/**/
/*Veranstaltungssyles Task 109951 "vb_content/veranstaltung"*/
a.download {
  list-style-type:none;
	padding-left: 35px;
	background: url(../images/design/2015/link_filetypes_unknown.gif) left 3px no-repeat;
}
a.download[href$=".pdf"] {
	background-image: url(../images/design/2015/link_filetypes_pdf.gif);
}
a.download[href$=".doc"] {
	background-image: url(../images/design/2015/link_filetypes_doc.gif);
}
a.download[href$=".xls"] {
	background-image: url(../images/design/2015/link_filetypes_xls.gif);
}
a.download[href$=".ppt"] {
	background-image: url(../images/design/2015/link_filetypes_ppt.gif);
}
a.download[href$=".zip"] {
	background-image: url(../images/design/2015/link_filetypes_zip.gif);
}
a.download[href$=".jpg"], a.download[href$=".gif"], a.download[href$=".png"], a.download[href$=".bmp"], a.download[href$=".tif"], a.download[href$=".tiff"], a.download[href$=".ai"], a.download[href$=".eps"] {
	background-image: url(../images/design/2015/link_filetypes_img.gif);
}
.linklist_none{
  list-style-type:none !important;
}
/**/

/* Styles für Textblöcke mit Fließtext */

.text_block {
  padding-left: 15px;
}

.text_block img {
  display: block;
}

.text_block .image_left {
  width: inherit;
}

.text_block .image_right {
  width: inherit;
}

.text_block p {
  display: inline;
}
.text_block span {
  display: block;
  margin-bottom: 1.2em; /* siehe Bugzilla 120499 - Korrektur KrMi */
}
.text_block a > span, .text_block sup > span { /* Bugzilla 123546 - KrMi */
  display: inline;
}

/* Styles für 2 Spaltendarstellung mit Fließtext (Task 104444) */

.box_overflow {
  overflow: hidden;
}

.img_float {
   float: left;
   margin-right: 20px;
   margin-bottom: 3px;
}
.img_align {
  display:block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.img_normal {
   margin-bottom: 10px;
}

/* Bugzilla 113002 Icons für Deutsch/English */

.icon_flagge_english {
  background: url('../images/design/2015/icon_gb.png') no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

.icon_flagge_deutsch {
  background: url('../images/design/2015/icon_austria.png') no-repeat;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  background-size: 20px auto;
}

/* Styles für Cookie Info am Seitenanfang ( BZ Task 113142) */

.cookie_blocks {
  background: none #d7e3f0;
  color: #135195;
  padding: 10px 0 10px;
  font-size: 13px;
  overflow: hidden;
  text-align: justify;
  border-bottom: 1px solid #135195;
}

.cookie_link {
  text-decoration: underline;
}

#cookie_info {
  display: none;
}

#cookie_info .line_c_content {
  margin: 0px 15px;
}

#cookie_info .line_c_content .button {
  width: 35px !important;
  margin-right: 15px;
  float: right;
  margin-top: 4px;
}

#cookie_info label,
#cookie_info label a,
#cookie_info label.checked,
#cookie_info label.hover,
#cookie_info label.checked a,
#cookie_info label.hover a {
    color: #135195;
}

/**/

.ergebnis-cash-bonus{
	margin: 5px 5px 5px 20px !important;
  width: 210px;
	background: #d20050;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d20050), to(#9f003d));
	background: -webkit-linear-gradient(#d20050, #9f003d);
	background: -moz-linear-gradient(#d20050, #9f003d);
	background: -ms-linear-gradient(#d20050, #9f003d);
	background: -o-linear-gradient(#d20050, #9f003d);
	background: linear-gradient(#d20050, #9f003d);
	color: #fff;
	list-style-type: none;
	-pie-background: linear-gradient(#d20050, #9f003d);
/* Absoluten Pfad zur PIE.htc angeben, Server muss MIME Type text/x-component für die .htc Datei senden */
	behavior: url(/m101/volksbank/m974_liveb/styles/PIE.htc);
	position: relative;
  line-height: 35px;
}
.ergebnis-mindest-var{
  margin: 5px 5px 5px 20px !important;
	background: #6f9df8;
  width: 330px;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#6f9df8), to(#4f70b2));
	background: -webkit-linear-gradient(#6f9df8, #4f70b2);
	background: -moz-linear-gradient(#6f9df8, #4f70b2);
	background: -ms-linear-gradient(#6f9df8, #4f70b2);
	background: -o-linear-gradient(#6f9df8, #4f70b2);
	background: linear-gradient(#6f9df8, #4f70b2);
	color: #fff;
	list-style-type: none;
	-pie-background: linear-gradient(#6f9df8, #4f70b2);
/* Absoluten Pfad zur PIE.htc angeben, Server muss MIME Type text/x-component für die .htc Datei senden */
	behavior: url(/m101/volksbank/m974_liveb/styles/PIE.htc);
	position: relative;
}
.ergebnis-hoechst-var{
	margin: 5px 5px 5px 20px !important;
	padding: 10px;
	width: 380px;
	background: #135192;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2f77c3), to(#135192));
	background: -webkit-linear-gradient(#2f77c3, #135192);
	background: -moz-linear-gradient(#2f77c3, #135192);
	background: -ms-linear-gradient(#2f77c3, #135192);
	background: -o-linear-gradient(#2f77c3, #135192);
	background: linear-gradient(#2f77c3, #135192);
	color: #fff;
	list-style-type: none;
	-pie-background: linear-gradient(#2f77c3, #135192);
/* Absoluten Pfad zur PIE.htc angeben, Server muss MIME Type text/x-component für die .htc Datei senden */
	behavior: url(/m101/volksbank/m974_liveb/styles/PIE.htc);
	position: relative;
}

span.filiale_dvr {
	display: none;
}

@media all and (max-width: 540px) {
.ergebnis-cash-bonus{width:225px;}
.ergebnis-mindest-var{width:240px;}
.ergebnis-hoechst-var{width:275px;}
.ergebnis-cash-bonus{margin: 5px 5px 5px 10px !important;}
.ergebnis-mindest-var{margin: 5px 5px 5px 10px !important;}
.ergebnis-hoechst-var{margin: 5px 5px 5px 10px !important;}
}

@media all and (max-width: 810px) {
.ergebnis-cash-bonus{width:160px;}
.ergebnis-mindest-var{width:175px;}
.ergebnis-hoechst-var{width:210px;}
.ergebnis-cash-bonus{margin: 5px 5px 5px 10px !important;}
.ergebnis-mindest-var{margin: 5px 5px 5px 10px !important;}
.ergebnis-hoechst-var{margin: 5px 5px 5px 10px !important;}
}

/* KrMi 2020-01-21: iFrame responsive */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
.embed-responsive-4by3 {
	padding-bottom: 75%
}
/* KrMi End */

/* SAFO-1: Cookie-Consent.jsp styles */
.consent-border {
    color:black; 
    text-align:left;
    border: 1px solid;
    padding: 3px;
}

.consent-button {
    text-align: right; 
    margin-top: 3px;
}
/* SAFO-1: Cookie-Consent.jsp styles End*/
