@charset "utf-8";

/*
  global
  ---------------------------------------------
*/

body {
  color: #3e3d40;
  background-color: #e5e1d9;
  font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

body#page-170 {
  background-color: #fff;
}

main div[class*="col-"],
aside > div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

hr {
  border-color: #dadada;
}

a {
  color: #e61b2f;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #c31728;
  text-decoration: underline;
  outline: 0;
}

ul, ol {
  padding: 0 0 0 15px;
}


/*
  header
  ---------------------------------------------
*/

#header {
  background-color: #fff;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#header .row .row {
  margin-top: 0;
  margin-bottom: 0;
}

#asb-signet {
  margin: 10px;
}

#header .sitenav .nav > li > a {
  margin: 4px 0;
  padding: 0 8px;
  font-size: 12.5px;
  line-height: 24px;
  color: #878787;
  font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
}

#header .sitenav .nav > li > a:hover,
#header .sitenav .nav > li > a.selected,
#header .sitenav .nav > li > a.active {
  color: #fff;
  background-color: #878787;
}

.col-search {
  background-color: #ececec;
}

#header form {
  padding: 10px;
}

#header .form-control,
#header .form-control:focus {
  font-size: 14px;
  height: 34px;
  transition: none;
  -webkit-appearance: none;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3) inset;
  border: 1px solid #ccc;
  border-radius: 10px;
  border-right: 0 none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#header .input-group .btn {
  -webkit-appearance: none;
  height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.3) inset;
  color: #878787;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#header .input-group .btn i {
  color: #f61517;
  font-size: 20px;
}

#header .input-group .btn:hover, 
#header .input-group .btn:focus,
#header .input-group .btn:hover i, 
#header .input-group .btn:focus i {
  color: #fff;
  background-color: #878787;
  text-decoration: none;
}

#header .input-group .btn i:before {
  content: "";
}

/* position for absolute element */
.row.posrel {
  position: relative;
}

/* Menü target group */

.menu-target-group {
  right: 0;
  bottom: 0;
}

.menu-target-group .navbar-nav {
  margin: 35px 0 0;
  padding: 0;
  display: inline-block;
  position: static;
  float: right;
  cursor: default;
  z-index: 500;
}
 
.menu-target-group .navbar-nav > li {
  position: static;
  display: block;
  float: left;
  padding-bottom: 6px;
  background: #fff;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.menu-target-group .navbar-nav > li > a {
  position: relative;
  display: block;
  z-index: 510;
  height: 50px;
  padding: 0 13px;
  line-height: 50px;
  font-family: "SourceSansProBold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #646567;
  background: #fff;
  text-shadow: none;
  border-left: 1px solid #d5d5d3;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.menu-target-group li > a span.glyphicon {
  color: #f61614;
  background-color: transparent;
  font-size: 55%;
  top: -1px;
  padding-right: 6px;
}

.menu-target-group .navbar-nav > li:last-child > a {
  border-right: 1px solid #d5d5d3;
}

.menu-target-group .navbar-nav > li.open,
.menu-target-group .navbar-nav > li:hover {
  background: #e0001b;
}

.menu-target-group .navbar-nav > li:hover > a {
  color: #fff;
  background: #e0001b;
  border: 0 none;
}

.menu-target-group .navbar-nav > li.open > a,
.menu-target-group .navbar-nav > li:hover > a {
  color: #fff;
  background: #e0001b;
  border: 0 none;
}

.menu-target-group .navbar-nav > li.open + li > a,
.menu-target-group .navbar-nav > li:hover + li > a {
  border-left-color: #fff;
}

.menu-target-group .navbar-nav > li:hover:last-child > a,
.menu-target-group .navbar-nav > li.open:last-child > a {
  border-right-width: 1px
}

.menu-target-group .navbar-nav > li.open > a span.glyphicon,
.menu-target-group .navbar-nav > li:hover > a span.glyphicon {
  color: #fff;
}

.menu-target-group .navbar-nav > li > div {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  padding: 27px 12px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  z-index: 3000;
/*
  background-image: url(../img/bg_menu-overlay.png);
  background-position: 0 12px;
  background-repeat: no-repeat;
*/
}

.menu-target-group .navbar-nav > li:nth-child(1) > div {
  background-position: 344px 12px;
}

