@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 10:06:37
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/* to be removed, admi panel button style*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 12:52:49
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
html, body {
  height: 100%; }

body > #container-area {
  min-height: calc(100vh - 119px); }

.container {
  /*background: $lightgrey;*/ }

.dvag-content {
  background-color: #fff;
  padding: 0 15px 15px; }

#firstnav .container.navigation {
  background: #fff;
  padding-left: 52px; }

.main {
  min-height: 100%;
  background: #e2ecf0;
  color: #424242; }

.img-responsive {
  width: 100%;
  height: auto; }

#main-carousel {
  margin: -25px -25px 0 -25px; }

#main-carousel img {
  width: 100%; }

#main-carousel .carousel-caption {
  font-family: "FrutigerLTW01-67BoldCn";
  background-color: rgba(0, 65, 101, 0.65);
  height: 95px;
  padding: 0 0 0 15px;
  bottom: 25px;
  left: 25px;
  text-align: left;
  width: 50%; }

.grey {
  color: #8a9492;
  margin-bottom: 15px; }

a.glossarlink:after {
  content: "\e037";
  font-family: "toolbar-icons" !important;
  font-size: 16px;
  margin-left: 5px;
  vertical-align: bottom; }

a.glossarlink:hover {
  text-decoration: none; }

.ui-state-disabled {
  opacity: 1; }

.container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover {
  cursor: move; }
  .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover:before {
    color: #62c4fd;
    content: "\ea51";
    font-family: "menubar-icons";
    font-size: 60px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -30px; }
  .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .media, .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .panel {
    outline: 1px dashed #62c4fd;
    /*background-color: rgba(192,192,192,0.4);*/ }
    .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .media .panel-body,
    .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .media .panel-footer, .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .panel .panel-body,
    .container.main .ui-draggable.ui-droppable:not(.ui-state-disabled):hover .panel .panel-footer {
      opacity: 0.45; }

.container.main .ui-draggable.ui-droppable:not(.ui-state-disabled).cell-highlght > .panel {
  outline: 1px dashed grey;
  opacity: 0.45; }

.container.main .content.editmode .media .downloadItem.ui-draggable.ui-droppable:not(.ui-state-disabled) {
  position: relative; }
  .container.main .content.editmode .media .downloadItem.ui-draggable.ui-droppable:not(.ui-state-disabled):hover:before {
    color: #62c4fd;
    content: "\ea51";
    font-family: "menubar-icons";
    font-size: 20px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 52%;
    margin-top: -20px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 12:56:54
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/* main container */
.caption {
  padding: 14px 0px 0px 15px;
  min-height: 55px;
  font-family: "FrutigerLTW01-47LightCn";
  font-size: 23px;
  background-color: #f8fafb;
  color: #424242;
  margin: 0 -15px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.panel-link {
  display: block;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .panel-link div.wrapper {
    margin-left: auto;
    margin-right: auto;
    left: 1px;
    right: 0;
    height: 33%;
    position: absolute;
    bottom: 1px; }
    .panel-link div.wrapper .nested-box {
      float: left;
      width: 33.3%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      border: 1px solid #fff; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 12:53:17
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*
.breadcrumb{
    margin-bottom: 0px;
    padding: 0;
    
    ul {
        margin-bottom: 0px;
        padding-left: 25px;
    }
    
    li {
        list-style: none;
        padding: 20px 0 19px 0;
        font-size: 15px;
        float: left;
        color: $lightmediumgrey;
        
        &:first-child{
            padding-left: 0 !important;
        }

        &:last-of-type {
            color: $mediumdarkgrey;
        }

        a {
            color: $lightmediumgrey;  

            &:hover {
                color: $softblue;
                text-decoration: none;
            }
        }

        span {
            font-weight: normal;
            padding: 20px 10px 19px 10px;

        }
    }

}*/
/*@media (max-width: $screen-xs-max) {
    .breadcrumb {
        height: 0;
        margin-top: -20px;
    }
    
    .breadcrumb li {
        display: none;
    }
}*/
/* navbar */
#dvag-header-navbar {
  padding: 5px 0;
  min-height: 50px; }

.navbar {
  margin-bottom: 0;
  border: none !important; }

.navbar-brand {
  padding: 0px; }

.navbar > .container-fluid .navbar-brand {
  margin-left: 0px; }

.navbar-nav.navbar-right:last-child {
  margin-right: 0px; }

.navbar-default {
  box-shadow: none;
  z-index: 3;
  font-family: "FrutigerLTW01-57Condens"; }

.search:hover {
  fill: #000; }

#firstnav {
  height: 91px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
  position: relative;
  z-index: 1; }

#firstnav {
  padding: 20px 0px;
  border-bottom: 1px solid #a98b45; }

#firstnav a {
  font-size: 20px;
  color: #a1aaa5;
  line-height: 40px; }

#nav1 {
  margin-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  font-family: "FrutigerLTW01-47LightCn"; }

#nav1 .nav > li > a {
  padding: 0 15px; }

#nav1 li {
  border-right: 1px solid #d2d9d4;
  height: 40px; }

#firstnav a.navbar-brand:after {
  content: ""; }

#secondnav .nav-edit {
  float: right;
  padding: 0;
  position: absolute;
  right: 0; }

/*#secondnav {
    height: 55px;
    background: $lightmediumgrey;   
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
    ul.navbar-nav {
        padding-left: 5px;
    }
    
    .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 2px;
      margin-bottom: 4px;
      vertical-align: middle;
      border-top: 8px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
    }
    a {
        color: $white;
        font-size: 21px;
        &:hover {
            color: $softblue;
        }
    }
    
    li.active {
        a {
            color: $mediumdarkgrey;
            background-color: transparent;
            background-image: none;
            box-shadow: none;
            -webkit-box-shadow: none;
        }
    }
    
    .navbar-collapse {
        padding-left: 0;
    }
    
    .navbar-nav > li {
        a {
            padding: 17px 20px 17px 20px;
        }
    }
    
    .dropdown.dropdown-dbl-trigger {
        display: inline-flex;
        
        a.dropdown-toggle {
            margin-left: -34px;
        }
        
        &.open a {
            background-color: transparent !important;
        }
    }
    
    .dropdown.open a.dropdown-toggle {
        background-color: $lightmediumgrey;
    }
    
    .dropdown-menu  {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: -2px;
        border: 0;
        box-shadow: none;
        -webkit-box-shadow: none;

        li {
            border-bottom: 1px solid $lightermediumgrey;
            
            &:first-child {
                border-top: 2px solid $softblue;
            }
            
            input[type="text"] {
                width: 100%;
            }
            
            a {
                color: $lightmediumgrey;
                background-color: $white;
                &:hover {
                    background: $white;
                }
                font-size: 17px;

                &:hover {
                    color: $softblue;
                }

                padding: 8px 32px 8px 20px;
                
                &.add-bereich {
                    &:before {
                        margin: 0;
                        padding: 0;
                        margin-right: 5px;
                        line-height: normal;
                    }
                }
                
                &.nav-edit {
                    float: right;
                    padding: 0;
                    position: absolute;
                    right: 0;    
                }
            }
        }
    }
    
    span.icon-bar{
        padding: 0px;
        margin: 5px;
    }
    .navbar-toggle{
        padding: 5px;
    }
    
}*/
#firstnav a {
  color: #a1aaa5; }
  #firstnav a:hover {
    color: #62c4fd;
    background: none; }

#firstnav li:last-child {
  border-right: none; }

#firstnav li:last-of-type a {
  padding-right: 0px; }

#firstnav li.a:last-child {
  padding-right: 0px; }

#firstnav .arrow_box {
  position: relative;
  background: #fff;
  z-index: 2; }
  #firstnav .arrow_box:after, #firstnav .arrow_box:before {
    bottom: -25px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #firstnav .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #a1aaa5;
    border-width: 13px;
    margin-left: -13px;
    bottom: -28px;
    z-index: 2; }
  #firstnav .arrow_box:before {
    border-color: rgba(169, 139, 69, 0);
    border-bottom-color: #a98b45;
    border-width: 11px;
    margin-left: -11px;
    z-index: 2; }

li.search {
  border-right: none !important;
  padding: 5px 0px 5px 20px; }

#secondnav .container {
  /*background: $lightmediumgrey;*/ }

#secondnav .container > ul > li:first-child a {
  padding-left: 0px !important; }

#errorDiv {
  text-align: center;
  color: red;
  font-weight: bold;
  border: 1px red solid;
  display: none; }

.navbar-brand, .navbar-nav > li > a {
  text-shadow: none; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:last-of-type:after {
  display: block;
  content: " ";
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  bottom: 14px;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18.06.2015, 13:55:30
    Author     : e13pca8
*/
.dvag-navbar-toggle {
  display: none; }

@media (max-width: 767px) {
  #secondnav .navbar-header {
    overflow: hidden;
    margin: 0; }
    #secondnav .navbar-header .menubar-icon-menu:before {
      top: 3px;
      position: relative; }
  #secondnav .dvag-navbar-mobile {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    visibility: visible;
    background: #fff;
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    transition: all 0.5s ease, height 1ms;
    z-index: -1; }
  #secondnav .dvag-navbar-mobile li {
    border-bottom: 1px solid #d2d9d4;
    font-family: "FrutigerLTW01-47LightCn"; }
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back,
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back a {
    text-align: right;
    background: #f3f5f4;
    color: #a1aaa5; }
    #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back .icon-collapse,
    #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back a .icon-collapse {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back {
    border-top: 2px solid #62c4fd; }
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.nav-back a {
    padding: 10px 15px;
    line-height: 18px;
    font-size: 17px; }
  #secondnav .dvag-navbar-mobile ul li.title,
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.title {
    font-size: 21px;
    /*        line-height: 27px;*/
    color: #fff;
    padding: 13px 15px;
    background: #8a9492;
    border: none; }
  #secondnav .dvag-navbar-mobile li.active a {
    color: #62c4fd; }
  #secondnav .dvag-navbar-mobile li a {
    color: #636363;
    font-size: 21px;
    line-height: 30px;
    padding: 13px 15px;
    background-color: white;
    font-family: "FrutigerLTW01-47LightCn"; }
  body.nav-open #secondnav .dvag-navbar-mobile {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  #secondnav ul.navbar-nav {
    margin: 0;
    padding-left: 0; }
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #fff;
    display: block;
    visibility: visible;
    -ms-transform: translate(-100%, 0px);
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    transition: all 0.5s ease 0s; }
  #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li a {
    padding: 13px 15px; }
  #secondnav .dvag-navbar-mobile li.dropdown.open ul.dropdown-menu {
    -ms-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    width: 100%;
    overflow-y: auto; }
  #secondnav .dvag-navbar-mobile li.dropdown {
    position: static !important; }
  #secondnav .dropdown-menu li:first-child {
    border-top: none; }
  body #container-area {
    position: relative;
    left: 0px;
    -ms-transform: translate(0%, 0px);
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
    transition: all 0.5s ease, margin-top 1ms; }
  body.nav-open #container-area {
    -ms-transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px); }
  body .nav-mask {
    background-color: #fff;
    opacity: 0.65;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  #secondnav .dvag-navbar-toggle {
    color: #fff;
    background: none;
    border: none;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0px;
    outline: none; }
    #secondnav .dvag-navbar-toggle.collapsed, #secondnav .dvag-navbar-toggle:hover {
      background-color: transparent !important; }
      #secondnav .dvag-navbar-toggle.collapsed :before, #secondnav .dvag-navbar-toggle:hover :before {
        content: "\e061"; }
  body #secondnav .navbar-wrapper {
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 15px; }
  body.nav-open #secondnav .navbar-wrapper {
    margin-left: -45px;
    left: 100%; }
  body.nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%; }
  body.nav-open #secondnav .dropdown-toggle .caret {
    display: none; }
  .navbar-nav {
    margin: 0px -15px; }
  .navbar-default .col-xs-12 {
    min-height: 0; }
  select.bs-select-hidden,
  select.selectpicker {
    display: block !important;
    border: 1px #a1aaa5 solid;
    border-radius: 4px; }
  .bootstrap-select {
    display: none !important; } }

/* if mobile device */
body.mobile-device #dvag-header {
  transition: all 0.5s ease 0s;
  left: 0; }

body.mobile-device #container-area {
  transform: none; }

body.mobile-device #dvag-main-nav.navbar {
  position: absolute;
  height: 100%;
  background: white;
  width: 100%;
  top: 0px;
  z-index: 1010;
  left: -100%;
  transition: all 0.5s ease 0s;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }

body.mobile-device .dvag-mobile-nav-button-wrapper {
  height: 55px;
  background-color: #8a9492;
  margin-bottom: 25px;
  z-index: 2000; }
  body.mobile-device .dvag-mobile-nav-button-wrapper .navbar-wrapper {
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0px;
    z-index: 2000; }
  body.mobile-device .dvag-mobile-nav-button-wrapper .dvag-navbar-toggle {
    color: #fff;
    background: none;
    border: none;
    display: block;
    margin: 12px 15px 13px 15px;
    padding: 0px;
    outline: none;
    z-index: 2000; }

body.mobile-device #secondnav .dvag-navbar-mobile,
body.mobile-device #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

body.mobile-device #secondnav ul.navbar-nav,
body.mobile-device #secondnav .dvag-navbar-mobile li.dropdown.open ul.dropdown-menu {
  padding-left: 60px;
  border-top: none !important; }

body.mobile-device #secondnav .dvag-navbar-mobile li a {
  line-height: 29px;
  color: #424242; }

body.mobile-device .menubar-icon-menu {
  height: 30px; }

body.mobile-device #secondnav .dvag-navbar-mobile ul li.title,
body.mobile-device #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.title {
  font-size: 24px;
  line-height: 62px;
  border-bottom: 2px solid #62c4fd;
  font-family: "FrutigerLTW01-57Condens"; }
  body.mobile-device #secondnav .dvag-navbar-mobile ul li.title span.icon,
  body.mobile-device #secondnav .dvag-navbar-mobile li.dropdown ul.dropdown-menu li.title span.icon {
    padding-right: 10px; }

body.nav-open.mobile-device #container-area,
body.nav-open.mobile-device #dvag-header {
  margin-left: -60px;
  left: 100%; }

body.nav-open.mobile-device #container-area {
  margin-left: -60px;
  -webkit-transform: translate(0%, 0px); }

body.nav-open.mobile-device #secondnav.dvag-navbar-mobile {
  transition: none; }

body.nav-open.mobile-device #dvag-main-nav {
  left: 0%;
  margin-left: -60px; }

