/*--BG--*/
table{
}
/*--BG--*/

img {
  height: auto !important;
  max-width: 100%;
  /*width:100%;
  width: auto\9;  ie8 */
    
  -ms-interpolation-mode: bicubic;
  -moz-box-sizing: border-box;
  /* Firefox */
    
  -webkit-box-sizing: border-box;
  /* iOS4, < Android 3.0 */
    
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img {
    width: 100%;
  }
  img[src$=".svg"] {
    width: auto; 
    max-width: 100%;
  }
}

@-moz-document url-prefix() {
   img {
   width: 100%;
  }
  img[src$=".svg"] {
    width: auto; 
    max-width: 100%;
  }
}

::selection {
  background: #52A2D5;
  color: #000;
}
::-moz-selection {
 background: #52A2D5;
 color:#000;
}
::-webkit-selection {
 background: #52A2D5;
 color:#000;
}
*::-moz-selection {
 background: #52A2D5;
 color:#000;
}
input[type='number'] {
  -moz-appearance: textfield;
}
 input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none !important;
 margin: 0;
}
a {
  color: #111;
  -webkit-tap-highlight-color: rgba(0,0,0,.25);
  text-decoration: underline;
}

/* ----------------------------------------------------------BG------------------------------------------------*/
/*
#footer#section-footer-2{
  a {
    text-decoration: none;
}
*/
/* ----------------------------------------------------------BG-ENDE-------------------------------------------*/

a:hover {
  text-decoration: none;
}
a:visited {
/* color: #333;*/
}
/* RTE Styles */
.muted {
  color: #999;
}
.text-warning {
  color: #C09853;
}
.text-error {
  color: #B94A48;
}
.text-info {
  color: #3A87AD;
}
.text-success {
  color: #468847;
	font-weight:bold;
}
.text-small {
  font-size: 80%;
}
.text-big {
  font-size: 125%;
}
.text-big .button {
  padding: 7px;
  margin: 5px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
span.no-break {
  display: inline-block;
}
/* Text styles */
b, strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  margin: 0 0 1em 0;
  font-weight:normal;
  /*font-family: 'BrandonText-Black', helvetica, arial, sans-serif;
  text-transform: uppercase;*/

}
h1 {
  font-size: 225%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 166.666%;
}
h4 {
  font-size: 150%;
}
h5 {
  font-size: 130%;
}
h6 {
  font-size: 125%;
}

/* Elements */
section {
  position: relative;
  overflow:hidden;
}
section:after, .csc-default:after {
  content: '';
  display: block;
  clear: both;
}
p, address, blockquote, table {
  margin: 0 0 1em 0;
}
small, aside, figcaption {
  font-size: 75%;
}
figcaption {
  text-align: center;
}
/* Lists */
ul, ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 1em;
}
ul.align-center, ol.align-center {
  list-style-position: inside;
  padding: 0;
}
ul ul, ol ol, ul ol, ol ul {
  margin: .25em 0 .5em 0;
}
ol ol {
  list-style: lower-alpha;
}
ul.no-style, ul.inline {
  list-style: none;
  padding: 0;
}
ul.inline li {
  display: inline-block;
}
ul.csc-menu a {
  text-decoration: none;
}
address {
  font-style: normal;
}
blockquote {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, address:last-child, blockquote:last-child, ul:last-child, ol:last-child, figure:last-child, table:last-child {
  margin-bottom: 0 !important;
}
/* Tables */
.wrap-table {
  overflow-x: auto;
  overflow-y: hidden;
}
table {
  width: 100%;
}
/* Video Wrapper */
.video-wrapper {
  position: relative;
  padding-bottom: 54.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Bx slider */
.bx-wrapper {
  position: relative;
}
.bx-wrapper ul {
  margin: 0;
  padding: 0;
  list-style:none;
}
.bx-viewport li {
  min-height: 1px; min-width: 1px;
}
/* Lazyload  */
.lazyload, .bg-lazyload {
  opacity: 0;
}
.lazyloaded, .bg-lazyloaded {
  opacity: 1;
  -webkit-transition: all 700ms;
     -moz-transition: all 700ms;
       -o-transition: all 700ms;
          transition: all 700ms;
}
/* Site */
section.standard {
  padding:3em 0;
}
section.sb-shortcut {
	padding:0;
}
.container-fluid {
    /*padding-left: 72px;
    padding-right: 72px;*/
}
#site-footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header.fancy {
  font-family: 'Baltasar';
  color:#D99312;
  text-transform:none !important;
  font-size:160% !important;
  font-weight:400 !important;
}
#site-footer .header {
  font-size:100%;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing: .05em;
  margin-bottom:.5em;
}
#site-footer a {
  color:#fff;
}
#section-footer-2 .col-1 a {
  color:#424242;
  margin-left:1em;
}
ul.ce-menu {
  list-style:none;
  margin:0;
  padding:0;
  line-height:1;
}
ul.ce-menu li {
  
}
ul.ce-menu li a {
  display:block;
  padding:.25em 0;
}

/*********************/
/* Zur Traube Styles */
/*********************/
.zurtraube .header.fancy {
  color:#4C3182;
}



/* Privacy */
h3.expand-click {
  cursor:pointer;
  text-decoration:underline;
}
h3.expand-click:hover {
  text-decoration:none;
}
.iub_container h1,
.iub_container h2,
.iub_container h3,
.iub_container h4,
.iub_container h5 {
  margin: 0 0 .2em 0;
}
.iub_container h1 {
	font-size:150%;
}
.iub_container h2 {
	font-size:140%;
}
.iub_container h3 {
	font-size:130%;
}
.iub_container h4 {
	font-size:120%;
}
.iub_container h5 {
	font-size:110%;
}

.one_line_col {
  padding-bottom:1.5em;
}
.iub_footer {
  padding-bottom:3em;
}
.expand-content {
  padding:1em;
  background-color:rgba(0,0,0,.05);
  margin-bottom:1.5em;
}
#wbars_all {
  font-size:80%;
}