.menu-target-group .navbar-nav > li:nth-child(2) > div {
  background-position: 490px 12px;
}

.menu-target-group .navbar-nav > li:nth-child(3) > div {
  background-position: 715px 12px;
}

.menu-target-group .navbar-nav > li:nth-child(4) > div {
  background-position: 906px 12px;
}

.menu-target-group .navbar-nav > li > div > .row {
  background-color: rgba(255,255,255,.9);
  padding: 0 5px;
}

/*
.menu-target-group .navbar-nav > li:hover > div,
*/
.menu-target-group .navbar-nav > li.open > div {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.menu-target-group .navbar-nav > li > a > span.marker-active {
  display: none;
  height: 15px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -27px;
  background-color: transparent;
  background-image: url(../images/bg_menu-overlay.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.menu-target-group .navbar-nav > li.open > a > span.marker-active {
  display: inline-block;
}

.menu-target-group .navbar-nav > li > div .media {
  padding: 20px 0 20px 10px;
}

#header .media > .pull-left {
  margin-right: 30px;
}

.menu-target-group .navbar-nav > li > div h3 {
  font-family: OpenSansBold, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #e4001b;
  background-color: transparent;
}

.menu-target-group .navbar-nav > li > div ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  line-height: 2.2;
}

.menu-target-group .navbar-nav > li > div a {
  font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #58585a;
  background-color: transparent;
}

.menu-target-group .navbar-nav > li > div a:hover {
  color: #e2021a;
  background-color: transparent;
  text-decoration: none;
}

.menu-target-group .navbar-nav > li > div ul .fa {
  margin: 0 6px 0 0;
  padding: 0;
  color: #f61617;
  font-size: 20px;
  vertical-align: -2px;
}


.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/*
  Hauptmenü
  ---------------------------------------------
*/

.container.mainnavbar {
  padding-left: 0;
  padding-right: 0;
}

.mainnavbar .navbar {
  margin-bottom: 0;
  border: 0 none;
  color: #fff;
  background-color: #e3001b;
  border-radius: 0;  
}

.mainnavbar .navbar .navbar-collapse {
  padding: 0;
}

.mainnavbar .navbar-nav {
  margin: 0;
}

.mainnavbar .navbar-nav li {
  position: static;
  display: block;
  color: #fff;
  background-color: #e3001b;
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;
  border-top: 1px solid #fff;
}

.mainnavbar .navbar-nav ul {
  margin: 0;
  padding: 0;
}

.mainnavbar .navbar-nav .row {
  margin-left: 0;
  margin-right: 0;
}

.mainnavbar .navbar-nav div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  border-right: 0 none;
}

.mainnavbar .navbar-nav li li {
  color: #fff;
  background-color: #777;
  border-bottom: 1px solid #777;
  font-family: "SourceSansProRegular", "OpenSansRegular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  border-top: 0 none;
}

.mainnavbar .navbar-nav li li:first-child {
  border-top: 1px solid #000;
}

.mainnavbar .navbar-nav li li:last-child {
  border-bottom: 0 none;
}

.mainnavbar .navbar-nav li li li {
  background-color: #999;
}

.mainnavbar .navbar-nav li li a {
  display: block;
  padding: 5px 15px;
  color: #000;
  background-color: #dadcdc;
  text-decoration: none;
}

.mainnavbar .navbar-nav li li li a {
  background-color: #f4f5f6;
  padding-left: 45px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.mainnavbar .navbar-nav > li > div {
  position: relative;
  display: none;
  width: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s;
  z-index: 3000;
  background-color: #777;
}

.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #E3001B;
}

/*
.mainnavbar .navbar-nav > li:nth-child(1) > div,
.mainnavbar .navbar-nav > li:hover > div,
*/
.mainnavbar .navbar-nav > li.open > div {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.mainnavbar {
  position: relative;
  width: 100%;
  min-height: 50px;
  margin-top: 0;
  z-index: 2000;
}

.mainnavbar .navbar-collapse {
  max-height: inherit;
  border: 0 none;
}

.navbar-inverse .navbar-brand,
.navbar-brand {
  color: #fff;
  font-family: OpenSansBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 19px;  
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
  margin-right: 10px;
}


/*
-----------------------------------------------------------------------------
*/


#header-img {
  position: relative;
  background-color: #f6e8d4;
}