body.nav-open.mobile-device .dvag-mobile-nav-button-wrapper .navbar-wrapper {
  margin-left: -60px;
  left: 100%;
  background: #62c4fd; }

body.nav-open.mobile-device .menubar-icon-menu:before {
  content: "\e061"; }

body.nav-open.mobile-device li.title .icon-collapse {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

body.mobile-device .nav-mask {
  z-index: 1000;
  background: #000; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 03.06.2014, 12:57:26
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*article meta*/
.separator {
  text-align: right;
  border-top: 1px solid #d2d9d4;
  overflow: visible;
  margin: 25px 0;
  padding-bottom: 0px; }

.separator span {
  margin-top: -12px;
  display: block;
  background: #fff;
  z-index: 10;
  padding: 1px 20px 0 0;
  float: left;
  color: #a1aaa5;
  font-size: 15px; }

​
.separator:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

p {
  font-size: 17px; }

.col-md-8 .content,
.col-md-12 .content,
.main-panel {
  font-size: 17px;
  margin: 0px; }

.content:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.cover-section .editmode-image {
  margin: -25px -25px 0 -25px;
  min-height: 55px; }
  .cover-section .editmode-image .focuspoint {
    height: 280px;
    overflow: hidden; }

.cover-section .editmode-image .titelbild,
#editControls .titelbild {
  display: none;
  position: absolute;
  margin: 10px;
  padding: 5px;
  color: #62c4fd;
  font-size: 17px;
  line-height: 17px; }

.cover-section .editmode-image .titelbild.active,
#editControls .titelbild.active {
  background: #62c4fd;
  color: white;
  z-index: -1; }

#editControls .titelbild {
  margin: 5px;
  display: inline !important;
  position: relative; }

.popover {
  color: #636363;
  border-radius: 0; }

.popover-title {
  font-size: 17px;
  color: #636363;
  font-family: "FrutigerLTW01-57Condens"; }

.popover-content {
  padding: 0; }
  .popover-content.glossar-popover-content {
    padding: 10px; }

.menu-items {
  list-style: none;
  padding: 0; }

.menu-items li {
  white-space: nowrap;
  margin: 10px 12px; }

.menu-items li a {
  color: #636363;
  text-decoration: none;
  font-size: 17px; }

.cover-section .editmode-image .cover-icon {
  margin-right: 7px; }