#header-img div {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 150px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

#wrapper {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #f6f0e8;  
}



/*
-----------------------------------------------------------------------------
*/


.breadcrumb-container {
  margin: 0;
  padding: 0 6px;
  background-color: #ececec;
}

.breadcrumb {
  float: left;
  width: auto;
  background-color: #ececec;
  border-radius: 0;
  list-style: none outside none;
  margin: 0;
  padding: 10px 0;
}

.breadcrumb > li + li:before {
  color: #e3001b;
  content: "";
  padding: 0 8px;
  font-family: 'Glyphicons Halflings';
}

.breadcrumb > li {
  color: #e3001b;
  font-size: 13px;
  display: none;
}

.breadcrumb > li:last-child {
  display: inline;
}

.breadcrumb > li:last-child:before {
  content: "";
  margin: 0;
  padding: 0;
}

.breadcrumb > li > a {
  color: #3e3d40;
  text-decoration: none;
}

.breadcrumb > li > a:hover {
  color: #e3001b;
}

.menu_tools {
  float: right;
  width: auto;
  margin: 26px 0 0 0;
  padding: 0;
}

.menu_tools > li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 6px;
  border-left: 1px solid #d5d5d3;
}

.menu_tools > li:first-child {
  border-left: 0 none;
}

.menu_tools > li > a {
  color: #646567;
  background-color: transparent;
}

.menu_fontsize {
  float: right;
  width: auto;
  margin: 26px 15px 0 0;
  padding: 0;
}

.menu_fontsize > li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 5px;
}

.menu_fontsize > li:first-child {
  border-left: 0 none;
}

.menu_fontsize > li > a {
  color: #646567;
  background-color: transparent;
}

.menu_fontsize > li > a {
  margin: 4px 0;
  padding: 0 4px;
  font-size: 15px;
  line-height: 32px;
  color: #878787;
  font-family: OpenSansSemibold, Arial, Helvetica, sans-serif;
}


.container-tools {
  background-color: #ececec;
}
  
.container-tools span {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
  padding: 2px 10px;
  color: #ababab;
}

.container-tools a.nav-prev-page span,
.container-tools a.nav-next-page span {
  display: block;
  width: auto;
  color: #e3001b;
}

.container-tools a.nav-prev-page:hover,
.container-tools a.nav-next-page:hover {
  text-decoration: none;
}

.container-tools a.nav-prev-page:hover span,
.container-tools a.nav-next-page:hover span {
  color: #cd0018;
  text-decoration: none;
}

/**/

.csc-frame,
.frame-default,
.frame-type-text {
  padding: 10px;
  background-color: #fff;
}

main .frame-default {
  margin-bottom: 0;
}

#page-1 main .csc-frame,
#page-1 main .frame-default {
  margin-bottom: 15px;
}

main .frame-default:last-child {
  margin-bottom: 15px;
  padding-bottom: 60px;
}

#page-1 main .panorama .frame-default,
main .panorama .frame-default:last-child {
  margin-bottom: 0;
}

main.blankpage .frame-default {
  margin-bottom: 0;
  padding-bottom: 10px;
}

aside .frame-default {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px;
}

.subnav {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

.subnav li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  background-image: none;
}

.subnav li a {
  display: block;
  color: #3e3d40;
  text-decoration: none;
}

.subnav li a.selected,
.subnav li a.active,
.subnav li a:hover {
  color: #e3001b;
}

.subnav li a:after {
  float: right;
  content: "";
  padding-left: 8px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  color: #999;
}

.besuchteseiten {
  display: none;
}

aside .ce,
aside .frame-default {
  padding: 0;  
}

.csc-frame.csc-frame-frame1, .frame.frame-type-menu_pages {
  color: #000;
  background-color: #d8d7d3;
}

.csc-frame h1, .csc-frame h2, .csc-frame h3, .csc-frame h4, .csc-frame h5, .csc-frame h6,
.frame-default h1, .frame-default h2, .frame-default h3, .frame-default h4, .frame-default h5, .frame-default h6 {
  margin-top: 0;
  padding-top: 0;
}