.menu-items li a:hover {
  color: #006da7; }

.menu-items .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.cover-section .editmode-image.active .c .icon-config:before {
  content: "\e004";
  color: #a1aaa5; }

.menu-items .icon-img {
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  margin-right: 7px;
  top: 2px; }

.menu-items .icon-img:before {
  position: relative;
  top: 2px;
  font-size: 17px;
  color: #636363; }

.editmode-image .icon-config,
.edit-image .icon-config,
.editmode-video .icon-config,
.edit-video .icon-config,
.editmode-iframe .icon-config,
.edit-iframe .icon-config {
  color: #a1aaa5;
  position: relative;
  z-index: 1;
  border: 1px solid #a1aaa5;
  background: #f3f5f4;
  padding: 8px;
  font-size: 14px; }
  .editmode-image .icon-config:hover,
  .edit-image .icon-config:hover,
  .editmode-video .icon-config:hover,
  .edit-video .icon-config:hover,
  .editmode-iframe .icon-config:hover,
  .edit-iframe .icon-config:hover {
    background: #f3f5f4;
    color: #62c4fd; }
  .editmode-image .icon-config:before,
  .edit-image .icon-config:before,
  .editmode-video .icon-config:before,
  .edit-video .icon-config:before,
  .editmode-iframe .icon-config:before,
  .edit-iframe .icon-config:before {
    vertical-align: middle; }

.menu-items a:hover,
.menu-items .icon-config :hover:before {
  color: #a1aaa5; }

.content.editmode .img-container {
  cursor: pointer; }

.content.editmode .video-container {
  cursor: pointer; }

.placeholder {
  color: #d2d9d4; }

.cover-section .editmode-image {
  margin: 0 -15px;
  font-family: "FrutigerLTW01-57Condens";
  position: relative; }

.cover-section .editmode-image .image-caption {
  position: absolute;
  height: 55px;
  line-height: 55px;
  padding: 0 0 0 15px;
  color: #212121;
  font-size: 23px;
  opacity: 0.8;
  bottom: 0; }

.img-container, .video-container {
  position: relative;
  height: auto;
  width: 33%; }

.img-container.fullsize {
  width: 100%; }

.video-container.fullsize {
  width: 100%; }

.img-container .img-responsive, .video-container .video-responsive {
  width: 100%;
  max-width: 100%; }

.img-container.pull-left, .video-container.pull-left {
  margin-right: 17px; }

.edit-image .no-image {
  background: #f3f5f4;
  display: block;
  min-height: 250px; }

.edit-image, .edit-video, .edit-iframe {
  position: relative;
  overflow: initial; }

.content .img-responsive, .content .video-responsive {
  position: relative; }

/* .content img {max-width: 50%; } */
body.index .edit-image {
  min-height: initial;
  min-width: initial; }

.edit-image.active {
  cursor: auto; }

.edit-image .photo-icon, .edit-video .photo-icon, .edit-iframe .photo-icon {
  position: absolute; }

.edit-image .photo-icon .t, .edit-video .photo-icon .t, .edit-iframe .photo-icon .t {
  width: 100%;
  height: 100%;
  display: table; }

.edit-image .photo-icon .c, .edit-video .photo-icon .c, .edit-iframe .photo-icon .c {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.edit-image.active, .edit-iframe.active {
  border: 1px dashed #62c4fd; }

.edit-image .photo-icon, .edit-video .photo-icon, .edit-iframe .photo-icon {
  display: none;
  color: #62c4fd;
  position: absolute;
  right: 13px;
  top: 18px; }

.edit-image .drag-icon, .edit-video .drag-icon, .edit-iframe .drag-icon {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute; }
  .edit-image .drag-icon .icon-drag, .edit-video .drag-icon .icon-drag, .edit-iframe .drag-icon .icon-drag {
    color: #62c4fd !important;
    position: relative;
    z-index: 1; }

.edit-image .active, .edit-video .active, .edit-iframe .active {
  border: 1px solid #62c4fd; }

.edit-image .titelbild, .edit-image #editControls .titelbild, .edit-video .titelbild, .edit-video #editControls .titelbild, .edit-iframe .titelbild, .edit-iframe #editControls .titelbild {
  display: none;
  position: absolute;
  margin: 10px;
  padding: 5px;
  color: #62c4fd;
  font-size: 17px;
  line-height: 17px; }

.edit-image .titelbild.active, .edit-image #editControls .titelbild.active, .edit-video .titelbild.active, .edit-video #editControls .titelbild.active, .edit-iframe .titelbild.active, .edit-iframe #editControls .titelbild.active {
  background: #62c4fd;
  color: white;
  z-index: -1; }

.edit-image .popover, .edit-video .popover, .edit-iframe .popover {
  color: #636363;
  border-radius: 0; }

.edit-image .popover-title, .edit-video .popover-title, .edit-iframe .popover-title {
  font-size: 17px;
  color: #636363;
  font-family: "FrutigerLTW01-57Condens"; }

.edit-image .popover-content, .edit-video .popover-content, .edit-iframe .popover-content {
  padding: 0; }

.edit-image .menu-items, .edit-video .menu-items, .edit-iframe .menu-items {
  list-style: none;
  padding: 0; }

.edit-image .menu-items li a, .edit-video .menu-items li a, .edit-iframe .menu-items li a {
  color: #636363;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  overflow: hidden; }

.edit-image .cover-icon, .edit-video .cover-icon, .edit-iframe .cover-icon {
  margin-right: 7px; }

.edit-image .menu-items li, .edit-video .menu-items li, .edit-iframe .menu-items li {
  font-size: 17px;
  margin: 10px 12px; }

.edit-image .menu-items li a:hover, .edit-video .menu-items li a:hover, .edit-iframe .menu-items li a:hover {
  color: #006da7; }

.edit-image .menu-items .divider, .edit-video .menu-items .divider, .edit-iframe .menu-items .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.edit-image.active .c .cover-icon:before, .edit-image .edit-image.active .c .icon-config:before, .edit-video.active .c .cover-icon:before, .edit-video .edit-image.active .c .icon-config:before, .edit-iframe.active .c .cover-icon:before, .edit-iframe .edit-image.active .c .icon-config:before {
  color: #a1aaa5; }

#editControls .titelbild {
  margin: 5px;
  display: inline !important;
  position: relative; }

.menu-items .cover-icon {
  border: 0;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  margin-right: 7px;
  top: 2px; }

.menu-items .cover-icon:hover {
  border: 0; }

.menu-items .cover-icon:before {
  position: relative;
  top: 2px;
  font-size: 16px;
  color: #636363; }

.menu-items a:hover, .menu-items .cover-icon:hover:before {
  color: #006da7; }

.menu-items .menu-green a:hover, .menu-items .menu-green:hover a .cover-icon:before {
  color: green !important; }

.menu-items .menu-danger a, .menu-items .menu-danger a .cover-icon:before {
  color: #636363 !important; }

.menu-items .menu-danger:hover a, .menu-items .menu-danger:hover a .cover-icon:before {
  color: #be1413 !important; }

.menu-items .menu-blue a, .menu-items .menu-blue a .cover-icon:before {
  color: #636363 !important; }

.menu-items .menu-blue:hover a, .menu-items .menu-blue:hover a .cover-icon:before {
  color: #006da7 !important; }

.edit-image .popover-position, .edit-video .popover-position, .edit-iframe .popover-position {
  position: absolute;
  left: 50%;
  top: 50%; }

.edit-image .popover, .edit-video .popover, .edit-iframe .popover {
  max-width: 300px; }

.color-red {
  background: #be1413 !important;
  color: white !important; }

.cover-section .cover {
  position: relative;
  max-width: 100%; }

.glyphicon {
  margin-right: 7px;
  top: 3px; }

.focuspoint {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden; }

.focuspoint img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
  background-color: white; }

.dvag-content .content .img-container .focuspoint .img-responsive {
  min-height: 0;
  min-width: 0; }

.content.editmode .focuspoint img {
  position: relative; }

.modal.focalpoint-helper-tool {
  overflow: auto; }
  .modal.focalpoint-helper-tool .content {
    font-size: 17px;
    padding: 16px 16px 0;
    margin: 0; }

.helper-tool {
  padding: 8px 16px 0; }
  .helper-tool .helper-tool-img {
    max-width: 100%;
    height: auto;
    border: 1px #8a9492 dashed; }
  .helper-tool .reticle {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out; }
  .helper-tool .helper-tool-target {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center; }
  .helper-tool .helper-tool-target img.target-overlay, .helper-tool .helper-tool-target img.reticle {
    position: absolute;
    top: 0;
    left: 0; }
  .helper-tool .helper-tool-target img.target-overlay {
    cursor: pointer;
    opacity: 0.01; }

@media (max-width: 768px) {
  .image-caption {
    font-size: 19px !important; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 12:57:55
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
.col-md-4 h5 {
  font-family: "FrutigerLTW01-57Condens";
  font-size: 17px; }

.media .pull-left {
  width: 33%; }

.media-heading {
  font-size: 15px !important;
  color: #c7cec9;
  font-family: "FrutigerLTW01-47LightCn";
  margin: 16px 0 8px 0;
  display: block; }

.col-md-4.col-md-offset-1 .media-heading {
  margin: 8px 0 2px 0; }

.media-body h5 {
  margin: 0 0 10px 0;
  line-height: 22px; }

.media-body {
  font-family: "FrutigerLTW01-57Condens";
  font-size: 17px; }

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

.media > .pull-right,
.content > .pull-right {
  margin-left: 17px; }

.media.contact p {
  margin-bottom: 10px;
  line-height: 17px; }

.col-md-4.col-md-offset-1 .pull-left {
  margin-right: 10px; }

.media {
  margin-bottom: 22px; }
  .media h4 {
    line-height: 21px; }
  .media h4, .media h5 {
    margin-top: 0;
    margin-bottom: 0; }
  .media h5 {
    font-family: "FrutigerLTW01-67BoldCn" !important;
    margin-bottom: 15px;
    font-size: 19px !important; }
  .media.geburtstag {
    border-bottom: 1px solid #e8ece9;
    margin-top: 11px; }
    .media.geburtstag:last-of-type {
      border-bottom: 1px solid #c7cec9; }
    .media.geburtstag p {
      line-height: 19px;
      margin-bottom: 10px;
      margin-top: 3px; }
    .media.geburtstag .media-heading {
      margin: 0;
      font-size: 18px; }
    .media.geburtstag .bday_head {
      color: #a1aaa5;
      font-family: "FrutigerLTW01-47LightCn";
      font-size: 15px;
      margin-bottom: 0px; }
    .media.geburtstag .small_grey i {
      font-size: 18px; }

.small_grey {
  font-family: "FrutigerLTW01-47LightCn";
  font-size: 15px;
  color: #a1aaa5;
  margin-bottom: 0px; }

.col-md-4 .separator {
  margin: 14px 20px 14px 20px; }

.col-md-4 .inner {
  margin: 18px 0 -5px 0px; }

.margin_top {
  margin-top: 25px; }

.sidebar {
  background: #fff;
  padding: 0 15px 25px 15px; }
  .sidebar a {
    color: #424242; }
    .sidebar a:hover {
      text-decoration: none;
      color: #62c4fd; }
  .sidebar .pager {
    margin: 0; }
  .sidebar .media .focuspoint {
    height: 110px;
    overflow: hidden; }

.col-md-8 .col-md-4 {
  background: transparent; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 12:59:43
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*Buttons*/
svg:hover path {
  fill: red; }

/*button.adm.btn {   
    
    &.btn-default {
        color: $darkgrey;
        border-color: $lightermediumgrey;
            @include button-size($btn-padding-base-vertical, $btn-padding-base-horizontal, $btn-font-size, $btn-font-size, $border-radius-base);

        &:hover, &:focus {
           background-color: $mostwhite;
           border: 1px solid $lightmediumgrey;
        }
        
        &:focus {
            border: 1px solid $softblue;
        }
    }
    
    &:disabled {
        background-color: $white;
        color: $lightmediumgrey;
        border: 1px solid $lightermediumgrey;
    }
}*/
.cm-sidebar .cm-footer-inner .btn,
.cm-sidebar .tab-content .btn-artikel {
  width: 100%; }

.modal, .popover, .fancy-check {
  /* Hiding default checkbox and Radio button design */
  /* Disable outline when clicked*/
  /* Basic Checkbox styles */
  /* Checked state styles */
  /* Hover state styles */ }
  .modal input[type=checkbox], .popover input[type=checkbox], .fancy-check input[type=checkbox] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px; }
  .modal input[type=checkbox]:checked, .modal input[type=checkbox]:focus, .popover input[type=checkbox]:checked, .popover input[type=checkbox]:focus, .fancy-check input[type=checkbox]:checked, .fancy-check input[type=checkbox]:focus {
    outline: none !important; }
  .modal input[type=checkbox] + .lbl, .popover input[type=checkbox] + .lbl, .fancy-check input[type=checkbox] + .lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal; }
  .modal input[type=checkbox] + .lbl.padding-24::before, .popover input[type=checkbox] + .lbl.padding-24::before, .fancy-check input[type=checkbox] + .lbl.padding-24::before {
    margin-right: 24px; }
  .modal input[type=checkbox] + .lbl.padding-16::before, .popover input[type=checkbox] + .lbl.padding-16::before, .fancy-check input[type=checkbox] + .lbl.padding-16::before {
    margin-right: 16px; }
  .modal input[type=checkbox] + .lbl.padding-12::before, .popover input[type=checkbox] + .lbl.padding-12::before, .fancy-check input[type=checkbox] + .lbl.padding-12::before {
    margin-right: 12px; }
  .modal input[type=checkbox] + .lbl.padding-8::before, .popover input[type=checkbox] + .lbl.padding-8::before, .fancy-check input[type=checkbox] + .lbl.padding-8::before {
    margin-right: 8px; }
  .modal input[type=checkbox] + .lbl.padding-4::before, .popover input[type=checkbox] + .lbl.padding-4::before, .fancy-check input[type=checkbox] + .lbl.padding-4::before {
    margin-right: 4px; }
  .modal input[type=checkbox] + .lbl.padding-0::before, .popover input[type=checkbox] + .lbl.padding-0::before, .fancy-check input[type=checkbox] + .lbl.padding-0::before {
    margin-right: 0px; }
  .modal input[type=checkbox] + .lbl::before, .modal input[type=radio] + .lbl::before, .popover input[type=checkbox] + .lbl::before, .popover input[type=radio] + .lbl::before, .fancy-check input[type=checkbox] + .lbl::before, .fancy-check input[type=radio] + .lbl::before {
    font-family: "toolbar-icons" !important;
    font-weight: normal;
    content: "\e027";
    background-color: #FAFAFA;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -5px; }
  .modal input[type=checkbox]:checked + .lbl::before, .popover input[type=checkbox]:checked + .lbl::before, .fancy-check input[type=checkbox]:checked + .lbl::before {
    display: inline-block;
    content: "\e028";
    color: #62c4fd; }
  .modal input[type=checkbox]:hover + .lbl::before, .modal input[type=checkbox] + .lbl:hover::before, .popover input[type=checkbox]:hover + .lbl::before, .popover input[type=checkbox] + .lbl:hover::before, .fancy-check input[type=checkbox]:hover + .lbl::before, .fancy-check input[type=checkbox] + .lbl:hover::before {
    color: #62c4fd; }
  .modal input[type=checkbox] + span, .popover input[type=checkbox] + span, .fancy-check input[type=checkbox] + span {
    line-height: 23px;
    padding: 9px 9px 0 9px; }

.boxedit {
  line-height: 52px;
  height: 72px;
  vertical-align: middle;
  padding-bottom: 43px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f3f5f4; }
  .boxedit h5 {
    display: inline;
    color: #636363; }

.switch {
  display: inline;
  margin-left: 10px;
  bottom: 6px; }

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
  position: relative;
  left: -17px;
  top: 12px; }

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: ""; }

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s; }

input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s; }

input.cmn-toggle-round-flat:checked + label {
  background-color: #8ce196; }

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 30px;
  background-color: #8ce196; }

.content .downloads button.adm.btn.btn-primary {
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 5px; }

.content .downloads .media {
  margin-top: 0px; }

.content .downloads .downloadcontainer {
  position: relative; }
  .content .downloads .downloadcontainer span.glyphicon {
    padding: 7px;
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: 0px;
    color: #f3f5f4;
    text-shadow: -1px -1px 0 #a1aaa5, 0px -1px 0 #a1aaa5, 1px -1px 0 #a1aaa5, -1px 1px 0 #a1aaa5, 0px 1px 0 #a1aaa5, 1px 1px 0 #a1aaa5;
    border: 1px solid #a1aaa5; }
    .content .downloads .downloadcontainer span.glyphicon:hover {
      background-color: #62c4fd;
      color: #fff;
      text-shadow: none;
      cursor: pointer; }

.content .downloads ul {
  padding-left: 0; }

.content .downloads li {
  list-style-type: none;
  border-bottom: 1px solid #e8ece9;
  line-height: 45px;
  font-size: 15px;
  font-family: "FrutigerLTW01-47LightCn";
  padding-left: 5px;
  background: white; }
  .content .downloads li:first-of-type {
    border-top: 1px solid #d2d9d4; }
  .content .downloads li:last-of-type {
    border-bottom: 1px solid #d2d9d4; }
  .content .downloads li a {
    color: #636363;
    padding-left: 10px; }
    .content .downloads li a:hover {
      color: #62c4fd;
      text-decoration: none;
      padding: 5px 10px; }
    .content .downloads li a .desc {
      margin-right: 15px; }
  .content .downloads li span[class*='icon-'] {
    float: right;
    display: none;
    line-height: 56px;
    font-size: 20px;
    padding: 0;
    margin: 0; }
    .content .downloads li span[class*='icon-']:hover {
      cursor: pointer; }
  .content .downloads li:hover > span[class*='icon-'] {
    display: inline-block; }

.content .downloads li.editmode {
  padding-left: 5px;
  outline: none; }
  .content .downloads li.editmode a {
    padding-left: 10px; }
    .content .downloads li.editmode a:hover {
      text-decoration: none;
      color: #62c4fd;
      border: 1px solid #62c4fd;
      border-radius: 4px;
      padding: 5px 9px; }
  .content .downloads li.editmode span[class*='icon-'] {
    color: #be1413; }

.content .downloads li:not(.nodownloads):not(.editmode) span[class*='icon-'] {
  color: #62c4fd; }

.content .downloads li:not(.nodownloads):not(.editmode):hover {
  border-bottom-color: #62c4fd; }

.content .downloads li:not(.nodownloads):not(.editmode):hover > a {
  color: #62c4fd; }

#box-ansprechpartner {
  display: none; }

#box-geburtstage .pagination {
  display: block;
  overflow: hidden;
  margin-top: 20px; }
  #box-geburtstage .pagination.light-theme a, #box-geburtstage .pagination.light-theme span {
    float: left;
    color: #a1aaa5;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    min-width: 14px;
    padding: 5px 13px; }
    #box-geburtstage .pagination.light-theme a.ellipse, #box-geburtstage .pagination.light-theme span.ellipse {
      padding: 5px; }
  #box-geburtstage .pagination.light-theme a:hover {
    text-decoration: none;
    color: #006da7; }
  #box-geburtstage .pagination.light-theme .current {
    background: #d2d9d4;
    color: #424242;
    cursor: default;
    font-weight: bold; }
    #box-geburtstage .pagination.light-theme .current.prev, #box-geburtstage .pagination.light-theme .current.next {
      background: none;
      font-weight: normal; }
  #box-geburtstage .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #box-geburtstage .pagination li {
    display: none;
    list-style: none;
    padding: 0;
    float: left; }
    #box-geburtstage .pagination li:first-of-type, #box-geburtstage .pagination li:last-of-type {
      display: block; }
    #box-geburtstage .pagination li:last-of-type {
      float: right; }
    #box-geburtstage .pagination li .prev, #box-geburtstage .pagination li .next {
      padding: 4px 0 0 0;
      font-size: 20px;
      font-family: "toolbar-icons" !important;
      height: 35px;
      width: 35px; }
    #box-geburtstage .pagination li .prev:before, #box-geburtstage .pagination li .next:before {
      color: #a1aaa5;
      font-size: 16px; }
    #box-geburtstage .pagination li .prev:before {
      content: "\e054"; }
    #box-geburtstage .pagination li .next:before {
      content: "\e055"; }
    #box-geburtstage .pagination li.active {
      display: none; }

#box-geburtstage .icon-cal {
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-right: 5px;
  line-height: 16px; }

#box-geburtstage .small_grey {
  line-height: 16px; }
  #box-geburtstage .small_grey span {
    position: relative;
    bottom: 2px; }

#box-geburtstage .media h4 {
  margin-bottom: 5px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:00:07
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*Carousel*/
.carousel-caption h3 {
  font-size: 23px;
  font-weight: 400;
  color: white; }

.carousel-caption p {
  font-family: "FrutigerLTW01-57Condens"; }

.glyphicon-inverse {
  background-color: #a1aaa5;
  color: #fff;
  border-left: 1px solid #a1aaa5;
  border-bottom: 1px solid #a1aaa5; }

#gallery-header {
  margin: 0 -15px; }
  #gallery-header .carousel-caption {
    background-color: rgba(0, 65, 101, 0.65);
    height: 55px;
    padding: 0;
    bottom: 23px;
    left: 95px;
    right: 95px;
    text-shadow: none !important;
    line-height: 55px;
    z-index: 1; }
    #gallery-header .carousel-caption a {
      color: #62c4fd; }
  #gallery-header .carousel-control.left {
    background-image: url(../img/carousel/arrow_starternet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Opera, Chrome, and Safari */
    margin-left: 35px; }
  #gallery-header .carousel-control.right {
    background-image: url(../img/carousel/arrow_starternet.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 35px; }

.carousel-caption p {
  font-size: 23px;
  overflow: hidden;
  height: 55px; }

.carousel-control {
  opacity: 100;
  width: 60px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: 23px;
  top: auto;
  background-color: rgba(0, 65, 101, 0.65); }
  .carousel-control:focus {
    opacity: 1; }

.carousel-inner .item {
  max-height: 395px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:00:19
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*tabs*/
.nav-tabs > li a {
  border-radius: 0;
  border: 0;
  color: #a1aaa5;
  font-size: 21px;
  line-height: 16px;
  padding: 12px 10px 9px 10px;
  margin-right: 0; }

.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background: #d2d9d4;
  color: #424242;
  border: 0; }

.nav-tabs > li a:hover {
  background: #fff;
  color: #006da7;
  border: 0; }

.nav-tabs {
  border-bottom: 1px solid #d2d9d4;
  padding-bottom: 1px; }

/*.index.nav-tabs {
    margin-top: 30px;
}*/
.index .tab-content .focuspoint {
  height: 95px; }

.tab-content {
  /*margin-top: 30px;*/ }

/*.tab-content .col-md-8  {
    padding: 0;
    width: 360px;
}

.tab-content .col-md-4 {
    width: 220px;
    padding: 0;
    margin-left: 0;
    margin-right: 20px;
}*/
#start-tabs-config {
  position: absolute;
  right: 20px;
  margin-top: -50px; }
  #start-tabs-config .popover input[type=checkbox] + .lbl {
    line-height: 20px;
    width: 100%;
    padding-bottom: 9px;
    border-top: 1px solid #e8ece9;
    white-space: nowrap; }
  #start-tabs-config .popover-head {
    display: block;
    color: #636363;
    background-color: #f3f5f4;
    height: 33px;
    width: 100%;
    line-height: 33px;
    font-size: 16px;
    padding-left: 10px;
    font-weight: bold; }

body.index .col-md-8 .tab-content,
body.index .col-md-12 .tab-content {
  min-height: 465px;
  clear: both; }
  body.index .col-md-8 .tab-content .tab-pane h2,
  body.index .col-md-12 .tab-content .tab-pane h2 {
    margin-bottom: 20px; }
  body.index .col-md-8 .tab-content .media-heading,
  body.index .col-md-12 .tab-content .media-heading {
    margin: 0;
    line-height: 14px; }
  body.index .col-md-8 .tab-content .focuspoint,
  body.index .col-md-12 .tab-content .focuspoint {
    margin-bottom: 16px; }
  body.index .col-md-8 .tab-content h5,
  body.index .col-md-12 .tab-content h5 {
    margin-top: 12px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:00:39
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*timeline*/
/* Mobile first */
ul.timeline {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 20px 0 50px;
  position: relative;
  overflow: hidden;
  height: 400px; }

ul.timeline .timeline-container {
  height: 100%; }

ul.timeline .timeline-container > li {
  width: 33.33%;
  float: left; }

ul.timeline .timeline-container > li > .timeline-panel {
  width: calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px); }

ul.timeline .timeline-container > li > .timeline-badge {
  left: 15px;
  margin-left: 0;
  top: 16px; }

ul.timeline .timeline-container > li > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

ul.timeline .timeline-container > li > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-title {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-family: "FrutigerLTW01-47LightCn";
  line-height: 30px;
  text-align: left;
  background: #a1aaa5;
  border-radius: 4px;
  display: inline-block;
  padding: 0 5px; }

.timeline-inverted.today .timeline-title,
.timeline-inverted.today .timeline-badge,
.timeline-inverted.today .timeline-panel:before {
  background: #62c4fd !important; }

.timeline-body {
  margin-bottom: 10px; }
  .timeline-body .icon-mail {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px; }
    .timeline-body .icon-mail:hover {
      background: #62c4fd;
      cursor: pointer; }
      .timeline-body .icon-mail:hover:before {
        color: white !important;
        content: "\e051"; }

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  color: #424242;
  line-height: 30px;
  text-align: left;
  font-family: "FrutigerLTW01-67BoldCn";
  border-bottom: 1px solid #d2d9d4;
  padding: 5px 0; }

/* > 992px  */
@media (min-width: 992px) {
  ul.timeline {
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0; }
  ul.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #e8ece9;
    left: 7%;
    margin-left: -1.5px; }
  ul.timeline .timeline-container > li {
    margin-bottom: 10px;
    position: relative;
    float: none;
    width: auto; }
  ul.timeline .timeline-container > li:before,
  ul.timeline .timeline-container > li:after {
    content: " ";
    display: table; }
  ul.timeline .timeline-container > li:after {
    clear: both; }
  ul.timeline .timeline-container > li:before,
  ul.timeline .timeline-container > li:after {
    content: " ";
    display: table; }
  ul.timeline .timeline-container > li:after {
    clear: both; }
  ul.timeline .timeline-container > li > .timeline-panel {
    width: 100%;
    float: left;
    padding-left: 20px;
    position: relative; }
  ul.timeline .timeline-container > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
    border: none; }
  ul.timeline .timeline-container > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
    border: none; }
  ul.timeline .timeline-container > li > .timeline-badge {
    color: #fff;
    width: 10px;
    height: 10px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 11px;
    left: 10%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%; }
  ul.timeline .timeline-container > li.timeline-inverted > .timeline-panel {
    float: right; }
  ul.timeline .timeline-container > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
    left: 3px;
    width: 17px;
    background: #a1aaa5;
    height: 2px;
    top: 15px; }
  ul.timeline .timeline-container > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:07:49
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*pagination*/
.pagination-lg > li > a {
  font-family: "FrutigerLTW01-57Condens";
  font-size: 17px;
  color: #a1aaa5;
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important; }

.pagination-lg > li.disabled > a {
  border: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #a1aaa5 !important; }

.pagination-lg > li > a:hover {
  background: none;
  border-color: #62c4fd;
  color: #62c4fd !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #d2d9d4;
  color: #424242;
  border-color: transparent;
  background: #f3f5f4;
  color: #62c4fd !important; }

.pagination {
  margin: 15px 0; }

.pager {
  border-top: 1px solid #c7cec9;
  padding-top: 20px; }

.pager li > a, .pager li > span {
  border: none;
  font-family: "FrutigerLTW01-57Condens";
  color: #a1aaa5;
  font-size: 17px; }

.pager li > a:focus, .pager li > a:hover {
  border: none;
  border-radius: 0;
  background: #d2d9d4;
  color: #424242; }

.pagination li a {
  line-height: 21px;
  padding: 6px 12px;
  background: none;
  border-color: transparent;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333333 !important;
  border: 1px solid transparent; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:08:10
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*bestenliste*/
.image-caption {
  width: 100%;
  background-color: #f5f8fa;
  z-index: 2;
  color: #424242;
  font-family: "FrutigerLTW01-47LightCn";
  padding: 0 15px;
  height: 55px;
  font-size: 23px;
  line-height: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.sidebar.besten ul {
  list-style: none; }

.sidebar.besten ul li {
  cursor: pointer; }

.bestenlisten {
  margin: 0 -15px;
  font-family: "FrutigerLTW01-57Condens";
  position: relative; }

.sidebar.besten ul {
  padding: 0; }

.sidebar.besten h4 {
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 0;
  height: 40px; }

.sidebar.besten ul li ul li {
  min-height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 17px;
  color: #a1aaa5;
  padding-left: 10px; }

.sidebar.besten ul li.club ul li {
  height: auto;
  min-height: 40px;
  position: relative;
  line-height: 24px;
  padding: 8px 9px 6px 11px; }

.sidebar.besten ul li.club ul li:after {
  top: 8px;
  right: 9px; }

.sidebar.besten ul li h4 {
  border-bottom: 1px solid #c6c6c6; }

.sidebar.besten ul li ul li:hover {
  color: #006da7;
  background: #f3f5f4; }

.sidebar.besten ul li ul li.active {
  color: #424242; }

.sidebar.besten ul li ul li:after {
  content: "\e029";
  font-family: "toolbar-icons";
  right: 34px;
  position: absolute; }

.row_top3 .image-caption {
  padding: 11px 10px 10px 10px;
  font-size: 17px;
  min-height: 45px;
  height: auto;
  line-height: 20px;
  color: #212121;
  background-color: rgba(243, 245, 244, 0.75);
  position: absolute;
  bottom: 0; }

.row_top3 .table td {
  padding: 8px 0px 8px 13px;
  line-height: 23px;
  height: 40px; }

.row_top3 .visible-xs th {
  border-top: 0; }

.bestenliste .tab-content {
  margin-bottom: 15px; }
  .bestenliste .tab-content .dataTables_length {
    display: none; }
  .bestenliste .tab-content p {
    color: #a1aaa5;
    font-size: 15px;
    margin-bottom: 17px; }
  .bestenliste .tab-content h3 {
    margin-bottom: 2px;
    margin-top: 27px;
    font-size: 19px; }

.tabs-besten li a {
  height: 39px;
  line-height: 38px;
  padding: 0px 10px; }

.crop {
  position: relative; }

.btn .caret {
  border: none;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 16px;
  padding: 0;
  line-height: 0; }

.btn .caret:before {
  content: "\e030";
  font-family: "toolbar-icons"; }

.bootstrap-select.btn-group .btn .caret {
  margin: 0;
  position: relative;
  right: 0; }

.bootstrap-select .btn:focus {
  outline: 0 !important; }

.bootstrap-select .dropdown-toggle.btn-default {
  border-color: #d2d9d4;
  padding: 6px 25px 6px 10px;
  line-height: 20px;
  font-family: "FrutigerLTW01-47LightCn"; }

.open.bootstrap-select .dropdown-toggle.btn-default {
  background: none;
  border-color: #62c4fd;
  box-shadow: none;
  color: #a1aaa5; }
  .open.bootstrap-select .dropdown-toggle.btn-default .caret {
    color: #62c4fd; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-left: 5px; }

.dropdown.besten,
.bestenliste-auswahl-short {
  display: inline-block; }

.form-group .page-header {
  margin-top: 20px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.06.2014, 13:08:29
    Author     : Carsten Zedler / DVAG <carsten.zedler@dvag.com>
*/
/*tables*/
td {
  font-size: 15px;
  color: #636363;
  font-family: "FrutigerLTW01-47LightCn"; }

th {
  font-family: "FrutigerLTW01-57Condens";
  font-size: 17px;
  color: #636363;
  background: #f3f5f4; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-bottom: 1px solid #e8ece9; }

table.dataTable th {
  background-color: #fff; }

.dataTable thead {
  background-color: #fff; }

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff; }

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #fff; }

table.dataTable,
table.dataTable td,
table.dataTable th {
  font-size: 17px !important;
  color: #424242 !important; }

table.dataTable td {
  vertical-align: top !important; }

table.dataTable th {
  vertical-align: bottom !important; }

table.dataTable th {
  font-family: "FrutigerLTW01-57Condens" !important;
  font-weight: normal !important; }

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 2px solid #d2d9d4 !important; }

table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px; }

table.dataTable.no-footer {
  border-bottom: 1px solid #d2d9d4 !important;
  margin-bottom: 30px; }

.dataTables_wrapper .dataTables_info {
  padding-top: 0;
  font-size: 17px;
  line-height: 35px; }

.dataTables_wrapper .dataTables_paginate {
  padding-top: 0; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  line-height: 21px;
  font-size: 17px;
  padding: 6px 12px;
  background: none;
  border-color: transparent;
  font-family: "FrutigerLTW01-57Condens"; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-color: transparent;
  background: #f3f5f4;
  color: #62c4fd !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none;
  border-color: #62c4fd;
  color: #62c4fd !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #a1aaa5 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: not-allowed;
  color: #a1aaa5; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  box-shadow: none; }

thead th.sorting:after {
  content: "\e059";
  font-family: "toolbar-icons" !important;
  color: #d2d9d4;
  position: relative;
  font-size: 16px; }

thead th:last-child.sorting:after {
  /*content: none;*/ }

thead .sorting_desc {
  background: none !important; }

thead th.sorting_desc:after {
  content: "\e060";
  font-family: "toolbar-icons" !important;
  color: #62c4fd;
  position: relative;
  font-size: 16px; }

thead .sorting_asc {
  background: none !important; }

thead th.sorting_asc:after {
  content: "\e061";
  font-family: "toolbar-icons" !important;
  color: #62c4fd;
  position: relative;
  font-size: 16px; }

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fff; }

table.u2d_table tr td {
  font-size: 17px; }

.input-group-addon {
  padding: 6px 10px;
  background-color: #e8ece9;
  border-color: #d2d9d4; }
  .input-group-addon .icon {
    line-height: 0;
    color: #424242; }
    .input-group-addon .icon:before {
      font-size: 16px;
      padding-right: 0; }

table.dataTable td a .icon:before,
.icon-info:before,
.icon-info + span,
.panel-body .icon-clock:before,
.panel-body .icon-clock + span {
  color: #62c4fd; }

table.dataTable td a {
  color: #424242; }

table.dataTable td a:hover {
  text-decoration: none;
  color: #62c4fd; }

table.dataTable tr td[class="text-right"]:last-child {
  padding: 7px 5px; }

table.dataTable .btn.btn-xs {
  border-radius: 0px;
  line-height: 20px;
  padding: 4px;
  border: 1px solid #d2d9d4;
  background: #fff;
  font-family: "FrutigerLTW01-47LightCn";
  text-shadow: none;
  min-width: inherit; }

table.dataTable .btn.btn-xs:hover {
  border: 1px solid #62c4fd;
  color: #62c4fd; }

table.dataTable .btn.btn-xs:focus,
table.dataTable .btn.btn-xs:active,
table.dataTable .btn.btn-xs.active,
table.dataTable .btn-group .dropdown-toggle:active,
table.dataTable .btn-group.open .dropdown-toggle {
  background: #62c4fd;
  border-color: #62c4fd;
  box-shadow: none;
  outline: 0;
  color: #fff; }

table.dataTable .dropdown-menu,
.bootstrap-select.btn-group .dropdown-menu {
  border: 1px solid #d2d9d4;
  border-radius: 4px;
  margin: 1px 0;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 17px; }
  table.dataTable .dropdown-menu .divider,
  .bootstrap-select.btn-group .dropdown-menu .divider {
    margin: 5px 0; }
  table.dataTable .dropdown-menu li > a,
  .bootstrap-select.btn-group .dropdown-menu li > a {
    padding: 3px 10px;
    background: none;
    outline: none; }
  table.dataTable .dropdown-menu li > a:hover,
  .bootstrap-select.btn-group .dropdown-menu li > a:hover {
    color: #62c4fd;
    background: none; }

table.dataTable .dropdown-menu {
  border-radius: 0; }

table.dataTable .dropdown-menu .disabled > a,
table.dataTable .dropdown-menu .disabled > a:hover,
table.dataTable .dropdown-menu .disabled > a:focus {
  color: #a1aaa5; }

table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background: #f9faf9; }

table.dataTable.display tbody tr.editrow:hover {
  background: none; }

@media (max-width: 991px) {
  table.dataTable.dtr-inline.collapsed tbody td:first-child,
  table.dataTable.dtr-inline.collapsed tbody th:first-child {
    padding-left: 25px !important; } }

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  font-family: "toolbar-icons" !important;
  font-size: 16px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  /*line-height: 1;*/
  content: "\e029";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 5px;
  /*    width: 16px;
    height: 16px;*/ }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: "\e030"; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.06.2014, 14:34:58
    Author     : e13pc76
*/
.col-md-6 .media-body {
  margin-bottom: 25px; }

.media-body h4 {
  margin-top: 1px; }

.album-grid {
  list-style: none;
  padding: 0;
  width: 100%; }
  .album-grid a.image_deleted.fancybox_disable div.post:before {
    color: #be1413 !important;
    content: "\ea55" !important;
    font-family: "menubar-icons";
    font-size: 60px;
    z-index: 100;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -50px; }
  .album-grid a.image_deleted.fancybox_disable .photo-icon.on {
    display: none !important; }
  .album-grid a.image_deleted.fancybox_disable div.focuspoint img,
  .album-grid a.image_deleted.fancybox_disable h4 {
    opacity: 0.2; }
  .album-grid .edit-image {
    min-height: 100%; }
  .album-grid a.fancybox_disable,
  .album-grid a.fancybox {
    position: relative;
    background-image: none !important;
    background: #d2d9d4;
    border: 2.5px solid white; }
  .album-grid a.fancybox_disable div.post,
  .album-grid a.fancybox div.post {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: 100%; }
  .album-grid .gallery-placeholder.fancybox_disable div.placeholder:before {
    color: #62c4fd;
    content: "\ea52";
    font-family: "menubar-icons";
    font-size: 60px;
    z-index: 2;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -50px; }
  .album-grid .gallery-placeholder.fancybox_disable:hover div.placeholder:before {
    color: #62c4fd;
    content: "\ea53" !important; }
  .album-grid a.fancybox_disable,
  .album-grid a.fancybox {
    float: left;
    width: 33.33%; }
  .album-grid a.fancybox_disable:nth-child(1),
  .album-grid a.fancybox:nth-child(1),
  .album-grid a.fancybox_disable:nth-child(12n+1),
  .album-grid a.fancybox:nth-child(12n+1) {
    float: left !important; }
  .album-grid a.fancybox_disable:nth-child(6n+1),
  .album-grid a.fancybox:nth-child(6n+1),
  .album-grid a.fancybox_disable:nth-child(12n+1),
  .album-grid a.fancybox:nth-child(12n+1) {
    width: 66.66%;
    float: right; }
  .album-grid a.fancybox_disable:nth-child(6n+4),
  .album-grid a.fancybox:nth-child(6n+4),
  .album-grid a.fancybox_disable:nth-child(6n+5),
  .album-grid a.fancybox:nth-child(6n+5),
  .album-grid a.fancybox_disable:nth-child(6n+6),
  .album-grid a.fancybox:nth-child(6n+6) {
    float: right !important;
    width: 33.33%; }
  .album-grid a.fancybox_disable:after,
  .album-grid a.fancybox:after {
    padding-top: 100%;
    display: block;
    content: ''; }
  .album-grid a.fancybox_disable div.post,
  .album-grid a.fancybox div.post {
    position: absolute; }
  .album-grid h4 {
    color: #424242;
    line-height: 55px;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    height: 55px;
    width: 100%;
    padding-left: 15px;
    font-family: "FrutigerLTW01-57Condens",sans-serif;
    bottom: -10px; }
  .album-grid .media-object {
    width: 100%;
    height: 299px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .album-grid a.ui-draggable.ui-droppable:not(.ui-state-disabled):hover .edit-image .focuspoint {
    outline: 1px dashed #62c4fd;
    opacity: 0.45; }
  .album-grid a.fancybox_disable.cell-highlght > .panel,
  .album-grid a.fancybox_disable.ui-draggable.ui-droppable.cell-highlght {
    outline: 1px dashed grey;
    opacity: 0.45; }

.alben .media-object {
  height: 160px;
  width: 290px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }

.alben .float_left {
  float: left;
  width: 33.3%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #fff; }

.alben .box {
  margin-left: auto;
  margin-right: auto;
  left: 1px;
  right: 0;
  height: 33%;
  position: absolute;
  bottom: 1px; }

.alben .media-body h4 {
  margin-top: 10px; }

.placeholder {
  display: block !important; }

.album-caption {
  display: none; }

.cover-section .downloadAlbum {
  display: none; }

.album .downloadAlbum {
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  border-radius: 4px;
  color: #424242;
  line-height: 19px;
  padding: 0;
  height: 35px;
  border: 1px solid #d2d9d4;
  background: white; }

.album .downloadAlbum:hover {
  background: #f3f5f4;
  color: #424242;
  border: 1px solid #a1aaa5; }

.album .icon-download {
  margin: 0;
  padding: 7px 0px 0px 9px; }

.album .icon-download:before {
  padding-right: 10px;
  position: relative;
  top: 1px; }

@media (max-width: 767px) {
  .album-grid a h4 {
    display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06.06.2014, 16:14:15
    Author     : e13pc76
*/
#editor {
  resize: vertical;
  overflow: auto;
  border: 1px solid silver;
  border-radius: 5px;
  min-height: 100px;
  box-shadow: inset 0 0 10px silver;
  padding: 1em; }

#editControls {
  display: none;
  position: absolute;
  top: 0px;
  background: #f3f5f4;
  z-index: 2;
  height: 38px;
  left: 25px;
  right: 25px;
  padding-left: 7px; }

.editor-add-image {
  text-align: center;
  padding: 5px;
  margin: 5px;
  background: #f8fafb;
  opacity: 0.8;
  position: absolute; }

[class^="icon-"],
[class^="menubar-icon-"]
[class*=" icon-"]:before,
[class*=" menubar-icon-"]:before {
  color: #a1aaa5;
  line-height: 38px;
  padding: 5px;
  margin: 6px 3px;
  text-decoration: none; }
  [class^="icon-"]:hover,
  [class^="menubar-icon-"]
[class*=" icon-"]:before:hover,
  [class*=" menubar-icon-"]:before:hover {
    color: #62c4fd;
    background: transparent; }
  [class^="icon-"].active, [class^="icon-"]:active,
  [class^="menubar-icon-"]
[class*=" icon-"]:before.active,
  [class^="menubar-icon-"]
[class*=" icon-"]:before:active,
  [class*=" menubar-icon-"]:before.active,
  [class*=" menubar-icon-"]:before:active {
    color: #fff;
    background: #62c4fd; }

a[data-role] {
  text-decoration: none; }

div#editControls [class^="icon-"],
div#editControls [class^="menubar-icon-"]
[class*=" icon-"]:before,
div#editControls [class*=" menubar-icon-"]:before {
  border: 1px solid #a1aaa5; }
  div#editControls [class^="icon-"]:hover,
  div#editControls [class^="menubar-icon-"]
[class*=" icon-"]:before:hover,
  div#editControls [class*=" menubar-icon-"]:before:hover {
    border: 1px solid #62c4fd; }
  div#editControls [class^="icon-"]:active,
  div#editControls [class^="menubar-icon-"]
[class*=" icon-"]:before:active,
  div#editControls [class*=" menubar-icon-"]:before:active {
    border: 1px solid #62c4fd; }

[contenteditable="true"]:focus {
  outline: none; }

[contenteditable="true"]:hover {
  cursor: text; }

[contenteditable="true"]:empty:not(:focus):before {
  content: attr(data-text);
  color: #d2d9d4; }

.content.editmode [contenteditable="true"]:not(h2) {
  min-height: 100px; }

[contenteditable="true"] .img-container img,
.content.editmode .img-container img {
  min-height: 20px; }

[contenteditable="true"] .video-container video,
.content.editmode .video-container video {
  min-height: 20px; }

.editmode.editSubClickWrapper {
  cursor: pointer; }

.content.editmode .popover :focus {
  outline: none; }

.content.editmode .popover a:hover {
  cursor: pointer; }

.editmode:hover {
  outline: 1px dotted #62c4fd; }

.cm-sidebar {
  display: none;
  position: absolute;
  width: 251px;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 4;
  background: #fff;
  border-left: 1px solid #a1aaa5; }
  @media all and (-ms-high-contrast: none) {
    .cm-sidebar {
      right: 15px !important; } }
  .cm-sidebar.affix {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100; }
  .cm-sidebar .glyphicon-edit {
    font-size: 40px;
    position: fixed;
    right: 200px;
    top: 100px;
    color: #e8ece9;
    z-index: 2;
    cursor: pointer; }
  .cm-sidebar .panel {
    width: 202px;
    margin: 2px auto;
    background: #f3f5f4; }
  .cm-sidebar .panel-body {
    padding: 0 0; }
  .cm-sidebar .panel-title {
    color: #747f7d;
    font-family: "FrutigerLTW01-57Condens";
    font-size: 17px;
    cursor: pointer; }
  .cm-sidebar .title {
    font-size: 19px;
    font-family: "FrutigerLTW01-47LightCn";
    color: #e8ece9;
    line-height: 58px;
    cursor: pointer;
    background-color: #6EA318;
    border-left: 1px solid #747f7d; }
    .cm-sidebar .title span {
      display: block;
      height: 54px;
      padding-left: 20px;
      z-index: 3; }
      .cm-sidebar .title span:hover {
        background-color: #6EA318; }
      .cm-sidebar .title span.over {
        background-color: #be1413 !important; }
  .cm-sidebar .icon-reduce {
    text-align: left;
    line-height: 10px;
    margin: 0;
    padding-top: 5px;
    padding-left: 20px;
    background-color: #8a9492;
    border: 1px solid #747f7d;
    border-right: 0;
    color: #fff;
    cursor: pointer; }
    .cm-sidebar .icon-reduce:hover:before {
      content: "\e025";
      cursor: pointer; }
  .cm-sidebar h4 {
    margin-top: 0;
    color: #636363;
    font-family: "FrutigerLTW01-47LightCn"; }
  .cm-sidebar .cm-inner {
    width: 250px;
    z-index: 4;
    background: #fff;
    padding: 25px; }
    .cm-sidebar .cm-inner h4 {
      font-size: 17px;
      font-family: "FrutigerLTW01-57Condens"; }
    .cm-sidebar .cm-inner .tab-content {
      margin-top: 20px; }
  .cm-sidebar .cm-footer {
    display: none;
    background-color: #f3f5f4;
    width: 250px;
    position: fixed !important;
    right: 0;
    bottom: 0; }
    .cm-sidebar .cm-footer .btn {
      margin-bottom: 5px; }
    .cm-sidebar .cm-footer .cm-footer-inner {
      margin: 25px 25px 20px 25px;
      width: 200px; }
  .cm-sidebar .square {
    width: 64px;
    height: 64px;
    float: left;
    border-color: #c7cec9;
    border-left-width: 0;
    font-size: 12px;
    padding: 0;
    padding-top: 10px;
    border-radius: 0; }
    .cm-sidebar .square:hover {
      color: #62c4fd;
      border-color: #62c4fd; }
    .cm-sidebar .square [class^="icon-"],
    .cm-sidebar .square [class^="menubar-icon-"]
[class*=" icon-"]:before,
    .cm-sidebar .square [class*=" menubar-icon-"]:before {
      padding: 0;
      margin: 0;
      line-height: 30px; }
    .cm-sidebar .square .menubar-icon-p-head-l:hover:before {
      content: "\ea08"; }
    .cm-sidebar .square .menubar-icon-p-img-left-l:hover:before {
      content: "\ea10"; }
    .cm-sidebar .square .menubar-icon-p-img-right-l:hover:before {
      content: "\ea12"; }
    .cm-sidebar .square .menubar-icon-download-l:hover:before {
      content: "\ea21"; }
    .cm-sidebar .square:nth-of-type(1), .cm-sidebar .square:nth-of-type(4) {
      border-left-width: 1px; }
    .cm-sidebar .square:nth-of-type(4), .cm-sidebar .square:nth-of-type(5) {
      border-top-width: 0; }
  .cm-sidebar .nav-tabs li a {
    width: 36px;
    height: 36px;
    padding: 10px 10px; }
    .cm-sidebar .nav-tabs li a [class^="icon-"],
    .cm-sidebar .nav-tabs li a [class^="menubar-icon-"] {
      line-height: 19px;
      padding: 0;
      margin: 0; }
  .cm-sidebar .nav-tabs li.active .icon-p-img-left:before {
    content: "\e020"; }
  .cm-sidebar .nav-tabs li.active .icon-add:before {
    content: "\e002"; }
  .cm-sidebar .nav-tabs li.active .icon-search:before {
    content: "\e032"; }
  .cm-sidebar .panel-body .btn i,
  .cm-sidebar .panel-body .btn i:before,
  .cm-sidebar .panel-body .btn i:hover,
  .cm-sidebar .panel-body .btn i:hover:before {
    color: inherit;
    border-color: inherit; }
  .cm-sidebar .menubar-icon-config-l:hover {
    background: transparent; }
  .cm-sidebar .menubar-icon-config-l:before,
  .cm-sidebar .menubar-icon-config-l-act:before {
    font-size: 30px;
    color: #fff; }
  .cm-sidebar .menubar-icon-config-l,
  .cm-sidebar .menubar-icon-config-l-act {
    position: absolute;
    top: 6px;
    cursor: pointer; }

.cm-sidebar
.cm-sidebar #cm-panel .item .icon {
  font-size: 50px;
  width: 100px;
  padding-bottom: 10px; }

div.infotext {
  font-family: "FrutigerLTW01-47LightCn";
  font-size: 15px;
  color: #636363;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #e8ece9;
  overflow: hidden; }
  div.infotext:last-of-type {
    border-bottom: 0; }

div.infotext span {
  text-align: right; }

.no-border {
  border: none !important; }

.outside_icon .menubar-icon-config-l:before,
.outside_icon .menubar-icon-config-l-act:before {
  font-size: 30px;
  color: #fff;
  position: absolute;
  right: 10px;
  line-height: 50px; }

@media (max-width: 767px) {
  .outside_icon {
    display: none; } }

.outside_icon .icon-expand,
.outside_icon .menubar-icon-config-l {
  position: absolute; }

.outside_icon .menubar-icon-config-l {
  right: 0px;
  top: 0px;
  width: 50px;
  padding: 2px; }
  @media all and (-ms-high-contrast: none) {
    .outside_icon .menubar-icon-config-l {
      right: 15px !important; } }
  .outside_icon .menubar-icon-config-l.expanded {
    border-left: 1px solid #747f7d; }
  .outside_icon .menubar-icon-config-l.affix {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000; }
  .outside_icon .menubar-icon-config-l.affix:before {
    content: "\ea02"; }
  .outside_icon .menubar-icon-config-l.affix-top:before {
    content: "\ea02"; }
  .outside_icon .menubar-icon-config-l span {
    white-space: nowrap;
    font-size: 19px;
    font-family: "FrutigerLTW01-47LightCn";
    color: #e8ece9;
    margin-left: 21px;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: none;
    line-height: 50px; }

.outside_icon .icon-expand {
  right: 0;
  top: 55px;
  margin: 0;
  width: 50px;
  line-height: normal;
  height: 33px;
  padding: 8px 0 0 13px;
  background-color: #8a9492;
  border-top: 1px solid #747f7d;
  color: #fff;
  z-index: 3;
  display: none;
  cursor: pointer; }
  .outside_icon .icon-expand.affix {
    position: fixed;
    top: 55px;
    right: 0;
    z-index: 10000; }
  .outside_icon .icon-expand:hover:before {
    cursor: pointer;
    content: "\e011"; }

.outside_icon .menubar-icon-config-l:hover,
.outside_icon .menubar-icon-config-l {
  cursor: pointer;
  z-index: 10;
  margin: 0px;
  line-height: normal;
  height: 54px; }
  .outside_icon .menubar-icon-config-l:hover:hover,
  .outside_icon .menubar-icon-config-l:hover {
    background-color: #6EA318; }
    .outside_icon .menubar-icon-config-l:hover:hover:before,
    .outside_icon .menubar-icon-config-l:hover:before {
      content: "\ea02"; }
  .outside_icon .menubar-icon-config-l:hover.over,
  .outside_icon .menubar-icon-config-l.over {
    background-color: #be1413 !important; }
    .outside_icon .menubar-icon-config-l:hover.over:before,
    .outside_icon .menubar-icon-config-l.over:before {
      content: "\ea02"; }
  .outside_icon .menubar-icon-config-l:hover.disabled,
  .outside_icon .menubar-icon-config-l.disabled {
    background-color: #6EA318;
    cursor: default; }

body.dvag-header-visible .outside_icon .menubar-icon-config-l,
body.dvag-header-visible .outside_icon .menubar-icon-config-l:hover,
body.dvag-header-visible .cm-sidebar {
  top: 91px; }

body.dvag-header-visible .outside_icon .menubar-icon-config-l.fixed-config,
body.dvag-header-visible .outside_icon .menubar-icon-config-l.fixed-config:hover {
  top: 0px;
  position: fixed; }

body.dvag-header-visible .cm-sidebar.affix {
  top: 0px; }

body.dvag-header-visible #flyout.affix {
  top: 0px;
  position: fixed; }

body.dvag-header-visible #flyout {
  top: 92px;
  position: absolute; }

.outside_icon .icon-preview:hover,
.outside_icon .icon-preview {
  cursor: pointer !important;
  z-index: 10;
  margin: 0px;
  line-height: normal;
  height: 54px; }
  .outside_icon .icon-preview:hover:hover,
  .outside_icon .icon-preview:hover {
    background-color: #62c4fd; }
    .outside_icon .icon-preview:hover:hover:before,
    .outside_icon .icon-preview:hover:before {
      content: "\e042";
      font-family: toolbar-icons !important; }
  .outside_icon .icon-preview:hover.over,
  .outside_icon .icon-preview.over {
    background-color: #be1413 !important; }
    .outside_icon .icon-preview:hover.over:before,
    .outside_icon .icon-preview.over:before {
      content: "\e042";
      font-family: toolbar-icons !important; }
  .outside_icon .icon-preview:hover.disabled,
  .outside_icon .icon-preview.disabled {
    background-color: #62c4fd;
    cursor: default; }
    .outside_icon .icon-preview:hover.disabled:before,
    .outside_icon .icon-preview.disabled:before {
      content: "\e042";
      font-family: toolbar-icons !important;
      padding: 0;
      margin: 0;
      cursor: pointer; }
  .outside_icon .icon-preview:hover:hover,
  .outside_icon .icon-preview:hover {
    background-color: #be1413 !important; }
  .outside_icon .icon-preview:hover:hover span#preview-expand:after,
  .outside_icon .icon-preview:hover span#preview-expand:after {
    content: " beenden"; }

nav {
  z-index: 3; }

.icon-expand.preview.retract:before {
  content: "\e024";
  cursor: pointer; }

body.dvag-header-visible .outside_icon .icon-expand {
  top: 145px; }

body.dvag-header-visible .outside_icon .icon-expand.affix {
  top: 55px; }

/*
@media (min-width: $screen-custom-phone-max) and (max-width: $screen-md-min) { 
    
    .cm-sidebar {
        bottom: 0;        
        height: auto;
        position: fixed;
        top:auto;
        width: 100%;
        z-index:1000;
        
        .cm-inner {
            float: left;
            position: relative;
            width: 100%;
        }
        
        .square {
            border-width: 1px !important;
            margin-left: 10px;
        }
    }
    .cm-sidebar.affix {
        top:auto;
    }

    .cm-sidebar .cm-footer {
        background-color: #fff;
        position: relative !important;
        width: 100%;


        .cm-footer-inner {
            width:100%;
            
            .btn {
                width:110px;
            }
        }
    }
    
    body.cm-active footer  {
        margin-top:400px;
    }
 }*/
@media (max-width: 768px) {
  body.dvag-header-visible .outside_icon .menubar-icon-config-l,
  body.dvag-header-visible .outside_icon .menubar-icon-config-l:hover,
  body.dvag-header-visible .cm-sidebar {
    top: -55px; } }

.row.fileupload-buttonbar {
  margin-left: 0;
  margin-right: 0; }

.ui-widget-content {
  background: #fff; }

.ui-widget-header {
  border: 1px solid #a1aaa5;
  background: #e2ecf0;
  color: #424242;
  font-size: 23px;
  font-family: "FrutigerLTW01-57Condens";
  font-weight: normal; }

body {
  padding-top: 0;
  padding-bottom: 20px; }

.connectedSortable {
  list-style-type: none;
  min-width: 100px;
  min-height: 30px;
  background-color: white; }

.list-panel {
  display: inline-block;
  vertical-align: top; }

td {
  vertical-align: middle !important; }

ul.from {
  overflow: scroll;
  max-height: 300px; }

.ui-front {
  z-index: 4000 !important; }

.connectedSortable li {
  cursor: move; }

#resource-adminNetList ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 15px; }

#resource-adminNetList li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 17px;
  color: #a1aaa5;
  cursor: pointer; }

#resource-adminNetList li:after {
  content: "\e029";
  font-family: "toolbar-icons";
  right: 34px;
  position: absolute; }

#adminNetList {
  display: none; }

.info-label {
  display: none;
  position: absolute;
  top: 400px;
  margin: 29px; }

.cm-sidebar {
  /*    .btn_red{
        background: $red;
        border: 1px solid $red;
        color: $white;
        border-radius: 4px;
    }
    .btn_red:hover{
        background: $red65;
        border: 1px solid $red57;
        color: $white;
    }
    .btn_red:active{
        border: 1px solid $softblue;
        color: $white;
    }

    .btn_blue{
        background: $blue;
        border: 1px solid $blue;
        color: $white;
        border-radius: 4px;
    }
    .btn_blue:hover{
        background: $blue59;
        border: 1px solid $blue40;
        color: $white;
    }
    .btn_blue:active{
        border: 1px solid $softblue;
        color: $white;
    }

    .btn_white{
        background: $white;
        border: 1px solid $lightermediumgrey;
        color: $darkgrey;
        border-radius: 4px;
    }
    .btn_white:hover{
        background: $mostwhite;
        border: 1px solid $lightmediumgrey;
        color: $darkgrey;
    }
    .btn_white:active{
        border: 1px solid $softblue;
        color: $darkgrey;
    }

    .btn_blue[disabled], .btn_red[disabled]{
        opacity: .65;
        background: $white;
        border: 1px solid $lightermediumgrey;
        color: $darkgrey;
        border-radius: 4px;
    }
    
    .btn_yellow{
        background: $yellow;
        border: 1px solid $lightermediumgrey;
        color: $white;
        border-radius: 4px;
    }
    
    .btn_yellow:hover{
        border: 1px solid $lightmediumgrey;
        color: $white;
    }
    
    .btn_yellow:active{
        border: 1px solid $softblue;
        color: $white;
    }*/ }

.col-md-8 h2 {
  min-height: 25px !important;
  padding-top: 8px;
  margin-top: 0px; }

.admin-content .insertLink_linklist {
  min-height: 100%;
  height: auto; }

.admin-content div.link-row > div {
  display: block; }

#flyout {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 5;
  background-color: #8a9492; }
  #flyout .affix {
    position: fixed;
    top: 0; }
  #flyout ul.flyout-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-right: solid #747f7d 1px; }
    #flyout ul.flyout-nav li {
      display: block;
      width: 60px;
      height: 54px;
      border-bottom: solid #747f7d 1px;
      text-align: center;
      margin: 0; }
      #flyout ul.flyout-nav li a, #flyout ul.flyout-nav li a:visited {
        text-decoration: none;
        color: #fff;
        font-size: 30pt;
        margin: 0;
        padding: 0; }
      #flyout ul.flyout-nav li a:active, #flyout ul.flyout-nav li a:hover {
        color: #62c4fd; }
      #flyout ul.flyout-nav li.active {
        background-color: #62c4fd; }
        #flyout ul.flyout-nav li.active a:active, #flyout ul.flyout-nav li.active a:hover {
          color: #8a9492; }
  #flyout .flyout-content {
    position: absolute;
    left: 61px;
    top: 0px;
    margin: 0;
    background-color: #fff;
    padding: 0;
    overflow-y: scroll;
    width: 850px;
    height: 100%;
    border-right: solid 1px #a1aaa5;
    border-bottom: solid 1px #a1aaa5; }
    #flyout .flyout-content h2 {
      padding: 16px 30px 10px 26px;
      margin: 0;
      font-family: "FrutigerLTW01-47LightCn" !important;
      font-size: 23px !important;
      font-weight: normal !important;
      color: #636363;
      border-bottom: #e8ece9 1px solid; }
    #flyout .flyout-content .flyaway {
      display: block;
      position: absolute;
      top: 16px;
      right: 30px;
      color: #8a9492; }
      #flyout .flyout-content .flyaway:hover, #flyout .flyout-content .flyaway:active {
        text-decoration: none; }
    #flyout .flyout-content .main {
      margin: 20px 30px 30px 30px;
      padding: 0;
      background-color: #fff; }
      #flyout .flyout-content .main ul.navbar-nav {
        width: 100%;
        float: none;
        border-bottom: 1px solid #d2d9d4;
        margin: 0 0 15px 0;
        padding: 0; }
        #flyout .flyout-content .main ul.navbar-nav > li {
          float: none;
          display: inline-block;
          background-color: #fff;
          font-family: "FrutigerLTW01-47LightCn" !important;
          font-size: 21px !important;
          font-weight: normal !important;
          margin: 0;
          padding: 0; }
          #flyout .flyout-content .main ul.navbar-nav > li.active {
            background-color: #d2d9d4; }
            #flyout .flyout-content .main ul.navbar-nav > li.active > a {
              color: #424242 !important; }
              #flyout .flyout-content .main ul.navbar-nav > li.active > a:hover, #flyout .flyout-content .main ul.navbar-nav > li.active > a:active {
                color: #006da7;
                background-color: #d2d9d4; }
          #flyout .flyout-content .main ul.navbar-nav > li > a {
            color: #a1aaa5;
            padding: 10px; }
            #flyout .flyout-content .main ul.navbar-nav > li > a:hover, #flyout .flyout-content .main ul.navbar-nav > li > a:active {
              color: #006da7;
              background-color: #fff; }

/*
#flyout .flyout-content .main dl {
	margin-bottom: 0;
}
#flyout .flyout-content .main a {
	color: $darkblue;
}
#flyout .flyout-content .main .row {
	margin-bottom: 0 !important;
}
*/
#flyout .flyout-content .main .invisible, .modal .modal-content .invisible {
  visibility: hidden; }

#flyout .flyout-content .main div.pseudo-header, #flyout .flyout-content .main div.pseudo-row, .modal .modal-content div.pseudo-header, .modal .modal-content div.pseudo-row {
  height: 42px;
  font-size: 19px;
  color: #636363;
  padding: 0px 8px 0px 8px;
  line-height: 42px; }
  #flyout .flyout-content .main div.pseudo-header [class^="icon-"], #flyout .flyout-content .main div.pseudo-row [class^="icon-"], .modal .modal-content div.pseudo-header [class^="icon-"], .modal .modal-content div.pseudo-row [class^="icon-"] {
    height: 22px;
    overflow: visible; }
  #flyout .flyout-content .main div.pseudo-header span, #flyout .flyout-content .main div.pseudo-row span, .modal .modal-content div.pseudo-header span, .modal .modal-content div.pseudo-row span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    vertical-align: middle; }
    #flyout .flyout-content .main div.pseudo-header span span, #flyout .flyout-content .main div.pseudo-row span span, .modal .modal-content div.pseudo-header span span, .modal .modal-content div.pseudo-row span span {
      margin: 0;
      padding: 0; }
      #flyout .flyout-content .main div.pseudo-header span span span, #flyout .flyout-content .main div.pseudo-row span span span, .modal .modal-content div.pseudo-header span span span, .modal .modal-content div.pseudo-row span span span {
        margin: 0;
        padding: 0; }
  #flyout .flyout-content .main div.pseudo-header input[type="text"], #flyout .flyout-content .main div.pseudo-row input[type="text"], .modal .modal-content div.pseudo-header input[type="text"], .modal .modal-content div.pseudo-row input[type="text"] {
    font-size: 16px;
    line-height: 18px; }

#flyout .flyout-content .main div.pseudo-header, .modal .modal-content div.pseudo-header {
  background-color: #f3f5f4;
  border-bottom: 1px solid #d2d9d4; }

#flyout .flyout-content .main div.pseudo-row, .modal .modal-content div.pseudo-row {
  background-color: #fff;
  border-bottom: 1px solid #e8ece9; }
  #flyout .flyout-content .main div.pseudo-row.top-bar, .modal .modal-content div.pseudo-row.top-bar {
    border-top: 1px solid #e8ece9; }
  #flyout .flyout-content .main div.pseudo-row .darkLabel, .modal .modal-content div.pseudo-row .darkLabel {
    font-size: 17px; }
  #flyout .flyout-content .main div.pseudo-row .lightLabel, .modal .modal-content div.pseudo-row .lightLabel {
    font-size: 17px;
    color: #a1aaa5; }
  #flyout .flyout-content .main div.pseudo-row.small, .modal .modal-content div.pseudo-row.small {
    font-size: 15px; }
  #flyout .flyout-content .main div.pseudo-row a, .modal .modal-content div.pseudo-row a {
    color: #424242;
    margin: 0;
    padding: 0; }
    #flyout .flyout-content .main div.pseudo-row a span, .modal .modal-content div.pseudo-row a span {
      color: #424242;
      margin: 0;
      padding: 0; }
  #flyout .flyout-content .main div.pseudo-row a:hover, #flyout .flyout-content .main div.pseudo-row a:active, .modal .modal-content div.pseudo-row a:hover, .modal .modal-content div.pseudo-row a:active {
    color: #006da7 !important;
    text-decoration: none; }
    #flyout .flyout-content .main div.pseudo-row a:hover span, #flyout .flyout-content .main div.pseudo-row a:active span, .modal .modal-content div.pseudo-row a:hover span, .modal .modal-content div.pseudo-row a:active span {
      color: #006da7 !important;
      text-decoration: none; }
  #flyout .flyout-content .main div.pseudo-row .icon-download:hover, .modal .modal-content div.pseudo-row .icon-download:hover {
    cursor: pointer; }

#flyout .flyout-content .main div.pseudo-row-content, .modal .modal-content div.pseudo-row-content {
  display: none;
  margin: 30px; }

#flyout .flyout-content .main div.limitedContainer, .modal .modal-content div.limitedContainer {
  max-height: 400px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden; }
  #flyout .flyout-content .main div.limitedContainer.active, .modal .modal-content div.limitedContainer.active {
    border-top: 1px solid #62c4fd;
    border-bottom: 1px solid #62c4fd; }

.tab-content#fileupload,
.modal #list-body {
  /*height: 254px;*/ }

.fileupload-modal .modal-content,
#resource-auth-modal .modal-content {
  /*    width:822px;
    height: 502px;*/ }
  .fileupload-modal .modal-content .tab-content,
  .fileupload-modal .modal-content #list-body,
  #resource-auth-modal .modal-content .tab-content,
  #resource-auth-modal .modal-content #list-body {
    /*overflow: auto;*/ }
  .fileupload-modal .modal-content .tab-pane.content,
  #resource-auth-modal .modal-content .tab-pane.content {
    margin-top: 0; }

.modal #list-head {
  height: 41px;
  width: 100%;
  background-color: #f5f8fa; }
  .modal #list-head form > span {
    float: right;
    line-height: 23px;
    padding: 9px 9px 0 9px;
    position: relative; }
  .modal #list-head .icon-search {
    margin: 0; }
  .modal #list-head input::-ms-clear {
    display: none;
    width: 0;
    height: 0; }
  .modal #list-head .clearer {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #888;
    line-height: 0; }
  .modal #list-head #filter {
    float: left; }
    .modal #list-head #filter .icon-filter {
      margin: 0; }
  .modal #list-head .popover-content span {
    float: none; }

.modal.insertLink-modal .link-row {
  padding-left: 0; }
  .modal.insertLink-modal .link-row .icon-collapse, .modal.insertLink-modal .link-row .icon-collapse-act {
    float: right;
    line-height: 0; }
  .modal.insertLink-modal .link-row .lbl.padding-8 {
    margin-left: 31px; }
  .modal.insertLink-modal .link-row input[type=checkbox] + .lbl.padding-8 {
    margin-left: 0; }
  .modal.insertLink-modal .link-row:hover {
    border-bottom: 1px solid #e8ece9;
    background-color: #f9faf9; }
  .modal.insertLink-modal .link-row.open, .modal.insertLink-modal .link-row.open + .link-block > .link-row {
    background-color: #f9faf9; }
    .modal.insertLink-modal .link-row.open:hover, .modal.insertLink-modal .link-row.open + .link-block > .link-row:hover {
      border-bottom: 1px solid #e8ece9;
      background-color: #f3f5f4; }
  .modal.insertLink-modal .link-row.open + .link-block > .open, .modal.insertLink-modal .link-row.open + .link-block .open + .link-block > .link-row {
    background-color: #f3f5f4; }
    .modal.insertLink-modal .link-row.open + .link-block > .open:hover, .modal.insertLink-modal .link-row.open + .link-block .open + .link-block > .link-row:hover {
      border-bottom: 1px solid #e8ece9;
      background-color: #f9faf9; }

.modal.insertLink-modal #panel-glossar .icon-search {
  line-height: initial;
  padding: 0;
  margin: 0; }

.modal.insertLink-modal #panel-external .icon-link {
  line-height: initial;
  padding: 0;
  margin: 0; }

div.template-upload,
div.template-download-filemanager,
div.template-download-local,
div.auth-row,
div.link-row {
  background-color: #f5f8fa;
  border-color: #e8ece9;
  border-bottom: 1px solid #e8ece9;
  color: #424242;
  display: table;
  width: 100%; }
  div.template-upload:hover,
  div.template-download-filemanager:hover,
  div.template-download-local:hover,
  div.auth-row:hover,
  div.link-row:hover {
    border-bottom-color: #62c4fd; }
  div.template-upload:first-of-type,
  div.template-download-filemanager:first-of-type,
  div.template-download-local:first-of-type,
  div.auth-row:first-of-type,
  div.link-row:first-of-type {
    border-top: 1px solid #62c4fd; }
  div.template-upload:last-of-type,
  div.template-download-filemanager:last-of-type,
  div.template-download-local:last-of-type,
  div.auth-row:last-of-type,
  div.link-row:last-of-type {
    border-bottom: 1px solid #62c4fd; }
  div.template-upload > div,
  div.template-download-filemanager > div,
  div.template-download-local > div,
  div.auth-row > div,
  div.link-row > div {
    display: inline-block;
    vertical-align: middle;
    line-height: 37px; }
    div.template-upload > div p,
    div.template-download-filemanager > div p,
    div.template-download-local > div p,
    div.auth-row > div p,
    div.link-row > div p {
      margin: 0;
      font-size: 15px; }
    div.template-upload > div.size, div.template-upload > div.date, div.template-upload > div.auth-section,
    div.template-download-filemanager > div.size,
    div.template-download-filemanager > div.date,
    div.template-download-filemanager > div.auth-section,
    div.template-download-local > div.size,
    div.template-download-local > div.date,
    div.template-download-local > div.auth-section,
    div.auth-row > div.size,
    div.auth-row > div.date,
    div.auth-row > div.auth-section,
    div.link-row > div.size,
    div.link-row > div.date,
    div.link-row > div.auth-section {
      color: #a1aaa5;
      font-size: 15px;
      float: right;
      padding: 0;
      width: 80px;
      line-height: 37px;
      display: table-cell; }
    div.template-upload > div.auth-section,
    div.template-download-filemanager > div.auth-section,
    div.template-download-local > div.auth-section,
    div.auth-row > div.auth-section,
    div.link-row > div.auth-section {
      width: auto; }
  div.template-upload .progress,
  div.template-download-filemanager .progress,
  div.template-download-local .progress,
  div.auth-row .progress,
  div.link-row .progress {
    margin-bottom: 0;
    width: 100px;
    vertical-align: middle;
    display: inline-block; }
  div.template-upload .preview,
  div.template-download-filemanager .preview,
  div.template-download-local .preview,
  div.auth-row .preview,
  div.link-row .preview {
    line-height: 37px;
    width: 110px;
    padding: 0;
    margin: 0;
    float: right; }
    div.template-upload .preview a,
    div.template-download-filemanager .preview a,
    div.template-download-local .preview a,
    div.auth-row .preview a,
    div.link-row .preview a {
      font-size: 15px;
      color: #424242; }
      div.template-upload .preview a:hover,
      div.template-download-filemanager .preview a:hover,
      div.template-download-local .preview a:hover,
      div.auth-row .preview a:hover,
      div.link-row .preview a:hover {
        color: #62c4fd;
        text-decoration: none; }
  div.template-upload .previewImg,
  div.template-download-filemanager .previewImg,
  div.template-download-local .previewImg,
  div.auth-row .previewImg,
  div.link-row .previewImg {
    display: none; }
  div.template-upload a.popover-dismiss,
  div.template-download-filemanager a.popover-dismiss,
  div.template-download-local a.popover-dismiss,
  div.auth-row a.popover-dismiss,
  div.link-row a.popover-dismiss {
    cursor: pointer; }
  div.template-upload .popover.top > .arrow:after,
  div.template-download-filemanager .popover.top > .arrow:after,
  div.template-download-local .popover.top > .arrow:after,
  div.auth-row .popover.top > .arrow:after,
  div.link-row .popover.top > .arrow:after {
    border-top-color: #62c4fd; }
  div.template-upload .popover,
  div.template-download-filemanager .popover,
  div.template-download-local .popover,
  div.auth-row .popover,
  div.link-row .popover {
    border-color: #62c4fd; }
  div.template-upload input[type=checkbox],
  div.template-download-filemanager input[type=checkbox],
  div.template-download-local input[type=checkbox],
  div.auth-row input[type=checkbox],
  div.link-row input[type=checkbox] {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0; }
  div.template-upload .filename,
  div.template-download-filemanager .filename,
  div.template-download-local .filename,
  div.auth-row .filename,
  div.link-row .filename {
    margin-left: 5px; }

div.template-download-filemanager,
div.auth-row,
div.link-row {
  background-color: #fff;
  clear: both;
  position: relative;
  display: table; }
  div.template-download-filemanager .preview a:hover > span,
  div.auth-row .preview a:hover > span,
  div.link-row .preview a:hover > span {
    color: #62c4fd; }

div.template-download-filemanager:nth-of-type(3) {
  border-top: 1px solid #62c4fd; }

div.template-download-local a.delete {
  cursor: pointer;
  font-size: 15px;
  color: #424242;
  padding-left: 10px;
  line-height: 37px;
  float: right; }
  div.template-download-local a.delete:hover {
    text-decoration: none; }
  div.template-download-local a.delete:hover > span {
    color: #62c4fd; }

div.link-row {
  padding-left: 37px;
  line-height: 40px; }
  div.link-row.parent {
    padding-left: 0; }

div.link-block {
  display: none; }
  div.link-block > div.link-row {
    border-bottom: 1px solid #e8ece9;
    border-top: 0;
    padding-left: 37px; }
    div.link-block > div.link-row:hover {
      border-bottom-color: #62c4fd; }

div.insertLink_linklist {
  margin: 5px 0 25px 0;
  overflow: auto;
  height: 215px; }

div.template-upload .progressbar {
  float: right;
  width: 150px;
  display: table-cell; }

.popover-content .glyphicon {
  padding: 0;
  line-height: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.iframe-modal .iframe-attributes {
  display: flex;
  align-items: flex-end;
  align-content: space-between; }

.iframe-modal #iframe-attributes-list ul {
  list-style-type: none;
  padding: 0; }
  .iframe-modal #iframe-attributes-list ul li {
    display: flex;
    align-items: center;
    align-content: space-evenly; }
    .iframe-modal #iframe-attributes-list ul li .iframe-attributes-list-item {
      display: flex;
      flex: 2;
      margin: 12px 12px; }
    .iframe-modal #iframe-attributes-list ul li button {
      display: flex;
      flex: 0; }

.mobile-device .vvvb ul.breadcrumb {
  display: none; }

.mobile-device .vvvb table.dataTable .btn-group .btn.btn-xs.dropdown-toggle,
.mobile-device .vvvb table.dataTable .btn-group ul.dropdown-menu {
  display: none; }

.vvvb {
  /*     .btn {
        border: 1px solid #006da7;
        color: white;
        border-radius: 4px;
        font-family: "FrutigerLTW01-57Condens";
        padding: 8px 10px;
        line-height: 17px;
        font-size: 17px;
        box-shadow: none; 
     }
     
     .btn-default {
         color: #333;
        background-color: #fff;
        border-color: #ccc;
     }

    .btn-primary {
        background-color: #006da7;
        border: 1px solid #006da7;
        color: white; 
    }
    .btn-primary:hover {
          background-color: #006296;
          border: 1px solid #004165; 
    }*/ }
  .vvvb .tab-content {
    margin-bottom: 15px; }
  .vvvb ul.breadcrumb {
    margin-top: -60px; }
  .vvvb form {
    font-size: 17px; }
  .vvvb h3 {
    font-size: 22px;
    line-height: 27px; }
  .vvvb .page-header h3 {
    font-size: 28px;
    line-height: 35px; }
  .vvvb i,
  .vvvb span.icon {
    font-family: FrutigerLTW01-47LightCn;
    font-style: normal;
    font-size: 15px;
    height: 42px;
    padding-bottom: 0px;
    vertical-align: middle;
    line-height: 21px; }
    .vvvb i:before,
    .vvvb span.icon:before {
      padding-right: 5px;
      top: 2px;
      position: relative; }
  .vvvb .attendeelist {
    cursor: pointer;
    color: #a1aaa5; }
  .vvvb .attendeelist:hover {
    text-decoration: none;
    color: #62c4fd; }
  .vvvb .details {
    cursor: pointer;
    color: #a1aaa5; }
  .vvvb .details:hover {
    text-decoration: none;
    color: #62c4fd; }
  .vvvb .register a {
    color: #a1aaa5; }
    .vvvb .register a:hover {
      text-decoration: none;
      color: #62c4fd; }
  .vvvb iframe::-webkit-scrollbar {
    display: none; }
  .vvvb .image-caption {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    padding-left: 15px; }
  .vvvb label {
    font-family: "FrutigerLTW01-47LightCn";
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline;
    margin-right: 0; }
  .vvvb [class^="menubar-icon-"]:before,
  .vvvb [class*=" menubar-icon-"]:before {
    line-height: 50px; }
  .vvvb [class^="menubar-icon-"],
  .vvvb [class*=" menubar-icon-"] {
    margin-right: 10px; }
  .vvvb .input-group-addon .icon:before {
    /*vertical-align: middle;*/ }
  .vvvb table.dataTable th {
    background-color: #fff; }
  .vvvb .dataTable thead {
    background-color: #fff; }
  .vvvb table.dataTable.stripe tbody tr.odd,
  .vvvb table.dataTable.display tbody tr.odd {
    background-color: #fff; }
  .vvvb table.dataTable.display tbody tr.odd > .sorting_1,
  .vvvb table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #fff; }
  .vvvb table.dataTable,
  .vvvb table.dataTable td,
  .vvvb table.dataTable th {
    font-size: 17px !important;
    color: #424242 !important; }
  .vvvb table.dataTable td {
    vertical-align: top !important; }
  .vvvb table.dataTable th {
    vertical-align: bottom !important; }
  .vvvb table.dataTable th {
    font-family: "FrutigerLTW01-57Condens" !important;
    font-weight: normal !important; }
  .vvvb table.dataTable thead th,
  .vvvb table.dataTable thead td {
    border-bottom: 2px solid #d2d9d4 !important; }
  .vvvb table.dataTable tbody th,
  .vvvb table.dataTable tbody td,
  .vvvb table.dataTable thead th,
  .vvvb table.dataTable thead td {
    padding: 10px; }
  .vvvb table.dataTable.no-footer {
    border-bottom: 1px solid #d2d9d4 !important;
    margin-bottom: 30px; }
  .vvvb .dataTables_wrapper .dataTables_info {
    padding-top: 0;
    font-size: 17px;
    line-height: 35px; }
  .vvvb .dataTables_wrapper .dataTables_paginate {
    padding-top: 0; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: 21px;
    font-size: 17px;
    padding: 6px 12px;
    background: none;
    border-color: transparent;
    font-family: "FrutigerLTW01-57Condens"; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button.current,
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border-color: transparent;
    background: #f3f5f4;
    color: #62c4fd !important; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: #62c4fd;
    color: #62c4fd !important; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #a1aaa5 !important; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: not-allowed;
    color: #a1aaa5; }
  .vvvb .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none; }
  .vvvb thead th.sorting:after {
    content: "\e059";
    font-family: "toolbar-icons" !important;
    color: #d2d9d4;
    position: relative;
    font-size: 16px; }
  .vvvb thead th:last-child.sorting:after {
    /*content: none;*/ }
  .vvvb thead .sorting_desc {
    background: none !important; }
  .vvvb thead th.sorting_desc:after {
    content: "\e060";
    font-family: "toolbar-icons" !important;
    color: #62c4fd;
    position: relative;
    font-size: 16px; }
  .vvvb thead .sorting_asc {
    background: none !important; }
  .vvvb thead th.sorting_asc:after {
    content: "\e061";
    font-family: "toolbar-icons" !important;
    color: #62c4fd;
    position: relative;
    font-size: 16px; }
  .vvvb table.dataTable.display tbody tr.even > .sorting_1,
  .vvvb table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fff; }
  .vvvb table.u2d_table tr td {
    font-size: 17px; }
  .vvvb .input-group-addon {
    padding: 6px 10px;
    background-color: #e8ece9;
    border-color: #d2d9d4; }
    .vvvb .input-group-addon .icon {
      line-height: 0;
      color: #424242; }
      .vvvb .input-group-addon .icon:before {
        font-size: 16px;
        padding-right: 0; }
  .vvvb table.dataTable td a .icon:before,
  .vvvb .icon-info:before,
  .vvvb .icon-info + span,
  .vvvb .panel-body .icon-clock:before,
  .vvvb .panel-body .icon-clock + span {
    color: #62c4fd; }
  .vvvb table.dataTable td a {
    color: #424242; }
  .vvvb table.dataTable td a:hover {
    text-decoration: none;
    color: #62c4fd; }
  .vvvb table.dataTable tr td[class="text-right"]:last-child {
    padding: 7px 5px; }
  .vvvb .select2-container .select2-choice .select2-arrow {
    background: none !important;
    border: none !important;
    right: 10px; }
  .vvvb .select2-container .select2-choice {
    background: none !important;
    height: 34px !important;
    line-height: 34px; }
  .vvvb .select2-container .select2-choice .select2-arrow b {
    background: none !important; }
  .vvvb .select2-container .select2-choice .select2-arrow b:before {
    content: "\e030";
    font-family: "toolbar-icons"; }
  .vvvb .select2-container .select2-choice abbr {
    right: 34px; }
  .vvvb .form-control.select2-container.select2-dropdown-open {
    border-color: #62c4fd !important; }
    .vvvb .form-control.select2-container.select2-dropdown-open .select2-arrow {
      color: #62c4fd; }
  .vvvb table.dataTable .btn.btn-xs {
    border-radius: 0px;
    line-height: 20px;
    padding: 4px;
    border: 1px solid #d2d9d4;
    background: #fff;
    font-family: "FrutigerLTW01-47LightCn";
    text-shadow: none;
    min-width: inherit;
    font-size: 17px; }
  .vvvb table.dataTable .btn.btn-xs:hover {
    border: 1px solid #62c4fd;
    color: #62c4fd; }
  .vvvb table.dataTable .btn.btn-xs:focus,
  .vvvb table.dataTable .btn.btn-xs:active,
  .vvvb table.dataTable .btn.btn-xs.active,
  .vvvb table.dataTable .btn-group .dropdown-toggle:active,
  .vvvb table.dataTable .btn-group.open .dropdown-toggle {
    background: #62c4fd;
    border-color: #62c4fd;
    box-shadow: none;
    outline: 0;
    color: #fff; }
  .vvvb .bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: hidden; }
  .vvvb table.dataTable .dropdown-menu .divider,
  .vvvb .bootstrap-select.btn-group .dropdown-menu .divider {
    margin: 5px 0; }
  .vvvb table.dataTable .dropdown-menu li > a,
  .vvvb .bootstrap-select.btn-group .dropdown-menu li > a {
    padding: 3px 10px;
    background: none;
    outline: none; }
  .vvvb table.dataTable .dropdown-menu li > a:hover,
  .vvvb .bootstrap-select.btn-group .dropdown-menu li > a:hover {
    color: #62c4fd;
    background: none; }
  .vvvb table.dataTable .dropdown-menu {
    border-radius: 0; }
  .vvvb table.dataTable .dropdown-menu .disabled > a,
  .vvvb table.dataTable .dropdown-menu .disabled > a:hover,
  .vvvb table.dataTable .dropdown-menu .disabled > a:focus {
    color: #a1aaa5; }
  .vvvb table.dataTable.hover tbody tr:hover,
  .vvvb table.dataTable.hover tbody tr.odd:hover,
  .vvvb table.dataTable.hover tbody tr.even:hover,
  .vvvb table.dataTable.display tbody tr:hover,
  .vvvb table.dataTable.display tbody tr.odd:hover,
  .vvvb table.dataTable.display tbody tr.even:hover,
  .vvvb table.dataTable.display tbody tr:hover > .sorting_1,
  .vvvb table.dataTable.display tbody tr.odd:hover > .sorting_1,
  .vvvb table.dataTable.display tbody tr.even:hover > .sorting_1,
  .vvvb table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
  .vvvb table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
  .vvvb table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
    background: #f9faf9; }
  .vvvb table.dataTable.display tbody tr.editrow:hover {
    background: none; }
  .vvvb .bootstrap-select.btn-group .btn .caret {
    margin: 0;
    position: relative;
    right: 0; }
  .vvvb .bootstrap-select .btn:focus {
    outline: 0 !important; }
  .vvvb .bootstrap-select.btn-group .btn .filter-option {
    color: #a1aaa5; }
  .vvvb .bootstrap-select .dropdown-toggle.btn-default {
    border-color: #d2d9d4;
    padding: 6px 25px 6px 10px;
    line-height: 20px;
    font-family: "FrutigerLTW01-47LightCn";
    font-size: 17px;
    border-radius: 4px; }
  .vvvb .open.bootstrap-select .dropdown-toggle.btn-default {
    background: none;
    border-color: #62c4fd;
    box-shadow: none;
    color: #a1aaa5; }
    .vvvb .open.bootstrap-select .dropdown-toggle.btn-default .caret {
      color: #62c4fd; }
  .vvvb .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-left: 5px; }
  .vvvb input[type=checkbox],
  .vvvb input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px; }
  .vvvb input[type=checkbox]:checked,
  .vvvb input[type=checkbox]:focus,
  .vvvb input[type=radio]:checked,
  .vvvb input[type=radio]:focus {
    outline: none !important; }
  .vvvb input[type=checkbox] + .lbl::before,
  .vvvb input[type=radio] + .lbl::before {
    font-family: "toolbar-icons" !important;
    font-weight: normal;
    content: "\e027";
    background-color: #FAFAFA;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
    margin-right: 1px;
    margin-top: -5px; }
  .vvvb input[type=radio] + .lbl::before {
    content: "\e071"; }
  .vvvb input[type=checkbox]:checked + .lbl::before {
    display: inline-block;
    content: "\e028";
    color: #62c4fd; }
  .vvvb input[type=radio]:checked + .lbl::before {
    display: inline-block;
    content: "\e072";
    color: #62c4fd; }
  .vvvb .u2d_table tr td span,
  .vvvb span.lbl {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    vertical-align: middle; }
  .vvvb .u2d_form .well {
    border: none; }
  .vvvb .u2d_form .well,
  .vvvb .well .u2d_table,
  .vvvb .well .u2d_table tr th {
    background: #f9faf9 !important;
    box-shadow: none !important;
    font-weight: normal !important; }
  .vvvb .info-sub-headline,
  .vvvb .location {
    font-family: "FrutigerLTW01-57Condens"; }
  .vvvb .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-shadow: none; }
  .vvvb .btn:disabled {
    background-color: white;
    color: #a1aaa5;
    border: 1px solid #d2d9d4; }
  .vvvb .btn-group-vertical > .btn, .vvvb .btn-group > .btn {
    position: relative;
    float: left; }
  .vvvb .breadcrumb > li + li:before {
    content: none; }
  .vvvb .breadcrumb {
    height: 60px; }
    .vvvb .breadcrumb span {
      padding-left: 5px;
      padding-right: 10px; }
  .vvvb .u2d_margin_bottom {
    margin-bottom: 20px; }
  .vvvb .form-group {
    margin-bottom: 10px; }
  .vvvb .form-control {
    font-size: 17px;
    color: #a1aaa5;
    border-color: #d2d9d4 !important;
    box-shadow: none; }
    .vvvb .form-control:focus {
      box-shadow: none;
      border-color: #5bc0de !important; }
  .vvvb .has-error .form-control {
    border-color: #a94442 !important; }
  .vvvb .page-header {
    border-color: #e8ece9;
    padding-bottom: 0;
    margin: 20px 0 20px; }
  .vvvb .panel {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .vvvb .panel-body {
    font-size: 17px;
    padding: 10px 15px; }
  .vvvb .alert {
    padding: 10px;
    line-height: 30px;
    font-size: 17px;
    font-family: "FrutigerLTW01-57Condens";
    box-shadow: none;
    text-shadow: none;
    background-image: none !important; }
  .vvvb .alert [class^="menubar-icon-"],
  .vvvb .alert [class*=" menubar-icon-"] {
    margin-right: 0;
    vertical-align: middle;
    top: -0.3em;
    position: relative;
    line-height: 0;
    display: inline-block; }
  .vvvb .alert [class^="menubar-icon-"]:before,
  .vvvb .alert [class*=" menubar-icon-"]:before {
    line-height: 30px !important;
    /*         vertical-align: middle;
         top:-2px;*/ }
  .vvvb .alert-info {
    color: #006da7;
    background-color: #e5f0f6;
    border-color: #bfdae9; }
  .vvvb .alert-success {
    color: #6ea318;
    background-color: #e9f1dd;
    border-color: #d3e3b9; }
  .vvvb .alert-warning {
    color: #e8b50e;
    background-color: #fcf4db;
    border-color: #f8e9b6; }
  .vvvb .alert-danger {
    color: #be1413;
    background-color: #f8e7e7;
    border-color: #efc4c4; }
  .vvvb .btn {
    min-width: 120px; }
  .vvvb .btn.dropdown-toggle {
    min-width: inherit;
    padding: 6px 25px 6px 10px;
    line-height: 20px; }
  .vvvb .list-group {
    box-shadow: none !important; }
  .vvvb .list-group-item-heading {
    color: #62c4fd;
    font-family: "FrutigerLTW01-47LightCn"; }
  .vvvb .list-group-item {
    border-bottom-width: 0;
    border-top-width: 0; }
  .vvvb .list-group-item:first-child {
    border-top-width: 1px; }
  .vvvb .list-group-item:last-child {
    border-bottom-width: 1px; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #fff !important; }

.select2-search input {
  font-size: 17px !important;
  font-weight: normal !important;
  color: #a1aaa5 !important;
  background: url("select2.png") no-repeat !important;
  font-family: "FrutigerLTW01-47LightCn" !important;
  border-color: #d2d9d4 !important; }

.select2-drop {
  color: #a1aaa5 !important; }

.select2-drop-active {
  border-color: #62c4fd !important; }

.u2d_header1 {
  font-size: 19px;
  line-height: 28px;
  font-family: "FrutigerLTW01-57Condens"; }

.u2d_header2 {
  font-size: 15px;
  line-height: 18px;
  font-family: "FrutigerLTW01-47LightCn"; }

/*
.datepicker,
.datepicker tr th {
    visibility: hidden !important;
}*/
.google-map {
  height: 220px;
  margin-bottom: 15px; }

body.mobile-device .vvvb .input-group .bootstrap-select {
  display: block !important; }

body.mobile-device .vvvb .dataTables_length {
  display: none !important; }

body.mobile-device .vvvb .form-group div[class*="col-sm"] > input.form-control {
  margin-bottom: 10px; }

body.mobile-device .vvvb .form-group div[class*="col-sm"] > div.bootstrap-select {
  display: block !important;
  margin-bottom: 10px; }

body.mobile-device .vvvb input#txtNachname_BP,
body.mobile-device .vvvb input#txtNachname_HP {
  margin-bottom: 0; }

@media (max-width: 767px) {
  table.dataTable .btn-group .btn.btn-xs.dropdown-toggle,
  table.dataTable .btn-group ul.dropdown-menu {
    display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25.03.2015, 15:58:27
    Author     : e13pca8
*/
#box-geburtstage {
  background-color: white; }
  #box-geburtstage .modal-header {
    border-bottom: 1px solid #e8ece9;
    padding: 15px 25px; }
    #box-geburtstage .modal-header .close {
      font-size: 30px;
      color: d2d9d4; }
  #box-geburtstage .modal-dialog .modal-title {
    color: #636363;
    font-size: 23px;
    font-family: "FrutigerLTW01-57Condens"; }
  #box-geburtstage .modal-dialog .modal-footer {
    background: #f3f5f4;
    border-top: none;
    padding: 15px 25px;
    border-radius: 6px; }
  #box-geburtstage .modal-body {
    padding: 20px 25px; }
    #box-geburtstage .modal-body .alert-success {
      border-color: #d3e3b9;
      color: #6ea318;
      background-color: #e9f1dd;
      font-family: "FrutigerLTW01-57Condens";
      background-image: none !important;
      box-shadow: none;
      text-shadow: none;
      padding: 0; }
      #box-geburtstage .modal-body .alert-success p {
        line-height: 50px;
        height: 50px; }
      #box-geburtstage .modal-body .alert-success span {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 50px;
        height: 50px;
        vertical-align: top; }
        #box-geburtstage .modal-body .alert-success span:before {
          padding: 0 0 0 12px;
          line-height: 50px;
          color: #6ea318; }
    #box-geburtstage .modal-body .dvag-mail-title {
      background: #f3f5f4;
      border: none;
      color: #000;
      font-family: "FrutigerLTW01-57Condens";
      height: 55px;
      line-height: 55px;
      padding: 0 0 0 10px;
      margin: 0;
      font-size: 23px; }
      #box-geburtstage .modal-body .dvag-mail-title span {
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 55px;
        height: 55px;
        vertical-align: top; }
        #box-geburtstage .modal-body .dvag-mail-title span:before {
          padding: 0;
          line-height: 55px; }
    #box-geburtstage .modal-body .dvag-mail-footer {
      background: #f3f5f4;
      line-height: 90px;
      height: 90px;
      padding-left: 15px; }
    #box-geburtstage .modal-body .dvag-mail-container {
      border: 1px dashed #a1aaa5; }
      #box-geburtstage .modal-body .dvag-mail-container #subjectgroup {
        margin-right: 15px;
        margin-left: 15px; }
    #box-geburtstage .modal-body .form-control {
      border: none;
      box-shadow: none; }
    #box-geburtstage .modal-body #subject {
      border-bottom: 1px solid #e8ece9;
      color: #004173;
      font-size: 28px;
      font-family: "FrutigerLTW01-67BoldCn";
      height: auto;
      padding-left: 0; }
    #box-geburtstage .modal-body #text {
      color: #424242;
      font-size: 17px;
      font-family: "FrutigerLTW01-47LightCn";
      width: 430px;
      max-width: 430px;
      padding-left: 20px; }
    #box-geburtstage .modal-body #dvag-icon {
      padding: 15px 0 0 15px; }
    #box-geburtstage .modal-body .menubar-icon-birthday-act-l:before {
      font-size: 70px;
      padding: 10px;
      background: #a98b45;
      color: white; }
    #box-geburtstage .modal-body .form-control[readonly] {
      background-color: white; }

#box-geburtstage .sidebar {
  padding: 0 0 25px 0; }
  #box-geburtstage .sidebar .caption {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-top: 0; }
    #box-geburtstage .sidebar .caption span {
      display: inline-block;
      padding: 0;
      margin: 0;
      line-height: 55px;
      height: 55px;
      vertical-align: top; }
      #box-geburtstage .sidebar .caption span:before {
        padding: 0;
        line-height: 55px; }
  #box-geburtstage .sidebar .geburtstage-box-pagination {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #a1aaa5;
    height: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    #box-geburtstage .sidebar .geburtstage-box-pagination .icon:before {
      padding: 0;
      line-height: 30px; }
    #box-geburtstage .sidebar .geburtstage-box-pagination .icon:hover {
      color: #62c4fd !important; }
      #box-geburtstage .sidebar .geburtstage-box-pagination .icon:hover:before {
        color: #62c4fd !important;
        content: "\ea34"; }
    #box-geburtstage .sidebar .geburtstage-box-pagination span {
      display: inline-block;
      padding: 0;
      margin: 0;
      line-height: 30px;
      height: 30px;
      vertical-align: top; }
      #box-geburtstage .sidebar .geburtstage-box-pagination span:hover {
        cursor: pointer; }
      #box-geburtstage .sidebar .geburtstage-box-pagination span span {
        display: none; }
  #box-geburtstage .sidebar .geburtstage-box-pagination.next {
    margin-top: 0;
    right: 15px; }
    #box-geburtstage .sidebar .geburtstage-box-pagination.next .icon:hover:before {
      color: #62c4fd !important;
      content: "\ea32"; }
  #box-geburtstage .sidebar .geburtstage-box-pagination.inactive {
    color: #e8ece9; }
    #box-geburtstage .sidebar .geburtstage-box-pagination.inactive .icon:before {
      color: #e8ece9 !important; }
    #box-geburtstage .sidebar .geburtstage-box-pagination.inactive .icon:hover {
      color: #e8ece9 !important; }
      #box-geburtstage .sidebar .geburtstage-box-pagination.inactive .icon:hover:before {
        color: #e8ece9 !important;
        content: "\ea33"; }
    #box-geburtstage .sidebar .geburtstage-box-pagination.inactive span:hover {
      cursor: default; }
  #box-geburtstage .sidebar .geburtstage-box-pagination.next.inactive .icon:hover:before {
    color: #e8ece9 !important;
    content: "\ea31"; }
  #box-geburtstage .sidebar .geburtstag p .icon:before {
    color: #a1aaa5;
    line-height: 30px; }

@media (min-width: 992px) {
  #box-geburtstage {
    background-color: transparent; }
    #box-geburtstage .sidebar {
      padding: 0 15px 25px 15px; }
      #box-geburtstage .sidebar .geburtstage-box-pagination {
        margin: 15px 0 0 -3px;
        position: relative;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
        #box-geburtstage .sidebar .geburtstage-box-pagination span span {
          display: inline; }
      #box-geburtstage .sidebar .geburtstage-box-pagination.next {
        right: 0; } }

.footer {
  margin-top: 45px; }
  .footer nav.navbar-default {
    background: none; }
  .footer ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0; }
    .footer ul li {
      line-height: 65px;
      list-style-type: none;
      float: left;
      margin-right: 50px;
      color: #a1aaa5; }
      .footer ul li a {
        color: #a1aaa5; }

.row-loader {
  display: none; }

.loader-wrapper {
  padding-bottom: 10px; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%; }

.loader:before,
.loader:after {
  position: absolute;
  content: ''; }

.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.loader {
  font-size: 8px;
  text-indent: -99999em;
  margin: 3.125em auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 0.25em #d2d9d4;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden !important; }

.loader-backdrop {
  background-color: #fff; }

.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #fff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.loader-font {
  margin-bottom: 25px;
  color: #a1aaa5;
  text-align: center; }

/*# sourceMappingURL=style.css.map */