main .csc-frame-frame2 .csc-textpic-imagewrap {
  padding: 6px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

main .csc-frame-frame2 .csc-textpic-imagewrap div[class*="col-"] {
  padding: 6px;
}

main h1,
main h2 {
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  color: #5a5b5d;
}

main h3 {
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #5a5b5d;
}

main h4 {
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #5a5b5d;
}

main h5,
main h6,
main h7 {
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #5a5b5d;
}
/*
  jowi: seems not necessary anymore
.frame-default img {
  margin-bottom: 20px;
}
*/
.panorama .frame-default img {
  margin-bottom: 0;
}

.frame-default .thumbnail img {
  margin-bottom: 0;
}

main .media {
  padding: 15px 0;
  border-bottom: 1px dotted #999;
}

main .media > .pull-left {
  margin-right: 30px;
}

main ul {
  margin: 0;
  padding: 0;
}

main li {
  display: block;
  margin-bottom: 10px;
  padding-left: 8px;
  background: url(../images/bg_list-item-small-bk.png) 0 6px no-repeat;
}

main .subnav li {
  margin-bottom: 0;
}

main li a {
  color: #E61B2F;
  background-color: transparent;
}


main .csc-frame-frame1 li a, main .frame-type-menu_pages li a {
  color: #333;
  background-color: transparent;  
}



footer {
  color: #fff;
  background-color: #87878a;
  margin-top: 0;
  padding-bottom: 40px;
}

footer div[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

footer .sitenav {
  padding: 14px;
}

footer h1,
footer h2 {
  margin: 0;
  padding: 0;
  font-family: OpenSansRegular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
}

footer h3,
footer h4 {
  font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}


.socialmediaicons {
  padding-top: 15px;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  margin: 0;
  padding: 4px 0;
  list-style: none;
  border-bottom: 1px solid #aaa;
}

footer li:last-child {
  border-bottom: 0 none;
}

footer li a {
  display: block;
  padding-left: 8px;
  font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
  background: url(../images/bg_list-item-footer.png) 0 6px no-repeat;
}

footer li a:hover {
  color: #fff;
  text-decoration: none;
}

/* news */

.news h4 a {
  color: #e61b2f;
  text-decoration: none;
}

.news.news-course h4 {
  margin: 0;
  padding: 0;
}

.frame-default .news .row {
  border-bottom: 1px dotted #999;
  margin: 15px 0 0;
  padding: 0 0 15px;
}

.frame-default .row.news-course {
  border-bottom: 1px dotted #999;
  margin: 15px 0 0;
  padding: 0 0 5px;
}

.news .date {
  display: block;
  color: #707070;
  background-color: #fff;
  font-family: OpenSansItalic, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
}

.news .text-right {
  margin: 0;
  padding: 0;
}

.news .text-right a {
  background-color: #fff;
  text-decoration: none;  
  font-family: OpenSansSemiBold, Arial, Helvetica, sans-serif;
  line-height: 20px;
}

#page-1 .news .text-right a {
  color: #3E3D40;
}

.news .text-right .fa {
  margin: 0 6px 0 0;
  padding: 0;
  color: #f61617;
  font-size: 20px;
  vertical-align: -2px;
}

.news .text-right a:hover .fa {
  color: #c31728;
}


/* marginalspalte */

aside h1,
aside h2 {
  font-family: "SourceSansProBold", "OpenSansBold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

aside h3,
aside h4 {
  margin: 0 0 10px;
  padding: 0;
  font-family: "SourceSansProSemibold", "OpenSansSemibold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
}

aside .frame-default img {
  margin: 0 0 10px 0;
}

aside .frame-default .csc-textpic-text {
  padding: 0 15px 10px;  
}

aside .btn-primary {
  float: right;
}

.btn-primary {
  background-color: #E61B2F;
  border-color: #eb7978;
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);  
}

.btn-xs, 
.btn-group-xs > .btn {
  padding: 2px 8px 3px;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary {
  background-color: #ca1212;
  border-color: #eb7978;
  color: #fff;
  box-shadow: none;
}


@media (min-width: 992px) {
  .col-right {
    float: right;
  }
}

main .frame-default:last-child.frame-type-menu_pages {
  padding-bottom: 15px;
}

main ol > li {
  display: list-item;
  background: none;
}
