/* @import "bp-vars.less"; removed */
/* @import "../../bp-vars.less"; removed */
/* @import "assets/css/vars.less"; removed */
/* @import "compositions/bp/css/bp-vars.less"; removed */
/* @import "compositions/lp/css/lp-vars.less"; removed */
/* @import "mod-slider/css/mod-slider.less"; removed */
/* @import "../../mod-slider/css/mod-slider.less"; removed */
/* @import "mod-slider/css/lp/mod-slider.less"; removed */
/* @import "../../mod-slider/css/lp/mod-slider.less"; removed */
/* @import "mod-slider/css/bp/mod-slider.less"; removed */
/* @import "../../mod-slider/css/bp/mod-slider.less"; removed */
/* @import "assets/bp/css/bp-vars.less"; removed */
/* @import "../../assets/bp/css/bp-vars.less"; removed */
/* @import "compositions/mp/css/bp-vars.less"; removed */
/* @import "../../compositions/mp/css/bp-vars.less"; removed */
/* @import "../../../assets/css/vars.less"; removed */
/* @import "../../../../compositions/bp/css/bp-vars.less"; removed */
/* @import "../../../compositions/lp/css/lp-vars.less"; removed */
/* @import "../../../../compositions/lp/css/lp-vars.less"; removed */
/* @import "../../../compositions/bp/css/bp-vars.less"; removed */
/* @import "../../../assets/bp/css/bp-vars.less"; removed */
/* @import "../../../../compositions/mp/css/bp-vars.less"; removed */
.border-radius-reset {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-shadow-reset {
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
}
.box-shadow-default {
  box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
}
.caret-right {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.caret-down {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.gudea-regular {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gudea-bold {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.gudea-italic {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.garamond-regular {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
}
.garamond-bold {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
}
.garamond-italic {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: italic;
}
.gradiant-darkgray {
  background: #505050;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
  background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
  background: -o-linear-gradient(top,#505050 0%,#303030 100%);
  background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
  background: linear-gradient(to bottom,#505050 0%,#303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
}
.gradiant-lightgray {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.border-radius-reset {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-shadow-reset {
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
}
.box-shadow-default {
  box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
}
.caret-right {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.caret-down {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.gudea-regular {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gudea-bold {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.gudea-italic {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.garamond-regular {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
}
.garamond-bold {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
}
.garamond-italic {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: italic;
}
.gradiant-darkgray {
  background: #505050;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
  background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
  background: -o-linear-gradient(top,#505050 0%,#303030 100%);
  background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
  background: linear-gradient(to bottom,#505050 0%,#303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
}
.gradiant-lightgray {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.box-shadow-default-bp {
  box-shadow: 1px 1px 10px #ebebeb;
  -moz-box-shadow: 1px 1px 10px #ebebeb;
  -webkit-box-shadow: 1px 1px 10px #ebebeb;
}
.gradiant-red {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
}
.gradiant-lightestgray-revert {
  background: #f1f1f1;
  background: -moz-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 100%);
}
.button-style {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
}
.button-style:hover {
  text-decoration: underline;
}
.button-red {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
  color: #FFF !important;
  background-position: 0 0;
}
.button-red:hover {
  text-decoration: underline;
}
.button-red:hover,
.button-red:focus {
  background-position: 0 -30px;
}
.button-lightgrey {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
  color: #993333;
  background-position: 0 -60px;
}
.button-lightgrey:hover {
  text-decoration: underline;
}
.button-lightgrey:hover,
.button-lightgrey:focus {
  background-position: 0 -90px;
}
.hr-arrow-style {
  background-image: url('/templates/gfx/arrow-up-overlay.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 20px 0 0;
  padding-top: 10px;
}
.textinput-style {
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
}
.textinput-style:focus {
  border: 1px solid #666666;
}
.error input.text {
  border: 1px solid #993333 !important;
}
p.error {
  color: #993333;
}
.border-radius-reset {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-shadow-reset {
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
}
.box-shadow-default {
  box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
}
.caret-right {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.caret-down {
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.gudea-regular {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.gudea-bold {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.gudea-italic {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}
.garamond-regular {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
}
.garamond-bold {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: normal;
}
.garamond-italic {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: italic;
}
.gradiant-darkgray {
  background: #505050;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
  background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
  background: -o-linear-gradient(top,#505050 0%,#303030 100%);
  background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
  background: linear-gradient(to bottom,#505050 0%,#303030 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
}
.gradiant-lightgray {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
}
.gradiant-body-lp {
  background-repeat: no-repeat;
  background: #fdfdf9;
  background: -moz-linear-gradient(top,#fdfdf9 0%,#ffffea 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfdf9),color-stop(100%,#ffffea));
  background: -webkit-linear-gradient(top,#fdfdf9 0%,#ffffea 100%);
  background: -o-linear-gradient(top,#fdfdf9 0%,#ffffea 100%);
  background: -ms-linear-gradient(top,#fdfdf9 0%,#ffffea 100%);
  background: linear-gradient(to bottom,#fdfdf9 0%,#ffffea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdf9',endColorstr='#ffffea',GradientType=0);
}
.gradiant-gold {
  background: #ded1b6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZDFiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWI0ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ded1b6),color-stop(100%,#c9b488));
  background: -webkit-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -o-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -ms-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: linear-gradient(to bottom,#ded1b6 0%,#c9b488 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded1b6',endColorstr='#c9b488',GradientType=0);
}
.gradiant-red {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
}
.textinput-style {
  border: 1px solid #999999;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
}
.textinput-style:focus {
  border: 1px solid #666666;
}
.button-gold {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  color: #505050;
  background: #ded1b6;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZDFiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWI0ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ded1b6),color-stop(100%,#c9b488));
  background: -webkit-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -o-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: -ms-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
  background: linear-gradient(to bottom,#ded1b6 0%,#c9b488 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded1b6',endColorstr='#c9b488',GradientType=0);
}
.button-gold:hover {
  text-decoration: underline;
}
body {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#fffff5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#fffff5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#fffff5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#fffff5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#fffff5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#fffff5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fffff5',GradientType=0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.bp .teaser a {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
.bp .well a {
  color: #a3424d;
}
.bp .well a .before {
  background-image: url("/templates/gfx//bp/arrows-red.png");
}
.bp .well a.link-block:before,
.bp .well a.link-inline:before,
.bp .well p a.link-inline:before,
.bp .well p a.link-block:before,
.bp .well li a.link-inline:before,
.bp .well li a.link-block:before {
  color: #993333;
}
.bp .well a.link-download {
  background: url("/templates/gfx/ico-dl-red.png") no-repeat 2px -2px !important;
  font-weight: normal;
}
.bp .well a.link-external {
  background: url("/templates/gfx/ico-external-red.png") no-repeat 2px 0px !important;
  font-weight: normal;
}
.bp .well a.mail {
  background-image: url("/templates/gfx/ico-mail-red.png") !important;
}
.bp .well .mod-scroller .slide-up {
  background-color: #99333c;
}
.bp .well .mod-scroller .slide-down {
  background-color: #99333c;
}
.tx-felogin-pi1 a {
  color: #993333;
}
.mod-header .seperator-solid {
  border-color: #a3424d;
}
.mod-header .hr.seperator-solid {
  border-color: #a3424d;
}
input.btn-submit {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  border: none;
  background: transparent url('../../templates/gfx/bp/btnSprite.png') 0 0 no-repeat;
  color: #FFF !important;
  height: 25px;
  padding: 0 15px;
}
.ico-readout-red {
  background-image: url("../../../bundles/terrificcomposition/img/ico-read-red.png");
  width: 21px;
  height: 18px;
  margin-top: -2px;
}
.ico-mail-gold {
  background-image: url("/templates/gfx/ico-mail-red-small.png");
}
i.ico-download-gold {
  background-image: url("/templates/gfx/ico-dl-red.png");
}
.btn {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  color: #FFF !important;
}
.btn:hover {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
}
.bp .pages {
  margin: 0;
}
.bp .pages hr {
  margin-bottom: 18px;
}
.bp .pages div ul li a {
  background-image: url("/templates/gfx/bp/btnSprite.png");
  color: white;
  font-weight: normal;
}
.bp .pages .prev {
  background-image: url("/templates/gfx/bp/btnSprite-rl.png");
  color: white;
  font-weight: normal;
}
.bp .pages .next {
  background-image: url("/templates/gfx/bp/btnSprite.png");
  color: white;
  font-weight: normal;
}
div#map_canvas {
  text-align: left;
  vertical-align: middle;
  font-size: 100% !important;
}
div.gmaps-infobubble {
  padding: 15px;
}
div.gmaps-infobubble h3 {
  padding: 0 0 0 0 !important;
  margin: 20px 0 10px 0 !important;
  font-size: 18px !important;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
div.gmaps-infobubble p {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 15px !important;
  color: #000000;
}
div.gmaps-infobubble img.gmaps-image {
  border: none;
}
div.gmaps-infobubble p.coypright {
  font-size: 12px !important;
  margin-bottom: 0px !important;
}
div.gmaps-infobubble div.gmaps-links {
  padding: 15px 0 20px 0;
  padding: 0.5em 0 1.0em 0;
}
div.gmaps-infobubble div.gmaps-links a {
  padding: 0 10px 0 0;
}
div.gmaps-infobubble div.gmaps-links a:before {
  border-color: transparent -moz-use-text-color;
  border-left: 5px solid;
  border-right: 0 none;
  border-style: solid none solid solid;
  border-width: 4px 0 4px 5px;
  content: "";
  display: inline-block;
  margin: 6px 4px 0 0;
}
.mod-devtoolbar {
  position: relative;
  height: 40px;
}
.mod-devtoolbar.no-height {
  height: auto;
}
.mod-devtoolbar .toggler {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  padding: 5px;
  cursor: pointer;
}
.mod-devtoolbar .navbar-fixed-top {
  margin-bottom: 0px;
}
.mod-devtoolbar a:hover {
  text-decoration: none !important;
}
.mod-devtoolbar .navbar .nav > li > span {
  display: block;
  float: none;
  padding: 10px 15px 10px;
}
.mod-devtoolbar .dropdown-menu.twoCols {
  width: 400px;
}
.mod-devtoolbar .dropdown-menu.twoCols li {
  float: left;
  width: 200px;
}
.mod-devtoolbar .dropdown-menu.twoCols li:nth-child(2n-1) {
  width: 199px;
  border-right: 1px solid #E6E6E6;
}
.popover {
  z-index: 9999;
}
.mod-skipnavi a#top {
  display: block !important;
  width: 0;
  height: 0;
}
.mod-skipnavi > ul {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.mod-skipnavi > ul li {
  display: inline;
}
.mod-skipnavi > ul li a {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-weight: 700;
}
.mod-skipnavi > ul li a:focus,
.mod-skipnavi > ul li a:active {
  position: static;
  top: 0;
  left: 0;
  padding: 5px;
}
.mod-top-menu .nav {
  margin-bottom: 0px;
  margin-top: 0px;
}
.mod-top-menu .nav .dropdown-toggle .caret {
  vertical-align: 3px;
  margin-top: 4px;
}
.mod-top-menu .nav-pills > li > h2 {
  font-size: 14px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mod-top-menu .nav-pills > li > h2 > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 2px 0px 0px;
  padding: 4px 8px;
}
.mod-top-menu .nav-pills > li > a {
  padding-right: 0;
  padding-left: 15px;
}
.mod-top-menu .nav-pills > li > a:hover,
.mod-top-menu .nav-pills > li > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: transparent !important;
}
@media print {
  .mod-top-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mod-top-menu {
    display: none;
  }
}
.mod-top-menu {
  position: relative;
}
.mod-top-menu .nav-pills > li:last-child a {
  padding-right: 0px;
  margin-right: 0px;
}
.mod-top-menu .flags {
  display: none;
}
.mod-top-menu .dropdown {
  display: none;
}
@media screen {
  .modlogoandclaim {
    margin-top: 0px;
  }
  .modlogoandclaim a {
    height: 70px;
    text-decoration: none;
  }
  .modlogoandclaim a > span {
    text-align: left;
    width: 260px;
    float: left;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    color: #666666;
    font-style: italic;
  }
  .modlogoandclaim a > span > span {
    color: #000;
    font-style: normal;
    display: block;
    margin-bottom: 6px;
  }
  .modlogoandclaim a > div {
    width: 70px;
    margin-right: 20px;
  }
  .modlogoandclaim a img {
    height: 46px;
    margin: 0px 20px 8px 0px;
    background-image: ;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
  }
}
@media (max-width: 568px) {
  .modlogoandclaim a > span {
    width: auto;
  }
}
.mod-global-search form {
  height: 24px;
  margin-top: 10px;
}
.mod-global-search fieldset {
  position: relative;
  height: 30px;
  background: #FFF;
}
.mod-global-search fieldset label {
  margin: 0;
  padding: 0;
}
.mod-global-search fieldset label span {
  display: none !important;
}
.ie7 .mod-global-search fieldset,
.ie8 .mod-global-search fieldset {
  border: 1px solid #e5e5e5 !important;
}
.mod-global-search fieldset #gsearchInput {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: block;
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  border: 0px;
  background: transparent !important;
  height: 30px;
  min-height: auto;
  max-height: none;
  padding: 4px 30px 4px 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(157,150,147,0.3) inset;
  -moz-box-shadow: 1px 1px 5px rgba(157,150,147,0.3) inset;
  box-shadow: 1px 1px 5px rgba(157,150,147,0.3) inset;
  border: 1px solid #f2f2f2;
  color: #999999;
}
.mod-global-search fieldset #gsearchInput:focus,
.mod-global-search fieldset #gsearchInput:active {
  border-color: #999999;
  outline: 0;
  color: #000;
}
.ie7 .mod-global-search fieldset #gsearchInput,
.ie8 .mod-global-search fieldset #gsearchInput {
  border: none !important;
  line-height: 24px;
  height: 24px;
  width: 180px;
  padding-right: 0;
}
.mod-global-search fieldset #gsearchSubmit {
  position: absolute;
  top: 1px;
  right: 0;
  display: inpine-block;
  border: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
  margin-right: 3px;
  height: 24px;
  opacity: 0.8;
  cursor: pointer;
}
.mod-global-search fieldset #gsearchSubmit:hover,
.mod-global-search fieldset #gsearchSubmit:focus {
  opacity: 1;
}
.mod-global-search fieldset ::-webkit-input-placeholder {
  color: #666666;
}
.mod-global-search fieldset :-moz-placeholder {
  color: #666666;
}
@media (max-width: 767px) {
  .mod-global-search {
    display: none;
  }
}
.mod-global-search #gsearchSubmit {
  background-image: url("/templates/gfx/icon-search-custom-bp.png");
}
@media screen {
  .mod-main-menu {
    position: relative;
  }
  .mod-main-menu .hidden {
    display: none;
  }
  .mod-main-menu .teaser-box a.link-block {
    margin-top: 8px;
    display: block;
  }
  .mod-main-menu .teaser-box a.link-block:before {
    content: '';
    margin: 6px 4px 0 0;
    border-left: 5px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
  }
  .mod-main-menu .teaser-box a.link-inline {
    margin-left: 10px;
  }
  .mod-main-menu .teaser-box a.link-inline:before {
    content: '';
    margin: 6px 4px 0 0;
    border-left: 5px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
  }
  .mod-main-menu li.hover .flyout {
    display: block !important;
  }
  .mod-main-menu .flyout {
    width: 940px;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 100;
  }
  .mod-main-menu .nav-flyout .wrap-flyout {
    background-color: #fff;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    height: auto;
    position: absolute;
  }
  .mod-main-menu .nav-flyout .wrap-flyout .wrap-mod {
    margin: 0;
  }
}
@media (max-width: 767px) {
  li.hover .flyout {
    display: block;
    z-index: 100;
  }
  li.hover .flyout .span6 {
    width: auto;
    margin: 0;
  }
  .mod-main-menu-mobi .mod-global-search {
    display: block;
  }
  .mod-main-menu-mobi .mod-global-search fieldset #gsearchSubmit {
    top: 0;
    display: inline-block;
    width: 30px;
  }
  .m- .mod-main-menu-mobi .mod-global-search form {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
}
@media screen {
  .mod-main-menu-mobi {
    display: none;
  }
  .mod-main-menu {
    position: relative;
  }
  .mod-main-menu .navbar {
    margin-top: 38px;
  }
  .mod-main-menu .navbar .navbar-inner {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    border: 0px;
    border-radius: 0px;
    background: #e6e6e4;
    height: 38px;
    padding: 0px;
    min-height: 0px;
    z-index: 101;
  }
  .mod-main-menu .navbar .nav {
    position: relative;
    margin-right: 0px;
  }
  .mod-main-menu .navbar .nav > li > h2 {
    font-size: 17px;
    margin: 0;
  }
  .mod-main-menu .navbar .nav > li > h2 > a {
    font-size: 17px;
    color: #505050;
    text-transform: uppercase;
    float: none;
    line-height: 38px;
    padding: 0 35px;
    height: 38px;
    display: block;
    text-decoration: none;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
  }
  .mod-main-menu .navbar .nav > li > h2 > a:hover,
  .mod-main-menu .navbar .nav > li > h2 > a:focus {
    text-decoration: underline;
  }
  .mod-main-menu .navbar .nav > li.active > h2 > a,
  .mod-main-menu .navbar .nav > li.hover > h2 > a,
  .mod-main-menu .navbar .nav > li > h2 > a:hover,
  .mod-main-menu .navbar .nav > li > h2 > a:focus {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    text-shadow: 0 0px 0px rgba(0,0,0,0);
    color: #FFF;
  }
  .mod-main-menu .navbar .sec2 {
    width: 250px;
  }
  .mod-main-menu .navbar .sec2 > li > h2 {
    font-size: 19px;
    margin: 0;
  }
  .mod-main-menu .navbar .sec2 > li > h2 > a {
    background: #505050;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
    background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
    background: -o-linear-gradient(top,#505050 0%,#303030 100%);
    background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
    background: linear-gradient(to bottom,#505050 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
    width: 240px;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    font-size: 19px;
    color: #f4f5d3 !important;
    padding: 0 0 0 20px;
    text-decoration: none;
    text-shadow: 0 0 0px 0px rgba(0,0,0,0);
    text-transform: none;
    line-height: 36px;
  }
  .mod-main-menu .navbar .sec2 > li > h2 > a i {
    background: url('/templates/gfx/ico-lion-navi.png') no-repeat;
    width: 35px;
    height: 11px;
    display: inline-block;
  }
  .mod-main-menu .navbar .sec2 > li > h2 > a:hover {
    background: #ded1b6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZDFiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWI0ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ded1b6),color-stop(100%,#c9b488));
    background: -webkit-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
    background: -o-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
    background: -ms-linear-gradient(top,#ded1b6 0%,#c9b488 100%);
    background: linear-gradient(to bottom,#ded1b6 0%,#c9b488 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ded1b6',endColorstr='#c9b488',GradientType=0);
    color: #000 !important;
    font-style: normal;
    text-decoration: underline;
  }
  .mod-main-menu .navbar .sec2 > li > h2 > a:hover i {
    background-position: 0 -15px;
  }
  .mod-main-menu .navbar .sec2 > li > h2 > a:after {
    background: #505050;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
    background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
    background: -o-linear-gradient(top,#505050 0%,#303030 100%);
    background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
    background: linear-gradient(to bottom,#505050 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
    content: '';
    background-image: url('/templates/gfx/menu-arrow-light-left-bp.png');
    height: 38px;
    width: 10px;
    background-color: transparent !important;
    padding: 0px;
    display: block;
    float: right;
  }
  .mod-main-menu .nav-flyout {
    position: absolute;
    top: 38px;
    left: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    background: #fff;
    width: 940px;
  }
  .mod-main-menu .nav-flyout .span3 .nav-item {
    margin-bottom: 25px;
  }
  .mod-main-menu .nav-flyout .span3 .last {
    margin-bottom: 0px;
  }
  .mod-main-menu .nav-flyout .container {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  }
  .mod-main-menu .nav-flyout .wrap-flyout {
    padding: 30px 20px 60px;
    position: relative;
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    overflow: visible;
    width: auto;
  }
  .mod-main-menu .nav-flyout .wrap-flyout .navCloseTrigger {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    color: #fff;
    position: absolute;
    bottom: -40px;
    right: -20px;
    padding: 0 20px 0 0;
    height: 25px;
    line-height: 25px;
  }
  .mod-main-menu .nav-flyout .wrap-flyout .navCloseTrigger:before {
    display: inline-block;
    float: left;
    content: '';
    height: 25px;
    width: 6px;
    background-image: url("/templates/gfx/btn-arrow.png");
    margin: 0;
  }
  .mod-main-menu .nav-flyout .wrap-flyout .navCloseTrigger i {
    background: url("/templates/gfx/btn-close-white.png") no-repeat 15px 2px;
    width: 35px;
    height: 20px;
  }
  .mod-main-menu .nav-flyout .wrap-flyout .navCloseTrigger .dashed {
    border-right: 1px dashed #666666;
  }
  .mod-main-menu .nav-flyout .wrap-mod {
    position: relative;
    height: 100%;
  }
  .mod-main-menu .nav-flyout .teaser-box {
    border-left: 1px dashed #666666;
    padding-left: 20px;
    height: 100% !important;
    vertical-align: top;
  }
  .mod-main-menu .nav-flyout .teaser-box .pointed-brand {
    margin-bottom: 0px;
  }
  .mod-main-menu .nav-flyout .teaser-box .img {
    margin: 13px 0 18px;
  }
  .mod-main-menu .nav-flyout .teaser-box a {
    color: #a3424d;
  }
  .mod-main-menu .nav-flyout .teaser-box .teaser {
    line-height: 20px;
    margin-top: 5px;
  }
  .mod-main-menu .nav-flyout h3 {
    font-size: 17px;
    margin-bottom: 4px;
    margin-top: 0;
    color: #000;
  }
  .mod-main-menu .nav-flyout h3 a {
    color: #000;
  }
  .mod-main-menu .nav-flyout ul {
    margin-bottom: 0px;
  }
  .mod-main-menu .nav-flyout ul li a:before {
    height: 5px;
    width: 3px;
    border-left: 4px solid #000;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin: 8px 5px 0 0;
    background-image: none;
  }
  .mod-main-menu .tooltip-flyout {
    background: transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  }
  .mod-main-menu .tooltip-flyout .wrap-flyout {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  }
  .mod-main-menu .tooltip-flyout .arrow-top {
    position: relative;
    top: 0;
    z-index: 10;
    height: 20px;
    width: 31px;
    background: url("/templates/gfx/arrow-top-sandy.png") no-repeat;
  }
  .mod-main-menu .tooltip-flyout .container {
    position: relative;
    z-index: 9;
    padding: 15px 30px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    background: #ffffea;
  }
  .ie7 .mod-main-menu .tooltip-flyout .container,
  .ie8 .mod-main-menu .tooltip-flyout .container {
    border: 1px solid #dddcd8;
    position: relative;
    top: -1px;
  }
  .mod-main-menu .tooltip-flyout .container .wrap-flyout {
    background: transparent;
    position: relative;
    padding: 0;
    overflow: visible;
  }
  .mod-main-menu .tooltip-flyout .container .wrap-mod {
    margin: 0;
    width: 700px;
  }
  .mod-main-menu .tooltip-flyout .container h3 {
    color: #505050;
    font-size: 20px;
    font-style: italic;
    margin: 0 0 5px;
  }
  .mod-main-menu .tooltip-flyout .container p {
    color: ;
    font-size: 16px;
    margin: 0;
  }
  .mod-main-menu .tooltip-flyout .container a.navCloseTrigger {
    background: transparent;
    color: #505050;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .mod-main-menu .tooltip-flyout .container a.navCloseTrigger::before {
    display: none;
  }
  .mod-main-menu .tooltip-flyout .container a.navCloseTrigger i {
    background: url("/templates/gfx/btn-close-black.png") no-repeat;
    width: 20px;
    height: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .mod-main-menu {
    display: none;
  }
  .mod-main-menu-mobi {
    display: block;
  }
  .mod-main-menu-mobi .navbar {
    margin-top: 16px;
    position: relative;
    z-index: 10;
  }
  .mod-main-menu-mobi .navbar .navbar-inner {
    margin-left: 0px;
    border-radius: 0px;
    background: #e6e6e4;
    background-repeat: repeat-x;
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    min-height: 0px;
    height: 38px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
  }
  .mod-main-menu-mobi .navbar .nav {
    margin-right: 0px;
  }
  .mod-main-menu-mobi .navbar .nav > li:after {
    background: #505050;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwNTA1MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMDMwMzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#505050 0%,#303030 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#505050),color-stop(100%,#303030));
    background: -webkit-linear-gradient(top,#505050 0%,#303030 100%);
    background: -o-linear-gradient(top,#505050 0%,#303030 100%);
    background: -ms-linear-gradient(top,#505050 0%,#303030 100%);
    background: linear-gradient(to bottom,#505050 0%,#303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#505050',endColorstr='#303030',GradientType=0);
    content: '';
    background-image: url("/templates/gfx/menu-arrow-light-left-bp.png");
    height: 38px;
    width: 10px;
    background-color: transparent !important;
    padding: 0px;
    display: block;
    float: right;
    margin-top: -38px;
  }
  .mod-main-menu-mobi .navbar .nav > li > a {
    width: 250px;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #505050;
    text-transform: uppercase;
    float: none;
    line-height: 20px;
    padding: 9px 20px 9px 20px;
    text-decoration: none;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
    text-rendering: optimizelegibility;
  }
  .mod-main-menu-mobi .navbar .nav > li.hover > a {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    text-shadow: 0 0px 0px rgba(0,0,0,0);
    color: #FFF;
  }
  .mod-main-menu-mobi .navbar .nav > li.hover > a .caret {
    border-top: 7px solid #FFF;
  }
  .mod-main-menu-mobi .navbar .nav > li .caret {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #666666;
    content: "";
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
    margin: 7px 0 0 10px;
    float: none;
  }
  .mod-main-menu-mobi .navbar .nav > .active > a,
  .mod-main-menu-mobi .navbar .nav > .active > a:hover,
  .mod-main-menu-mobi .navbar .nav > .active > a:focus {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    text-shadow: 0 0px 0px rgba(0,0,0,0);
    color: #FFF;
  }
  .mod-main-menu-mobi .nav-flyout {
    margin: 0px;
  }
  .mod-main-menu-mobi .flyout {
    top: 38px;
    z-index: 9;
    width: 290px;
  }
  .mod-main-menu-mobi .flyout li {
    margin: 0px;
  }
  .mod-main-menu-mobi .flyout .wrap-mod {
    margin: 0 0 20px;
  }
  .mod-main-menu-mobi .flyout .last {
    margin-right: 0px;
  }
  .mod-main-menu-mobi .flyout .wrap-flyout {
    padding: 0px 20px;
    padding-top: 8px;
    padding-bottom: 24px;
    position: relative;
  }
  .mod-main-menu-mobi .flyout .wrap-flyout .navCloseTrigger {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 0 20px 0 0;
    height: 25px;
    line-height: 25px;
  }
  .mod-main-menu-mobi .flyout .wrap-flyout .navCloseTrigger:before {
    display: inline-block;
    float: left;
    content: '';
    height: 25px;
    width: 6px;
    background-image: url("/templates/gfx/btn-arrow.png");
    margin: 0;
  }
  .mod-main-menu-mobi .flyout .wrap-flyout .navCloseTrigger i {
    background: url("/templates/gfx/btn-close-white.png") no-repeat 15px 2px;
    width: 35px;
    height: 20px;
  }
  .mod-main-menu-mobi .flyout h3 > a {
    font-size: 20px !important;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #000 !important;
  }
  .mod-main-menu-mobi .flyout ul {
    margin-bottom: 0px;
  }
  .mod-main-menu-mobi .flyout ul li {
    display: none;
    margin-left: 8px;
    margin-bottom: 20px;
  }
  .mod-main-menu-mobi .flyout ul li a {
    font-size: 17px;
    background: transparent !important;
    display: block;
    width: 100%;
  }
  .mod-main-menu-mobi .flyout ul li:first-child {
    margin-bottom: 20px;
    display: block;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout .wrap-flyout {
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #FFFFFF;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout .wrap-mod {
    margin: 0;
  }
  #mapnavmain .mod-main-menu-mobi .flyout ul li {
    display: block;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout {
    width: auto;
    top: initial;
    position: relative;
  }
  .mod-main-menu-mobi ul li > h3 {
    margin-bottom: -5px;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout .wrap-flyout h3 {
    font-weight: normal;
    font-size: 13px;
    color: #666666;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout .wrap-flyout .navCloseTrigger {
    display: none;
  }
  .mod-main-menu-mobi .tooltip-flyout.flyout .wrap-flyout p {
    display: none;
  }
  .mod-main-menu-mobi .flyout ul li.login h3 a,
  .mod-main-menu-mobi .flyout ul li.register h3 a,
  .mod-main-menu-mobi .flyout ul li.logout h3 a,
  .mod-main-menu-mobi .flyout ul li.profile h3 a {
    font-size: 17px !important;
    text-transform: none;
    color: #666 !important;
    display: block;
    width: 100%;
  }
}
.mod-breadcrumb ul {
  height: 18px;
  margin-bottom: 12px;
  margin-top: 7px;
}
.mod-breadcrumb ul > li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  font-style: italic;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #6e6e6e;
  font-size: 13px;
}
.mod-breadcrumb ul > li a,
.mod-breadcrumb ul > li a:hover {
  color: #6e6e6e;
  font-size: 13px;
  font-style: normal;
}
.mod-breadcrumb ul > li:first-child {
  font-style: normal;
}
.mod-breadcrumb ul > li:before {
  content: '»';
}
.mod-breadcrumb ul > li:first-child:before {
  content: '';
}
@media (max-width: 568px) {
  .mod-breadcrumb {
    display: none;
  }
}
.bp .mod-breadcrumb ul > li {
  color: #515151;
}
.bp .mod-breadcrumb ul > li a,
.bp .mod-breadcrumb ul > li a:hover {
  color: #515151;
}
.bp .mod-breadcrumb ul > li:first-child {
  color: #6e6e6e;
}
@media screen {
  .mod-header-small .well {
    height: 170px;
    margin-bottom: 20px;
    border: 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
    overflow: hidden;
  }
  .mod-header-small .well h2 {
    position: relative;
    margin: 25px 0 0 30px;
    width: 30%;
    color: #FFF;
    font-size: 33px;
    line-height: 39px;
  }
  .mod-header-small .well h2.layout-10 {
    font-size: 30px;
    line-height: 35px;
  }
  .mod-header-small .well h2.layout-20 {
    font-size: 27px;
    line-height: 32px;
  }
  .mod-header-small .well .img-big {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
@media (max-width: 568px) {
  .mod-header-small .well {
    height: auto;
    padding: 0 0 23px 0;
  }
  .mod-header-small .well h2 {
    width: auto;
    font-size: 24px;
    line-height: 26px;
  }
  .mod-header-small .well .img-big {
    display: none;
  }
}
@media screen {
  .mod-startTeaser .well {
    padding: 0px;
    border: 0px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 0px 17px 15px;
    overflow: hidden;
  }
  .mod-startTeaser .well .span3 {
    position: relative;
    margin: 0;
    text-align: center;
    min-height: 190px;
    width: 200px;
  }
  .mod-startTeaser .well .span3 blockquote {
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
    padding: 10px 0 0;
    color: #000;
  }
  .mod-startTeaser .well .span3 .mod-footer {
    margin: 0;
    padding: 0;
    left: 0px;
    width: 200px;
  }
  .mod-startTeaser .well .span3 .mod-footer .ico-pencil {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 14px;
    margin: 0px 0px 5px -10px;
    background: transparent url("/templates/gfx/ico-pencil.png") no-repeat;
  }
  .mod-startTeaser .well .img-big {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 568px) {
  .mod-startTeaser .well {
    padding: 13px 15px 17px 15px;
  }
  .mod-startTeaser .well .span3 {
    width: auto;
  }
  .mod-startTeaser .well .span3 blockquote {
    font-size: 20px;
    line-height: 22px;
    padding: 85px 0px 0 0px;
  }
  .mod-startTeaser .well .span3 .mod-footer {
    margin: 0 -15px -10px -15px;
    width: auto;
  }
  .mod-startTeaser .well .span3 .mod-footer .ico-pencil {
    left: 50%;
  }
  .mod-startTeaser .well .img-big {
    top: 0;
  }
}
@media screen {
  .mod-calendarTeaser {
    position: relative;
    line-height: 24px;
  }
  .mod-calendarTeaser .well .mod-header {
    left: 0;
    left: 2px \9;
    right: 0;
    top: 0;
    top: 2px \9;
    position: absolute;
    background-color: #FFF;
    padding: 13px 15px 0;
    padding: 13px 13px 0 15px \9;
    text-align: center;
  }
  .mod-calendarTeaser .well .mod-header .ico-clock {
    background-image: url("/templates/gfx/icon-clock-big.png");
  }
  .mod-calendarTeaser .well .mod-header h2 {
    display: inline-block;
    *margin-top: 0;
  }
  .mod-calendarTeaser .well .mod-body {
    display: block;
    overflow: hidden;
    padding: 45px 0 50px 0;
  }
  .mod-calendarTeaser .well .mod-body .teaser {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-style: italic;
    line-height: 74px;
    height: 74px;
    text-align: center;
    color: #000;
  }
  .mod-calendarTeaser .well .mod-body p {
    line-height: 18px;
  }
  .mod-calendarTeaser .well .mod-body p.pointed-brand-single {
    margin-bottom: 3px;
  }
  .mod-calendarTeaser .well .mod-footer {
    height: 21px;
    line-height: 21px;
  }
  .mod-calendarTeaser .well .mod-footer a.link-block {
    margin-top: 0;
  }
}
.mod-twitterfeed {
  position: relative;
}
.mod-twitterfeed .well .mod-header {
  left: 0;
  left: 2px \9;
  right: 0;
  top: 0;
  top: 2px \9;
  position: absolute;
  background-color: #FFF;
  padding: 13px 15px 0;
  padding: 13px 13px 0 15px \9;
}
.mod-twitterfeed .well .mod-header h2 {
  *margin-top: 0;
}
.mod-twitterfeed .well .mod-body#twitterBox {
  padding: 61px 0 32px;
}
.mod-twitterfeed .well .mod-body#twitterBox .loading {
  margin-top: 17px;
}
.mod-twitterfeed .well .mod-body#twitterBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-twitterfeed .well .mod-body#twitterBox ul .tweet {
  margin-top: 17px;
}
.mod-twitterfeed .well .mod-body#twitterBox ul .tweet .tweet-footer {
  border-bottom: 1px dashed #999999;
  padding: 10px 0 15px;
}
.mod-twitterfeed .well .mod-body#twitterBox ul .tweet-last .tweet-footer {
  border: 0;
}
.mod-twitterfeed .well .mod-footer {
  height: 21px;
  line-height: 21px;
}
.mod-twitterfeed .well .mod-footer a.link-block {
  margin-top: 0;
}
@media screen {
  .mod-quotation {
    position: relative;
    text-align: center;
    line-height: 24px;
  }
  .mod-quotation .well {
    margin-bottom: 20px;
  }
  .mod-quotation .well .mod-header .ico-quotation {
    background-image: url("/templates/gfx/quotation-priv.png");
    top: -4px;
    *top: -5px;
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-1 {
    background-image: url("/templates/gfx/ico-fb.png");
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-2 {
    background-image: url("/templates/gfx/ico-twitter.png");
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-3 {
    background-image: url("/templates/gfx/ico-fact-grey.png");
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-4 {
    background-image: url("/templates/gfx/ico-tv-grey.png");
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-5 {
    background-image: url("/templates/gfx/icon-clock-big.png");
  }
  .mod-quotation .well .mod-header .ico-quotation.extra-feel-free-6 {
    background-image: url("/templates/gfx/ico-number-grey.png");
  }
  .mod-quotation .well .mod-header h2 {
    *margin: 0 auto 5px auto;
  }
  .mod-quotation .well .mod-body {
    font-style: italic;
  }
  .mod-quotation .well .mod-body blockquote {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
  }
  .mod-quotation .well .mod-footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 1px;
    padding-bottom: 12px;
    padding-top: 5px;
  }
  .mod-quotation .well .mod-footer p {
    text-transform: none;
    font-size: 14px;
  }
  .mod-quotation .well .center {
    display: inline;
  }
  .mod-slider.quotation-slider {
    margin: 0;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple.withimage {
    background-repeat: no-repeat;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple.withimage div.well {
    background: transparent;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple.withimage div.well .mod-header {
    background: transparent;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple.withimage div.well .mod-header > i[class*="ico-"] {
    background-color: transparent;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple.withimage div.well .mod-header hr.seperator-dashed {
    background: url("/templates/gfx/dashed-hole.png") no-repeat;
    border: none;
    height: 1px;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple div.well {
    border-bottom: 0px;
    padding-bottom: 16px;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation.mod-quotation-multiple div.well .mod-footer {
    bottom: 45px;
    background: transparent;
  }
  .mod-slider.quotation-slider {
    box-shadow: none;
  }
  .mod-slider.quotation-slider .flexslider {
    background: transparent;
  }
  .mod-slider.quotation-slider .flexslider ol.flex-control-nav.flex-control-paging {
    display: none;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-prev {
    left: 15px;
    background: transparent no-repeat scroll 100% center;
    padding: 0px 13px 0px 8px;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-next {
    right: 15px;
    background: transparent no-repeat scroll 0% center;
    padding: 0px 8px 0px 13px;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a {
    position: absolute;
    bottom: 5px;
    top: inherit;
    color: #FFF;
    line-height: 22px;
    text-indent: 0;
    height: 22px;
    padding: 0;
    text-align: center;
    width: auto;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav {
    bottom: 32px;
    top: inherit;
    position: absolute;
    left: 0px;
    right: 0px;
    display: block;
    height: 22px;
    margin: 0px;
    list-style: outside none none;
    clear: both;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-prev {
    background-image: url("/templates/gfx/lp/btnSprite-rl.png");
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-next {
    background-image: url("/templates/gfx/lp/btnSprite.png");
  }
}
@media (max-width: 1000px) {
  .mod-slider.quotation-slider {
    background-color: #f2f2f2;
    margin-bottom: 20px;
  }
  .mod-slider.quotation-slider .flexslider {
    width: 220px;
    margin: 0 auto;
  }
  .mod-slider.quotation-slider .flexslider .mod-quotation-multiple {
    margin-bottom: 0;
  }
  .mod-slider.quotation-slider .flexslider ul.flex-direction-nav {
    bottom: 10px;
  }
}
.bp .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-prev {
  background-image: url('../../templates/gfx/bp/btnSprite-rl.png');
}
.bp .mod-slider.quotation-slider .flexslider ul.flex-direction-nav a.flex-next {
  background-image: url('../../templates/gfx/bp/btnSprite.png');
}
@media screen {
  .mod-fakebookBox {
    position: relative;
    line-height: 24px;
  }
  .mod-fakebookBox .well {
    overflow: hidden;
  }
  .mod-fakebookBox .well .mod-header .ico-fb {
    background-image: url("/templates/gfx/ico-fb.png");
    top: -4px;
    *top: -5px;
  }
  .mod-fakebookBox .well .mod-header p {
    *margin: 0 auto 5px auto;
  }
  .mod-fakebookBox .well .mod-body {
    display: block;
  }
  .mod-fakebookBox .well .mod-body .fb-like-box {
    width: 100%;
    height: 369px;
    display: block;
  }
  .mod-fakebookBox .well .mod-body .img-small {
    cursor: pointer;
    margin: 0 auto;
    display: block;
  }
  .mod-fakebookBox .well .mod-body iframe {
    width: 192px;
  }
  .mod-fakebookBox .well .mod-body hr {
    margin-top: 0px;
  }
}
@media (max-width: 568px) {
  .mod-fakebookBox .mod-body {
    margin-top: 10px;
  }
  .mod-fakebookBox .mod-body iframe {
    width: 262px;
  }
  .mod-fakebookBox .mod-body .img-small {
    margin: 0 45px;
  }
}
@media screen {
  .mod-articlelist {
    position: relative;
    word-wrap: break-word;
  }
  .mod-articlelist .well {
    margin-bottom: 20px;
  }
  .mod-articlelist .well .mod-header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    background: #FFF;
  }
  .mod-articlelist .well .mod-header h2.teaser {
    font-style: italic;
    font-weight: 300;
    letter-spacing: -0.9px;
    color: #999999;
    margin: 13px auto 7px;
    line-height: 20px;
    *margin-top: 11px;
  }
  .mod-articlelist .well .mod-header hr {
    *margin-top: -4px !important;
  }
  .mod-articlelist .well .mod-body {
    padding-top: 50px;
    padding-right: 0px;
    font-size: 20px;
  }
  .mod-articlelist .well .mod-body .teaser {
    margin: 4px 0 2px;
  }
  .mod-articlelist .well .mod-body .pointed-brand-single {
    margin: 6px 0 0;
    width: 100%;
  }
  .mod-articlelist .well .mod-body a {
    color: #505050;
    font-weight: normal;
  }
  .mod-articlelist .well .mod-footer {
    height: 21px;
    line-height: 21px;
  }
  .mod-articlelist .well .mod-footer a.link-block {
    margin-top: 0;
  }
}
@media (max-width: 568px) {
  .mod-articlelist .mod-body {
    height: auto;
  }
}
.mod-articlelist {
  background: none;
  display: block;
  clear: both;
  word-wrap: break-word;
}
.mod-articlelist .mod-body.teaser-img {
  margin-top: -0.4375em;
  margin-left: 0;
  width: auto;
  float: none;
}
.mod-articlelist .mod-body.teaser-img .mod-articlelist-image {
  float: left;
  padding: 0 1.375em 1em 0;
  margin-top: 0.4375em;
}
.mod-articlelist .mod-body.teaser-img .mod-articlelist-image figure {
  margin: 0;
}
.mod-articlelist .mod-body.teaser-img .mod-articlelist-image figure img {
  display: block;
}
.mod-articlelist .mod-body.teaser-img .mod-articlelist-text h3 {
  margin: 0;
  padding: 0;
  margin: 0 0 0.625em;
}
.mod-articlelist .mod-body.teaser-img .mod-articlelist-text p {
  color: #373737;
  display: block;
  font-family: 'gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8125em;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3077em;
}
#mapmarginal.span3 .mod-articlelist {
  float: none;
}
.gm-style-iw .mod-articlelist .mod-body a {
  color: #a3424d;
}
.gm-style-iw .mod-articlelist .mod-body a .before {
  background-image: url("/templates/gfx//bp/arrows-red.png");
}
.gm-style-iw .mod-articlelist .mod-body a.link-block:before,
.gm-style-iw .mod-articlelist .mod-body a.link-inline:before,
.gm-style-iw .mod-articlelist .mod-body p a.link-inline:before,
.gm-style-iw .mod-articlelist .mod-body p a.link-block:before,
.gm-style-iw .mod-articlelist .mod-body li a.link-inline:before,
.gm-style-iw .mod-articlelist .mod-body li a.link-block:before {
  color: #993333;
}
.gm-style-iw .mod-articlelist .mod-body a.link-download {
  background: url("/templates/gfx/ico-dl-red.png") no-repeat 2px -2px !important;
  font-weight: normal;
  padding-left: 25px;
}
.gm-style-iw .mod-articlelist .mod-body a.link-external {
  background: url("/templates/gfx/ico-external-red.png") no-repeat 2px 0px !important;
  font-weight: normal;
  padding-left: 25px;
}
.mod-podcastteaser .well {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mod-podcastteaser .well .mod-header {
  margin: 0px 15px 10px;
  padding: 0px;
}
.mod-podcastteaser .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-podcastteaser .well .mod-header hr {
  margin-top: 10px;
}
.mod-podcastteaser .well .mod-header *hr {
  margin-top: 0;
}
.mod-podcastteaser .well .mod-header *i {
  margin-top: 1px;
  vertical-align: middle;
}
.mod-podcastteaser .well .mod-header li {
  line-height: 14px;
}
.mod-podcastteaser .well .mod-body > a {
  padding-right: 15px;
  padding-left: 15px;
}
.mod-podcastteaser .well .mod-body ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.mod-podcastteaser .well .mod-body ul li > a {
  position: relative;
}
.mod-podcastteaser .well .mod-body ul li > a > img {
  height: auto;
  margin: 0px 0 0px;
  width: 100%;
}
.mod-podcastteaser .well .mod-body ul li > a > img.btn-play {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  left: 50%;
  top: 50%;
}
.mod-podcastteaser .well .mod-body ul li.first > h3 > a {
  color: #000;
  font-weight: normal;
}
.mod-podcastteaser .well .mod-body ul li.first h3,
.mod-podcastteaser .well .mod-body ul li.first p {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-podcastteaser .well .mod-body ul li.first p > a {
  *line-height: 1;
}
.mod-podcastteaser .well .mod-body ul li .seperator-dashed {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 6px;
  *margin-top: -1px;
}
.mod-podcastteaser .well .mod-body ul li.even img,
.mod-podcastteaser .well .mod-body ul li.odd img {
  width: 90px;
  height: auto;
  top: 0px;
}
.mod-podcastteaser .well .mod-body ul li.even img.btn-play,
.mod-podcastteaser .well .mod-body ul li.odd img.btn-play {
  width: 20px;
  height: 20px;
  top: 0px;
}
.mod-podcastteaser .well .mod-body ul li.even {
  padding-left: 15px;
  float: left;
}
.mod-podcastteaser .well .mod-body ul li.odd {
  padding-right: 15px;
  float: right;
}
@media (max-width: 568px) {
  .mod-podcastteaser .well .mod-body ul li.even img,
  .mod-podcastteaser .well .mod-body ul li.odd img {
    width: auto;
    height: 58px;
    top: 0px;
  }
  .mod-podcastteaser .well .mod-body ul li.even img.btn-play,
  .mod-podcastteaser .well .mod-body ul li.odd img.btn-play {
    width: 20px;
    height: 20px;
    top: 0px;
  }
  .mod-podcastteaser .well .mod-body ul li.even {
    padding-left: 15px;
    float: left;
  }
  .mod-podcastteaser .well .mod-body ul li.odd {
    padding-right: 15px;
    float: right;
  }
}
@media screen {
  .span3 .teaser-img hr.seperator-solid,
  .span6 .teaser-img hr.seperator-solid {
    display: none;
  }
  .span3 .teaser-img img,
  .span6 .teaser-img img {
    display: block;
    width: 100%;
  }
  .span3 .mod-articleteaser img,
  .span6 .mod-articleteaser img {
    height: auto;
    margin: 0px 0 0px;
    width: 100%;
  }
  .span6 .mod-articleteaser h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .mod-articleteaser .well {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 17px;
    border: 0px;
    overflow: hidden;
  }
  .mod-articleteaser .well .mod-header {
    margin: 0 15px 10px;
    padding: 0px;
  }
  .mod-articleteaser .well .mod-header .pointed-brand {
    margin: 0;
  }
  .mod-articleteaser .well .mod-header hr {
    margin-top: 10px;
  }
  .mod-articleteaser .well .mod-header *hr {
    margin-top: 0;
  }
  .mod-articleteaser .well .mod-header *i {
    margin-top: 1px;
    vertical-align: middle;
  }
  .mod-articleteaser .well .mod-header li {
    line-height: 14px;
  }
  .mod-articleteaser .well .mod-body {
    width: 100%;
  }
  .mod-articleteaser .well .mod-body p,
  .mod-articleteaser .well .mod-body h1,
  .mod-articleteaser .well .mod-body h2,
  .mod-articleteaser .well .mod-body h3,
  .mod-articleteaser .well .mod-body h4,
  .mod-articleteaser .well .mod-body h5,
  .mod-articleteaser .well .mod-body h6 {
    padding: 0 15px;
  }
  .mod-articleteaser .well .mod-body .teaser {
    line-height: 1;
  }
  .mod-articleteaser .well .mod-body .teaser a {
    color: #000;
    font-weight: normal;
  }
  .mod-articleteaser .well .mod-body .number,
  .mod-articleteaser .well .mod-body .number-large {
    padding: 15px;
  }
  .mod-articleteaser .well .mod-body p a.link-inline {
    margin-left: 0;
  }
  .mod-articleteaser .well .mod-body p[class^="p-"] {
    line-height: 18px;
    padding-left: 40px;
    margin: 6px 0;
    background-position: 15px 1px;
    background-repeat: no-repeat;
  }
  .mod-articleteaser .well .mod-body p.p-icon-phone {
    background-image: url("/templates/gfx/ico-tel-grey.png");
  }
  .mod-articleteaser .well .mod-body p.p-icon-fax {
    background-image: url("/templates/gfx/ico-fax-grey.png");
  }
  .mod-articleteaser .well .mod-body .hl-sans-midgrey-center {
    color: #999999;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
}

/* RB */
.mod-articleteaser .well .mod-body{
	position:relative;
}
.mod-articleteaser .well .mod-articleteaser-overlay{
	display: block;
	position:absolute;
	top:10px;
	right:8px;
	color:#ffffff;
	padding:3px 6px 3px 14px;
	opacity:0;
	margin-right:5px;
    background: url('/templates/gfx/bp/tx_bwtextimageteaser_overlay_back.png?v=3');
}
.mod-articleteaser .well .mod-articleteaser-overlay:hover{
	opacity:1;
}




.bp .mod-articleteaser p.p-icon-email {
  background-image: url('/templates/gfx/ico-mail-red-small.png');
}
.mod-calculateDetailTeaser {
  position: relative;
  line-height: 24px;
}
.mod-calculateDetailTeaser .well .mod-header {
  margin-bottom: 0px;
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation {
  background-image: url("/templates/gfx/quotation-priv.png");
  top: -4px;
  *top: -5px;
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-1 {
  background-image: url("/templates/gfx/ico-fb.png");
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-2 {
  background-image: url("/templates/gfx/ico-twitter.png");
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-3 {
  background-image: url("/templates/gfx/ico-fact-grey.png");
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-4 {
  background-image: url("/templates/gfx/ico-tv-grey.png");
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-5 {
  background-image: url("/templates/gfx/icon-clock-big.png");
}
.mod-calculateDetailTeaser .well .mod-header .ico-quotation.extra-feel-free-6 {
  background-image: url("/templates/gfx/ico-number-grey.png");
}
.mod-calculateDetailTeaser .well .mod-header h2 {
  *margin: 0 auto 5px auto;
  text-align: center;
}
.mod-calculateDetailTeaser .well .mod-header h3.teaser {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  text-align: left;
}
.mod-calculateDetailTeaser .well .mod-body {
  margin-bottom: 35px;
}
.mod-calculateDetailTeaser .well .mod-body .number {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-weight: normal;
  font-style: normal;
  color: #996600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
.bp .mod-calculateDetailTeaser .well .mod-body .number {
  color: #993333;
}
.mod-calculateTeaser {
  position: relative;
  line-height: 24px;
}
.mod-calculateTeaser .well form {
  margin: 0;
}
.mod-calculateTeaser .well form label {
  margin-bottom: 10px;
}
.mod-calculateTeaser .well form input[type="text"] {
  width: 174px;
  margin-bottom: 10px;
}
.mod-calculateTeaser .well form textarea {
  height: 205px;
  *height: 195px;
  max-height: 205px;
}
.mod-calculateTeaser .well form .pull-right input {
  text-decoration: none;
  color: #FFF;
  background: transparent url("/templates/gfx/lp/btnSprite.png");
  padding: 0 8px 0 14px;
  border: 0;
  height: 25px;
  line-height: 25px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mod-calculateTeaser .well form .pull-right input:hover,
.mod-calculateTeaser .well form .pull-right input:focus {
  text-decoration: underline;
}
.mod-calculateTeaser .well .mod-header {
  margin-bottom: 10px;
}
.mod-calculateTeaser .well .mod-header .ico-quotation {
  background-image: url("/templates/gfx/quotation-priv.png");
  top: -4px;
  *top: -5px;
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-1 {
  background-image: url("/templates/gfx/ico-fb.png");
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-2 {
  background-image: url("/templates/gfx/ico-twitter.png");
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-3 {
  background-image: url("/templates/gfx/ico-fact-grey.png");
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-4 {
  background-image: url("/templates/gfx/ico-tv-grey.png");
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-5 {
  background-image: url("/templates/gfx/icon-clock-big.png");
}
.mod-calculateTeaser .well .mod-header .ico-quotation.extra-feel-free-6 {
  background-image: url("/templates/gfx/ico-number-grey.png");
}
.mod-calculateTeaser .well .mod-header h2 {
  *margin: 0 auto 5px auto;
  text-align: center;
}
.mod-calculateTeaser .well .mod-header h3.teaser {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  text-align: left;
}
.mod-calculateTeaser .well .mod-body {
  margin-bottom: 35px;
}
@media (max-width: 568px) {
  .mod-calculateTeaser .well .mod-body input,
  .mod-calculateTeaser .well .mod-body textarea {
    width: 246px !important;
  }
  .mod-calculateTeaser .well .mod-footer .right a {
    bottom: 15px;
  }
}
.bp .mod-calculateTeaser .well form .pull-right input {
  background-image: url("/templates/gfx/bp/btnSprite.png");
}
.mod-associationTeaser {
  position: relative;
  line-height: 24px;
}
.mod-associationTeaser .well form {
  margin: 0;
}
.mod-associationTeaser .well form .mod-header {
  margin-bottom: 10px;
}
.mod-associationTeaser .well form .mod-header .ico-quotation {
  background-image: url("/templates/gfx/quotation-priv.png");
  top: -4px;
  *top: -5px;
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-1 {
  background-image: url("/templates/gfx/ico-fb.png");
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-2 {
  background-image: url("/templates/gfx/ico-twitter.png");
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-3 {
  background-image: url("/templates/gfx/ico-fact-grey.png");
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-4 {
  background-image: url("/templates/gfx/ico-tv-grey.png");
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-5 {
  background-image: url("/templates/gfx/icon-clock-big.png");
}
.mod-associationTeaser .well form .mod-header .ico-quotation.extra-feel-free-6 {
  background-image: url("/templates/gfx/ico-number-grey.png");
}
.mod-associationTeaser .well form .mod-header h2 {
  *margin: 0 auto 5px auto;
  text-align: center;
}
.mod-associationTeaser .well form .mod-header label.teaser {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin: 0 0 5px;
  line-height: 22px;
  text-align: left;
}
.mod-associationTeaser .well form .mod-body {
  margin-bottom: 35px;
}
.mod-associationTeaser .well form .mod-body textarea {
  width: 174px;
  height: 215px;
  *height: 217px;
  max-height: 215px;
  resize: none;
}
.mod-associationTeaser .well form .mod-footer .pull-right input {
  text-decoration: none;
  color: #FFF;
  background: transparent url("/templates/gfx/lp/btnSprite.png");
  padding: 0 8px 0 14px;
  border: 0;
  height: 25px;
  line-height: 25px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mod-associationTeaser .well form .mod-footer .pull-right input:hover,
.mod-associationTeaser .well form .mod-footer .pull-right input:focus {
  text-decoration: underline;
}
@media (max-width: 568px) {
  .mod-associationTeaser .well .mod-body input,
  .mod-associationTeaser .well .mod-body textarea {
    width: 246px !important;
  }
  .mod-associationTeaser .well .mod-footer .right a {
    bottom: 15px;
  }
}
.bp .mod-associationTeaser .well form .pull-right input {
  background-image: url("/templates/gfx/bp/btnSprite.png");
}
.mod-associationListTeaser {
  position: relative;
  line-height: 24px;
}
.mod-associationListTeaser .well {
  margin: 0;
  border: 0;
  padding-bottom: 17px;
}
.mod-associationListTeaser .well .mod-header {
  margin-bottom: 5px;
}
.mod-associationListTeaser .well .mod-header .ico-quotation {
  background-image: url("/templates/gfx/quotation-priv.png");
  top: -4px;
  *top: -5px;
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-1 {
  background-image: url("/templates/gfx/ico-fb.png");
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-2 {
  background-image: url("/templates/gfx/ico-twitter.png");
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-3 {
  background-image: url("/templates/gfx/ico-fact-grey.png");
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-4 {
  background-image: url("/templates/gfx/ico-tv-grey.png");
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-5 {
  background-image: url("/templates/gfx/icon-clock-big.png");
}
.mod-associationListTeaser .well .mod-header .ico-quotation.extra-feel-free-6 {
  background-image: url("/templates/gfx/ico-number-grey.png");
}
.mod-associationListTeaser .well .mod-header h2 {
  *margin: 0 auto 5px auto;
  text-align: center;
}
.mod-associationListTeaser .well .mod-header p.teaser {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  margin: 0 0 5px;
}
.mod-associationListTeaser .well .tab-pane {
  position: relative;
  overflow: hidden;
  width: 190px;
  height: auto;
}
.mod-associationListTeaser .well .tab-pane .slides {
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.mod-associationListTeaser .well .tab-pane .slides li {
  display: block;
  height: auto;
  padding: 0px;
  width: 190px;
  border: none;
  color: #996600;
}
.mod-associationListTeaser .well ul.flex-direction-nav {
  position: absolute;
  left: 0px;
  bottom: 0;
  right: 0px;
  display: block;
  height: 22px;
  margin: 0;
  list-style: none;
  clear: both;
}
.mod-associationListTeaser .well ol.flex-control-nav,
.mod-associationListTeaser .well ol.flex-control-paging {
  display: none;
}
.mod-associationListTeaser .well .flex-pauseplay {
  margin: -15px 0 0 50%;
  width: 60px;
  display: none;
}
.mod-associationListTeaser .well ul.flex-direction-nav a {
  position: absolute;
  bottom: 0;
  color: #FFF;
  height: 22px;
  line-height: 22px;
}
.mod-associationListTeaser .well ul.flex-direction-nav a.flex-prev {
  left: 0;
  background: transparent url('/templates/gfx/lp/btnSprite-rl.png') 100% 0 no-repeat;
  padding: 0 13px 0 8px;
}
.mod-associationListTeaser .well ul.flex-direction-nav a.flex-next {
  right: 0;
  background: transparent url('/templates/gfx/lp/btnSprite.png') no-repeat;
  padding: 0 8px 0 13px;
}
.mod-associationListTeaser .well .mod-scroller {
  display: none;
}
.mod-associationTeaser.height6 .well .flex-viewport {
  padding: 0;
}
@media (max-width: 568px) {
  .mod-associationTeaser .well .mod-body .slides li {
    width: 246px !important;
  }
}
.bp .mod-associationListTeaser .well .tab-pane .slides li {
  color: #993333;
}
.bp .mod-associationListTeaser .well ul.flex-direction-nav a.flex-prev {
  background-image: url("/templates/gfx/bp/btnSprite-rl.png");
}
.bp .mod-associationListTeaser .well ul.flex-direction-nav a.flex-next {
  background-image: url("/templates/gfx/bp/btnSprite.png");
}
@media screen {
  .mod-3teaserbox {
    position: relative;
  }
  .mod-3teaserbox .well {
    padding-right: 0;
    width: auto;
    overflow: hidden;
  }
  .mod-3teaserbox .well .mod-header {
    position: absolute;
    top: 0px;
    left: 0;
    left: 2px \9;
    right: 0;
    padding: 0 15px;
    padding: 0 13px 0 15px \9;
  }
  .mod-3teaserbox .well .mod-header h2 {
    font-style: italic;
    letter-spacing: -0.9px;
    *letter-spacing: 0px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    margin: 13px auto 7px;
    *margin-top: 11px;
  }
  .mod-3teaserbox .well .mod-header hr {
    *margin-top: -4px !important;
  }
  .mod-3teaserbox .well .mod-body {
    display: block;
    width: auto;
    height: 355px;
    padding-top: 50px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 15px \9;
    *margin-right: 0;
  }
  .mod-3teaserbox .well .mod-body .teaser a {
    color: #000;
    letter-spacing: -0.5px;
    margin: 20px 0 2px;
    font-size: 23px;
    font-weight: normal;
  }
  .mod-3teaserbox .well .mod-body .span4 {
    display: block;
    height: 100%;
    padding-right: 12px;
    padding-bottom: 25px;
    *width: 204px;
  }
  .mod-3teaserbox .well .mod-body .span4 .hl-sans {
    margin-top: 0;
  }
  .mod-3teaserbox .well .mod-body .span4 .hl-sans:first-child {
    font-size: 12px;
    text-transform: uppercase;
    color: #666666;
    line-height: 12px;
    margin-bottom: 13px;
  }
  .mod-3teaserbox .well .mod-body .span4 .hl-serif {
    margin-bottom: 12px;
  }
  .mod-3teaserbox .well .mod-body .span4.first {
    *margin-left: 0;
  }
  .mod-3teaserbox .well .mod-body .span4.last {
    *padding-right: 0;
    padding-right: 0px \9;
  }
  .mod-3teaserbox .well .mod-body .span4.dashed {
    border-right: #999 1px dashed;
  }
  .mod-3teaserbox .well .mod-body .img {
    height: auto;
    margin: 0 0 18px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .mod-3teaserbox .well .mod-body {
    height: auto;
    padding-top: 0px;
    margin-top: 60px;
  }
  .mod-3teaserbox .well .mod-body .span4 {
    height: auto;
    width: 100%;
    padding-right: 15px;
  }
  .mod-3teaserbox .well .mod-body .span4 .img {
    padding: 0 15px;
    margin-left: -15px;
    text-align: center;
    background: #f2f2f2;
  }
  .mod-3teaserbox .well .mod-body .dashed {
    border: none !important;
  }
}
.mod-senderTeaser .well {
  padding: 13px 0px 17px 0px;
  border: 0px;
  overflow: hidden;
}
.mod-senderTeaser .well .mod-header {
  margin: 0 15px 10px;
  padding: 0px;
}
.mod-senderTeaser .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-senderTeaser .well .mod-header hr {
  margin-top: 10px;
}
.mod-senderTeaser .well .mod-body {
  width: 100%;
}
.mod-senderTeaser .well .mod-body p,
.mod-senderTeaser .well .mod-body h1,
.mod-senderTeaser .well .mod-body h2,
.mod-senderTeaser .well .mod-body h3,
.mod-senderTeaser .well .mod-body h4,
.mod-senderTeaser .well .mod-body h5,
.mod-senderTeaser .well .mod-body h6 {
  padding: 0 15px;
}
.mod-senderTeaser .well .mod-body hr {
  margin: 10px 15px 0;
}
.mod-senderTeaser .well .mod-body .teaserimg {
  background-color: #FFF;
  text-align: center;
}
.mod-senderTeaser .well .mod-body .teaser a {
  color: #000;
  font-weight: normal;
}
@media (max-device-width: 568px) {
  .mod-senderTeaser img {
    margin: 0 35px;
  }
}
@media screen {
  .mod-multibox {
    padding: 0;
  }
  .mod-multibox .well {
    padding: 0;
    border: none;
    position: relative;
    height: 460px !important;
    margin-bottom: 20px;
  }
  .mod-multibox .tab-header {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  .mod-multibox .tab-header ul {
    list-style: none;
    margin: 0;
    border: none;
    border: 0;
    height: 40px;
    overflow: hidden;
    box-shadow: none;
  }
  .mod-multibox .tab-header ul li {
    float: left;
    overflow: hidden;
    margin-left: -10px;
    box-shadow: 6px -3px 6px 0px rgba(157,150,147,0.3);
    -moz-box-shadow: 6px -3px 6px rgba(157,150,147,0.3);
    -webkit-box-shadow: 6px -3px 6px 0px rgba(157,150,147,0.3);
    background: #FFF;
    border: none;
    position: relative;
  }
  .mod-multibox .tab-header ul li a {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999999;
    display: block;
    letter-spacing: -0.5px;
    padding: 10px 25px;
    margin: 0;
    text-decoration: none !important;
    -webkit-touch-callout: default;
    -webkit-user-select: none;
  }
  .mod-multibox .tab-header ul li a:hover {
    background-color: #333;
    border: none;
    color: #FFF;
  }
  .mod-multibox .tab-header ul li.active a {
    background-color: #000;
    border: none;
    color: #FFF;
  }
  .mod-multibox .tab-header ul li.tab-1 {
    z-index: 6;
    zoom: 1;
  }
  .mod-multibox .tab-header ul li.tab-2 {
    z-index: 5;
    zoom: 1;
  }
  .mod-multibox .tab-header ul li.tab-3 {
    z-index: 4;
  }
  .mod-multibox .tab-header ul li.tab-4 {
    z-index: 3;
  }
  .mod-multibox .tab-header ul li.tab-5 {
    z-index: 2;
  }
  .mod-multibox .tab-header ul li.tab-6 {
    z-index: 1;
  }
  .mod-multibox .mod-body.big {
    display: block;
  }
  .mod-multibox .mod-body.small {
    display: none;
  }
  .mod-multibox .mod-body {
    position: relative;
    background: #FFF;
    box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -moz-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 11;
    width: auto;
    display: block;
    height: auto;
    padding: 13px 0px 0px 0px;
  }
  .mod-multibox .mod-body .teaser {
    margin-top: 11px;
  }
  .mod-multibox .mod-body .teaser a {
    color: #505050;
    letter-spacing: -0.5px;
    font-weight: normal;
  }
  .mod-multibox .mod-body li .hl-sans {
    margin-top: 10px;
  }
  .mod-multibox .mod-body .tab-pane {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .mod-multibox .mod-body .tab-pane.active {
    height: 390px;
  }
  .mod-multibox .mod-body .slides {
    display: block;
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
  .mod-multibox .mod-body .slides li {
    display: block;
    height: 100%;
    padding: 0px;
    width: 700px;
    border: none;
  }
  .mod-multibox .mod-body .three {
    border-right: #999 1px dashed;
    float: left;
    height: 100%;
    width: 202px;
    *width: 201px;
    margin: 0;
    padding: 0 15px 0 15px;
  }
  .mod-multibox .mod-body .dashed {
    border-right: #999 1px dashed;
  }
  .mod-multibox .mod-body .dashed .three:last-child {
    border-right: 0;
  }
  .mod-multibox .mod-body .flex-viewport {
    margin-right: 0px;
    padding-right: 15px;
    width: 682px;
    *width: 680px;
    height: 320px;
    overflow-y: auto !important;
  }
  .mod-multibox .mod-body ul.flex-direction-nav {
    border-top: 4px solid #000;
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    display: block;
    height: 45px;
    margin: 0;
    list-style: none;
  }
  .mod-multibox .mod-body ol.flex-control-nav,
  .mod-multibox .mod-body ol.flex-control-paging {
    display: none;
  }
  .mod-multibox .mod-body .flex-pauseplay {
    margin: -15px 0 0 50%;
    width: 60px;
    display: none;
  }
  .mod-multibox .mod-body ul.flex-direction-nav a {
    position: absolute;
    bottom: 5px;
    color: #FFF;
    height: 25px;
    line-height: 25px;
  }
  .mod-multibox .mod-body ul.flex-direction-nav a.flex-prev {
    left: 0;
    background: transparent url('/templates/gfx/lp/btnSprite-rl.png') 100% 0 no-repeat;
    padding: 0 13px 0 8px;
  }
  .mod-multibox .mod-body ul.flex-direction-nav a.flex-next {
    right: 0;
    background: transparent url('/templates/gfx/lp/btnSprite.png') no-repeat;
    padding: 0 8px 0 13px;
  }
  .mod-multibox .manual-teaser .mod-body {
    box-shadow: none !important;
    padding: 0px !important;
  }
}
@media (max-width: 568px) {
  .mod-multibox {
    height: auto;
  }
  .mod-multibox .well {
    height: auto !important;
    min-height: 460px;
  }
  .mod-multibox .well .tab-header .nav-tabs {
    height: auto;
    overflow: hidden;
  }
  .mod-multibox .well .tab-header .nav-tabs li {
    margin-left: 0;
  }
  .mod-multibox .well .tab-header .nav-tabs li a {
    font-size: 16px;
    padding: 10px 12px;
    margin: 0 -5px 0 5px;
    letter-spacing: -0.5px;
    font-weight: normal;
  }
  .mod-multibox .well .mod-body {
    height: 390px;
    padding: 13px 15px 13px 0px;
  }
  .mod-multibox .well .mod-body ul.flex-direction-nav {
    right: 5px;
  }
  .mod-multibox .well .mod-body .dashed {
    border: none;
  }
  .mod-multibox .well .mod-body .tab-pane {
    margin-left: 15px;
  }
  .mod-multibox .well .mod-body .slides li {
    width: 260px;
    padding: 0;
    margin: 0;
  }
  .mod-multibox .well .mod-body .flex-viewport {
    margin-right: 0px;
    padding-right: 15px !important;
    width: 260px;
    height: 330px;
    overflow-y: auto !important;
  }
  .mod-multibox .well .mod-body ul.flex-direction-nav {
    left: 0;
    right: 15px;
  }
  .mod-multibox .well .mod-body.big {
    display: none;
  }
  .mod-multibox .well .mod-body.small.row-fluid {
    display: block;
  }
}
.bp .mod-multibox .tab-header a {
  font-weight: normal;
}
.bp .mod-multibox .mod-body ul.flex-direction-nav a {
  font-weight: normal;
}
.bp .mod-multibox .mod-body ul.flex-direction-nav a.flex-prev {
  background-image: url('../../templates/gfx/bp/btnSprite-rl.png');
}
.bp .mod-multibox .mod-body ul.flex-direction-nav a.flex-next {
  background-image: url('../../templates/gfx/bp/btnSprite.png');
}
.mod-direktkontakt .well {
  padding: 13px 0px 17px 0px;
  border: 0px;
  overflow: hidden;
}
.mod-direktkontakt .well .mod-header {
  margin: 0 15px 10px;
  padding: 0px;
}
.mod-direktkontakt .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-direktkontakt .well .mod-header hr {
  margin-top: 10px;
}
.mod-direktkontakt .well .mod-body {
  width: 100%;
}
.mod-direktkontakt .well .mod-body p,
.mod-direktkontakt .well .mod-body h1,
.mod-direktkontakt .well .mod-body h2,
.mod-direktkontakt .well .mod-body h3,
.mod-direktkontakt .well .mod-body h4,
.mod-direktkontakt .well .mod-body h5,
.mod-direktkontakt .well .mod-body h6 {
  padding: 0 15px;
}
.mod-direktkontakt .well .mod-body .teaserimg {
  background-color: #f2f2f2;
}
.mod-direktkontakt .well .mod-body .teaser {
  margin-top: 15px;
  margin-bottom: 12px;
  line-height: 25px;
}
.mod-direktkontakt .well .mod-body p[class^="p-"] {
  line-height: 25px;
  padding-left: 35px;
}
.mod-direktkontakt .well .mod-body p.p-icon-phone {
  background: transparent url('/templates/gfx/ico-tel-grey.png') no-repeat 15px 5px;
}
.mod-direktkontakt .well .mod-body p.p-icon-fax {
  background: transparent url('/templates/gfx/ico-fax-grey.png') no-repeat 15px 5px;
}
.mod-direktkontakt .well .mod-body p.p-icon-mail {
  background-repeat: no-repeat;
}
.mod-direktkontakt .well .mod-body ul {
  padding: 0 15px;
  margin: 0 0 10px;
}
.mod-direktkontakt .well .mod-body ul li {
  line-height: 20px;
}
.mod-direktkontakt .well .mod-body ul li a {
  display: inline-block;
  font-weight: normal;
}
.mod-direktkontakt .well .mod-body ul li i {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  background-position: center left;
  vertical-align: top;
}
.mod-direktkontakt .well .mod-body ul li i.ico-mail-gold {
  float: left;
}
.mod-direktkontakt .well .mod-body ul li span {
  margin-left: 25px;
  display: block;
}
.mod-direktkontakt .well .mod-body .teaser a {
  color: #000;
  font-weight: normal;
}
@media (max-width: 568px) {
  .mod-direktkontakt img {
    margin: 0 35px;
  }
}
.bp .mod-direktkontakt p.p-icon-mail {
  background-image: url('/templates/gfx/ico-mail-red-small.png');
  background-position: 15px 5px;
}
@media screen {
  .mod-relateds {
    position: relative;
  }
  .mod-relateds .well {
    border: 0;
    padding-bottom: 17px;
  }
  .mod-relateds .well .mod-header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    padding-top: 13px;
    background: #FFF;
  }
  .mod-relateds .well .mod-header h2 {
    margin-top: 0;
    *margin-bottom: 0px;
  }
  .mod-relateds .well .mod-header hr.seperator-solid {
    margin: 0;
    padding: 0;
  }
  .mod-relateds .well .mod-body {
    padding-top: 40px;
  }
  .mod-relateds .well .mod-body .link-external,
  .mod-relateds .well .mod-body .link-download {
    display: block;
    margin-top: 8px;
    background-position: 0 0 !important;
  }
}
.mod-relateds h3 {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mod-relateds i.ico-download-gold {
  width: 18px;
  height: 18px;
}
.mod-smallsocialTeaser {
  position: relative;
}
.mod-smallsocialTeaser .mod-header h2.pointed-brand {
  margin-top: 0;
}
.mod-smallsocialTeaser .mod-body div[class$="-link"] {
  padding-left: 32px;
  margin-top: 25px;
  height: 22px;
  line-height: 22px;
}
.mod-smallsocialTeaser .mod-body div[class$="-link"] a {
  display: block;
  line-height: 16px;
  padding-top: 3px;
}
.mod-smallsocialTeaser .mod-body div.facebook-link {
  background: url("/templates/gfx/ico-fb-red.png") no-repeat left 1px;
  margin-top: 15px;
}
.mod-smallsocialTeaser .mod-body div.twitter-link {
  background: url("/templates/gfx/ico-twitter-red.png") no-repeat left 1px;
}
.mod-smallsocialTeaser .mod-body div.mail-link {
  background: url("/templates/gfx/ico-mail-red.png") no-repeat left 1px;
}
@media screen {
  .mod-tickerteaser {
    position: relative;
  }
  .mod-tickerteaser .well {
    background: #99333C;
    border-color: #99333C;
  }
  .mod-tickerteaser .well *,
  .mod-tickerteaser .well a,
  .mod-tickerteaser .well a::before,
  .mod-tickerteaser .well a .before,
  .mod-tickerteaser .well a.link-inline,
  .mod-tickerteaser .well a.link-block {
    color: #ffffff !important;
    border-left-color: #ffffff !important;
  }
  .mod-tickerteaser .well hr.seperator-solid,
  .mod-tickerteaser .well hr.seperator-dashed {
    border-top-color: #FFF;
  }
  .mod-tickerteaser .well a {
    font-weight: normal;
    color: #ffffff !important;
    border-left-color: #ffffff !important;
  }
  .mod-tickerteaser .well .mod-header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    padding-top: 13px;
  }
  .mod-tickerteaser .well .mod-header h2 {
    color: #FFF;
    margin-top: 0;
    *margin-bottom: 0px;
  }
  .mod-tickerteaser .well .mod-header hr.seperator-solid {
    margin: 0;
    padding: 0;
  }
  .mod-tickerteaser .well .mod-body {
    padding-top: 40px;
  }
  .mod-tickerteaser .well .mod-body div.pointed-brand-single {
    color: #FFF;
  }
  .mod-tickerteaser .well .mod-body p.teaser,
  .mod-tickerteaser .well .mod-body p.teaser a {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  .mod-tickerteaser .well .mod-body p.teaser {
    margin-top: 8px;
  }
  .mod-tickerteaser .well .mod-body div p a,
  .mod-tickerteaser .well .mod-body div p a.link-block,
  .mod-tickerteaser .well .mod-body div p a.link-block div.before {
    color: #ffffff;
    border-left-color: #ffffff;
  }
  .ie7 .mod-tickerteaser .well .mod-footer {
    left: 2px;
  }
  .mod-tickerteaser .well .mod-footer p a.link-block {
    color: #ffffff !important;
    border-left-color: #ffffff !important;
  }
  .mod-tickerteaser .well .mod-header,
  .mod-tickerteaser .well .mod-footer,
  .mod-tickerteaser .well .mod-scroller {
    background: #99333C;
    border-color: #99333C;
  }
  .mod-tickerteaser .well .mod-header .slide-up,
  .mod-tickerteaser .well .mod-footer .slide-up,
  .mod-tickerteaser .well .mod-scroller .slide-up {
    background-image: url("/templates/gfx/btn-arrow-up-bp-invert.png");
  }
  .mod-tickerteaser .well .mod-header .slide-down,
  .mod-tickerteaser .well .mod-footer .slide-down,
  .mod-tickerteaser .well .mod-scroller .slide-down {
    background-image: url("/templates/gfx/btn-arrow-down-bp-invert.png");
  }
}
@media screen {
  .mod-statsteaser {
    position: relative;
  }
  .mod-statsteaser .well {
    background: #99333C;
    border-color: #99333C;
  }
  .mod-statsteaser .well hr.seperator-solid,
  .mod-statsteaser .well hr.seperator-dashed {
    border-top-color: #fff;
  }
  .mod-statsteaser .well a {
    font-weight: normal;
  }
  .mod-statsteaser .well .mod-header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    padding: 13px 0 0 0;
    margin: 0;
  }
  .mod-statsteaser .well .mod-header h2 {
    color: #FFF;
    margin-top: 0;
    *margin-bottom: 0px;
  }
  .mod-statsteaser .well .mod-header hr.seperator-solid {
    margin: 0;
    padding: 0;
  }
  .ie7 .mod-statsteaser .well .mod-body {
    margin-top: 50px;
  }
  .mod-statsteaser .well .mod-body {
    margin-top: 40px;
    color: #FFF;
  }
  .mod-statsteaser .well .mod-body p.teaser,
  .mod-statsteaser .well .mod-body p.teaser a {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }
  .mod-statsteaser .well .mod-body p.teaser {
    margin: 8px 0 10px 0;
  }
  .mod-statsteaser .well .mod-body a.link-block,
  .mod-statsteaser .well .mod-body a.link-block::before,
  .mod-statsteaser .well .mod-body a.link-block div.before {
    color: #ffffff;
    border-left-color: #ffffff;
  }
  .mod-statsteaser .well .mod-body div.clearfix {
    border-top: 1px dashed #fff;
    padding: 10px 0;
    position: relative;
  }
  .mod-statsteaser .well .mod-body div.clearfix > div {
    position: relative;
    float: left;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 30px;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.c-all {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 30px;
    color: #993333;
    background-image: url("/templates/gfx/ico-tip-big.png");
    display: block;
    width: 60px;
    height: 56px;
    line-height: 49px;
    text-align: center;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.c-paragraph {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    padding: 10px 10px 0 5px;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.c-paragraph .smalltext {
    font-size: 17px;
    display: block;
    line-height: 21px;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.tweet {
    padding-bottom: 20px;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.fb {
    padding-top: 20px;
  }
  .mod-statsteaser .well .mod-body div.clearfix div.votes {
    padding-top: 10px;
  }
  .mod-statsteaser .well .mod-body div.clearfix p {
    float: right;
    width: 85px;
    padding: 5px 0;
  }
  .mod-statsteaser .well .mod-body i.ico-tip-paragraph {
    background-image: url("/templates/gfx/ico-tip-paragraph.png");
    position: absolute;
    top: -2px;
    left: 42px;
    *left: 44px;
    height: 23px;
    width: 25px;
  }
  .mod-statsteaser .well .mod-body i.ico-tweet {
    background-image: url("/templates/gfx/ico-tweet.png");
    position: relative;
    top: 15px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaser .well .mod-body i.ico-thumbs-up {
    background-image: url("/templates/gfx/ico-thumb-up.png");
    position: relative;
    top: -5px;
    left: 10px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaser .well .mod-body i.ico-thumbs-down {
    background-image: url("/templates/gfx/ico-thumb-down.png");
    position: relative;
    top: 0px;
    left: 10px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaser .well .mod-scroller {
    background: #99333C;
  }
  .mod-statsteaser .well .mod-scroller .slide-up {
    background-image: url("/templates/gfx/btn-arrow-up-bp-invert.png");
  }
  .mod-statsteaser .well .mod-scroller .slide-down {
    background-image: url("/templates/gfx/btn-arrow-down-bp-invert.png");
  }
}
@media (max-width: 568px) {
  .mod-statsteaser .well .mod-body div.clearfix {
    padding: 10px 30px;
  }
}
.mod-votingteaser .well {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  overflow: hidden;
  background: #efe8db;
  position: relative;
}
.mod-votingteaser .well .mod-header {
  margin: 0 15px 10px;
  padding: 0px;
}
.mod-votingteaser .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-votingteaser .well .mod-header hr {
  margin-top: 10px;
}
.mod-votingteaser .well .mod-header *hr {
  margin-top: 0;
}
.mod-votingteaser .well .mod-header i {
  margin-top: -1px;
}
.mod-votingteaser .well .mod-header *i {
  margin-top: 1px;
  vertical-align: middle;
}
.mod-votingteaser .well .mod-header li {
  line-height: 14px;
}
.mod-votingteaser .well .mod-body {
  height: 370px;
}
.mod-votingteaser .well .mod-body hr.seperator-dashed {
  margin-top: 7px;
}
.mod-votingteaser .well .mod-body > a {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
.mod-votingteaser .well .mod-body .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-votingteaser .well .mod-body .wrap h3 {
  line-height: 24px;
  font-size: 18px;
}
.mod-votingteaser .well .mod-body .wrap h3 img.bubble {
  height: 70px;
  width: 66px;
  float: right;
  vertical-align: top;
  text-align: right;
  margin-top: -23px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie {
  position: relative;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .chartWrapper {
  height: 150px;
  width: 200px;
  overflow: hidden;
}
.ie7 .mod-votingteaser .well .mod-body .wrap .voting-pie .chartWrapper canvas div {
  filter: - !important;
  background-color: transparent !important;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .answers p {
  margin: 0 0 3px;
  font-weight: normal;
  font-size: 14px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-target {
  color: #666666;
  font-size: 1em;
  height: 200px;
  width: 210px;
  left: -10px;
  top: -25px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-axis {
  font-size: 0.75em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-xaxis {
  margin-top: 10px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-x2axis {
  margin-bottom: 10px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yaxis {
  margin-right: 10px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y2axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y3axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y4axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y5axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y6axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y7axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y8axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y9axis,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yMidAxis {
  margin-left: 10px;
  margin-right: 10px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-xaxis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yaxis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-x2axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y2axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y3axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y4axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y5axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y6axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y7axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y8axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y9axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yMidAxis-tick {
  position: absolute;
  white-space: pre;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-xaxis-tick {
  top: 0px;
  left: 15px;
  vertical-align: top;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-x2axis-tick {
  bottom: 0px;
  left: 15px;
  vertical-align: bottom;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yaxis-tick {
  right: 0px;
  top: 15px;
  text-align: right;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yaxis-tick.jqplot-breakTick {
  right: -20px;
  margin-right: 0px;
  padding: 1px 5px 1px 5px;
  z-index: 2;
  font-size: 1.5em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y2axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y3axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y4axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y5axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y6axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y7axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y8axis-tick,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y9axis-tick {
  left: 0px;
  top: 15px;
  text-align: left;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yMidAxis-tick {
  text-align: center;
  white-space: nowrap;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-xaxis-label {
  margin-top: 10px;
  font-size: 11pt;
  position: absolute;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-x2axis-label {
  margin-bottom: 10px;
  font-size: 11pt;
  position: absolute;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yaxis-label {
  margin-right: 10px;
  font-size: 11pt;
  position: absolute;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-yMidAxis-label {
  font-size: 11pt;
  position: absolute;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y2axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y3axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y4axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y5axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y6axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y7axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y8axis-label,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-y9axis-label {
  font-size: 11pt;
  margin-left: 10px;
  position: absolute;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-meterGauge-tick {
  font-size: 0.75em;
  color: #999999;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-meterGauge-label {
  font-size: 1em;
  color: #999999;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie table.jqplot-table-legend {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  margin-right: 0px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie table.jqplot-table-legend,
.mod-votingteaser .well .mod-body .wrap .voting-pie table.jqplot-cursor-legend {
  position: absolute;
  font-size: 0.75em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie td.jqplot-table-legend {
  vertical-align: middle;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie td.jqplot-seriesToggle:hover,
.mod-votingteaser .well .mod-body .wrap .voting-pie td.jqplot-seriesToggle:active {
  cursor: pointer;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-table-legend .jqplot-series-hidden {
  text-decoration: line-through;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-table-legend-swatch-outline {
  border: 1px solid #cccccc;
  padding: 1px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-table-legend-swatch {
  width: 0px;
  height: 0px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-title {
  top: 0px;
  left: 0px;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie table.jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-cursor-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208,208,208,0.5);
  padding: 1px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-highlighter-tooltip,
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-canvasOverlay-tooltip {
  border: 1px solid #cccccc;
  font-size: 0.75em;
  white-space: nowrap;
  background: rgba(208,208,208,0.5);
  padding: 1px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-point-label {
  font-size: 0.75em;
  z-index: 2;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie td.jqplot-cursor-legend-swatch {
  vertical-align: middle;
  text-align: center;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: 0.7em;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-error {
  text-align: center;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-error-message {
  position: relative;
  top: 46%;
  display: inline-block;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-bubble-label {
  font-size: 0.8em;
  padding-left: 2px;
  padding-right: 2px;
  color: #333333;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(230,230,230,0.7);
}
.mod-votingteaser .well .mod-body .wrap .voting-pie div.jqplot-noData-container {
  text-align: center;
  background-color: rgba(245,245,245,0.3);
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-data-label {
  color: #ffffff;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie table.jqplot-table-legend {
  width: 164px;
}
.mod-votingteaser .well .mod-body .wrap .voting-pie .jqplot-grid-canvas {
  display: none;
}
.mod-votingteaser .well .mod-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  padding: 0 15px 14px;
  background: #efe8db;
  z-index: 10;
}
@media (max-width: 568px) {
  .chartdiv {
    width: 100%;
    left: 0;
  }
}
.bp .mod-votingteaser .well,
.bp .mod-votingteaser .mod-footer {
  background: #fff;
}
.mod-votingteaser2 .well {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  overflow: hidden;
  background: #efe8db;
  position: relative;
}
.mod-votingteaser2 .well .mod-header {
  margin: 0 15px 10px;
  padding: 0px;
}
.mod-votingteaser2 .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-votingteaser2 .well .mod-header hr {
  margin-top: 10px;
}
.mod-votingteaser2 .well .mod-header *hr {
  margin-top: 0;
}
.mod-votingteaser2 .well .mod-header i {
  margin-top: -1px;
}
.mod-votingteaser2 .well .mod-header *i {
  margin-top: 1px;
  vertical-align: middle;
}
.mod-votingteaser2 .well .mod-header li {
  line-height: 14px;
}
.mod-votingteaser2 .well .mod-body {
  height: 370px;
}
.mod-votingteaser2 .well .mod-body > a {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
.mod-votingteaser2 .well .mod-body .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.mod-votingteaser2 .well .mod-body .wrap h2 {
  margin-bottom: 80px;
}
.mod-votingteaser2 .well .mod-body .wrap h2 img.bubble {
  height: 70px;
  width: 66px;
  float: right;
  vertical-align: top;
  text-align: right;
  margin-top: -23px;
}
.mod-votingteaser2 .well .mod-body .wrap h3 {
  line-height: 24px;
  font-size: 18px;
}
.mod-votingteaser2 .well .mod-body .wrap .labelbox {
  margin-top: 15px;
}
.mod-votingteaser2 .well .mod-body .wrap .labelbox label {
  margin-top: 5px;
}
.mod-votingteaser2 .well .mod-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  padding: 0 15px 14px;
  background: #efe8db;
  z-index: 10;
}
.mod-votingteaser2 .well .mod-footer input[type="submit"] {
  background: url("../../templates/gfx/lp/btnSprite.png") repeat scroll 0 0 transparent;
  border: 0 none;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  padding: 0 8px 0 14px;
  text-decoration: none;
  margin-top: -1px;
  margin-bottom: -4px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.bp .mod-votingteaser2 .well {
  background: #fff;
}
.bp .mod-votingteaser2 .well .mod-footer {
  background: #fff;
}
.bp .mod-votingteaser2 .well .mod-footer input.pull-right {
  background-image: url("/templates/gfx/bp/btnSprite.png");
}
.mod-energieMiniTeaser .well {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 17px;
  border: 0px;
  overflow: hidden;
  position: relative;
}
.mod-energieMiniTeaser .well .mod-header {
  margin: 0 15px 10px;
  padding: 0px;
}
.mod-energieMiniTeaser .well .mod-header .pointed-brand {
  margin: 0;
}
.mod-energieMiniTeaser .well .mod-header hr {
  margin-top: 10px;
}
.mod-energieMiniTeaser .well .mod-header *hr {
  margin-top: 0;
}
.mod-energieMiniTeaser .well .mod-header i {
  margin-top: -1px;
}
.mod-energieMiniTeaser .well .mod-header *i {
  margin-top: 1px;
  vertical-align: middle;
}
.mod-energieMiniTeaser .well .mod-header li {
  line-height: 14px;
}
.mod-energieMiniTeaser .well .mod-body {
  padding: 0 15px;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox {
  height: 100px;
  width: 190px;
  position: relative;
  list-style: none;
  margin: 35px 0 10px;
  padding: 0;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li {
  width: 25px;
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  display: inline-block;
  padding-bottom: 20px;
  overflow: visible;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li span {
  position: absolute;
  color: black;
  left: 0;
  right: 0;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li span.answers {
  bottom: -6px;
  left: 30px;
  font-size: 35px;
  line-height: 40px;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li span.option {
  bottom: 0;
  font-size: 22px;
  color: white;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li.option-pro {
  background: #296e4b;
  left: 0;
}
.mod-energieMiniTeaser .well .mod-body .rankingBox li.option-contra {
  background: #ba2f46;
  left: 115px;
}
.mod-energieMiniTeaser .well .mod-body p.info {
  font-size: 20px;
}
.mod-energieMiniTeaser .well .mod-body p.info span.pro {
  width: 110px;
  color: #2b5d21;
  display: inline-block;
}
.mod-energieMiniTeaser .well .mod-body p.info span.contra {
  color: #ba2f46;
}
.mod-energieMiniTeaser .well .mod-footer {
  padding-bottom: 13px;
}
.mod-energieMiniTeaser .well .mod-footer .pull-right input {
  text-decoration: none;
  color: #FFF;
  background: transparent;
  padding: 0 8px 0 14px;
  border: 0;
  height: 25px;
  line-height: 25px;
  position: relative;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.height6.mod-energieMiniTeaser .well .mod-body .rankingBox {
  height: 200px;
}
.bp .mod-energieMiniTeaser form .mod-body h3 {
  font-size: 20px;
}
.bp .mod-energieMiniTeaser form .mod-footer .pull-right input {
  background-image: url("../../templates/gfx/bp/btnSprite.png");
}
@media screen {
  .mod-hotlineTeaser {
    position: relative;
    line-height: 24px;
  }
  .mod-hotlineTeaser .well {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .mod-hotlineTeaser .well .mod-header .ico-phone {
    background-image: url("/templates/gfx/icon-phone.png");
    top: -4px;
    *top: -5px;
    padding: 0;
  }
  .mod-hotlineTeaser .well .mod-body {
    display: block;
    overflow: hidden;
  }
  .mod-hotlineTeaser .well .mod-body .teaser-italic-center {
    font-style: italic;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    margin-top: 10px;
    font-size: 20px;
  }
  .mod-hotlineTeaser .well .mod-body .teaser-center {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    margin-top: 10px;
    font-size: 20px;
  }
  .mod-hotlineTeaser .well .mod-body .number-gudea-bold-center {
    font-size: 20px;
    *font-size: 20px;
    color: #917102;
    margin: 15px 0 12px 0;
    *letter-spacing: -1px;
    font-style: normal;
    font-weight: bold;
  }
  .mod-hotlineTeaser .well .mod-body .hl-sans-midgrey-center {
    color: #999999;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
  }
  .mod-hotlineTeaser .well .mod-body p[class*="p-"] {
    line-height: 18px;
    padding-left: 40px;
    margin: 6px 0;
    background-position: 15px 1px;
    background-repeat: no-repeat;
  }
  .mod-hotlineTeaser .well .mod-body p.p-icon-phone {
    background-image: url("/templates/gfx/ico-tel-grey.png");
  }
  .mod-hotlineTeaser .well .mod-body p.p-icon-fax {
    background-image: url("/templates/gfx/ico-fax-grey.png");
  }
}
@media screen {
  .bp .mod-hotlineTeaser .well .mod-body .number-gudea-bold-center {
    color: #a3424d;
  }
  .bp .mod-hotlineTeaser .well .mod-body p.p-icon-email {
    background-image: url('/templates/gfx/ico-mail-red-small.png');
  }
}
@media screen {
  .mod-portrait .well {
    padding: 13px 0 17px 15px;
    border: 0;
    position: relative;
    overflow: hidden;
  }
  .mod-portrait .well h2 {
    margin: 0;
  }
  .mod-portrait .well h3 a {
    color: #000;
    font-weight: normal;
  }
  .mod-portrait .well p a.link-inline {
    margin-left: 0;
  }
  .mod-portrait .well .span6 h3,
  .mod-portrait .well .span6 p {
    width: 100%;
  }
  .mod-portrait .well .img-small {
    display: none;
  }
  .mod-portrait .well .img-big {
    display: block;
    margin-left: 0;
  }
  .mod-portrait .well .video-link {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .mod-portrait .well .video-link .btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    left: 50%;
    top: 50%;
  }
  .span3 .mod-portrait .well .span6 {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .span3 .mod-portrait .well .span6 h3 {
    width: 95%;
  }
  .span3 .mod-portrait .well .span6 p {
    width: 60%;
  }
  .span3 .mod-portrait .well .img-big,
  .span3 .mod-portrait .well .btn-play {
    display: none;
  }
  .span3 .mod-portrait .well .img-small {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  .span6 .mod-portrait .well .img-small {
    display: none;
  }
  .span6 .mod-portrait .well .img-big {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 568px) {
  .span6 .mod-portrait.height3 {
    height: 440px;
  }
  .span6 .mod-portrait.height3 .well {
    height: 410px;
  }
  .span6 .mod-portrait.height3 .img-big {
    right: 35px;
  }
}
@media screen {
  .mod-audio-a .well {
    overflow: hidden;
  }
  .mod-audio-a .well .mod-header {
    margin-top: 2px;
  }
  .mod-audio-a .well .mod-header .pointed-brand {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .mod-audio-a .well .mod-body {
    margin-top: -8px;
  }
  .mod-audio-a .well ul li i {
    margin-top: -1px;
  }
  .mod-audio-a .well h1 {
    font-size: 14px;
  }
}
@media screen {
  .mod-audio {
    margin-top: 20px;
  }
  .mod-audio div.jp-jplayer {
    width: 0px;
    height: 0px;
    background-color: #000000;
  }
  .mod-audio div.jp-audio div.jp-interface {
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    position: relative;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position {
    position: absolute;
    top: 0;
    left: 50%;
    width: 210px;
    margin-left: -105px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls {
    list-style-type: none;
    overflow: hidden;
    width: 210px;
    height: 22px;
    margin: 0 auto;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li {
    display: inline;
    float: left;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-control-button {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    height: 22px;
    padding: 0;
    width: 25px;
    background-repeat: no-repeat;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-control-button:active {
    outline: 1px #bdaa5e solid;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-control-button:focus {
    outline: 1px #bdaa5e solid;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-play {
    background-position: 0px -23px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-play:hover,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-play:active,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-play:focus {
    background-position: -25px -23px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-pause {
    background-position: -50px -23px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-pause:hover,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-pause:active,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-pause:focus {
    background-position: -75px -23px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-mute {
    background-position: 0px -1px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-mute:hover,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-mute:active,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-mute:focus {
    background-position: -25px -1px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-unmute {
    background-position: -50px -1px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-unmute:hover,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-unmute:active,
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-unmute:focus {
    background-position: -75px -1px;
  }
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li div.jp-mute-off {
    width: 25px;
    height: 22px;
    background: url("/templates/gfx/../jplayer/images/sprite.png") -100px 0px no-repeat;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-progress {
    background-color: #f9f9f9;
    width: 160px;
    height: 4px;
    padding: 0;
    margin: 1px 0 0 0;
    overflow: hidden;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-progress .jp-seek-bar {
    background-color: #f1f1f1;
    width: 0px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
    background-color: #907101;
    width: 0px;
    height: 100%;
    overflow: hidden;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-container {
    height: 12px;
    width: 154px;
    background-color: #f1f1f1;
    padding: 4px 3px 0 3px;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-current-time,
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-duration,
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-separator,
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-text {
    font-size: 12px;
    color: #767676;
    height: 12px;
    line-height: 12px;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-text {
    float: left;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-current-time {
    float: right;
  }
  .mod-audio div.jp-audio div.jp-interface .jp-container .jp-duration {
    float: right;
  }
  .mod-audio div.jp-audio .jp-no-solution {
    margin: 10px 0;
    padding: 10px;
    font-size: .8em;
    border: 2px solid #960;
    display: none;
  }
  .mod-audio div.jp-audio .jp-no-solution span {
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: bold;
  }
}
@media screen {
  .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls li a.jp-control-button {
    background-image: url("/templates/gfx/../jplayer/images/sprite_bp.png");
  }
  .mod-audio div.jp-audio div.jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
    background-color: #a3424d;
  }
}
@media screen {
  .mod-audio-b .well {
    overflow: hidden;
  }
  .mod-audio-b .well .mod-header .ico-audio {
    top: -4px !important;
  }
  .mod-audio-b .well .mod-body {
    margin-top: 7px;
  }
  .mod-audio-b .well .mod-body p {
    text-align: center;
  }
  .mod-audio-b .well .mod-body-2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}
@media screen {
  .mod-flickrteaser {
    position: relative;
  }
  .mod-flickrteaser .well {
    margin-bottom: 20px;
  }
  .mod-flickrteaser .well .mod-header {
    padding: 0px;
  }
  .mod-flickrteaser .well .mod-header .pointed-brand {
    margin: 0;
  }
  .mod-flickrteaser .well .mod-header hr {
    margin-top: 10px;
  }
  .mod-flickrteaser .well .mod-header *hr {
    margin-top: 0;
  }
  .mod-flickrteaser .well .mod-header i {
    margin-top: -1px;
  }
  .mod-flickrteaser .well .mod-header *i {
    margin-top: 1px;
    vertical-align: middle;
  }
  .mod-flickrteaser .well .mod-header li {
    line-height: 14px;
  }
  .mod-flickrteaser .well .mod-body h3 {
    margin-bottom: 0;
  }
  .mod-flickrteaser .well .mod-body h3 a {
    color: #000 !important;
  }
  .mod-flickrteaser .well .mod-body dl {
    margin: 13px 0 0;
  }
  .mod-flickrteaser .well .mod-body dl dd {
    width: 56px;
    height: 56px;
    float: left;
    margin: 0px;
    margin-right: 9px;
    overflow: hidden;
  }
  .mod-flickrteaser .well .mod-body dl dd:last-child {
    margin: 0px;
  }
  .mod-flickrteaser .well .mod-body dl dd a {
    display: block;
  }
  .mod-flickrteaser .well .mod-body dl dd a:focus {
    outline-style: solid;
  }
  .mod-flickrteaser .well .mod-body dl dd a img {
    width: 56px;
    height: 56px;
    display: block;
    width: auto;
    max-width: none;
    margin-left: -25%;
  }
  .mod-flickrteaser .well .mod-footer {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .mod-flickrteaser .well .mod-footer a {
    background: url("../../templates/gfx/lp/btnSprite.png") repeat scroll 0 0 transparent;
    border: 0;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 14px;
    text-decoration: none;
  }
}
.bp .mod-flickrteaser .mod-footer a {
  background-image: url("../../templates/gfx/bp/btnSprite.png");
  font-weight: normal;
}
@media screen {
  .mod-newsletterTeaser {
    position: relative;
    line-height: 24px;
  }
  .mod-newsletterTeaser form {
    margin: 0;
    width: 190px;
  }
  .mod-newsletterTeaser form .mod-header h2 {
    margin: 0;
  }
  .mod-newsletterTeaser form .mod-body label {
    margin-bottom: 5px;
  }
  .mod-newsletterTeaser form .mod-body .teaser {
    font-size: 30px;
    margin: 13px 0 18px;
    color: #000;
  }
  .mod-newsletterTeaser form .mod-body input {
    width: 174px;
  }
  .mod-newsletterTeaser form .mod-footer {
    padding-bottom: 13px;
  }
  .mod-newsletterTeaser form .mod-footer .pull-right input {
    text-decoration: none;
    color: #FFF;
    background: transparent;
    padding: 0 8px 0 14px;
    border: 0;
    height: 25px;
    line-height: 25px;
    position: relative;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 568px) {
  .mod-newsletterTeaser .mod-body .teaser {
    font-size: 24px;
    margin: 15px 0;
  }
  .mod-newsletterTeaser .mod-body input {
    width: 246px !important;
  }
}
.bp .mod-newsletterTeaser form .mod-body .teaser {
  font-size: 26px;
}
.bp .mod-newsletterTeaser form .mod-footer .pull-right input {
  background-image: url("../../templates/gfx/bp/btnSprite.png");
  font-weight: normal;
}
@media screen {
  .mod-glossaryTeaser {
    position: relative;
    line-height: 24px;
  }
  .mod-glossaryTeaser .well {
    margin: 0;
  }
  .mod-glossaryTeaser .well .mod-header {
    margin-bottom: 10px;
  }
  .mod-glossaryTeaser .well .mod-header .ico-book {
    background-image: url("/templates/gfx/icon-book.png");
    top: -5px;
    *top: 0px;
  }
  .mod-glossaryTeaser .well .mod-header .clearfix .pointed-brand-single {
    margin-top: 5px;
    *margin: 0px;
  }
  .mod-glossaryTeaser .well .mod-header .clearfix .teaser {
    font-style: italic;
    text-align: center;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding-top: 0;
  }
  .mod-glossaryTeaser .well .mod-body {
    text-align: center;
  }
  .mod-glossaryTeaser .well .mod-body ul {
    list-style: none;
    width: 102%;
    margin: 0 0 0 0;
    padding: 0;
  }
  .mod-glossaryTeaser .well .mod-body ul li {
    float: left;
    margin: 0 1px 1px 0;
  }
  .mod-glossaryTeaser .well .mod-body ul li a {
    color: #FFF;
    display: block;
    line-height: 18px;
    height: 18px;
    width: 18px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mod-glossaryTeaser .well .mod-body p {
    margin: 12px 0 0 0;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .mod-glossaryTeaser .well .mod-body {
    width: 190px !important;
    margin: 0 auto;
  }
}
.mod-glossaryTeaser .well .mod-body ul li a {
  font-weight: normal;
  background-color: #a3424d;
}
.bp .mod-glossaryTeaser .well {
  overflow: hidden;
}
.bp .mod-glossaryTeaser .well ul li span {
  color: #505050;
  background: #e6e6e4;
  border: none;
  display: block;
  font-size: 16px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.bp .mod-glossaryTeaser .well .mod-body ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 20px;
}
.bp .mod-glossaryTeaser .well .mod-body p a {
  position: relative;
  top: -5px;
}
.mod-contactFormTeaser {
  position: relative;
  line-height: 24px;
}
.mod-contactFormTeaser .well form {
  margin: 0;
}
.mod-contactFormTeaser .well form .mod-header {
  margin-bottom: 10px;
}
.mod-contactFormTeaser .well form .mod-header .ico-mail {
  top: -4px;
  *top: -5px;
  background-image: url("/templates/gfx/icon-mail.png");
}
.mod-contactFormTeaser .well form .mod-header .teaser {
  font-style: italic;
  text-align: center;
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  *line-height: 22px;
}
.mod-contactFormTeaser .well form .mod-body {
  margin-bottom: 0px;
}
.mod-contactFormTeaser .well form .mod-body label {
  margin-bottom: 5px;
}
.mod-contactFormTeaser .well form .mod-body .teaser {
  font-size: 24px;
  margin: 15px 0;
}
.mod-contactFormTeaser .well form .mod-body input,
.mod-contactFormTeaser .well form .mod-body textarea {
  width: 174px;
}
.mod-contactFormTeaser .well form .mod-body textarea {
  height: 205px;
  *height: 195px;
  max-height: 205px;
}
.mod-contactFormTeaser .well form .mod-footer {
  padding-bottom: 13px;
}
.mod-contactFormTeaser .well form .mod-footer .pull-right input {
  text-decoration: none;
  color: #FFF;
  padding: 0 8px 0 14px;
  border: 0;
  height: 25px;
  line-height: 25px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media (max-width: 568px) {
  .mod-contactFormTeaser .well .mod-body input,
  .mod-contactFormTeaser .well .mod-body textarea {
    width: 246px !important;
  }
  .mod-contactFormTeaser .well .mod-body textarea {
    height: 185px !important;
    resize: none;
  }
  .mod-contactFormTeaser .well .mod-footer .right a {
    bottom: 15px;
  }
}
.mod-contactFormTeaser .well form .mod-footer .pull-right input {
  background: transparent url('../../templates/gfx/bp/btnSprite.png');
}
@media screen {
  .mod-banner .well {
    position: relative;
    overflow: visible;
  }
  .mod-banner .well .bannerSelect {
    position: absolute;
    bottom: 40px;
    right: 15px;
    width: 190px;
    margin: 0;
  }
  .mod-banner .well .bannerSelect:hover ul {
    display: block;
  }
  .mod-banner .well .bannerSelect div {
    position: absolute;
    top: 0px;
    left: 0px;
    white-space: pre;
    width: 100%;
    background: #fff url("/templates/gfx/btn-down-grey.png") no-repeat 175px 5px;
    border: 1px solid #ccc;
  }
  .mod-banner .well .bannerSelect div a {
    padding: 0 10px;
    font-size: 13px;
    color: #666666;
  }
  .mod-banner .well .bannerSelect ul {
    display: none;
    position: absolute;
    top: 19px;
    left: 0px;
    list-style: none;
    margin: 0;
    padding: 3px 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 5;
  }
  .mod-banner .well .bannerSelect ul li {
    padding: 2px 10px;
  }
  .mod-banner .well .bannerSelect ul li a {
    display: block;
    font-size: 13px;
  }
  .mod-banner .well form {
    position: absolute;
    right: 15px;
    bottom: 40px;
    margin: 0;
  }
  .mod-banner .well form.bannerInput input[type="text"] {
    width: 170px;
    height: 11px;
    margin: 0;
    border: 1px solid #ccc;
    border-right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
  }
  .mod-banner .well form.bannerInput input[type="submit"] {
    display: block;
    width: 20px;
    height: 23px;
    border: 1px solid #ccc;
    border-left: 0;
    background: #FFF url("/templates/gfx/icon-search-custom.png") center no-repeat;
    text-indent: -9999px;
    color: transparent;
    font-size: 0;
    line-height: 0;
  }
  .mod-banner .well form.bannerInput input[type="submit"]:hover,
  .mod-banner .well form.bannerInput input[type="submit"]:focus {
    text-decoration: none;
  }
  .mod-banner .well.transparent {
    box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  }
  .mod-banner.slider {
    box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    margin: 0 0 20px;
    position: relative;
  }
  .mod-banner.slider a.instagram-icon {
    background-repeat: no-repeat;
    width: 54px;
    height: 54px;
    line-height: 36px;
    position: absolute;
    bottom: 12px;
    left: 15px;
    z-index: 1;
  }
  .mod-banner.slider .flexslider {
    position: relative;
    height: 100%;
    *margin-bottom: 20px;
    margin-left: 2px \9;
  }
  .mod-banner.slider .flexslider ul,
  .mod-banner.slider .flexslider ol {
    margin: 0;
    list-style: none;
  }
  .mod-banner.slider .flexslider ul .img,
  .mod-banner.slider .flexslider ol .img {
    max-width: 100%;
    height: 360px;
    line-height: 360px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -2px;
  }
  .mod-banner.slider .flexslider ul .img a > img.btn-play,
  .mod-banner.slider .flexslider ol .img a > img.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
  }
  .mod-banner.slider .flexslider ul .img img,
  .mod-banner.slider .flexslider ol .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .mod-banner.slider .flexslider .slides li {
    position: relative;
    display: none;
  }
  .mod-banner.slider .flexslider .slides li:first-child {
    display: block;
  }
  .mod-banner.slider .flexslider .img {
    text-align: center;
    background: #f2f2f2;
  }
  .mod-banner.slider .flexslider .img img {
    max-width: none;
  }
  .mod-banner.slider .flexslider .flex-count,
  .mod-banner.slider .flexslider .flex-count-inline {
    display: none;
    position: absolute;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging li.flex-pauseplay {
    padding-right: 5px;
    border-right: 1px solid white;
    display: none;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging li.flex-pauseplay a.flex-play {
    background: url("/templates/gfx/slider-play-gold.png");
  }
  .mod-banner.slider .flexslider ol.flex-control-paging li.flex-pauseplay a.flex-pause {
    background: url("/templates/gfx/slider-pause-gold.png");
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav,
  .mod-banner.slider .flexslider ol.flex-control-paging {
    position: absolute;
    list-style: none;
    width: auto;
    z-index: 5;
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav {
    clear: both;
    top: 180px;
    width: 100%;
    display: none;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging {
    height: 16px;
    right: 5px;
    bottom: 13px;
    text-align: right;
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav a,
  .mod-banner.slider .flexslider ol.flex-control-paging a {
    display: block;
    text-indent: -200px;
    overflow: hidden;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    float: left;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url("/templates/gfx/slider-paging-white.png") top center no-repeat;
    font-size: 0;
  }
  .mod-banner.slider .flexslider ol.flex-control-paging a.flex-active {
    background-image: url("/templates/gfx/slider-paging-gold.png");
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav a {
    position: absolute;
    top: -23px;
    width: 45px;
    height: 45px;
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav a.flex-prev {
    left: 0;
    background-image: url("/templates/gfx/slider-direction-prev-gold.png");
  }
  .mod-banner.slider .flexslider ul.flex-direction-nav a.flex-next {
    right: 0;
    background-image: url("/templates/gfx/slider-direction-next-gold.png");
  }
}
@media (max-width: 767px) and (min-width: 520px) {
  .span3 .mod-banner.slider .flexslider {
    width: 220px;
  }
  .span3 .mod-banner.slider a.instagram-icon {
    left: 10px;
  }
  .span3 .mod-banner.slider .flexslider ol.flex-control-paging {
    right: 5px;
    left: auto;
  }
}
@media (max-width: 519px) {
  .mod-banner .well.transparent {
    background-color: #f2f2f2;
  }
  .mod-banner .well .bannerSelect:hover ul {
    display: none;
  }
  .mod-banner .height6,
  .mod-banner .height3 {
    height: auto;
  }
  .span3 .mod-banner img {
    margin: 0 35px;
  }
  .span3 .mod-banner.slider {
    background-color: #f2f2f2;
  }
  .span3 .mod-banner.slider a.instagram-icon {
    left: 47px;
  }
  .span3 .mod-banner.slider .flexslider ol.flex-control-paging {
    right: 40px;
  }
  .span6 .mod-banner img {
    margin: 41px 0;
  }
}
.bp .mod-banner.slider a.instagram-icon {
  background-image: url("/templates/gfx/ico-instagram-red.png");
}
.bp .mod-banner.slider .flexslider .flex-pauseplay a.flex-pause {
  background-image: url("/templates/gfx/slider-pause-red.png");
}
.bp .mod-banner.slider .flexslider .flex-pauseplay a.flex-play {
  background-image: url("/templates/gfx/slider-play-red.png");
}
.bp .mod-banner.slider .flexslider ol.flex-control-paging a.flex-active {
  background-image: url("/templates/gfx/slider-paging-red.png");
}
@media screen {
  .mod-slider {
    box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
    margin: 0 0 20px;
    position: relative;
  }
  .mod-slider .flexslider {
    position: relative;
    height: 100%;
    *margin-bottom: 20px;
    margin-left: 2px \9;
  }
  .mod-slider .flexslider ul,
  .mod-slider .flexslider ol {
    margin: 0;
    list-style: none;
  }
  .mod-slider .flexslider ul .img,
  .mod-slider .flexslider ol .img {
    max-width: 100%;
    height: 360px;
    line-height: 360px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: -2px;
  }
  .mod-slider .flexslider ul .img a > img.btn-play,
  .mod-slider .flexslider ol .img a > img.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
  }
  .mod-slider .flexslider ul .img img,
  .mod-slider .flexslider ol .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .mod-slider .flexslider .slides li {
    position: relative;
    display: none;
  }
  .mod-slider .flexslider .slides li:first-child {
    display: block;
  }
  .mod-slider .flexslider .img {
    text-align: center;
    background: #f2f2f2;
  }
  .mod-slider .flexslider .img img {
    max-width: none;
  }
  .mod-slider .flexslider .content {
    position: absolute;
    margin-bottom: 0;
    background: #fff;
  }
  .mod-slider .flexslider .content .well {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    height: 360px;
  }
  .mod-slider .flexslider .content .content-inner h2,
  .mod-slider .flexslider .content .content-inner .mod-header {
    padding: 0;
    margin: 0;
  }
  .mod-slider .flexslider .content .content-inner h2 {
    color: #000;
    font: 42px/45px 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  }
  .mod-slider .flexslider .content .content-inner h2 a {
    color: #000;
  }
  .mod-slider .flexslider .content .content-inner .teasertext,
  .mod-slider .flexslider .content .content-inner .fulltext {
    padding-top: 11px;
    color: #505050;
    margin: 0;
  }
  .mod-slider .flexslider .content .content-inner .teasertext {
    font-size: 14px;
  }
  .mod-slider .flexslider .content .content-inner a.link-block {
    margin-top: 8px;
    display: block;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #996600;
  }
  .mod-slider .flexslider .content .content-inner a.link-block:before {
    content: '';
    margin: 6px 4px 0 0;
    border-left: 5px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
    color: #996600;
  }
  .mod-slider .flexslider .content .content-inner a.link-inline {
    margin-left: 10px;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #996600;
  }
  .mod-slider .flexslider .content .content-inner a.link-inline:before {
    content: '';
    margin: 6px 4px 0 0;
    border-left: 5px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
    color: #996600;
  }
  .mod-slider .flexslider .content .content-inner .util {
    display: none;
  }
  .mod-slider .flexslider .flex-count,
  .mod-slider .flexslider .flex-count-inline {
    display: none;
    position: absolute;
  }
  .mod-slider .flexslider .flex-pauseplay {
    padding-right: 5px;
    border-right: 1px solid white;
    display: none;
  }
  .mod-slider .flexslider .flex-pauseplay a.flex-play {
    background: url("/templates/gfx/slider-play-gold.png");
  }
  .mod-slider .flexslider .flex-pauseplay a.flex-pause {
    background: url("/templates/gfx/slider-pause-gold.png");
  }
  .mod-slider .flexslider ul.flex-direction-nav,
  .mod-slider .flexslider ol.flex-control-paging {
    position: absolute;
    list-style: none;
    width: auto;
    z-index: 5;
  }
  .mod-slider .flexslider ul.flex-direction-nav {
    clear: both;
    top: 180px;
    width: 100%;
  }
  .mod-slider .flexslider ol.flex-control-paging {
    height: 16px;
    right: 20px;
    bottom: 20px;
    text-align: right;
  }
  .mod-slider .flexslider ul.flex-direction-nav a,
  .mod-slider .flexslider ol.flex-control-paging a {
    display: block;
    text-indent: -200px;
    overflow: hidden;
  }
  .mod-slider .flexslider ol.flex-control-paging li {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    float: left;
  }
  .mod-slider .flexslider ol.flex-control-paging a {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: url("/templates/gfx/slider-paging-white.png") top center no-repeat;
    font-size: 0;
  }
  .mod-slider .flexslider ol.flex-control-paging a.flex-active {
    background-image: url("/templates/gfx/slider-paging-gold.png");
  }
  .mod-slider .flexslider ul.flex-direction-nav a {
    position: absolute;
    top: -23px;
    width: 45px;
    height: 45px;
  }
  .mod-slider .flexslider ul.flex-direction-nav a.flex-prev {
    left: 0;
    background-image: url("/templates/gfx/slider-direction-prev-gold.png");
  }
  .mod-slider .flexslider ul.flex-direction-nav a.flex-next {
    right: 0;
    background-image: url("/templates/gfx/slider-direction-next-gold.png");
  }
  .mod-slider.teaser .mod-header .pointed-brand {
    margin: 0 0 10px;
  }
  .mod-slider.text .img {
    width: 74.5%;
    overflow: hidden;
  }
  .mod-slider.text .content {
    width: 25.5%;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .mod-slider.text .content .content-inner {
    height: 100%;
    padding: 0 30px 0 15px;
    overflow: hidden;
  }
  .mod-slider.text .content .content-inner .mod-header {
    padding-top: 13px;
  }
  .mod-slider.text .content .content-inner h2 {
    font-size: 30px;
    line-height: 32px;
  }
  .mod-slider.text .content .content-inner .teasertext {
    display: none;
  }
  .mod-slider.text .content .content-inner .stopper {
    display: none;
  }
  .mod-slider.text .flex-pauseplay,
  .mod-slider.text ol.flex-control-paging {
    right: 28%;
  }
  .mod-slider.text ul.flex-direction-nav a.flex-next {
    right: 25.5%;
  }
  .mod-slider.text ul.flex-direction-nav a.flex-prev {
    left: 0;
  }
  .mod-slider.text.small .img {
    width: 66%;
  }
  .mod-slider.text.small .content {
    width: 34%;
  }
  .mod-slider.text.small .flex-pauseplay,
  .mod-slider.text.small ol.flex-control-paging {
    right: 36%;
  }
  .mod-slider.text.small ul.flex-direction-nav a.flex-next {
    right: 34%;
  }
  .mod-slider.imageline,
  .mod-slider.article {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    margin-bottom: 0;
  }
  .mod-slider.imageline .content,
  .mod-slider.article .content {
    position: relative;
  }
  .mod-slider.imageline .content .teasertext,
  .mod-slider.article .content .teasertext {
    padding: 13px 30px 0 30px;
  }
  .mod-slider.imageline .flex-count-inline,
  .mod-slider.article .flex-count-inline {
    display: none;
    width: 55px;
    position: absolute;
    left: 30px;
    top: 13px;
    font-weight: bold;
    color: #505050;
  }
  .mod-slider.imageline h2,
  .mod-slider.imageline .stopper,
  .mod-slider.imageline .mod-header,
  .mod-slider.imageline .fulltext,
  .mod-slider.imageline a.link-inline,
  .mod-slider.imageline a.link-block,
  .mod-slider.imageline ol.flex-control-paging,
  .mod-slider.article h2,
  .mod-slider.article .stopper,
  .mod-slider.article .mod-header,
  .mod-slider.article .fulltext,
  .mod-slider.article a.link-inline,
  .mod-slider.article a.link-block,
  .mod-slider.article ol.flex-control-paging {
    display: none;
  }
  .mod-slider.imageline .flexslider {
    *margin-bottom: 0px;
  }
  .mod-slider.imageline ul.flex-direction-nav {
    top: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -138px;
    *bottom: -178px;
  }
  .mod-slider.imageline ul.flex-direction-nav li a {
    border: none;
    color: white;
    height: 23px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .mod-slider.imageline ul.flex-direction-nav li a.flex-prev {
    background: transparent url('../../templates/gfx/lp/btnSprite-rl.png') 100% -2px no-repeat;
    padding: 0 13px 0 8px;
    left: 30px;
  }
  .mod-slider.imageline ul.flex-direction-nav li a.flex-next {
    background: transparent url('../../templates/gfx/lp/btnSprite.png') 0 -2px no-repeat;
    padding: 0 8px 0 13px;
    right: 30px;
  }
  .mod-slider.imageline ul.flex-direction-nav-2 li a.flex-prev {
    left: 0;
    background-image: url("/templates/gfx/slider-direction-prev-gold.png");
  }
  .mod-slider.imageline ul.flex-direction-nav-2 li a.flex-next {
    right: 0;
    background-image: url("/templates/gfx/slider-direction-next-gold.png");
  }
  .mod-slider.imageline ul.flex-direction-nav-2 a {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 255px;
    z-index: 10;
    display: block;
    text-indent: -200px;
    overflow: hidden;
  }
  .mod-slider.imageline ol.flex-control-paging {
    display: block;
    position: absolute;
    left: 0;
    bottom: -130px;
    *bottom: -140px;
    width: auto;
    right: auto;
  }
  .mod-slider.imageline ol.flex-control-paging li {
    height: 23px;
    width: 34px;
    margin: 0 1px 1px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .mod-slider.imageline ol.flex-control-paging li a {
    color: #FFF;
    background: transparent url("/templates/gfx/lp/btnSprite.png") -9px 0 no-repeat;
    display: block;
    height: 23px;
    width: 34px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: uppercase;
    *bottom: -140px;
  }
  .mod-slider.imageline ol.flex-control-paging li a.flex-active,
  .mod-slider.imageline ol.flex-control-paging li a.flex-pause,
  .mod-slider.imageline ol.flex-control-paging li a.flex-play {
    color: #996600;
    font-style: italic;
    background: #FFF;
  }
  .mod-slider.imageline ol.flex-control-paging li span {
    text-align: center;
    display: block;
  }
  .mod-slider.imageline ol.flex-control-paging li a.flex-active {
    color: black;
    font-style: italic;
  }
  .mod-slider.imageline ol.flex-control-paging li a.flex-active:hover {
    text-decoration: none !important;
  }
  .mod-slider.imageline ol.flex-control-paging li.flex-pauseplay {
    width: auto;
  }
  .mod-slider.imageline ol.flex-control-paging li.flex-pauseplay a.flex-pause,
  .mod-slider.imageline ol.flex-control-paging li.flex-pauseplay a.flex-play {
    display: none;
  }
  .mod-slider.imageline.video .flexslider .img {
    height: 525px;
    line-height: 525px;
  }
  .mod-slider.imageline.video .flexslider .teasertext {
    padding-right: 0;
  }
  .mod-slider.imageline.video .flexslider .util {
    display: block;
    padding-right: 30px;
  }
  .mod-slider.dossier .content h2 {
    margin: 0;
  }
  .mod-slider.dossier .content p {
    margin-bottom: 0;
  }
  .mod-slider.dossier .content,
  .mod-slider.teaser .content {
    width: auto;
    height: auto;
    bottom: 20px;
    left: 50px;
    margin-right: 50px;
  }
  .mod-slider.dossier .content .content-inner,
  .mod-slider.teaser .content .content-inner {
    padding: 13px 20px 15px 15px;
  }
  .mod-slider.dossier .content .content-inner .fulltext,
  .mod-slider.teaser .content .content-inner .fulltext {
    display: none;
  }
  .mod-slider.dossier .content .content-inner .stopper,
  .mod-slider.teaser .content .content-inner .stopper {
    position: absolute;
    right: 20px;
    top: -74px;
  }
  .mod-slider.big .flexslider .img {
    height: 570px;
    line-height: 570px;
  }
  .mod-imageline .mod-slider.article .content-inner .wrap {
    margin-top: 30px;
  }
  .mod-imageline .mod-slider.article .mod-header {
    display: block;
  }
  .mod-imageline .mod-slider.article .flexslider ul.flex-direction-nav a {
    top: 65px;
  }
  .mod-imageline .mod-slider.article .flex-control-nav.flex-control-paging {
    bottom: 0 !important;
  }
  .mod-imageline .mod-slider.article .flex-control-nav.flex-control-paging {
    bottom: 0 !important;
  }
  .mod-imageline .mod-slider.article ul.flex-direction-nav {
    bottom: 81px !important;
  }
  .mod-imageline .mod-slider.article ul li .wrap-content {
    padding-bottom: 20px;
  }
  .mod-imageline .mod-slider.article ul li .wrap-content ul {
    list-style: disc;
  }
  .mod-imageline .mod-slider.article ul li .wrap-content ul li {
    display: list-item;
  }
}
@media (max-width: 568px) {
  .mod-slider ol.flex-control-paging,
  .mod-slider .stopper,
  .mod-slider .teasertext,
  .mod-slider .fulltext,
  .mod-slider .util {
    display: none;
  }
  .mod-slider h1,
  .mod-slider h2 {
    font-size: 20px !important;
  }
  .mod-slider .flexslider ul .img,
  .mod-slider .flexslider ol .img {
    height: 290px !important;
    line-height: 290px !important;
  }
  .mod-slider .flexslider ul.flex-direction-nav {
    top: 145px;
  }
  .mod-slider.text .img,
  .mod-slider.text.small .img,
  .mod-slider.teaser .img,
  .mod-slider.dossier .img {
    width: 100% !important;
  }
  .mod-slider.text .content,
  .mod-slider.text.small .content,
  .mod-slider.teaser .content,
  .mod-slider.dossier .content {
    position: relative;
    width: 100% !important;
    margin: 0;
    height: auto;
    left: 0 !important;
    right: 0;
    bottom: auto !important;
    top: 0;
  }
  .mod-slider.text ul.flex-direction-nav,
  .mod-slider.text.small ul.flex-direction-nav,
  .mod-slider.teaser ul.flex-direction-nav,
  .mod-slider.dossier ul.flex-direction-nav {
    top: 75px;
  }
  .mod-slider.text ul.flex-direction-nav a.flex-next,
  .mod-slider.text.small ul.flex-direction-nav a.flex-next,
  .mod-slider.teaser ul.flex-direction-nav a.flex-next,
  .mod-slider.dossier ul.flex-direction-nav a.flex-next {
    right: 0;
  }
  .mod-slider.text ul .img,
  .mod-slider.text ol .img,
  .mod-slider.text.small ul .img,
  .mod-slider.text.small ol .img,
  .mod-slider.teaser ul .img,
  .mod-slider.teaser ol .img,
  .mod-slider.dossier ul .img,
  .mod-slider.dossier ol .img {
    height: 149px !important;
    line-height: 149px !important;
  }
  .mod-slider.text ul .img img,
  .mod-slider.text ol .img img,
  .mod-slider.text.small ul .img img,
  .mod-slider.text.small ol .img img,
  .mod-slider.teaser ul .img img,
  .mod-slider.teaser ol .img img,
  .mod-slider.dossier ul .img img,
  .mod-slider.dossier ol .img img {
    vertical-align: top;
  }
  .mod-slider.teaser ul.flex-direction-nav,
  .mod-slider.dossier ul.flex-direction-nav {
    top: 55px;
  }
  .mod-slider.teaser ul .img,
  .mod-slider.teaser ol .img,
  .mod-slider.dossier ul .img,
  .mod-slider.dossier ol .img {
    height: 111px !important;
    line-height: 111px !important;
  }
  .mod-slider.article .teasertext {
    display: block;
  }
  .mod-slider.imageline .content .teasertext,
  .mod-slider.imageline .content .util {
    display: block;
    padding: 0 30px 0 30px;
  }
  .mod-slider.imageline .flex-viewport {
    margin-bottom: 10px;
  }
  .mod-slider.imageline ul.flex-direction-nav {
    top: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0px;
  }
  .mod-slider.imageline ul.flex-direction-nav li a {
    border: none;
    color: white;
    height: 21px;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
  .mod-slider.imageline ul.flex-direction-nav li a.flex-prev {
    background: transparent url('../../templates/gfx/lp/btnSprite-rl.png') 100% -2px no-repeat;
    padding: 0 13px 0 8px;
    left: 15px;
  }
  .mod-slider.imageline ul.flex-direction-nav li a.flex-next {
    background: transparent url('../../templates/gfx/lp/btnSprite.png') 0 -2px no-repeat;
    padding: 0 8px 0 13px;
    right: 15px;
  }
  .mod-slider.imageline ol.flex-control-paging {
    display: none;
  }
}
.mod-slider .energyEventsBox {
  position: absolute;
}
.mod-slider .energyEventsBox div {
  position: absolute;
}
.mod-slider .energyEventsBox > div {
  width: 266px;
  height: 48px;
  position: relative;
  bottom: 90px;
  margin-left: 35px;
  display: inline-block;
  background: url("../../../energiewende-btnSpriteBig.png");
  background-repeat: no-repeat;
}
.mod-slider .energyEventsBox div a.link-block {
  display: block;
  padding: 14px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.mod-slider .energyEventsBox div a.link-block:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .mod-slider .energyEventsBox > div.bodyTextLink2,
  .mod-slider .energyEventsBox > div.bodyTextLink3 {
    display: none;
  }
}
@media (max-width: 568px) {
  .mod-slider .energyEventsBox > div.bodyTextLink {
    background: url("../../../../../templates/gfx/mp/energiewende-btnSprite.png");
    background-repeat: no-repeat;
    width: 210px;
    bottom: 30px;
    margin-left: 35px;
    height: 25px;
  }
  .mod-slider .energyEventsBox div.bodyTextLink a.link-block {
    padding: 3px;
    font-size: 16px;
  }
  .mod-slider .energyEventsBox > div.bodyTextLink2,
  .mod-slider .energyEventsBox > div.bodyTextLink3 {
    display: none;
  }
}
@media screen {
  .bp .mod-slider ol.flex-control-paging a.flex-active {
    background-image: url("/templates/gfx/slider-paging-red.png");
  }
  .bp .mod-slider ul.flex-direction-nav a.flex-next {
    background-image: url("/templates/gfx/slider-direction-next-red.png");
  }
  .bp .mod-slider ul.flex-direction-nav a.flex-prev {
    background-image: url("/templates/gfx/slider-direction-prev-red.png");
  }
  .bp .mod-slider .flex-pauseplay a.flex-play {
    background-image: url("/templates/gfx/slider-play-red.png");
  }
  .bp .mod-slider .flex-pauseplay a.flex-pause {
    background-image: url("/templates/gfx/slider-pause-red.png");
  }
  .bp .mod-slider .flexslider .content .content-inner a.link-block::before {
    color: white;
  }
  .bp .mod-slider.imageline ul.flex-direction-nav a.flex-prev {
    background: transparent url("/templates/gfx/bp/btnSprite-rl.png") 100% -2px no-repeat;
  }
  .bp .mod-slider.imageline ul.flex-direction-nav a.flex-next {
    background: transparent url("/templates/gfx/bp/btnSprite.png") 0 -2px no-repeat;
  }
  .bp .mod-slider.imageline ul.flex-direction-nav-2 li a.flex-next {
    background-image: url("/templates/gfx/slider-direction-next-red.png");
  }
  .bp .mod-slider.imageline ul.flex-direction-nav-2 li a.flex-prev {
    background-image: url("/templates/gfx/slider-direction-prev-red.png");
  }
  .bp .mod-slider.imageline ol.flex-control-paging li a {
    background: transparent url("/templates/gfx/bp/btnSprite.png") -9px 0 no-repeat;
  }
  .bp .mod-slider.imageline ol.flex-control-paging li a.flex-active,
  .bp .mod-slider.imageline ol.flex-control-paging li a.flex-pause,
  .bp .mod-slider.imageline ol.flex-control-paging li a.flex-play {
    background: #FFF;
    color: #505050;
  }
  .bp .mod-slider.dossier .content .content-inner h2,
  .bp .mod-slider.teaser .content .content-inner h2 {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: italic;
  }
  .bp .mod-slider.dossier .content .content-inner h2 {
    font-size: 30px;
    font-style: normal;
    line-height: 40px;
  }
  .bp .mod-slider.text.red .content {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  }
  .bp .mod-slider.text.red .content .content-inner {
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner .mod-header {
    padding-top: 13px;
  }
  .bp .mod-slider.text.red .content .content-inner .mod-header div {
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner h2 {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 31px;
    line-height: 38px;
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner h2 a {
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner .fulltext {
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner .fulltext a.link-block {
    color: #FFF;
  }
  .bp .mod-slider.text.red .content .content-inner .teasertext {
    display: none;
  }
  .bp .mod-slider.text.red .content .content-inner .stopper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
  }
  .bp .mod-slider.text .content .content-inner h2 {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 29px;
    line-height: 34px;
    color: #505050;
  }
  .bp .mod-slider.text .content .content-inner .stopper {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
}
@media (max-width: 568px) {
  .bp .mod-slider.text.red {
    background: #a3424d;
    background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
    background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
    background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  }
  .bp .mod-slider.text.red .content,
  .bp .mod-slider.text.red .content .content-inner {
    background: none;
    filter: none;
  }
}
@media screen {
  .mod-presslist {
    margin-bottom: 20px;
  }
  .mod-presslist input.noradius {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
  }
  .mod-presslist input.noradius:focus {
    border: 1px solid #666666;
  }
  .mod-presslist input.noradius:focus {
    border: 1px solid #666666;
  }
  .mod-presslist .pressListFilter {
    margin: 20px 0;
    color: #a3a3a3;
    height: 25px;
  }
  .mod-presslist .pressListFilter label {
    line-height: 20px;
    display: inline-block;
  }
  .mod-presslist .pressListFilter input {
    margin-bottom: 0px;
  }
  .mod-presslist .pressListFilter .filterInput {
    width: 170px;
  }
  .mod-presslist .pressListFilter .filterInput input {
    width: 114px;
    background: white url("/templates/gfx/icon-search-custom.png") no-repeat 3px center;
    padding-left: 20px;
    font-size: 12px;
    height: 16px;
  }
  .mod-presslist .pressListFilter .filterDate {
    width: 250px;
  }
  .mod-presslist .pressListFilter .filterDate input {
    width: 63px;
    display: inline-block;
    font-size: 12px;
    height: 16px;
  }
  .mod-presslist .pressListFilter .filterSelect {
    width: 188px;
  }
  .mod-presslist .pressListFilter .filterSelect select {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    width: 188px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  .mod-presslist .pressListFilter .filterSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-presslist .pressListFilter .filterSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-presslist .pressListFilter .filterSubmit input {
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-presslist .well h1 {
    border-bottom: 1px dashed #999999;
    padding-bottom: 14px;
  }
  .mod-presslist .well .pressList {
    margin: 0 0 15px;
    list-style-type: none;
  }
  .mod-presslist .well .pressList .pressListItem {
    margin-top: 15px;
  }
  .mod-presslist .well .pressList .pressListItem .pressListItemDate {
    line-height: 20px;
  }
  .mod-presslist .well .pressList .pressListItem .pressListItemDate .icon-clock {
    width: 14px;
    height: 14px;
    position: relative;
    margin: -1px 0 0 5px;
  }
  .mod-presslist .well .pressList .pressListItem .pressListItemTeaser h3 {
    margin-top: 0;
  }
  .mod-presslist .well .pressList .pressListItem .pressListItemTeaser h3 a {
    color: #000;
  }
  .mod-presslist .well li a.link-inline {
    margin-left: 0;
  }
}
@media (max-width: 568px) {
  .mod-presslist h1 {
    font-size: 30px;
    word-wrap: break-word;
  }
  .mod-presslist .pressListFilter {
    height: auto;
  }
  .mod-presslist .pressListFilter .filterInput {
    width: 100%;
    margin-left: 1px;
  }
  .mod-presslist .pressListFilter .filterInput input {
    width: 262px;
  }
  .mod-presslist .pressListFilter .filterDate {
    display: none;
    margin: 10px 0px;
    width: 230px;
  }
  .mod-presslist .pressListFilter .filterDate input {
    width: 53px;
    display: inline-block;
  }
  .mod-presslist .pressListFilter .filterDate span {
    vertical-align: middle;
  }
  .mod-presslist .pressListFilter .filterSelect {
    display: none;
    width: 148px;
  }
  .mod-presslist .pressListFilter .filterSelect select {
    width: 148px;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
  }
  .mod-presslist .pressListFilter .filterSubmit {
    display: none;
  }
  .mod-presslist .pressListFilter .filterSubmit input {
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
  }
  .mod-presslist .well {
    clear: both;
  }
  .mod-presslist .pages ul {
    display: none;
  }
}
@media screen {
  .mod-presslist h1 {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-style: normal;
  }
  .mod-presslist .pressListFilter .filterSubmit input {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background-position: 0 -2px;
  }
  .mod-presslist .pressListFilter .filterSubmit input:hover {
    text-decoration: underline;
  }
  .mod-presslist .pressListFilter .filterSubmit input:hover,
  .mod-presslist .pressListFilter .filterSubmit input:focus {
    background-position: 0 -30px;
  }
  .mod-presslist .pressListFilter .filterSubmit input:hover {
    background-position: 0 -32px;
  }
}
@media print {
  .mod-contactform {
    display: none;
  }
}
.mod-contactform fieldset {
  border: 0;
  background: none;
}
.mod-contactform legend {
  border: 0;
  margin: 0;
}
.mod-contactform label {
  width: 160px;
  float: left;
  font-size: 17px;
  padding-top: 4px;
}
.mod-contactform .control {
  margin-left: 170px;
  width: 380px;
}
.mod-contactform span.help-inline {
  padding: 0;
  display: block;
  font-size: 17px;
  float: none;
}
.mod-contactform input.text,
.mod-contactform textarea,
.mod-contactform select {
  font-size: 14px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  border: 1px solid #999999;
}
.mod-contactform input.text:focus,
.mod-contactform textarea:focus,
.mod-contactform select:focus {
  border: 1px solid #000;
}
.mod-contactform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 12px;
  height: 23px;
}
.mod-contactform select::-ms-expand {
  display: none;
}
.mod-contactform textarea {
  height: 110px;
  resize: none;
}
.mod-contactform .form-actions {
  padding: 10px 0;
  margin-top: 0;
  background: none;
  border: none;
}
.mod-contactform .powermail_fieldwrap_check {
  margin-bottom: 10px;
}
.mod-contactform .powermail_fieldwrap_check .powermail_check_legend {
  line-height: 20px;
}
.mod-contactform .powermail_fieldwrap_check .powermail_check_inner {
  clear: both;
  padding-left: 170px;
  margin-top: 0 !important;
}
.mod-contactform .powermail_fieldwrap_check .powermail_check_inner input {
  float: left;
  margin-top: 8px;
}
.mod-contactform .powermail_fieldwrap_check .powermail_check_inner label {
  width: 75%;
  padding-left: 10px;
}
.mod-contactform .powermail_fieldwrap_check .powermail_check_inner .formErrorContent {
  margin-left: 20px;
}
.mod-contactform div.error {
  color: #ca2139 !important;
}
.mod-contactform div.error span.help-inline {
  padding: 4px 0 5px;
  display: block !important;
  width: 100%;
}
.mod-contactform div.error label {
  color: #ca2139 !important;
}
.mod-contactform div.error input,
.mod-contactform div.error textarea {
  color: #000;
  border: 1px solid #ca2139;
  background: #f0c3cb;
}
.ie7 .mod-contactform .controls-row input.text,
.ie7 .mod-contactform .controls-row textarea {
  position: relative;
  top: 0;
  left: -170px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer {
	loat: left;
	margin-left: 10px;
	width: 100%;
}
.mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner {
  clear: both;
  padding-left: 0;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer {
  float: left;
  margin-left: 10px;
  width: 470px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner {
  margin-top: 10px;
  padding-left: 0;
  clear: both;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner input {
  float: left;
  margin-top: 8px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
  line-height: 23px;
  width: 90%;
  padding-left: 10px;
}
.mod-contactform .powermail_form legend.powermail_label {
  line-height: inherit;
  padding-top: 13px;
  width: 158px;
  float: left;
  word-wrap: break-word;
}
.mod-contactform .powermail_form legend.powermail_label.powermail_check_legend {
  padding-top: 4px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_text {
  font-size: 17px;
  margin: 10px 0 20px 0;
}
.mod-contactform .powermail_form .powermail_fieldwrap_text+.powermail_fieldwrap_check {
  margin-top: -5px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_text+.powermail_fieldwrap_radio {
  margin-top: -10px;
}
@media (min-width: 569px) and (max-width: 767px) {
  .mod-contactform label {
    float: none;
  }
  .mod-contactform .control {
    margin-left: 0;
    width: 100%;
  }
  .mod-contactform select {
    width: 100% !important;
  }
  .mod-contactform .powermail_fieldwrap_check .powermail_check_inner label {
    width: auto;
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .mod-contactform label {
    float: none;
  }
  .mod-contactform .control {
    margin-left: 0;
    width: 100%;
  }
  .mod-contactform select {
    width: 100% !important;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_legend {
    float: none;
    width: auto;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner {
    padding-left: 0 !important;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner label {
    width: 90%;
    padding-left: 20px;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner .formErrorContent {
    margin-left: 20px;
    margin-top: -15px;
  }
}
.mod-contactform legend,
.mod-contactform .special-label label {
  font-size: 23px;
  color: #000;
}
.mod-contactform .special-label label {
  padding-top: 3px;
  line-height: 27px;
}
.mod-contactform .special-label .help-inline {
  padding-top: 8px !important;
}
.mod-contactform .form-actions input.btn-submit {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  border: none;
  background: transparent url('../../templates/gfx/bp/btnSprite.png') 0 0 no-repeat;
  color: #FFF !important;
  height: 25px;
  padding: 0 15px;
}
.mod-contactform select {
  background: url('../../templates/gfx/bp/arrows-red.png') 98% -170px no-repeat;
}
.ie7 .mod-contactform select,
.ie8 .mod-contactform select,
.ie9 .mod-contactform select {
  background-image: none;
}
.mod-contactform .powermail_form .powermail_fieldwrap {
  margin-bottom: 10px;
}
.mod-contactform .powermail_form legend.powermail_label {
  width: 159px;
  float: left;
  font-size: 17px;
  padding-top: 4px;
  color: #505050;
}
.mod-contactform .powermail_form .powermail_fieldwrap_text {
  color: #000;
  display: block;
}
.mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer  .powermail_check_inner {
  clear: none;
  margin-top: 10px;
  padding-left: 170px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_file {
  margin-bottom: 10px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_file .powermail_fieldwrap_file_inner {
  margin-left: 170px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_file .powermail_fieldwrap_file_inner input[type="file"] {
  line-height: 15px;
  padding-top: 5px;
}
.mod-contactform .powermail_form hr.seperator-dashed {
  margin-bottom: 20px !important;
}
.mod-contactform .powermail_form .form-actions.powermail_fieldwrap_submit {
  margin-bottom: 0;
}
.mod-contactform .powermail_form .formErrorContent {
  margin-left: -82px;
  margin-top: 2px;
}
.mod-contactform .powermail_morestep #powermail_tabmenu li {
  color: #A3424D;
  cursor: default;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #DDD #DDD transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  padding: 8px;
  line-height: 20px;
  border-radius: 4px 4px 0px 0px;
  display: block;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 0px;
}
.mod-contactform .powermail_morestep #powermail_tabmenu li:hover {
  text-decoration: underline;
  background-color: #EEE;
}
.mod-contactform .powermail_morestep #powermail_tabmenu li.active {
  background-color: #EEE;
}
.mod-contactform .powermail_morestep #powermail_tabmenu li.active:hover {
  text-decoration: none;
}
.mod-contactform .powermail_morestep .powermail_fieldset hr.seperator-dashed {
  display: none;
}
.mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer {
  float: left;
  margin-left: 10px;
  width: 470px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner {
  clear: both;
  padding-left: 0;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer {
  float: left;
  margin-left: 10px;
  width: 470px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner {
  margin-top: 10px;
  padding-left: 0;
  clear: both;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner input {
  float: left;
  margin-top: 8px;
}
.mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
  line-height: 23px;
  width: 90%;
  padding-left: 10px;
}
.mod-contactform .powermail_form legend.powermail_label {
  line-height: inherit;
  padding-top: 13px;
}
@media (min-width: 569px) and (max-width: 767px) {
  .mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .mod-contactform label {
    float: none;
  }
  .mod-contactform .control {
    margin-left: 0;
    width: 100%;
  }
  .mod-contactform select {
    width: 100% !important;
  }
  .mod-contactform .powermail_morestep #powermail_tabmenu li {
    padding: 5px;
    font-size: 16px;
    margin-left: 10px;
  }
  .mod-contactform .powermail_morestep .powermail_fieldset hr.seperator-dashed {
    display: none;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_legend {
    float: none;
    width: auto;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer {
    width: auto;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner {
    padding-left: 0 !important;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner label {
    width: 100%;
    padding-left: 20px;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner .formErrorContent {
    margin-left: 20px;
    margin-top: -15px;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer {
    width: auto;
  }
  .mod-contactform .powermail_form .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
    padding-left: 20px;
    width: 100%;
  }
}
.mod-newsletterform fieldset {
  border: 0;
  background: none;
  margin: 20px 0;
}
.mod-newsletterform legend {
  border: 0;
  margin: 0;
}
.mod-newsletterform label {
  font-size: 17px;
  padding-top: 4px;
  cursor: pointer;
  float: left;
}
.mod-newsletterform div.control {
  margin-left: 230px;
  width: 380px;
}
.mod-newsletterform span.help-inline {
  padding: 0;
  display: block;
  font-size: 16px;
  float: none;
}
.mod-newsletterform input.text,
.mod-newsletterform textarea,
.mod-newsletterform select {
  font-size: 14px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  border: 1px solid #999999;
}
.mod-newsletterform input.text:focus,
.mod-newsletterform textarea:focus,
.mod-newsletterform select:focus {
  border: 1px solid #000;
}
.mod-newsletterform legend + .control-group {
  margin-top: 0;
}
.mod-newsletterform .radio-wrapper label.radio {
  display: block;
  float: none;
  width: auto;
  padding: 5px 30px;
  margin: 5px 0;
  border: 0 !important;
}
.mod-newsletterform .radio-wrapper label.radio strong {
  display: block;
}
.mod-newsletterform .error label.radio {
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
}
.mod-newsletterform .checkbox-wrapper {
  padding: 10px 20px 20px 0;
}
.mod-newsletterform .checkbox-wrapper p {
  margin: 0;
}
.mod-newsletterform .checkbox-wrapper ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.mod-newsletterform .checkbox-wrapper ul label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 0;
}
.mod-newsletterform .checkbox-wrapper ul li.checkAll {
  position: relative;
  top: 20px;
  left: 0;
}
.mod-newsletterform label.checkbox {
  margin-bottom: 0;
}
.ie7 .mod-newsletterform .controls-row input.text,
.ie7 .mod-newsletterform .controls-row textarea {
  position: relative;
  top: 0;
  left: -230px;
}
.mod-newsletterform .captcha label {
  width: 140px;
}
.mod-newsletterform .captcha div.control {
  margin-left: 150px;
  padding-top: 10px;
}
.ie7 .mod-newsletterform .captcha input.text {
  left: -150px;
}
.mod-newsletterform .form-actions {
  padding: 10px 0;
  margin-top: 0;
  background: none;
  border: none;
}
.mod-newsletterform .error {
  color: #ca2139 !important;
}
.mod-newsletterform .error span.help-inline {
  padding: 4px 0 5px;
  display: block !important;
  width: 100%;
}
.mod-newsletterform .error label,
.mod-newsletterform .error a {
  color: #ca2139 !important;
}
.mod-newsletterform .error input.text,
.mod-newsletterform .error textarea {
  color: #000;
  border: 1px solid #ca2139;
  background: #f0c3cb;
}
.ie7 .mod-newsletterform fieldset {
  padding: 0 3px !important;
}
.ie7 .mod-newsletterform fieldset legend {
  position: relative;
  top: 0;
  left: -5px;
}
@media (max-width: 568px) {
  .mod-newsletterform p.teaser {
    float: none;
  }
  .mod-newsletterform div.control {
    margin-left: 0;
    width: auto;
  }
}
@media screen {
  .mod-timeline {
    position: relative;
    margin-bottom: 20px;
  }
  .mod-timeline .timeline-toplinks {
    position: relative;
    margin: 0 0 5px 0;
    float: right;
  }
  .mod-timeline .timeline-toplinks li {
    list-style: none;
    float: left;
  }
  .mod-timeline .timeline-toplinks li a {
    color: #993333;
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding: 0 10px;
  }
  .mod-timeline .timeline-toplinks li a::before {
    content: '';
    margin: 6px 4px 0 0;
    border-left: 5px solid;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: inline-block;
  }
  .mod-timeline .timeline-box {
    background: url('../../templates/gfx/bp/timeline-bg-outer.png') repeat-x 0 10px;
    position: relative;
    clear: both;
  }
  .mod-timeline .timeline-box .timeline-scroll {
    margin: 0 20px;
    overflow: hidden;
    padding: 5px 0 0;
    height: 100px;
    position: relative;
  }
  .mod-timeline .timeline-box .timeline-scroll ul {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100000px;
  }
  .mod-timeline .timeline-box .timeline-scroll ul li {
    float: left;
    list-style: none;
    display: block;
    width: 180px;
    height: 100px;
    margin: 0;
    padding: 0;
    background: url('../../templates/gfx/bp/timeline-bg.png') no-repeat 0 10px;
  }
  .mod-timeline .timeline-box .timeline-scroll ul li a,
  .mod-timeline .timeline-box .timeline-scroll ul li span {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    display: block;
  }
  .mod-timeline .timeline-box .timeline-scroll ul.timeline-scroll-phase-hidden li a,
  .mod-timeline .timeline-box .timeline-scroll ul.timeline-scroll-phase-hidden li span {
    padding: 42px 2px 0;
  }
  .mod-timeline .timeline-box .timeline-scroll ul li.active a,
  .mod-timeline .timeline-box .timeline-scroll ul li.active span.current {
    background: url('../../templates/gfx/bp/timeline-active.png') no-repeat 80px 0;
    color: #000;
  }
  .mod-timeline .timeline-box .timeline-scroll ul li span.current,
  .mod-timeline .timeline-box .timeline-scroll ul li.active span.current {
    color: #99333c;
  }
  .mod-timeline .controlls a {
    position: absolute;
    top: 0;
    display: block;
    width: 20px;
    height: 100px;
    background: url('../../templates/gfx/bp/timeline-buttons.png') no-repeat;
    text-indent: -9999px;
  }
  .mod-timeline .controlls .prev {
    left: 0;
    background-position: 0 20px;
  }
  .mod-timeline .controlls .prev:hover {
    background-position: -20px 20px;
  }
  .mod-timeline .controlls .next {
    right: 0;
    background-position: 0 -80px;
  }
  .mod-timeline .controlls .next:hover {
    background-position: -20px -80px;
  }
}
@media (max-width: 568px) {
  .mod-timeline .timeline-box .timeline-scroll ul li {
    padding: 0 35px;
    background-position: -4px 10px;
  }
}
.tx-rsmzeitstrahl-pi1 {
  position: relative;
}
.tx-rsmzeitstrahl-pi1 .control-group {
  margin-bottom: 0;
  margin-right: -20px;
}
.tx-rsmzeitstrahl-pi1 .control-group select {
  float: right;
  width: 20% !important;
  margin: 0 0 0 10px;
  padding: 0 0 0 3px;
  font-size: 14px;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
  max-height: none !important;
  min-height: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 12px;
  height: 23px;
  background: url("../../templates/gfx/lp/small-arrow-down.png") 98% 50% no-repeat;
  border: 1px solid #999999;
}
.tx-rsmzeitstrahl-pi1 .control-group select:focus {
  border: 1px solid #000;
}
.tx-rsmzeitstrahl-pi1 .control-group select::-ms-expand {
  display: none;
}
.mod-article .zeitstrahl {
  position: relative;
  width: 700px;
  height: 279px;
  overflow-x: auto;
  margin-left: -30px;
  background: url("/templates/gfx/lp/timeline-hg.png") left -7px no-repeat;
}
.mod-article .zeitstrahl.active-zeitstrahl {
  background-image: url("/templates/gfx/lp/timeline-hg-active.png");
}
.mod-article .tx-rsmzeitstrahl-pi1 .zeitstrahl .prev-bt,
.mod-article .tx-rsmzeitstrahl-pi1 .zeitstrahl .next-bt,
.mod-article .tx-rsmzeitstrahl-pi1 .prev-bt,
.mod-article .tx-rsmzeitstrahl-pi1 .next-bt {
  display: none !important;
}
.mod-article .zeitstrahl .history-list {
  position: relative;
  z-index: 50;
  height: 210px;
  padding: 0 0 0 0;
}
.mod-article .zeitstrahl .history-list .history-item {
  position: relative;
  height: 105px;
  float: left;
  width: 240px;
  cursor: pointer;
  text-align: center;
  margin-left: -120px;
  background-image: url("/templates/gfx/lp/timelinePoints.png");
  background-repeat: no-repeat;
  margin-right: 10px;
}
.mod-article .zeitstrahl .history-list .history-item:first-child {
  margin-left: 0px;
  width: 180px;
  margin-right: 40px;
}
.mod-article .zeitstrahl .history-list .history-item.last-child {
  margin-left: -90px;
  width: 180px;
  margin-right: 0;
}
.mod-article .zeitstrahl .history-list .history-item.up {
  top: 0px;
  padding-bottom: 30px;
  background-position: center 90px;
}
.mod-article .zeitstrahl .history-list .history-item.up.active {
  background-position: center -68px;
}
.mod-article .zeitstrahl .history-list .history-item.down {
  top: 75px;
  padding-top: 30px;
  background-position: center 15px;
}
.mod-article .zeitstrahl .history-list .history-item.down.active {
  background-position: center -143px;
}
.mod-article .zeitstrahl .history-list .title {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 10px 0 0 0;
}
.mod-article .zeitstrahl .history-list .up .title {
  padding-top: 5px;
}
.mod-article .zeitstrahl .history-list .active .title {
  padding: 0;
}
.mod-article .zeitstrahl .history-list .title p {
  position: relative;
  font-size: 13px;
  padding: 0;
  margin: 0 !important;
}
.mod-article .zeitstrahl .history-list .title p.itemdate {
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  color: #000;
  font-size: 22px !important;
  line-height: 26px;
}
.mod-article .zeitstrahl .history-list .title p.itemtitle {
  line-height: 20px;
  font-size: 14px !important;
}
.mod-article .zeitstrahl .history-list .active .title p.itemdate {
  font-size: 30px !important;
  line-height: 72px;
}
.mod-article .zeitstrahl .history-list .active.up .title p.itemdate {
  padding-top: 0px;
}
.mod-article .zeitstrahl .history-list .active.down .title p.itemdate {
  padding-top: 20px;
}
.mod-article .zeitstrahl .history-list .active.double-text .title p.itemdate {
  font-size: 24px !important;
  line-height: 31px;
}
.mod-article .zeitstrahl .history-list .active.up.double-text .title p.itemdate {
  padding-top: 5px;
}
.mod-article .zeitstrahl .history-list .active.down.double-text .title p.itemdate {
  padding-top: 25px;
}
.mod-article .zeitstrahl .history-list .active .title p.itemtitle {
  display: none;
}
.mod-article .well.article .wrap-content .zeitstrahlviewer p {
  font-size: 14px;
  line-height: 20px;
}
.mCSB_scrollTools {
  opacity: 1 !important;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 30px;
  right: 30px;
  bottom: 50px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  top: -130px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:focus,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:focus,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
  opacity: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: -30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: -30px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0;
}
.mod-article .zeitstrahlviewer {
  margin: 0 0 0 -30px;
  width: 700px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox {
  padding: 15px 0px;
  width: 700px;
  z-index: 1001;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .pic {
  float: left;
  width: 150px;
  margin: 0 15px 0 30px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .pic p.bu,
.mod-article .zeitstrahlviewer .zeitstrahllightbox .pic p.copy {
  color: #000000;
  font-size: 12px;
  margin: 0;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .text {
  float: left;
  width: 475px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .text > p {
  color: #000000;
  margin: 0;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .text p.pointed-brand {
  font-size: 12px;
  margin-bottom: 0;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .text h3.title {
  color: #000000;
  margin-top: 10px;
  font-size: 30px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .mod-slider {
  padding-bottom: 15px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox .mod-slider ul > li {
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text {
  width: 100%;
  margin-left: 0;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text > p {
  margin: 0 30px 10px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text .pointed-brand {
  margin-left: 30px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text .js-close {
  margin-right: 30px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text h3.title {
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
.mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly .text .mod-slider ul {
  margin-left: 0;
}
@media (max-width: 568px) {
  .mod-article .zeitstrahl {
    width: 290px;
  }
  .mod-article #zeitstrahlviewer,
  .mod-article #zeitstrahlviewer .zeitstrahllightbox {
    width: 290px;
    position: relative;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox {
    padding-top: 25px;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox .pic {
    float: none;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox .text {
    float: none;
    margin: 0 15px 0 30px;
    width: auto;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox .text .js-close {
    position: absolute;
    right: 15px;
    top: -5px;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox.textonly .text {
    margin: 0;
  }
  .mod-article #zeitstrahlviewer .zeitstrahllightbox.textonly .text .js-close {
    margin-right: 0;
  }
}
.bp .mod-article .zeitstrahl .history-list .history-item {
  background-image: url("/templates/gfx/bp/timelinePoints-bp.png");
}
.bp .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.bp .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #993333 !important;
}
.bp .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.bp .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #993333 !important;
}
.bp .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  background: url('../../templates/gfx/slider-direction-prev-red.png');
}
.bp .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  background: url('../../templates/gfx/slider-direction-next-red.png');
}
@media screen {
  .mod-multibox-light {
    padding: 25px 40px;
  }
  .mod-multibox-light .mod-header h1 {
    font-size: 33px;
    line-height: 38px;
    width: 500px;
    margin: 10px 0 30px;
    float: left;
  }
  .mod-multibox-light .mod-header i.bubble-paragraph {
    display: block;
    float: right;
    width: 90px;
    height: 100px;
    background: url('../../templates/gfx/bp/bubble-paragraph.png') no-repeat;
  }
  .mod-multibox-light .tab-header {
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  .mod-multibox-light .mod-body {
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 11;
    width: auto;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .mod-multibox-light .mod-body .mod-lawnavi {
    padding: 15px 0 20px;
  }
  .mod-multibox-light .mod-body .mod-lawnavi a.back {
    font-size: 14px;
  }
  .mod-multibox-light .mod-body .mod-lawnavi i.ico-text {
    background: url('../../templates/gfx/bp/ico-text.png') no-repeat;
    width: 18px;
    height: 12px;
  }
  .mod-multibox-light .mod-body .mod-lawnavi ul {
    float: right;
    list-style: none;
    margin: 0;
  }
  .mod-multibox-light .mod-body .mod-lawnavi ul li {
    float: left;
  }
  .mod-multibox-light .mod-body .mod-lawnavi ul li a {
    background: none;
    width: 200px;
    display: inline-block;
    font-weight: 300;
    background: url('../../templates/gfx/bp/arrows-red.png') no-repeat;
    padding-left: 17px;
    line-height: 18px;
  }
  .mod-multibox-light .mod-body .mod-lawnavi ul li a.prev {
    background-position: 0 -267px;
  }
  .mod-multibox-light .mod-body .mod-lawnavi ul li a.next {
    background-position: 0 -87px;
  }
  .mod-multibox-light .mod-body h2 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    color: #505050;
  }
  .mod-multibox-light .mod-body h3 {
    font-size: 24px;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs {
    margin-top: 40px;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul {
    list-style: none;
    margin: 0;
    border: none;
    border: 0;
    height: 42px;
    overflow: hidden;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li {
    float: left;
    overflow: hidden;
    box-shadow: 6px 3px 6px 0px rgba(157,150,147,0.1);
    -moz-box-shadow: 6px 3px 6px rgba(157,150,147,0.1);
    -webkit-box-shadow: 6px 3px 6px 0px rgba(157,150,147,0.1);
    background: #fff;
    border: 0px solid #E9E9E9;
    border-width: 1px;
    border-top-color: #F1F1F1;
    border-left-color: transparent;
    position: relative;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li a {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999999;
    display: block;
    letter-spacing: -0.5px;
    padding: 10px 25px;
    margin: 0;
    text-decoration: none !important;
    -webkit-touch-callout: default;
    -webkit-user-select: none;
    font-size: 17px;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:hover {
    border-color: #F1F1F1;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:hover a {
    background-color: #F1F1F1;
    border: none;
    color: #505050;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li.active {
    border: 0px solid #F1F1F1;
    border-right-color: #E9E9E9;
    border-width: 1px;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li.active a {
    background-color: #F1F1F1;
    border: none;
    color: #505050;
    z-index: 6;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li.active:last-child {
    border-right-color: #F1F1F1;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:first-child {
    border-left-color: #F1F1F1;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:nth-child(1) {
    z-index: 5;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:nth-child(2) {
    z-index: 4;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:nth-child(3) {
    z-index: 3;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:nth-child(4) {
    z-index: 2;
  }
  .mod-multibox-light .mod-body .mod-tabbox-tabs ul li:nth-child(5) {
    z-index: 1;
  }
  .mod-multibox-light .mod-body .tab-pane {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .mod-multibox-light .mod-body .tab-pane .tab-content {
    background: #f1f1f1;
    background: -moz-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
    background: -o-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
    background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 100%);
    padding: 10px;
  }
  .mod-multibox-light .mod-body .tab-pane .tab-content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .mod-multibox-light .mod-body .tab-pane .tab-content h5 {
    font-size: 14px;
    font-weight: bold;
    color: #505050;
  }
  .mod-multibox-light .mod-body .tab-pane.active {
    height: auto;
  }
}
@media screen {
  .mod-mediathek {
    padding: 0;
  }
  .mod-mediathek > h2 {
    margin: 10px 20px 15px;
    font-size: 35px;
  }
  .mod-mediathek p.result {
    margin: 20px 20px 40px;
    font-size: 32px;
    line-height: 100%;
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    color: #000;
  }
  .mod-mediathek input.noradius {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
  }
  .mod-mediathek input.noradius:focus {
    border: 1px solid #666666;
  }
  .mod-mediathek input.noradius:focus {
    border: 1px solid #666666;
  }
  .mod-mediathek .pull-left {
    float: left;
  }
  .mod-mediathek .pull-right {
    float: right;
  }
  .mod-mediathek .filter-header {
    margin: 20px;
    color: #a3a3a3;
    height: 50px;
  }
  .mod-mediathek .filter-header span {
    line-height: 20px;
  }
  .mod-mediathek .filter-header input {
    margin-bottom: 0px;
  }
  .mod-mediathek .filter-header label {
    color: #505050;
  }
  .mod-mediathek .filter-header .filterInput {
    width: 270px;
  }
  .mod-mediathek .filter-header .filterInput label {
    margin: 0;
  }
  .mod-mediathek .filter-header .filterInput label span {
    display: none;
  }
  .mod-mediathek .filter-header .filterInput input {
    width: 214px;
    background: white url("/templates/gfx/icon-search-custom.png") no-repeat 3px center;
    padding-left: 20px;
    font-size: 12px;
    height: 16px;
  }
  .mod-mediathek .filter-header .filterDate {
    width: 250px;
  }
  .mod-mediathek .filter-header .filterDate label {
    margin: 0;
    display: inline-block;
  }
  .mod-mediathek .filter-header .filterDate input {
    width: 63px;
    display: inline-block;
    height: 16px;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
  }
  .mod-mediathek .filter-header .filterDate span {
    vertical-align: middle;
  }
  .mod-mediathek .filter-header .categorySelect,
  .mod-mediathek .filter-header .themeSelect {
    width: 140px;
  }
  .mod-mediathek .filter-header .categorySelect label,
  .mod-mediathek .filter-header .themeSelect label {
    margin: 0;
  }
  .mod-mediathek .filter-header .categorySelect label span,
  .mod-mediathek .filter-header .themeSelect label span {
    display: none;
  }
  .mod-mediathek .filter-header .categorySelect select,
  .mod-mediathek .filter-header .themeSelect select {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    width: 140px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  .mod-mediathek .filter-header .categorySelect select:focus,
  .mod-mediathek .filter-header .themeSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-mediathek .filter-header .categorySelect select:focus,
  .mod-mediathek .filter-header .themeSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-mediathek .filter-header .themeSelect {
    width: 210px;
  }
  .mod-mediathek .filter-header .themeSelect select {
    width: 210px;
  }
  .mod-mediathek .filter-header .filterSubmit {
    display: block;
  }
  .mod-mediathek .filter-header .filterSubmit input {
    border: none;
    background: url("../../templates/gfx/lp/btnSprite.png") 0px 0px no-repeat;
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-mediathek .filter-header .filterSubmit input:hover,
  .mod-mediathek .filter-header .filterSubmit input:focus {
    text-decoration: underline;
  }
  .mod-mediathek .well {
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 20px;
  }
  .mod-mediathek h2.result {
    margin: 10px 15px 30px 15px;
  }
  .mod-mediathek .tab-header {
    margin: 0;
    border: none;
  }
  .mod-mediathek .tab-header ul {
    list-style: none;
    margin: 0 0 -10px;
    border: none;
    height: 50px;
    box-shadow: 5px -5px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px -5px 5px 0px rgba(0,0,0,0.1);
    display: inline-block;
  }
  .mod-mediathek .tab-header ul li {
    float: left;
    overflow: hidden;
    margin: 0;
    border: none;
    position: relative;
  }
  .mod-mediathek .tab-header ul li a {
    line-height: 45px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #6e6e6e;
    display: block;
    letter-spacing: -0.5px;
    padding: 0 25px;
    margin: 0;
    text-decoration: none !important;
    -webkit-touch-callout: default;
    -webkit-user-select: none;
    box-shadow: inset 15px -10px 15px -15px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 15px -10px 15px -15px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 15px -10px 15px -15px rgba(0,0,0,0.2);
  }
  .mod-mediathek .tab-header ul li.active a,
  .mod-mediathek .tab-header ul li a:hover {
    background-color: #333;
    border: none;
    color: #FFF;
  }
  .mod-mediathek .mod-body.big {
    display: block;
  }
  .mod-mediathek .mod-body.small {
    display: none;
  }
  .mod-mediathek .mod-body {
    position: relative;
    box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -moz-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 11;
    width: auto;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
  }
  .mod-mediathek .mod-body .teaser a {
    color: #505050;
    letter-spacing: -0.5px;
  }
  .mod-mediathek .mod-body li .hl-sans {
    margin-top: 10px;
  }
  .mod-mediathek .mod-body .tab-pane {
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
  }
  .mod-mediathek .mod-body .tab-pane.active {
    display: block;
    height: auto;
  }
  .mod-mediathek .mod-body .slides {
    display: block;
    margin: 0 0 0 15px;
    height: 100%;
  }
  .mod-mediathek .mod-body .slides li {
    display: block;
    border: none;
    float: left;
    height: 275px;
    padding: 0;
    margin: 0 15px 15px 0;
    width: 216px;
    overflow: hidden;
  }
  .mod-mediathek .mod-body .slides li .pointed-brand {
    line-height: 20px;
    font-size: 12px;
    width: 120px;
    color: #6e6e6e;
    margin: 0;
  }
  .mod-mediathek .mod-body .slides li .iconbar {
    line-height: 20px;
    font-size: 12px;
    color: #6e6e6e;
  }
  .mod-mediathek .mod-body .slides li .iconbar i {
    margin-top: -1px;
  }
  .mod-mediathek .mod-body .slides li .teaser {
    margin-bottom: 5px;
  }
  .mod-mediathek .mod-body .slides li .teaser a {
    color: #000;
  }
  .mod-mediathek .mod-body .slides li a {
    position: relative;
    display: block;
    margin: 0;
  }
  .mod-mediathek .mod-body .slides li > a:first-child {
    background: #f2f2f2;
    line-height: 121px;
    margin: 10px 0 15px;
    text-align: center;
  }
  .mod-mediathek .mod-body .slides li a > img.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    left: 78px;
    top: 30px;
  }
  .mod-mediathek .mod-body .slides li a > img.btn-foto {
    position: absolute;
    width: 63px;
    height: 49px;
    margin: 0 auto;
    left: 75px;
    top: 39px;
  }
}
@media (max-width: 568px) {
  .mod-mediathek .filter-header {
    margin: 0 0 10px 0;
    height: auto;
  }
  .mod-mediathek .filter-header .filterInput {
    width: 100%;
    margin-left: 1px;
  }
  .mod-mediathek .filter-header .filterInput input {
    width: 264px;
  }
  .mod-mediathek .filter-header .filterDate {
    display: none;
    margin: 10px 0px;
    width: 230px;
  }
  .mod-mediathek .filter-header .filterDate input {
    width: 53px;
    display: inline-block;
  }
  .mod-mediathek .filter-header .filterDate span {
    vertical-align: middle;
  }
  .mod-mediathek .filter-header .categorySelect,
  .mod-mediathek .filter-header .themeSelect {
    display: none;
    width: 130px;
  }
  .mod-mediathek .filter-header .categorySelect select,
  .mod-mediathek .filter-header .themeSelect select {
    width: 130px;
    height: 25px;
    line-height: 25px;
    padding: 0 4px;
  }
  .mod-mediathek .filter-header .filterSubmit {
    display: none;
  }
  .mod-mediathek .well {
    clear: both;
  }
  .mod-mediathek .well .tab-header .nav-tabs {
    height: 40px;
    overflow: hidden;
  }
  .mod-mediathek .well .tab-header .nav-tabs li a {
    font-size: 16px;
    line-height: 35px;
    padding: 0px 12px 0px 7px;
    margin: 0 -5px 6px 0px;
    letter-spacing: -0.5px;
  }
  .mod-mediathek .well .mod-body {
    padding: 13px 15px 13px 0px;
  }
  .mod-mediathek .well .mod-body .slides li {
    width: 260px;
    padding: 0;
    margin: 0;
  }
  .mod-mediathek .well .mod-body .slides li a > img.btn-play {
    left: 100px;
  }
  .mod-mediathek .well .mod-body .slides li a > img.btn-foto {
    left: 97px;
  }
  .mod-mediathek .well .mod-body.big {
    display: none;
  }
  .mod-mediathek .well .mod-body.small {
    display: block;
  }
  .mod-mediathek .well .pages div {
    width: 50%;
  }
  .mod-mediathek .well .pages div ul {
    width: 72px;
    height: 24px;
    overflow: hidden;
  }
  .mod-mediathek .well .pages div ul li.first {
    width: 0px;
    display: none;
    margin: 0;
  }
}
.bp .mod-mediathek .tab-header ul li.active a {
  background-color: ;
}
.bp .mod-mediathek .filterSubmit input {
  background-image: url('../../templates/gfx/bp/btnSprite.png');
}
.bp .mod-mediathek .pages {
  margin: 0px 15px;
}
.mod-media-single {
  margin-bottom: 20px;
}
.mod-media-single .well {
  padding: 0 0 10px !important;
}
.mod-media-single .well .teaser-text h1 a {
  color: #000;
}
.mod-media-single .mod-media iframe {
  z-index: 1;
}
.mod-media-single .mod-body {
  margin: 15px 30px;
  position: relative;
}
.mod-media-single .mod-body h1 {
  font-size: 30px;
}
.mod-media-single .mod-body .teaser-text {
  width: 650px;
  margin-bottom: 10px;
}
.mod-media-single .mod-body .teaser-text p {
  margin-bottom: 20px;
}
.mod-media-single .mod-body .iconbar {
  position: absolute;
  top: 0;
  right: 0;
}
.mod-media-single .mod-body .iconbar li {
  float: left;
  margin-left: 10px;
  line-height: 20px;
  text-align: right !important;
}
.mod-media-single .mod-body .iconbar li a {
  line-height: 20px;
  height: 20px !important;
  display: block;
}
.mod-media-single .mod-body .iconbar li a.link-inline {
  display: inline;
}
@media (max-width: 568px) {
  .mod-media-single .mod-body .teaser-text {
    width: 100%;
  }
  .mod-media-single .mod-body .teaser-text p.bodytext {
    display: none;
  }
  .mod-media-single .mod-body .iconbar {
    position: relative;
    margin-top: 20px;
  }
  .mod-media-single .mod-body .iconbar li {
    margin: 0 10px 0 0;
  }
}
.bp div.playerwrapper .videoplayer {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
}
.bp div.playerwrapper ul#pvolume li.active button {
  background-color: #c46d77;
}
@media screen {
  .mod-mediaDetail {
    padding: 0;
    margin-bottom: 20px;
  }
  .mod-mediaDetail .pull-left {
    float: left;
  }
  .mod-mediaDetail .pull-right {
    float: right;
  }
  .mod-mediaDetail .well {
    padding: 15px 0;
    border: none;
    position: relative;
    overflow: hidden;
  }
  .mod-mediaDetail .well .mod-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-mediaDetail .well h1 {
    font-size: 30px;
    margin: 15px;
  }
  .mod-mediaDetail .well h1 hr {
    margin: 0px;
  }
  .mod-mediaDetail .well .mod-body {
    position: relative;
  }
  .mod-mediaDetail .well .mod-body a {
    position: relative;
    display: block;
    margin: 0;
  }
  .mod-mediaDetail .well .mod-body a > img.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
  }
  .mod-mediaDetail .well .mod-body a > img.btn-foto {
    position: absolute;
    width: 63px;
    height: 49px;
    left: 50%;
    top: 50%;
    margin: -32px 0 0 -25px;
  }
  .mod-mediaDetail .well .mod-body .img {
    max-width: 100%;
    height: 525px;
    line-height: 525px;
    text-align: center;
    background-color: #f2f2f2;
  }
  .mod-mediaDetail .well .mod-body .img img.video-bg {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
  }
  .mod-mediaDetail .well .mod-body .desc {
    margin: 15px;
    width: 80%;
  }
  .mod-mediaDetail .well .mod-body .util {
    float: right;
    margin: 15px;
  }
  .mod-mediaDetail .well .mod-body .util a i.ico-download-gold {
    width: 17px;
    height: 16px;
    margin-top: -2px;
  }
  .mod-mediaDetail .mod-audio div.jp-audio div.jp-interface div.jp-position {
    margin-left: -215px;
    width: 420px;
  }
  .mod-mediaDetail .mod-audio div.jp-audio div.jp-interface div.jp-position ul.jp-controls {
    width: 420px;
  }
  .mod-mediaDetail .mod-audio div.jp-audio div.jp-interface .jp-container {
    width: 364px;
  }
  .mod-mediaDetail .mod-audio div.jp-audio div.jp-interface .jp-progress {
    width: 370px;
  }
  .mod-mediaDetail.slider .well {
    padding-bottom: 50px;
  }
  .mod-mediaDetail.slider .well .wrap-media {
    height: auto;
  }
  .mod-mediaDetail.slider .well .wrap-media .mod-slider {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    margin: 0;
  }
  .mod-mediaDetail.slider .well .wrap hr {
    margin: 15px 30px;
  }
  .mod-mediaDetail.slider .well .wrap-content {
    margin: auto 30px;
  }
  .mod-mediaDetail.slider .well .util {
    padding-top: 11px;
    text-align: right;
  }
  .mod-mediaDetail.slider .well .util i.ico-download-gold {
    width: 17px;
    height: 16px;
    margin-top: -2px;
  }
}
@media (max-width: 568px) {
  .mod-mediaDetail .well {
    clear: both;
  }
  .mod-mediaDetail .well .mod-body {
    padding: 13px 0px;
  }
  .mod-mediaDetail .well .mod-body .img {
    height: 290px;
    line-height: 290px;
  }
  .mod-mediaDetail .well .pages div {
    width: 50%;
  }
  .mod-mediaDetail .well .pages div ul {
    width: 72px;
    height: 24px;
    overflow: hidden;
  }
  .mod-mediaDetail .well .pages div ul li.first {
    width: 0px;
    display: none;
    margin: 0;
  }
  .mod-mediaDetail.slider .well {
    padding-bottom: 45px;
  }
  .mod-mediaDetail.slider .well .util {
    text-align: left;
  }
  .mod-mediaDetail.slider .mod-slider.imageline ul.flex-direction-nav-2 a {
    top: 121px;
  }
}
.well.law {
  padding-left: 0;
  padding-right: 0;
}
.mod-commentinactive {
  background-color: #993333;
  padding: 6px 0 6px 10px;
  margin: 0px 25px 30px 30px;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin-bottom: 30px;
  display: block;
  background-image: url("/templates/gfx/menu-arrow-light-left-bp-big.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;  
}

.mod-commentinactive a{
	color:#ffffff !important;
	text-decoration: underline !important;
}
.mod-commentinactive a:hover{
	text-decoration: none !important;
}

.well.law {
  padding-left: 0;
  padding-right: 0;
}
.mod-comment-form {
  background-image: url('/templates/gfx/arrow-up-overlay.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 20px 0 0;
  padding-top: 10px;
  background-color: #f0f0f0;
}
.mod-comment-form form {
  padding: 30px 40px;
  margin: 0;
}

.mod-comment-form-not-logged-in {
  position: relative;
}

.mod-comment-form-not-logged-in-overlay {
  top: 10px;
  right: 0;
  bottom: 0;
  left:0;
  background: rgba(240,240,240,0.75);
  /*opacity: 0.75;*/
  z-index: 10;
  position: absolute;
  padding: 155px 50px 0;
  line-height: 25px;
}

.mod-comment-form-not-logged-in-overlay h3 {
  font-weight: normal;
  font-size: 20px!important;
  padding: 0;
  margin: 0 0 20px 0!important;
}
.mod-comment-form-not-logged-in-overlay .button-red {
  margin-right: 20px;
}

.mod-comment-form form ledgend {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;
  display: block;
}
.mod-comment-form form div.subject {
  margin-bottom: 10px;
}
.mod-comment-form form div.subject label {
  float: left;
  display: block;
  color: #505050;
  font-size: 16px;
  line-height: 28px;
}
.mod-comment-form form div.subject input {
  width: 550px;
  float: right;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
}
.mod-comment-form form div.subject input:focus {
  border: 1px solid #666666;
}
.mod-comment-form form div.subject input:focus {
  border: 1px solid #666666;
}
.ie7 .mod-comment-form form div.subject input {
  height: 20px;
}
.mod-comment-form form textarea {
  width: 620px;
  height: 110px;
  margin-bottom: 20px;
  resize: none;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
}
.mod-comment-form form textarea:focus {
  border: 1px solid #666666;
}
.mod-comment-form form textarea:focus {
  border: 1px solid #666666;
}
.mod-comment-form form input.submit {
  border: 0;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.mod-comment-form form .f3-form-error {
  color: #000;
  border: 1px solid #ca2139 !important;
  background: #f0c3cb;
}
.mod-article .well.article .wrap.wrap-content .mod-comment-form {
  margin: 0 -30px;
}
.mod-comment-form form input.submit {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
  color: #FFF !important;
  background-position: 0 0;
}
.mod-comment-form form input.submit:hover {
  text-decoration: underline;
}
.mod-comment-form form input.submit:hover,
.mod-comment-form form input.submit:focus {
  background-position: 0 -30px;
}
#report-div {
  padding: 20px;
  font-size: 16px;
}
#report-div #button-wrapper {
  margin-top: 30px;
}
#report-div #button-wrapper .button-red:hover {
  color: #ffffff;
}
#report-div #button-wrapper .button-lightgrey:hover {
  color: #993333;
}
a#new-comment-submit {
  color: #ffffff;
}
#comment-preview .button-red {
  color: #ffffff;
}
#comment-preview .button-lightgrey {
  color: #993333;
  margin-right: 20px;
}
.mod-comment .mod-commentlist .sorting {
  border-bottom: 2px dotted #bdbdbd;
  margin: 20px 40px;
  padding: 10px 0;
  text-align: right;
  font-size: 14px;
}
.mod-comment .mod-commentlist .sorting i.ico-gear {
  background: url("/templates/gfx/ico-gear.png") no-repeat;
  width: 17px;
  height: 17px;
  margin: 0 2px 0 0;
  position: relative;
  top: -3px;
}
.mod-comment .mod-commentlist .sorting span {
  font-weight: 700;
  color: #505050;
}
.mod-comment .mod-commentlist h3 {
  font-size: 18px !important;
  color: #000;
  padding: 0 40px;
  margin: 30px 0 20px !important;
  font-weight: 300;
}
.mod-comment .mod-comment-box {
  margin: 0 40px !important;
  padding: 1px 15px 20px;
  background: #f1f1f1;
  background: -moz-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f1f1f1),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f1f1f1 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#f1f1f1 0%,#ffffff 100%);
}
.mod-comment .mod-comment-box .comment,
.mod-comment .mod-comment-box .my-comment {
  list-style: none;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.mod-comment .mod-comment-box .comment ul.comment-header,
.mod-comment .mod-comment-box .my-comment ul.comment-header {
  list-style: none;
  margin: 0 0 5px 0;
  color: #666666;

  padding-top: 15px;
}
.mod-comment .mod-comment-box .comment.special ul.comment-header {
  list-style: none;
  margin: 0 0 5px 0;
  color: #666666;
  padding-top: 15px;
}

.mod-comment .mod-comment-box .comment ul.comment-header li,
.mod-comment .mod-comment-box .my-comment ul.comment-header li {
  margin: 0;
  padding: 0;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.nr,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.nr {
  color: #505050;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding-right: 10px;
  margin-left: 0;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.autor,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.autor {
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px;
  color: #666666;
  margin-left: 0;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.autor i.ico-user,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.autor i.ico-user {
  background: url('/templates/gfx/ico-user.png') no-repeat;
  width: 20px;
  height: 15px;
  margin: 0;
  vertical-align: middle;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.date,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.date {
  font-size: 13px;
  line-height: 21px;
  color: #666666;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.date i.ico-clock,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.date i.ico-clock {
  vertical-align: text-bottom;
}
.ie7 .mod-comment .mod-comment-box .comment ul.comment-header li.date i.ico-clock,
.ie7 .mod-comment .mod-comment-box .my-comment ul.comment-header li.date i.ico-clock {
  vertical-align: middle;
}
.mod-comment .mod-comment-box .comment ul.comment-header li.date span,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.date span {
  padding-left: 10px;
}
.mod-comment .mod-comment-box .comment div.comment-content,
.mod-comment .mod-comment-box .my-comment div.comment-content {
  margin: 10px 0 20px;
}
.mod-comment .mod-comment-box .comment div.comment-content h4,
.mod-comment .mod-comment-box .my-comment div.comment-content h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px;
}
.mod-comment .mod-comment-box .comment div.comment-content p,
.mod-comment .mod-comment-box .my-comment div.comment-content p {
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}
.mod-comment .mod-comment-box .comment ul.comment-footer,
.mod-comment .mod-comment-box .my-comment ul.comment-footer {
  list-style: none;
  padding-bottom: 15px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.mod-thumb i,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.mod-thumb i {
  background: url('/templates/gfx/ico-thumbs.png') no-repeat;
  width: 20px;
  height: 25px;
  vertical-align: top;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.mod-thumb i.ico-thumb-down,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.mod-thumb i.ico-thumb-down {
  background-position: 0 -25px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-counter,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-counter {
  font-size: 13px;
  padding: 1px 10px 0 0;
  margin-left: 0;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-counter i,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-counter i {
  margin-right: 2px;
}
.ie7 .mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-counter i,
.ie7 .mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-counter i {
  vertical-align: middle;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-counter span,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-counter span {
  padding-right: 10px;
  line-height: 25px;
}
.mod-comment .mod-comment-box .comment.closed ul.comment-footer li.thumb-buttons,
.mod-comment .mod-comment-box .my-comment.closed ul.comment-footer li.thumb-buttons {
  display: none;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons a,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons a {
  margin-right: 10px;
  font-size: 14px;
}

.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons a:before,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons a:before {
  display: none;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons i,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons i {
  background: url('/templates/gfx/ico-thumbs-white.png') no-repeat;
  margin-top: 3px;
}
.ie7 .mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons i,
.ie7 .mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons i {
  vertical-align: middle;
}
.mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons i.ico-thumb-up,
.mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons i.ico-thumb-up {
  background-position: 0 2px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
  color: #993333;
  background-position: 0 -60px;
  font-size: 14px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report:hover,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive:hover,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report:hover,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive:hover {
  text-decoration: underline;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report:hover,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report:focus,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive:hover,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive:focus,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report:hover,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report:focus,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive:hover,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive:focus {
  background-position: 0 -90px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report:before,
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive:before,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report:before,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive:before {
  display: none;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report-inactive,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.report-inactive {
  color: #999;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.delete,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.delete {
  font-size: 14px;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.delete:before,
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.delete:before {
  display: none;
}
.mod-comment .mod-comment-box .my-comment {
  background: url('/templates/gfx/my-comment.png') right 10px no-repeat;
  margin: 0 -55px 0 0;
  padding: 0 55px 0 0;
}

.mod-comment .mod-comment-box .comment-content .rteList {
  margin: 0 0 10px 0;
}
.mod-comment .mod-comment-box .comment-content .rteList li {
  list-style: disc;
  margin-bottom: 6px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #505050;
}

.mod-comment .mod-comment-box .my-comment:first-child,
.mod-comment .mod-comment-box .comment:first-child {
  padding-top: 15px;
}
.mod-comment .mod-comment-box .my-comment:first-child {
  background-position: right 5px;
}
.mod-comment .mod-comment-box .comment:first-child ul.comment-header,
.mod-comment .mod-comment-box .my-comment:first-child ul.comment-header {
  border: 0;
  padding-top: 0;
}
.mod-comment .mod-comment-box .comment:before {
  content: "";
  display: block;
  margin: 0 -25px 4px -25px;
  height: 8px;
  font-size: 0;
  background: #fff;
}
.mod-comment .mod-comment-box .comment.special:before {
  display: none;
}
.mod-comment .mod-comment-box .comment.special {
  background: #FFFFEA;
  position: relative;
  left: -15px;
  padding: 0 15px;
  width: 100%;
  margin-left: 0 !important;
  border-top: 2px dotted #bdbdbd;
  /*border-bottom: 2px dotted #bdbdbd;*/
}

.ie7 .mod-comment .mod-comment-box .special {
  margin-right: -30px;
}
.mod-comment .mod-comment-box .special ul.comment-header li.nr,
.mod-comment .mod-comment-box .special ul.comment-header li.autor {
  position: relative;
  left: -15px;
  background: url("/templates/gfx/special-comment.png") no-repeat;
  height: 26px;
  line-height: 26px;
  color: #f4f5d3;
  display: block;
  margin-left: 0;
}
.mod-comment .mod-comment-box .special ul.comment-header li.nr {
  padding-left: 15px;
}
.mod-comment .mod-comment-box .special ul.comment-header li.autor {
  display: block;
  background-position: top right;
  padding-right: 30px;
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 15px;
}
.mod-comment .mod-comment-box .special ul.comment-header li.autor i.ico-lion {
  background: url("/templates/gfx/ico-lion-sandy.png") no-repeat;
  width: 35px;
  height: 11px;
  margin: 6px 0 6px;
}
.ie8 .mod-comment .mod-comment-box .special ul.comment-header li.autor i.ico-lion {
  margin-top: 2px;
}
.ie7 .mod-comment .mod-comment-box .special ul.comment-header li.autor i.ico-lion {
  vertical-align: middle;
}
.mod-comment .mod-comment-box .special ul.comment-header li.autor h4 {
  color: #000;
}
.mod-comment .pages {
  height: 80px;
  margin: 0 30px;
}
.mod-article .well.article .mod-commentlist .mod-comment-box .comment:first-child,
.mod-article .well.article .mod-commentlist .mod-comment-box .my-comment:first-child {
  /*padding-top: 15px;*/
  padding-top: 0;
}

.mod-article .well.article .mod-commentlist .mod-comment-box .comment:first-child .comment-header,
.mod-article .well.article .mod-commentlist .mod-comment-box .my-comment:first-child .comment-header {
  padding-top: 15px;
}

.mod-article .well.article .mod-commentlist .comment-header,
.mod-article .well.article .mod-commentlist .comment-footer {
  margin-left: 0;
  margin-top: 0;
}
.mod-article .well.article .mod-commentlist h4 {
  padding-left: 0;
}
.mod-article .well.article .wrap.wrap-content .mod-commentlist {
  margin: 0 -30px;
}
.mod-comment-box .autor span {
  color: #993333;
}
.mod-comment-box div.comment-content h4 {
  color: #993333;
}
.mod-comment-box li.thumb-buttons a,
.mod-comment-box li.comment-options a.delete {
  height: 30px;
  display: inline-block;
  padding: 0 10px 0 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-rendering: optimizelegibility;
  background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
  color: #FFF !important;
  background-position: 0 0;
}
.mod-comment-box li.thumb-buttons a:hover,
.mod-comment-box li.comment-options a.delete:hover {
  text-decoration: underline;
}
.mod-comment-box li.thumb-buttons a:hover,
.mod-comment-box li.thumb-buttons a:focus,
.mod-comment-box li.comment-options a.delete:hover,
.mod-comment-box li.comment-options a.delete:focus {
  background-position: 0 -30px;
}
.mod-comment-box .comment div.comment-content p,
.mod-comment-box .my-comment div.comment-content p {
  margin-bottom: 20px;
}
.mod-comment-box .comment div.comment-content p.bodytext,
.mod-comment-box .my-comment div.comment-content p.bodytext {
  /*margin-bottom: 0; use default p margin for comments*/
}
.mod-comment .mod-commentlist .sorting {
  border-top: 2px dotted #bdbdbd;
  border-bottom: 0;
  text-align: left;
  position: relative;
  margin: 40px 40px;
  padding: 15px 0 0 0;
}
.mod-comment .mod-commentlist .sorting .show-all-comments {
  position: absolute;
  top: 10px;
  right: 0;
  margin: 0;
}
.mod-comment .mod-commentlist .sorting span {
  font-weight: 500;
}
.mod-comment .mod-commentlist .sorting span.label-sorting {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.mod-comment .mod-commentlist .sorting a {
  font-weight: 700;
  font-size: 16px;
}
.mod-comment .mod-commentlist .sorting a.active {
  font-weight: 700;
}
.mod-comment li .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 0;
  border-top: 10px solid #99333c;
  cursor: pointer;
}
.mod-comment li .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 0;
  border-bottom: 10px solid #99333c;
  cursor: pointer;
}
.mod-comment a .arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #bdbdbd;
  cursor: pointer;
  display: inline-block;
}
.mod-comment a .arrow-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bdbdbd;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
}
.mod-comment a .arrow-up.active {
  border-bottom: 6px solid #99333c;
}
.mod-comment a .arrow-down.active {
  border-top: 6px solid #99333c;
}
.mod-comment .mod-comment-form form div.subject label {
  margin-right: 20px;
}
.mod-comment .mod-comment-form form div.subject input {
  width: 70%;
  float: none;
}
.mod-comment .mod-comment-form form fieldset {
  background-image: url('/typo3conf/ext/rsmcommunity/Resources/Public/Icons/icons_bawu-_01.png');
  background-repeat: no-repeat;
  background-position: right 0;
}
.mod-comment .mod-comment-form form textarea {
  margin-top: 10px;
}
.mod-comment .mod-comment-form form ledgend {
  width: 85%;
}
.mod-comment .mod-comment-box .my-comment.closed .arrow-up {
  display: none;
}
.mod-comment .mod-comment-box .my-comment ul.comment-footer a.delete {
  margin-right: 40px;
}
.mod-comment .mod-comment-box .comment.closed ul.comment-footer a.report {
  display: none;
}
.mod-comment .mod-comment-box .comment.closed .arrow-up {
  display: none;
}
.mod-comment .mod-comment-box .comment ul.comment-footer a.report {
  margin-right: 45px;
}
.comment.closed .arrow-up,
.my-comment.closed .arrow-up {
  display: none;
}
.show-all-comments {
  float: right;
  margin: 0 40px 50px 0;
}
.show-all-comments.bottom-button {
  margin: 0 0 50px 0;
}
h3#jumpToComments,
.mod-comment .pages.clearfix {
  clear: both;
}
li .arrow-down,
li .arrow-up,
.logged-out li .arrow-down,
.logged-out li .arrow-up,
li.my-comment .arrow-down,
li.my-comment .arrow-up {
  top: 11px;
}
.vote-state-2 li .arrow-down,
.vote-state-2 li .arrow-up,
.logged-out .vote-state-2 li .arrow-down,
.logged-out .vote-state-2 li .arrow-up,
.vote-state-2 li.my-comment .arrow-down,
.vote-state-2 li.my-comment .arrow-up {
  top: -10px;
}
.vote-state-2 li .arrow-up {
  top: 11px;
}
.logged-out .mod-comment-box .comment.closed.short li .arrow-down {
  display: none;
}
.logged-out .mod-comment-box .comment.closed.short .comment-more-text {
  display: none;
}
.comment-options.pull-right {
  position: relative;
}
@media (max-width: 568px) {
  .mod-comment .mod-comment-box {
    margin: 0 !important;
  }
  .mod-comment .mod-comment-box .my-comment:first-child {
    background-position: 220px 10px;
  }
  .mod-comment .mod-comment-box .my-comment {
    background-position: 220px 10px;
  }
  .mod-comment .mod-comment-box .my-comment div.comment-content p {
    font-size: 14px;
  }
  .mod-comment .mod-comment-box .my-comment ul.comment-footer a.delete {
    margin-right: 0;
    margin-top: 20px;
  }
  .mod-comment .mod-comment-box .my-comment ul.comment-footer li.thumb-buttons a.disklike {
    float: right;
    margin: 0;
  }
  .mod-comment .mod-comment-box .my-comment div.comment-content p {
    font-size: 14px;
  }
  .mod-comment .mod-comment-box .my-comment .arrow-up,
  .mod-comment .mod-comment-box .my-comment .arrow-down {
    top: 0px;
  }
  .mod-comment .mod-comment-box .my-comment:first-child {
    background-position: 220px 10px;
  }
  .mod-comment .mod-comment-box .comment div.comment-content p {
    font-size: 14px;
  }
  .mod-comment .mod-comment-box .comment ul.comment-footer a.report {
    margin-right: 0;
  }
  .mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .mod-comment .mod-comment-box .comment ul.comment-footer li.thumb-buttons a.dislike {
    float: right;
    margin: 0;
  }
  .mod-comment .mod-comment-box .comment ul.comment-footer li.comment-options .arrow-up {
    top: -80px;
  }
  .mod-comment .mod-comment-box .comment div.comment-content p {
    font-size: 14px;
  }
  .mod-comment .mod-comment-box .special ul.comment-header li.nr {
    margin-bottom: 20px;
  }
  .mod-comment .mod-comment-box .special ul.comment-header li.autor {
    margin-bottom: 20px;
  }
  .mod-comment .pages {
    margin: 0 10px;
  }
  h3#jumpToComments {
    margin: 55px 0 30px 0 !important;
    padding: 0 10px;
  }
  .comment-header .date.pull-right {
    float: left;
    width: 100%;
  }
  .mod-comment-form form {
    padding: 30px 20px;
  }
  .mod-comment-form form div.subject input {
    width: 100%;
    float: none;
    padding: 4px 0 4px 4px;
  }
  .mod-comment-form form textarea {
    width: 100%;
    float: none;
    padding: 4px 0 4px 4px;
  }
  .show-all-comments.bottom-button {
    float: none;
    margin: 0 0 0 20px;
  }
  .comment-options.pull-right {
    position: relative;
    margin-top: 10px;
  }
  .comment-options.pull-right .arrow-down {
    top: -26px;
  }
  .mod-consultationThesis {
    padding: 0 20px;
  }
  .mod-consultationThesis ul.comment-foote li.thumb-buttons a {
    margin-bottom: 10px;
  }
  li .arrow-down {
    top: 0;
  }
  li .arrow-up {
    top: -65px;
  }
  .logged-out li .arrow-down {
    top: 0;
  }
  .logged-out li .arrow-up {
    top: -26px;
  }
  li.my-comment .arrow-down {
    top: 0;
  }
  li.my-comment .arrow-up {
    top: 0;
  }
  .vote-state-2 li .arrow-up {
    top: -20px;
  }
  .mod-comment .mod-commentlist .sorting {
    margin: 30px 10px;
  }
  .mod-comment .mod-commentlist .sorting .show-all-comments {
    right: 0;
    top: 48px;
  }
  .mod-comment .mod-commentlist .sorting span.label-sorting {
    display: none;
  }
  .mod-comment .mod-comment-form form fieldset {
    background-image: none;
  }
  .mod-comment .mod-comment-form form ledgend {
    width: 100%;
  }
  .mod-comment .mod-comment-box .comment div.comment-content p,
  .mod-comment .mod-comment-form form ledgend,
  .mod-comment .mod-comment-box .my-comment div.comment-content p,
  .mod-article .well.article .link-list a.link-download,
  h3#jumpToComments {
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.preview-text p:nth-last-of-type(1) {
  display: inline !important;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .mod-comment-form form div.subject label {
    display: block;
  }
  .mod-comment-form form div.subject input {
    width: 100%;
    float: none;
    padding: 4px 0 4px 4px;
  }
  .mod-comment-form form textarea {
    width: 100%;
    float: none;
    padding: 4px 0 4px 4px;
  }
}
.mod-comment .mod-comment-form form fieldset {
  background-size: 74px 80px;
}
@media (max-width: 568px) {
  .mod-comment .mod-commentlist .sorting .show-all-comments {
    right: 34px;
  }
  .mod-comment .mod-commentlist .sorting .show-all-comments.open {
    right: 20px;
    width: 212px;
  }
}
.mod-comment .mod-comment-box .comment ul.comment-header li.autor i.ico-user,
.mod-comment .mod-comment-box .my-comment ul.comment-header li.autor i.ico-user {
  vertical-align: text-bottom;
}
@media screen {
  .well.law {
    padding-left: 0;
    padding-right: 0;
  }
  .mod-commentclosed {
    background-image: url('/templates/gfx/arrow-up-overlay.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 20px 0 0;
    padding-top: 10px;
    background-color: #f0f0f0;
    padding: 45px 40px 30px;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-bottom: 30px;
    display: block;
  }
  .mod-article .well.article .wrap.wrap-content .mod-commentclosed {
    margin: 0 -30px 30px -30px;
  }
}
@media screen {
  .mod-commentlistclosed .message-error {
    color: red;
  }
  .mod-commentlistclosed h3 {
    font-size: 18px;
    color: #000;
    padding: 0 40px;
    margin: 30px 0 20px;
    font-weight: 300;
  }
  .mod-comment-box .comment div.comment-content .ico-arrow {
    background: url('../../templates/gfx/bp/ico-small-arrows.png') 0 100% no-repeat;
    width: 10px;
    height: 15px;
    margin: 0 0 0 10px;
  }
}
@media screen {
  .well {
    margin-bottom: 20px;
  }
  .well.law {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .well .mod-lawlist {
    padding: 25px 40px;
  }
  .well .mod-lawlist .mod-header h1 {
    font-size: 33px;
    line-height: 38px;
    width: 500px;
    margin: 10px 0 30px;
    float: left;
  }
  .well .mod-lawlist .mod-header i.bubble-paragraph {
    display: block;
    float: right;
    width: 90px;
    height: 100px;
    background: url('../../templates/gfx/bp/bubble-paragraph.png') no-repeat;
  }
  .well .mod-lawlist .mod-body .mod-lawnavi {
    padding: 15px 0 20px;
  }
  .well .mod-lawlist .mod-body .mod-lawnavi a.back {
    font-size: 14px;
  }
  .well .mod-lawlist .mod-body .mod-lawnavi i.ico-text {
    background: url('../../templates/gfx/bp/ico-text.png') no-repeat;
    width: 18px;
    height: 12px;
  }
  .well .mod-lawlist .mod-body .mod-lawnavi ul {
    list-style: none;
    margin: 0;
  }
  .well .mod-lawlist .mod-body .mod-lawnavi ul li {
    float: left;
  }
  .well .mod-lawlist .mod-body h2 {
    font-size: 24px;
  }
  .well .mod-lawlist .mod-body p {
    font-size: 16px;
    line-height: 24px;
  }
  html.js .well .mod-lawlist .mod-accordion {
    margin: 30px 0;
  }
  .well .mod-lawlist .mod-accordion i.ico-comments {
    background: url("/templates/gfx/ico-comments.png") 0 -23px no-repeat;
    width: 21px;
    height: 20px;
  }
  .well .mod-lawlist .mod-accordion a.toggler {
    background: url('../../templates/gfx/bp/ico-small-arrows.png') no-repeat;
    padding-left: 10px;
  }
  .well .mod-lawlist .mod-accordion .accordion-header {
    margin: 10px 0;
    padding: 15px;
    height: 33px;
    background: #99333C url("/templates/gfx/arrow-white-overlay.png") no-repeat top right;
    color: #FFF;
  }
  .well .mod-lawlist .mod-accordion h3.accordion-header {
    font-size: 19px;
    margin-top: 70px;
  }
  .well .mod-lawlist .mod-accordion h3.accordion-header:first-child {
    margin-top: 30px;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header {
    position: relative;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header h3 {
    margin: 0;
    color: #FFF;
    font-size: 19px;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header a.toggler {
    color: #FFF;
    font-weight: bold;
    background-position: 0 3px;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header span.comment-counter {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 150px;
    color: #fff;
    text-align: left;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header span.comment-counter i.ico-comments {
    background-position: -21px -23px;
    font-size: 14px;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header span.comment-counter.big i.ico-comments {
    background-position: -21px 0;
  }
  .well .mod-lawlist .mod-accordion div.accordion-header span.comment-counter.small i.ico-comments {
    background-position: -21px -44px;
  }
  .well .mod-lawlist .mod-accordion div.accordion-content {
    padding-bottom: 30px;
    display: none;
  }
  .well .mod-lawlist .mod-accordion div.accordion-content a.toggler {
    font-weight: bold;
    background-position: 0 -45px;
    display: block;
    margin: 25px 0 10px;
  }
  .well .mod-lawlist .mod-accordion h4 {
    margin: 35px 0 0;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 17px;
  }
  .well .mod-lawlist .mod-accordion p {
    border-bottom: 1px dashed #A7A7A7;
    padding: 5px 0;
    position: relative;
  }
  .well .mod-lawlist .mod-accordion p a {
    font-weight: normal;
  }
  .well .mod-lawlist .mod-accordion p span.comment-counter {
    display: block;
    width: 60px;
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 14px;
    line-height: 20px;
    color: #515151;
  }
  .well .mod-lawlist .mod-accordion p span.comment-counter.big {
    top: 7px;
    font-size: 16px;
    color: #000;
  }
  .well .mod-lawlist .mod-accordion p span.comment-counter.big i.ico-comments {
    background-position: 0 0;
  }
  .well .mod-lawlist .mod-accordion p span.comment-counter.small {
    top: 9px;
    font-size: 11px;
    color: #6E6E6E;
  }
  .well .mod-lawlist .mod-accordion p span.comment-counter.small i.ico-comments {
    background-position: 0 -44px;
  }
}
@media screen {
  .mod-consultationQuestion {
    position: relative;
    margin: 0;
    padding: 0 30px;
  }
  .mod-consultationQuestion .mod-header {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 25px 0;
  }
  .mod-consultationQuestion .mod-header h1,
  .mod-consultationQuestion .mod-header h2 {
    color: #666666;
    font-size: 25px;
    margin: 5px 0;
    width: 550px;
  }
  .mod-consultationQuestion .mod-header i.ico-default {
    background: url('../../templates/gfx/bp/ballon-diskussion.png') no-repeat;
    width: 60px;
    height: 65px;
    float: right;
  }
  .mod-consultationQuestion .mod-header .seperator-solid {
    margin-top: 20px;
  }
  .mod-consultationQuestion .mod-content h3 {
    color: #505050;
    margin: 20px 0 15px;
    font-size: 18px;
  }
  .mod-consultationQuestion .mod-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }
  .mod-consultationQuestion ul.comment-footer {
    list-style: none;
    margin: 40px 0 10px 0;
  }
  .mod-consultationQuestion ul.comment-footer li.mod-thumb i {
    background: url(ico-thumbs.png) no-repeat;
    width: 20px;
    height: 25px;
    vertical-align: top;
  }
  .mod-consultationQuestion ul.comment-footer li.mod-thumb i.ico-thumb-down {
    background-position: 0 -25px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-counter {
    font-size: 13px;
    padding: 1px 10px 0 0;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-counter i {
    margin-right: 2px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-counter span {
    padding-right: 10px;
    line-height: 25px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons a {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons a:hover {
    text-decoration: underline;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons a:hover,
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons a:focus {
    background-position: 0 -30px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons a:before {
    display: none;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons i {
    background: url(ico-thumbs-white.png) no-repeat;
    margin-top: 3px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons i.ico-thumb-up {
    background-position: 0 2px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-buttons i.ico-thumb-left {
    background: url(ico-thumbs-lr-white.png) no-repeat;
    margin-top: 3px;
  }
  .mod-consultationQuestion ul.comment-footer li.thumb-counter i.ico-thumb-left {
    background: url(ico-thumbs-lr.png) no-repeat;
    margin-top: 3px;
  }
}
@media screen {
  .mod-consultationMultiples {
    position: relative;
    margin: 0;
    padding: 0 30px;
  }
  .mod-consultationMultiples .mod-header {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 25px 0;
  }
  .mod-consultationMultiples .mod-header h1,
  .mod-consultationMultiples .mod-header h2 {
    color: #666666;
    font-size: 25px;
    margin: 5px 0;
    width: 550px;
  }
  .mod-consultationMultiples .mod-header i.ico-default {
    background: url('../../templates/gfx/bp/ballon-diskussion.png') no-repeat;
    width: 60px;
    height: 65px;
    float: right;
  }
  .mod-consultationMultiples .mod-header .seperator-solid {
    margin-top: 20px;
  }
  .mod-consultationMultiples .mod-content h3 {
    color: #505050;
    margin: 20px 0 15px;
    font-size: 18px;
  }
  .mod-consultationMultiples .mod-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }
  .mod-consultationMultiples form .checkbox-wrapper {
    margin: 20px 0;
  }
  .mod-consultationMultiples form .checkbox-wrapper label {
    display: block;
    padding: 0 0 10px 45px;
    font-size: 16px;
  }
  .mod-consultationMultiples form .checkbox-wrapper label input {
    margin-left: -45px;
  }
  .mod-consultationMultiples form .checkbox-wrapper label strong {
    float: left;
    margin-left: -20px;
  }
  .mod-consultationMultiples form input.submit {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-consultationMultiples form input.submit:hover {
    text-decoration: underline;
  }
  .mod-consultationMultiples form input.submit:hover,
  .mod-consultationMultiples form input.submit:focus {
    background-position: 0 -30px;
  }
}
@media (max-width: 568px) {
  .mod-consultationMultiples .well .mod-body input,
  .mod-consultationMultiples .well .mod-body textarea {
    width: 246px !important;
  }
  .mod-consultationMultiples .well .mod-footer .right a {
    bottom: 15px;
  }
}
@media screen {
  .mod-consultationOptions {
    position: relative;
    margin: 0;
    padding: 0 30px;
  }
  .mod-consultationOptions .mod-header {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 25px 0;
  }
  .mod-consultationOptions .mod-header h1,
  .mod-consultationOptions .mod-header h2 {
    color: #666666;
    font-size: 25px;
    margin: 5px 0;
    width: 550px;
  }
  .mod-consultationOptions .mod-header i.ico-default {
    background: url('../../templates/gfx/bp/ballon-diskussion.png') no-repeat;
    width: 60px;
    height: 65px;
    float: right;
  }
  .mod-consultationOptions .mod-header .seperator-solid {
    margin-top: 20px;
  }
  .mod-consultationOptions .typo3-messages .message-ok {
    color: #cb3300;
    font-size: 16px;
  }
  .mod-consultationOptions .mod-content h3 {
    color: #505050;
    margin: 20px 0 15px;
    font-size: 18px;
  }
  .mod-consultationOptions .mod-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000;
    margin: 10px 0;
  }
  .mod-consultationOptions > ul {
    padding: 0 30px 0 50px;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .mod-consultationOptions form .radio-wrapper {
    margin: 20px 0;
  }
  .mod-consultationOptions form .radio-wrapper label {
    display: block;
    padding: 0 0 10px 45px;
    font-size: 16px;
  }
  .mod-consultationOptions form .radio-wrapper label input {
    margin-left: -45px;
  }
  .mod-consultationOptions form .radio-wrapper label strong {
    float: left;
    margin-left: -20px;
  }
  .mod-consultationOptions form input.submit {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-consultationOptions form input.submit:hover {
    text-decoration: underline;
  }
  .mod-consultationOptions form input.submit:hover,
  .mod-consultationOptions form input.submit:focus {
    background-position: 0 -30px;
  }
}
@media (max-width: 568px) {
  .mod-consultationOptions .well .mod-body input,
  .mod-consultationOptions .well .mod-body textarea {
    width: 246px !important;
  }
  .mod-consultationOptions .well .mod-footer .right a {
    bottom: 15px;
  }
}
@media screen {
  .mod-consultationThesis {
    position: relative;
    margin: 0;
    padding: 0 30px;
  }
  .mod-consultationThesis .mod-header {
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 0 25px 0;
  }
  .mod-consultationThesis .mod-header h1,
  .mod-consultationThesis .mod-header h2 {
    color: #666666;
    font-size: 25px;
    margin: 5px 0;
    width: 550px;
  }
  .mod-consultationThesis .mod-header i.ico-default {
    background: url('../../templates/gfx/bp/ballon-diskussion.png') no-repeat;
    width: 60px;
    height: 65px;
    float: right;
  }
  .mod-consultationThesis .mod-header .seperator-solid {
    margin-top: 20px;
  }
  .mod-consultationThesis h4 {
    color: #999999;
    margin: 20px 0 0 0;
  }
  .mod-consultationThesis ul.comment-footer {
    list-style: none;
    margin: 40px 0 10px 0;
  }
  .mod-consultationThesis ul.comment-footer li.mod-thumb i {
    background: url('/templates/gfx/ico-thumbs.png') no-repeat;
    width: 20px;
    height: 25px;
    vertical-align: top;
  }
  .mod-consultationThesis ul.comment-footer li.mod-thumb i.ico-thumb-down {
    background-position: 0 -25px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-counter {
    font-size: 13px;
    padding: 1px 10px 0 0;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-counter i {
    margin-right: 2px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-counter span {
    padding-right: 10px;
    line-height: 25px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    margin-right: 10px;
    font-size: 14px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a:hover {
    text-decoration: underline;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a:hover,
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a:focus {
    background-position: 0 -30px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a:before {
    display: none;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons i {
    background: url('/templates/gfx/ico-thumbs-white.png') no-repeat;
    margin-top: 3px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons i.ico-thumb-up {
    background-position: 0 2px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-buttons i.ico-thumb-left {
    background: url('/templates/gfx/ico-thumbs-lr-white.png') no-repeat;
    margin-top: 3px;
  }
  .mod-consultationThesis ul.comment-footer li.thumb-counter i.ico-thumb-left {
    background: url('/templates/gfx/ico-thumbs-lr.png') no-repeat;
    margin-top: 3px;
  }
}
.mod-consultationThesis + .content-element {
  padding: 20px 27px 0 5px;
}
@media (max-width: 568px) {
  .mod-consultationThesis ul.comment-footer li.thumb-buttons a {
    width: 125px;
    margin-bottom: 10px;
  }
}
@media print {
  .mod-loginform {
    display: none;
  }
}
@media screen {
  .mod-loginform {
    padding: 10px 30px 20px;
  }
  .mod-loginform h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .mod-loginform hr.seperator-solid {
    border-color: #000;
  }
  .mod-loginform p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
  }
  .mod-loginform .form-content {
    position: relative;
    margin: 50px 0;
  }
  .mod-loginform .form-content a.black-arrow {
    background: url("/templates/gfx/small-arrow-black.png") no-repeat 0 6px;
    margin-top: 3px;
    padding-left: 10px;
    color: #000;
    display: inline-block;
  }
  .mod-loginform .form-content form label {
    display: none;
  }
  .mod-loginform .form-content form input.text {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    max-width: 300px;
    margin-right: 20px;
  }
  .mod-loginform .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-loginform .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-loginform .form-content form .help-inline {
    vertical-align: top;
  }
  .mod-loginform .form-content form hr {
    margin: 20px 0 10px;
  }
  .mod-loginform .form-content form input.submit {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    float: right;
    border: none;
  }
  .mod-loginform .form-content form input.submit:hover {
    text-decoration: underline;
  }
  .mod-loginform .form-content form input.submit:hover,
  .mod-loginform .form-content form input.submit:focus {
    background-position: 0 -30px;
  }
}
@media print {
  .mod-signupform {
    display: none;
  }
}
@media screen {
  .mod-signupform {
    padding: 10px 30px 20px;
  }
  .mod-signupform h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .mod-signupform hr.seperator-solid {
    border-color: #000;
  }
  .mod-signupform p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
  }
  .mod-signupform .form-content {
    position: relative;
    margin: 50px 0;
  }
  .mod-signupform .form-content form .row-fluid {
    margin-bottom: 10px;
  }
  .mod-signupform .form-content form label {
    display: none;
  }
  .mod-signupform .form-content form input.text {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    max-width: 300px;
  }
  .mod-signupform .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-signupform .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-signupform .form-content form span.help-inline {
    padding: 3px 0 3px 10px;
    vertical-align: top;
  }
  .mod-signupform .form-content form hr {
    margin: 20px 0 10px;
  }
  .mod-signupform .form-content form input.submit {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    float: right;
    border: none;
  }
  .mod-signupform .form-content form input.submit:hover {
    text-decoration: underline;
  }
  .mod-signupform .form-content form input.submit:hover,
  .mod-signupform .form-content form input.submit:focus {
    background-position: 0 -30px;
  }
}
@media print {
  .mod-passwordrecovery {
    display: none;
  }
}
@media screen {
  .mod-passwordrecovery {
    padding: 10px 30px 20px;
  }
  .mod-passwordrecovery h1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .mod-passwordrecovery hr.seperator-solid {
    border-color: #000;
  }
  .mod-passwordrecovery p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
  }
  .mod-passwordrecovery .form-content {
    position: relative;
    margin: 50px 0;
  }
  .mod-passwordrecovery .form-content form label {
    display: none;
  }
  .mod-passwordrecovery .form-content form input.text {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    max-width: 300px;
  }
  .mod-passwordrecovery .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-passwordrecovery .form-content form input.text:focus {
    border: 1px solid #666666;
  }
  .mod-passwordrecovery .form-content form span.help-inline {
    padding: 3px 0 3px 10px;
    vertical-align: top;
  }
  .mod-passwordrecovery .form-content form hr {
    margin: 20px 0 10px;
  }
  .mod-passwordrecovery .form-content form input.submit {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    float: right;
    border: none;
  }
  .mod-passwordrecovery .form-content form input.submit:hover {
    text-decoration: underline;
  }
  .mod-passwordrecovery .form-content form input.submit:hover,
  .mod-passwordrecovery .form-content form input.submit:focus {
    background-position: 0 -30px;
  }
}
@media screen {
  .mod-article .well.article {
    margin-bottom: 20px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mod-article .well.article .mod-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-article .well.article .mod-header i {
    margin-top: 1px;
  }
  .mod-article .well.article h1,
  .mod-article .well.article h4,
  .mod-article .well.article .wrap,
  .mod-article .well.article .foot {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod-article .well.article h1 hr,
  .mod-article .well.article h4 hr,
  .mod-article .well.article .wrap hr,
  .mod-article .well.article .foot hr {
    margin: 0px;
  }
  .mod-article .well.article .ico-readout {
    width: auto;
    margin-right: 0;
    line-height: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    padding-left: 25px;
    background-position: left center;
  }
  .mod-article .well.article h1 {
    line-height: 37px;
    font-size: 35px;
    margin: 25px 0 20px 0;
  }
  .mod-article .well.article h4 {
    line-height: 24px;
    font-size: 24px;
    margin: 26px 0 10px 0;
  }
  .mod-article .well.article .wrap hr {
    margin: 0 0 32px 0;
    padding: 0 0 0 0;
  }
  .mod-article .well.article .wrap .reset {
    margin-bottom: 15px;
  }
  .mod-article .well.article .wrap-media {
    margin-bottom: 15px;
  }
  .mod-article .well.article .wrap-media .mod-slider {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    margin: 0;
  }
  .mod-article .well.article .wrap-content h2 {
    font-size: 30px;
    margin: 26px 0 17px 0;
  }
  .mod-article .well.article .wrap-content h3 {
    font-size: 22px;
    margin: 26px 0 10px 0;
  }
  .mod-article .well.article .wrap-content p,
  .mod-article .well.article .wrap-content table,
  .mod-article .well.article .wrap-content li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .mod-article .well.article .wrap-content p[class^="p-"] {
    line-height: 18px;
    padding-left: 22px;
    margin: 6px 0;
    background-position: 0 2px;
    background-repeat: no-repeat;
  }
  .mod-article .well.article .wrap-content p.p-icon-phone {
    background-image: url('/templates/gfx/ico-tel-grey.png');
  }
  .mod-article .well.article .wrap-content p.p-icon-fax {
    background-image: url('/templates/gfx/ico-fax-grey.png');
  }
  .mod-article .well.article .wrap-content ul {
    font-size: 16px;
    margin-top: 20px;
    margin-left: 0;
  }
  .mod-article .well.article .wrap-content ul > li {
    margin-bottom: 6px;
    margin-left: 20px;
  }
  .mod-article .well.article .wrap-content ul > li[class^="ico-list-todo"] {
    display: block;
    width: auto;
    height: auto;
    padding-left: 20px;
    margin-left: 0;
    background-position: 0 0;
  }
  .mod-article .well.article .wrap-content ul > li.ico-list-todo {
    background-position: 0 5px;
  }
  .mod-article .well.article .wrap-content ul > li.ico-list-todo-done {
    background-position: 0 4px;
  }
  .mod-article .well.article .wrap-content ul > li:last-child {
    margin-bottom: 0px;
  }
  .mod-article .well.article .wrap-content .message-source {
    font-size: 14px;
  }
  .mod-article .well.article .wrap-content .fancybox-article {
    position: relative;
    display: block;
  }
  .mod-article .well.article .wrap-content .fancybox-article span {
    position: absolute;
    background-color: #fff;
    background-color: rgba(255,255,255,0.8);
    background-image: url('/templates/gfx/ico-fancybox.png');
    height: 30px;
    width: 30px;
    bottom: 15px;
    right: 15px;
  }
  .mod-article .well.article .wrap-content .txt-teaser {
    margin: 8px 20px 8px 0;
    text-align: center;
  }
  .mod-article .well.article .wrap-content .txt-teaser p,
  .mod-article .well.article .wrap-content .txt-teaser blockquote {
    font-size: 26px;
    line-height: 33px;
    margin: 0;
    border: 0;
  }
  .mod-article .well.article .wrap-content .txt-teaser p.author {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
  }
  .mod-article .well.article .wrap-content .txt-teaser .ico-user {
    background-image: url('/templates/gfx/icon-user.png');
    width: 17px;
    height: 15px;
    margin: 21px 0 8px 0;
    opacity: 0.8;
  }
  .mod-article .well.article .wrap-content .txt-teaser figure {
    margin: 0;
  }
  .mod-article .well.article .wrap-content .txt-teaser figure figcaption {
    text-align: left;
    font-size: 13px;
    font-style: normal;
    margin: 0;
    padding-top: 10px;
  }
  .mod-article .well.article .wrap-content .optionsTeaser hr {
    margin: 0;
  }
  .mod-article .well.article .wrap-content .optionsTeaser .tx-rsmdebate-error {
    color: red;
    text-align: center;
    margin: 0;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form {
    width: 100%;
    height: 72px;
    line-height: 72px;
    margin: 0;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .text {
    float: left;
    font-size: 20px;
    color: black;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options {
    float: right;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .inputContainer {
    display: inline-block;
    height: 31px;
    line-height: 31px;
    cursor: pointer;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .inputContainer input[type="radio"] {
    display: inline;
    height: 18px;
    vertical-align: middle;
    margin: 0 0 0 -11px;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .inputContainer input[type="submit"] {
    height: 31px;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .inputContainer span {
    display: inline;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .optionPro {
    background: url("/templates/gfx/option-pro.png") 0 0 no-repeat;
    width: 70px;
    padding-left: 49px;
    margin-right: 46px;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form .options .optionContra {
    background: url("/templates/gfx/option-contra.png") 0 0 no-repeat;
    width: 70px;
    padding-left: 49px;
  }
  .mod-article .well.article .wrap-content .contenttable {
    margin: 8px 0 0 0;
  }
  .mod-article .well.article .link-list a {
    font-size: 16px;
    background-position: left -82px;
    background-repeat: no-repeat;
    padding: 3px 0 3px 20px;
    display: block;
  }
  .mod-article .well.article .link-list a span {
    color: #666666;
  }
  .mod-article .well.article .link-list a.link-external,
  .mod-article .well.article .link-list a.link-download {
    background-position: 2px 3px !important;
  }
  .mod-article .well.article .link-list ul {
    margin-bottom: 38px;
  }
  .mod-article .well.article .reset {
    margin-bottom: 15px;
  }
  .mod-article .well.article .foot {
    height: auto;
    overflow: hidden;
  }
  .mod-article .well.article .foot ul {
    margin-bottom: 0px;
  }
  .mod-article .well.article .foot ul.user-action li:first-child {
    margin-right: 20px;
  }
  .mod-article .well.article .foot ul.user-action a {
    padding-left: 25px;
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    background-position: 4px 0;
  }
  .mod-article .well.article .foot ul > li {
    float: left;
    margin-right: 8px;
    height: 20px;
  }
  .mod-article .well.article .foot ul > li a {
    vertical-align: top;
  }
  .mod-article .zeitstrahlviewer .zeitstrahllightbox.textonly h3 {
    margin-left: 30px;
  }
}
@media (min-width: 569px) and (max-width: 767px) {
  .mod-article .well.article .mod-header .iconbar ul li:first-child {
    display: none;
  }
  .mod-article .well.article .foot ul.user-action > li {
    float: right;
  }
  .mod-article .well.article .foot ul.user-action > li:last-child {
    margin: 0px;
  }
  .mod-article .well.article .foot ul.user-action > li .print {
    display: none;
  }
  .mod-article .well.article .foot ul.user-action > li .pdf {
    display: none;
  }
}
@media (max-width: 568px) {
  .mod-article .well.article .mod-header .iconbar ul li:first-child {
    display: none;
  }
  .mod-article .well.article h1 {
    line-height: 32px;
    font-size: 30px;
    word-wrap: break-word;
  }
  .mod-article .well.article .wrap-content h2 {
    font-size: 30px -5;
    margin: 26px 0 17px 0;
  }
  .mod-article .well.article .wrap-content h3 {
    font-size: 20px;
    margin: 26px 0 10px 0;
  }
  .mod-article .well.article .wrap-content .txt-teaser {
    display: none;
  }

  .mod-comment-form-not-logged-in-overlay {
    padding: 220px 20px 0 30px;
    margin-right: 0;
  }
  .mod-comment-form-not-logged-in-overlay h3 {
    margin: 0 0 39px 0 !important;
  }
  .mod-comment-form-not-logged-in-overlay .button-red {
    margin-right: 12px;
  }
  .mod-article .well.article .wrap-content p,
  .mod-article .well.article .wrap-content table,
  .mod-article .well.article .wrap-content li {
    font-size: 14px;
  }
  .mod-article .well.article .wrap-content .optionsTeaser form {
    line-height: 32px;
    height: auto;
    padding: 10px 0;
  }
  .mod-article .well.article .foot ul.user-action {
    float: left;
    margin-top: 10px;
  }
  .mod-article .well.article .foot ul.user-action > li {
    float: right;
  }
  .mod-article .well.article .foot ul.user-action > li:last-child {
    margin: 0px;
  }
  .mod-article .well.article .foot ul.user-action > li .print {
    display: none;
  }
  .mod-article .well.article .foot ul.user-action > li .pdf {
    display: none;
  }
}
#fancybox-title {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-align: left !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
#fancybox-title p {
  margin-bottom: 10px;
}
#fancybox-title p.copyright {
  color: #999;
}
#fancybox-title .well {
  box-shadow: none;
  margin: 0 !important;
  padding: 13px 15px 0px !important;
}
@media screen {
  .bp .mod-article .ico-readout {
    background-image: url("/templates/gfx/ico-read-red.png");
  }
  .bp .mod-article p.p-icon-email {
    background-image: url('/templates/gfx/ico-mail-red-small.png');
    background-position: 0 1px !important;
  }
  .bp .mod-article .link-list a {
    background-image: url("/templates/gfx/bp/arrows-red.png");
  }
  .bp .mod-article .link-list .ico-dl {
    background-image: url('/templates/gfx/ico-dl-red.png');
    height: 18px;
    width: 18px;
  }
  .bp .mod-article .link-list a.link-external,
  .bp .mod-article .link-list a.link-download {
    background-position: 2px 3px !important;
  }
  .bp .mod-article .tx-powermail {
    padding-left: 30px;
    padding-right: 30px;
  }
  .bp .mod-article .wrap .tx-powermail {
    padding: 0;
  }
  .bp .mod-article #mobile-content-menu {
    display: none;
  }
  .bp .mod-article .foot ul > li .ico-fb {
    background-image: url('/templates/gfx/ico-fb-red.png');
    height: 19px;
    width: 19px;
  }
  .bp .mod-article .foot ul > li .ico-twitter {
    background-image: url('/templates/gfx/ico-twitter-red.png');
    height: 19px;
    width: 19px;
  }
  .bp .mod-article .foot ul > li .ico-gplus {
    background-image: url('/templates/gfx/ico-gplus-red.png');
    height: 19px;
    width: 19px;
  }
  .bp .mod-article .foot ul > li .print {
    background-image: url('/templates/gfx/ico-print-red.png');
  }
  .bp .mod-article .foot ul > li .mail {
    background-image: url('/templates/gfx/ico-mail-red.png') !important;
  }
  .bp .mod-article .foot ul > li .pdf {
    background-image: url('/templates/gfx/ico-pdf-red.png');
  }
}
@media (max-width: 568px) {
  .bp .mod-article #mobile-content-menu {
    display: block;
    padding: 0 30px 30px 30px;
  }
  .bp .mod-article #mobile-content-menu ul {
    margin: 0;
  }
  .bp .mod-article #mobile-content-menu ul li {
    list-style: none;
  }
}
@media (max-width: 767px) {
  .mod-article .well.article .foot ul.user-action > li {
    float: right;
  }
  .mod-article .well.article .foot ul.user-action > li:last-child {
    margin: 0px;
  }
  .mod-article .well.article .foot ul.user-action > li .print {
    display: none;
  }
  .mod-article .well.article .foot ul.user-action > li .pdf {
    display: none;
  }
  .mod-article .well.article .foot ul.user-action > li .mail {
    display: none;
  }
}
.bp #fancybox-content #fancybox-data .content .content-inner a {
  color: #993333;
}
.bp #fancybox-content #fancybox-data .content .content-inner a:before {
  color: #993333;
}
@media screen {
  :not(.wrap-content)>.article-tile-list,
  :not(.wrap-content)>.article-tile-searchform {
    margin-left: 30px;
    margin-right: 30px;
  }
  .article-tile-list {
    margin-bottom: 30px;
  }
  .article-tile-list h2.tileitemheader {
    background-color: #99333c;
    display: inline-block;
    margin-right: 30px !important;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    height: 50px;
    width: 190px;
  }
  .article-tile-list h2.tileitemheader a {
    color: #fff;
    width: 100%;
    height: 35px;
    display: block;
    padding-top: 15px;
  }
  .article-tile-list h2:nth-child(3n+3) {
    margin-right: 0 !important;
  }
  .article-tile-list.double-sized-tiles h2.tileitemheader {
    font-size: 16px;
    padding-bottom: 15px;
    height: 83px;
    vertical-align: middle;
  }
  .article-tile-list.double-sized-tiles h2.tileitemheader a {
    height: 70px;
    line-height: 20px;
    padding-top: 10px;
  }
  .article-tile-list.double-sized-tiles h2:nth-child(3n+3) {
    margin-right: 0;
  }
  .article-tile-searchform {
    margin-bottom: 30px;
    background-color: #99333c;
    padding: 12px 15px;
    height: 26px;
  }
  .article-tile-searchform label {
    display: inline-block;
  }
  .article-tile-searchform label span {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
  }
  .article-tile-searchform label .article-tile-searchinput {
    margin-left: 10px;
    width: 235px;
    padding-left: 5px;
    margin-top: -6px;
  }
  .article-tile-searchform .article-tile-button {
    background-image: url("../../templates/gfx/icon-article-tile-search.png");
    cursor: pointer;
    border: 0;
    background-color: transparent;
    width: 54px;
    height: 26px;
    margin-left: 10px;
    margin-top: -6px;
    font-weight: bold;
    color: #99333c;
  }
}
@media (max-width: 767px) {
  .article-tile-list {
    margin-bottom: 30px;
  }
  .article-tile-list h2.tileitemheader {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 50px;
    width: 100%;
  }
  .article-tile-list.double-sized-tiles h2.tileitemheader {
    width: 100%;
  }
  .article-tile-searchform {
    height: auto;
  }
  .article-tile-searchform label {
    display: block;
  }
  .article-tile-searchform label span {
    font-size: 14px;
    line-height: 27px;
  }
  .article-tile-searchform label .article-tile-searchinput {
    margin-left: 0;
    width: 190px;
    padding-left: 5px;
    margin-top: 5px;
  }
  .article-tile-searchform .article-tile-button {
    cursor: pointer;
    border: 0;
    margin-left: 0;
    margin-top: 5px;
  }
}
.popover {
  z-index: 2000;
}
.mod-dashboard {
  background: #FFF !important;
}
.mod-dashboard .tabbable ul {
  margin: 0 0 20px 0;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top,#ffffff 57%,#ebebeb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(57%,#ffffff),color-stop(100%,#ebebeb));
  background: -webkit-linear-gradient(top,#ffffff 57%,#ebebeb 100%);
  background: -o-linear-gradient(top,#ffffff 57%,#ebebeb 100%);
  background: -ms-linear-gradient(top,#ffffff 57%,#ebebeb 100%);
  background: linear-gradient(to bottom,#ffffff 57%,#ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ebebeb',GradientType=0);
}
.mod-dashboard .tabbable ul li {
  margin: 0;
}
.mod-dashboard .tabbable ul li a {
  height: 45px;
  line-height: 45px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  border: none;
  border-right: 1px solid #f4f4f4 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mod-dashboard .tabbable ul li a:hover,
.mod-dashboard .tabbable ul li.active a {
  background: #000;
  color: #fff;
  text-decoration: none !important;
  margin: 0;
  border: none;
}
.mod-dashboard section {
  padding: 0 15px;
  color: #505050;
}
.mod-dashboard section blockquote {
  padding: 0;
  margin: 0 0 15px;
  border: none;
}
.mod-dashboard section a {
  color: #000;
  font-weight: bold;
}
.mod-dashboard section form ledgend {
  font-size: 22px;
  line-height: 40px;
  color: #000;
  border-bottom: #999 1px dashed;
  display: block;
  margin: 10px 0;
}
.mod-dashboard section form input[type="text"],
.mod-dashboard section form textarea {
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
  width: 100%;
  min-height: none !important;
}
.mod-dashboard section form input[type="text"]:focus,
.mod-dashboard section form textarea:focus {
  border: 1px solid #666666;
}
.mod-dashboard section form input[type="text"]:focus,
.mod-dashboard section form textarea:focus {
  border: 1px solid #666666;
}
.mod-dashboard section form select {
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
  float: left;
  width: auto;
}
.mod-dashboard section form select:focus {
  border: 1px solid #666666;
}
.mod-dashboard section form select:focus {
  border: 1px solid #666666;
}
.mod-dashboard section form .checkbox-wrapper label {
  font-size: 14px;
  line-height: 22px;
}
.mod-dashboard section form .btn.info {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0);
  box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  margin: 0;
  color: #505050 !important;
  border: none;
  padding: 3px 10px 2px 0;
  position: relative;
  left: 10px;
}
.mod-dashboard section form input.btn {
  font-size: 12px;
  float: right;
  color: #FFF !important;
  background: #000 url("/templates/gfx/btn-arrow.png") 0 -2px no-repeat;
  filter: -;
  height: 20px;
  line-height: 20px;
  padding: 0 20px 0 30px;
}
.mod-dashboard section form input.btn:hover {
  text-decoration: underline;
}
.mod-dashboard .actions .aktion-header {
  margin: 0 0 5px;
}
.mod-dashboard .actions p.hl-sans {
  font-size: 16px;
  line-height: 20px;
}
.mod-dashboard .actions .date,
.mod-dashboard .actions .time {
  font-size: 12px;
}
.mod-dashboard .actions .date {
  margin-right: 10px;
}
.mod-dashboard .actions a {
  padding-left: 12px;
  background: url("/templates/gfx/arrows-black.png") 0 1px no-repeat;
  color: #000;
}
.mod-dashboard .actions p strong {
  display: block;
  color: #000;
}
.bp.login {
  min-height: 100%;
}
.bp.login .header.login {
  display: block;
}
.bp.login .header {
  display: none;
}
.bp.login> .subfoot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bp.login .well a.link-inline.trace:before {
  content: '';
  margin: 6px 4px 0 0;
  border-left: 5px solid;
  border-right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  display: inline-block;
}
.bp.login .well a.link-inline.trace {
  border: 0;
  background: none;
  font-weight: normal;
  color: #a3424d;
  margin-left: 0;
  padding-left: 0;
}
.bp.login .content {
  margin-top: 40px;
  padding-bottom: 80px;
}
.bp.login .content .row-fluid .info-text a {
  color: #333333;
  text-decoration: none;
}
.bp.login .content .row-fluid .info-text a:hover {
  text-decoration: underline;
}
.bp.login .content #content-main .mod.span12 {
  margin-left: 5%;
  margin-right: 5%;
}
.bp.login .content #content-main .mod-dashboard {
  background-image: url('/typo3conf/ext/rsmdashboard/Resources/Public/Icons/icons_bawu-profile_lion.png') !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  margin-left: 5%;
  margin-right: 5%;
  padding: 25px;
  min-height: 205px;
  min-height: 375px;
}
.bp.login .content #content-main .mod-dashboard h1 {
  font-weight: 500;
  font-size: 33px;
}
.bp.login .content #content-main .mod-dashboard hr.seperator-solid {
  border-top: 2px solid #98323B;
  margin: 10px 0 14px 0;
}
.bp.login .content #content-main .mod-dashboard .aktion-header span {
  font-size: 14px;
}
.bp.login .content #content-main .mod-dashboard .actions p {
  margin: 0 0 5px 0;
  font-size: 14px;
  display: block;
  color: #505050;
}
.bp.login .content #content-main .mod-dashboard .actions p span {
  font-size: 16px;
  display: block;
}
.bp.login .content #content-main .mod-dashboard .actions p.additionalinfo {
  font-style: italic;
}
.bp.login .content #content-main .mod-dashboard> h1,
.bp.login .content #content-main .mod-dashboard> h2 {
  color: #6D6D6D;
  font-size: 33px;
  border-bottom: 4px solid #98323B;
  padding-bottom: 15px;
  margin-right: 15%;
  position: relative;
}
.bp.login .content #content-main .mod-dashboard> h1:after,
.bp.login .content #content-main .mod-dashboard> h2:after {
  content: '';
  background-image: url('/typo3conf/ext/rsmdashboard/Resources/Public/Icons/icons_bawu-login.png');
  background-repeat: no-repeat;
  display: block;
  height: 98px;
  position: absolute;
  width: 91px;
  top: -15px;
  right: -115px;
}
.bp.login .content #content-main .mod-dashboard> p {
  margin-right: 15%;
}
.bp.login .content #content-main .mod-dashboard .tabbable {
  background-image: url('/typo3conf/ext/rsmdashboard/Resources/Public/Icons/icons_bawu-person.png');
  background-repeat: no-repeat;
  background-position: right 0px;
}
.bp.login .content #content-main .mod-dashboard .tabbable ul {
  background: none;
  border-bottom: 5px solid #98323B;
  margin-top: 30px;
  width: 80%;
}
.bp.login .content #content-main .mod-dashboard .tabbable ul li a:hover,
.bp.login .content #content-main .mod-dashboard .tabbable ul li.active a {
  background-color: #98323B;
  font-weight: 700;
  color: #fff;
}
.bp.login .content #content-main .mod-dashboard .tabbable ul li a {
  background-color: #E5E5E5;
  text-transform: uppercase;
  color: #505050;
  font-weight: 500;
}
.bp.login .content #content-main .mod-dashboard form {
  margin-top: 25px;
}
.bp.login .content #content-main .mod-dashboard .button-red {
  font-size: 14px;
  border: none;
  padding: 0 30px 0 35px;
}
.bp.login .content #content-main .mod-dashboard a.button-red {
  line-height: 28px;
  margin: 0 20px;
}
.bp.login .content #content-main .mod.span9 .mod-dashboard {
  margin-left: 0;
  margin-right: 0;
}
.bp.login .content #content-main .info-text {
  margin-bottom: 50px;
  margin-top: 20px;
}
.bp.login .content #content-main section form input[type="text"],
.bp.login .content #content-main section form input[type="password"] {
  border: 1px solid #cccccc;
  width: 100%;
}
.bp.login .content #content-main section form input[type="text"],
.bp.login .content #content-main section form textarea {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #cccccc;
  max-hieght: 26px;
  height: auto;
  font-size: 12px;
  line-height: normal;
  padding: 5px 6px;
}
.bp.login .content #content-main .typo3-messages .message-body {
  color: #98323B;
  font-weight: bold;
}
.bp.login .content #content-main fieldset .row-fluid:last-child {
  margin-top: 20px;
}
#bp-login {
  height: 100%;
}
.bp.login .content #content-main .mod-dashboard> h1,
.bp.login .content #content-main .mod-dashboard> h2 {
  text-transform: uppercase;
}
@media (max-width: 568px) {
  .bp.login .page {
    margin-bottom: 60px;
  }
  .bp.login .row-fluid.info-text {
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
  .bp.login .row-fluid.info-text .span2,
  .bp.login #content-main .span1 {
    display: none;
  }
  .bp.login .content #content-main .mod-dashboard {
    background-image: none !important;
    min-height: auto;
  }
  .bp.login .content #content-main .mod-dashboard .link-inline.trace {
    display: block;
  }
  .bp.login .content #content-main .mod-dashboard> h2,
  .bp.login .content #content-main .mod-dashboard> h1 {
    width: 100%;
  }
  .bp.login .content #content-main .mod-dashboard #user_email,
  .bp.login .content #content-main .mod-dashboard #user_password,
  .bp.login .content #content-main .mod-dashboard #user_password_confirmation {
    width: 95%;
  }
  .bp.login .content #content-main .mod-dashboard> h2:after,
  .bp.login .content #content-main .mod-dashboard> h1:after {
    background-image: none;
  }
  .bp.login .content #content-main .mod-dashboard section form input[type="password"] {
    width: 94%;
  }
  .bp.login .content #content-main .mod-dashboard section form input[type="text"] {
    width: 96%;
  }
  .bp.login .content #content-main .mod-dashboard a.button-red {
    margin: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0;
  }
  .bp.login .content #content-main .mod-dashboard input.button-red {
    width: 100%;
  }
  .bp.login .content #content-main .mod-dashboard> h2 {
    margin-right: 0;
  }
  .bp.login .content #content-main .mod-dashboard> p {
    margin-right: 0;
  }
  .bp.login .content #content-main .mod-dashboard .tabbable {
    background-image: none !important;
  }
  .bp.login .content #content-main .mod-dashboard .tabbable ul {
    border: none;
    width: 100%;
  }
  .bp.login .content #content-main .mod-dashboard .tabbable ul li {
    float: none;
  }
  .bp.login .content #content-main .mod-dashboard .tabbable ul li a {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
  }
  .bp.login .content #content-main .mod-dashboard {
    background-image: none;
  }
  .bp.login .mod-service-menu .container .nav-pills li:first-child,
  .bp.login .mod-service-menu .container .nav-pills li:first-child a {
    display: inline-block;
  }
}
.bp.login .row-fluid.info-text a.button-red {
  font-size: 14px;
  border: none;
  padding: 0 30px 0 35px;
}
.bp.login .content #content-main .mod-dashboard > p.bodytext {
  font-size: 16px;
}
.bp.login  .button-red {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px;
}
.bp.login .content #content-main .mod-dashboard > p,
.bp.login .content #content-main .info-text p,
.bp.login .content #content-main .mod-dashboard .help-inline {
  font-size: 16px;
}
.bp.login .content #content-main .mod-dashboard .help-inline {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .bp.login .content #content-main .mod-dashboard > p,
  .bp.login .content #content-main .info-text p,
  .bp.login .content #content-main .mod-dashboard .help-inline,
  .bp.login .content #content-main .mod-dashboard > p.bodytext,
  .bp.login blockquote p {
    font-size: 14px;
  }
  .bp.login .content #content-main .mod-dashboard .link-inline.trace.show-comment {
    margin-top: -10px;
  }
  .bp.login .content #content-main .mod-dashboard .actions p {
    margin: 0 0 10px 0;
  }
}
@media screen {
  .mod-statsteaserThesis {
    position: relative;
  }
  .mod-statsteaserThesis .well {
    background: #99333C;
    border-color: #99333C;
  }
  .mod-statsteaserThesis .well hr.seperator-solid,
  .mod-statsteaserThesis .well hr.seperator-dashed {
    border-top-color: #fff;
  }
  .mod-statsteaserThesis .well a {
    font-weight: normal;
  }
  .mod-statsteaserThesis .well .mod-header {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    padding: 13px 0 0 0;
    margin: 0;
  }
  .mod-statsteaserThesis .well .mod-header h2 {
    color: #FFF;
    margin-top: 0;
    *margin-bottom: 0px;
  }
  .mod-statsteaserThesis .well .mod-header hr.seperator-solid {
    margin: 0;
    padding: 0;
  }
  .ie7 .mod-statsteaserThesis .well .mod-body {
    margin-top: 50px;
  }
  .mod-statsteaserThesis .well .mod-body {
    margin-top: 40px;
    color: #FFF;
  }
  .mod-statsteaserThesis .well .mod-body p.teaser,
  .mod-statsteaserThesis .well .mod-body p.teaser a {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 22px;
  }
  .mod-statsteaserThesis .well .mod-body p.teaser {
    margin: 8px 0 10px 0;
  }
  .mod-statsteaserThesis .well .mod-body a.link-block,
  .mod-statsteaserThesis .well .mod-body a.link-block::before,
  .mod-statsteaserThesis .well .mod-body a.link-block div.before {
    color: #ffffff;
    border-left-color: #ffffff;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix {
    border-top: 1px dashed #fff;
    padding: 10px 0;
    position: relative;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix > div {
    position: relative;
    float: left;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 30px;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix div.c-all {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: 30px;
    color: #993333;
    background-image: url("/templates/gfx/ico-tip-big.png");
    display: block;
    width: 60px;
    height: 56px;
    line-height: 49px;
    text-align: center;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix div.c-man {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    padding: 10px 10px 0 35px;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix div.tweet {
    padding-bottom: 20px;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix div.fb {
    padding-top: 20px;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix div.votes {
    padding-top: 10px;
  }
  .mod-statsteaserThesis .well .mod-body div.clearfix p {
    float: right;
    width: 85px;
    padding: 5px 0;
  }
  .mod-statsteaserThesis .well .mod-body i.ico-tip-man {
    background-image: url("/templates/gfx/ico-user-white.png");
    position: absolute;
    top: 18px;
    left: 0;
    height: 32px;
    width: 36px;
  }
  .mod-statsteaserThesis .well .mod-body i.ico-tweet {
    background-image: url("/templates/gfx/ico-tweet.png");
    position: relative;
    top: 15px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaserThesis .well .mod-body i.ico-thumbs-up {
    background-image: url("/templates/gfx/ico-thumb-up.png");
    position: relative;
    top: -5px;
    left: 10px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaserThesis .well .mod-body i.ico-thumbs-down {
    background-image: url("/templates/gfx/ico-thumb-down.png");
    position: relative;
    top: 0px;
    left: 10px;
    height: 33px;
    width: 48px;
  }
  .mod-statsteaserThesis .well .mod-scroller {
    background: #99333C;
  }
  .mod-statsteaserThesis .well .mod-scroller .slide-up {
    background-image: url("/templates/gfx/btn-arrow-up-bp-invert.png");
  }
  .mod-statsteaserThesis .well .mod-scroller .slide-down {
    background-image: url("/templates/gfx/btn-arrow-down-bp-invert.png");
  }
}
@media (max-width: 568px) {
  .mod-statsteaserThesis .well .mod-body div.clearfix {
    padding: 10px 30px;
  }
}
@media screen {
  .mod-facts .well {
    border: 0px;
    overflow: hidden;
    background: #ffffea;
    position: relative;
    margin-bottom: 20px;
  }
  .mod-facts .well .mod-header h2,
  .mod-facts .well .mod-header p {
    float: left;
    width: 65%;
  }
  .mod-facts .well .mod-header p {
    font-size: 14px;
    line-height: 20px;
  }
  .mod-facts .well .mod-header .bubble {
    float: right;
  }
  .mod-facts .well .mod-body {
    clear: both;
  }
  .mod-facts .well .mod-body ul {
    margin: 0;
    list-style: none;
  }
  .mod-facts .well .mod-body ul li {
    margin: 0 0 15px 0;
    padding: 0;
    height: auto;
    line-height: 20px;
    min-height: 60px;
  }
  .mod-facts .well .mod-body ul li .bubble {
    float: left;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  .mod-facts .well .mod-body ul li .li-text {
    float: none;
    width: 80%;
    margin: 0;
    padding-left: 70px;
    *padding-left: 20px;
    line-height: 20px;
  }
  .mod-facts .well .mod-body ul li .li-text a {
    line-height: 20px;
    border-bottom: 0px solid #fff;
    margin-left: 0;
  }
  .mod-facts .well .mod-body ul li .li-text h4 {
    margin: 0 0 5px 0;
  }
}
@media (max-width: 568px) {
  .mod-facts {
    height: auto;
  }
  .mod-facts .well {
    height: auto;
  }
  .mod-facts .well .mod-header h2,
  .mod-facts .well .mod-header p {
    margin: 0 0 20px;
    width: auto;
  }
  .mod-facts .well .mod-header img.bubble {
    display: none;
  }
  .mod-facts .well .mod-body ul li {
    line-height: 17px;
  }
  .mod-facts .well .mod-body ul li .li-text {
    padding-left: 35px;
  }
  .mod-facts .well .mod-body ul li .bubble {
    height: 30px;
  }
}
@media all {
  .mod-sitemap {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mod-sitemap h1 {
    line-height: 40px;
    font-size: 35px;
    margin: 29px 0 28px 0;
  }
  .mod-sitemap h2 {
    background-color: #FFF;
    background-repeat: no-repeat;
    height: 37px;
    margin: 5px 0;
    padding: 0 0 0 30px;
    width: auto;
  }
  .mod-sitemap h2 a {
    font-size: 20px;
    line-height: 37px;
  }
  .mod-sitemap ul {
    list-style: none;
    margin: 0 !important;
  }
  .mod-sitemap p {
    margin-top: 0;
  }
  .mod-sitemap p .ico-readout {
    margin-right: 0;
    width: auto;
  }
  .mod-sitemap p .ico-readout:before {
    content: '';
    width: 20px;
    height: 16px;
    margin: -1px 6px 0px;
    float: left;
    display: inline-block;
  }
  .mod-sitemap ul.gl_body {
    width: auto;
    padding: 0px 0px 20px 40px;
  }
  .mod-sitemap ul.gl_body li {
    line-height: 24px;
  }
  .mod-sitemap ul.gl_body li ul {
    list-style: none;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 568px) {
  .mod-sitemap ul.gl_body {
    width: auto;
    padding: 0px 0px 20px 30px;
  }
  .mod-sitemap ul.gl_body li {
    line-height: 20px;
  }
  .mod-sitemap ul.gl_body li ul {
    padding: 0 0 0 15px;
  }
}
@media all {
  .bp .mod-sitemap h2 {
    background-image: url("/templates/gfx/bp/bg-glossarytitle.png");
  }
  .bp .mod-sitemap h2 a {
    color: #fff;
  }
  .bp .mod-sitemap p .ico-readout:before {
    background-image: url('/templates/gfx/ico-read-red.png');
  }
}
@media screen {
  .mod-search {
    padding: 0;
  }
  .mod-search input.noradius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .mod-search .pull-left {
    float: left;
  }
  .mod-search .pull-right {
    float: right;
  }
  .mod-search .filter-header {
    margin: 20px 0;
    color: #a3a3a3;
    height: 25px;
  }
  .mod-search .filter-header span {
    line-height: 20px;
  }
  .mod-search .filter-header input {
    margin-bottom: 0px;
  }
  .mod-search .filter-header .filterInput {
    width: 614px;
  }
  .mod-search .filter-header .filterInput label {
    display: none;
  }
  .mod-search .filter-header .filterInput input {
    width: 600px;
  }
  .mod-search .filter-header .filterSubmit label {
    display: none;
  }
  .mod-search .filter-header .filterSubmit input {
    border: 0;
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
    color: #FFF;
  }
  .mod-search .well {
    padding: 0;
    border: none;
    position: relative;
    margin-bottom: 20px;
  }
  .mod-search h2.result {
    margin: 10px 15px 30px 15px;
    line-height: 45px;
  }
  .mod-search .tab-header {
    margin: 0;
    padding: 0;
    border: none;
  }
  .mod-search .tab-header ul {
    list-style: none;
    margin: 0;
    border: none;
    border: 0;
    height: 46px;
  }
  .mod-search .tab-header ul li {
    float: left;
    overflow: hidden;
    margin: 6px 0 0 0;
    box-shadow: 6px -3px 6px 0px rgba(157,150,147,0.3);
    -moz-box-shadow: 6px -3px 6px rgba(157,150,147,0.3);
    -webkit-box-shadow: 6px -3px 6px 0px rgba(157,150,147,0.3);
    zoom: 1;
    border: none;
    position: relative;
  }
  .mod-search .tab-header ul li a {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999999;
    display: block;
    letter-spacing: -0.5px;
    padding: 10px 25px;
    margin: 0;
    text-decoration: none !important;
    -webkit-touch-callout: default;
    -webkit-user-select: none;
    filter: none;
  }
  .mod-search .tab-header ul li a:hover {
    background-color: #000;
    border: none;
    color: #FFF;
  }
  .mod-search .tab-header ul li.active a {
    background-color: #000;
    border: none;
    color: #FFF;
    z-index: 6;
  }
  .mod-search .tab-header ul li:nth-child(1) {
    z-index: 5;
  }
  .mod-search .tab-header ul li:nth-child(2) {
    z-index: 4;
  }
  .mod-search .tab-header ul li:nth-child(3) {
    z-index: 3;
  }
  .mod-search .tab-header ul li:nth-child(4) {
    z-index: 2;
  }
  .mod-search .tab-header ul li:nth-child(5) {
    z-index: 1;
  }
  .mod-search .mod-body {
    position: relative;
    box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -moz-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-box-shadow: 3px -3px 6px rgba(157,150,147,0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 11;
    width: auto;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 13px 0px 0px 0px;
    filter: - !important;
    clear: both;
    float: none;
  }
  .mod-search .mod-body h3 {
    width: auto;
    padding: 0 15px;
  }
  .mod-search .mod-body .iconbar {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .mod-search .mod-body .iconbar ul.unstyled li {
    float: left;
  }
  .mod-search .mod-body .iconbar ul.unstyled li .ico-gear {
    display: inline-block;
    background: transparent url("/templates/gfx/ico-gear.png") 0 0 no-repeat;
    width: 16px;
    height: 16px;
    margin: -2px 5px 0 0;
  }
  .mod-search .mod-body .iconbar ul.unstyled li a {
    display: inline-block;
    width: auto;
    padding-right: 14px;
    margin: -2px 5px 0 10px;
  }
  .mod-search .mod-body .teaser a {
    color: #505050;
    letter-spacing: -0.5px;
  }
  .mod-search .mod-body .tab-pane {
    display: none;
    position: relative;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .mod-search .mod-body .tab-pane .special {
    margin: 15px;
    background-color: #f9f9f9;
    display: inline-block;
  }
  .mod-search .mod-body .tab-pane.active {
    display: block;
    height: auto;
  }
  .mod-search .mod-body ul.entries {
    display: block;
    list-style: none;
    margin: 0;
    height: 100%;
    padding: 0 15px;
  }
  .mod-search .mod-body ul.entries li {
    display: block;
    border: none;
    border-top: #999 1px dashed;
    padding: 15px 0;
    margin: 0;
    position: relative;
  }
  .mod-search .mod-body ul.entries li h4 {
    line-height: 27px;
  }
  .mod-search .mod-body ul.entries li .pointed-brand {
    line-height: 20px;
    font-size: 14px;
  }
  .mod-search .mod-body ul.entries li .teaser {
    margin-bottom: 10px;
  }
  .mod-search .mod-body ul.entries li a {
    position: relative;
    margin: 0;
  }
  .mod-search .mod-body ul.entries li .pull-left {
    margin-right: 10px;
  }
  .mod-search .mod-body ul.entries li .play-overlay {
    margin: 0;
    display: block;
    width: 216px;
    height: 120px;
    position: absolute;
    z-index: 11;
  }
  .mod-search .mod-body ul.entries li a > img.btn-play {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    left: 78px;
    top: 30px;
  }
  .mod-search .mod-body ul.entries li a > img.btn-foto {
    position: absolute;
    width: 63px;
    height: 49px;
    margin: 0 auto;
    left: 75px;
    top: 49px;
  }
  .mod-search .mod-body ul.entries li .img {
    display: block;
    width: 216px;
    float: left;
  }
  .mod-search em {
    background-color: #ff0;
    font-style: normal;
  }
}
@media (max-width: 568px) {
  .mod-search .filter-header {
    height: auto;
  }
  .mod-search .filter-header .filterInput {
    width: 206px;
    margin-left: 1px;
  }
  .mod-search .filter-header .filterInput input {
    width: 192px;
  }
  .mod-search .filter-header .filterSubmit input {
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
  }
  .mod-search .well {
    clear: both;
  }
  .mod-search .well .tab-header .nav-tabs {
    height: auto;
    overflow: auto;
  }
  .mod-search .well .tab-header .nav-tabs li a {
    font-size: 16px;
    padding: 6px 8px 10px 8px;
    margin: 0px 0px 0px 5px;
    letter-spacing: -0.7px;
  }
  .mod-search .well h3,
  .mod-search .well h4 {
    line-height: 125%;
  }
  .mod-search .well h2 {
    font-size: 27px;
    line-height: 140%;
  }
  .mod-search .well .mod-body {
    padding: 13px 0px 13px 0px;
  }
  .mod-search .well .mod-body .tab-pane .special {
    margin: 0;
  }
  .mod-search .well .mod-body .entries li {
    width: 260px;
    margin: 0;
  }
  .mod-search .well .mod-body .entries li a.pull-left {
    margin-right: 0;
  }
  .mod-search .well .mod-body .entries li a > img.btn-play {
    left: 100px;
    top: 43px;
  }
  .mod-search .well .mod-body .entries li a > img.btn-foto {
    left: 97px;
    top: 63px;
  }
  .mod-search .well .mod-body .entries li img {
    width: 260px;
    margin-bottom: 10px;
  }
  .mod-search .well .pages div {
    width: 50%;
  }
  .mod-search .well .pages div ul {
    width: 72px;
    height: 24px;
    overflow: hidden;
  }
  .mod-search .well .pages div ul li.first {
    width: 0px;
    display: none;
    margin: 0;
  }
}
@media screen {
  .mod-search .filter-header .filterSubmit input {
    height: 30px;
    display: inline-block;
    padding: 0 10px 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-rendering: optimizelegibility;
    background: url('../../templates/gfx/bp/bg-buttons-bp.png') no-repeat;
    color: #FFF !important;
    background-position: 0 0;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background-position: 0 -2px;
  }
  .mod-search .filter-header .filterSubmit input:hover {
    text-decoration: underline;
  }
  .mod-search .filter-header .filterSubmit input:hover,
  .mod-search .filter-header .filterSubmit input:focus {
    background-position: 0 -30px;
  }
  .mod-search .filter-header .filterSubmit input:hover {
    background-position: 0 -32px;
  }
  .mod-search .mod-body ul.entries li .play-overlay {
    background: transparent url('../../templates/gfx/bp/btn-play.png') 50% 50% no-repeat;
  }
  .mod-search em {
    background-color: #ff0;
  }
  .mod-search .pages {
    margin: 0 15px;
  }
}
@media (max-width: 568px) {
  .mod-search .filter-header {
    height: auto;
  }
  .mod-search .filter-header .filterInput {
    width: 206px;
    margin-left: 1px;
  }
  .mod-search .filter-header .filterInput input {
    width: 192px;
  }
  .mod-search .well {
    clear: both;
  }
  .mod-search .well .tab-header .nav-tabs {
    height: auto;
    overflow: auto;
  }
  .mod-search .well .tab-header .nav-tabs li a {
    font-size: 16px;
    padding: 6px 8px 10px 8px;
    in: 0px 0px 0px 5px;
    letter-spacing: -0.7px;
  }
  .mod-search .well h3,
  .mod-search .well h4 {
    line-height: 125%;
  }
  .mod-search .well h2 {
    font-size: 27px;
    line-height: 140%;
  }
  .mod-search .well .mod-body {
    padding: 13px 0px 13px 0px;
  }
  .mod-search .well .mod-body .tab-pane .special {
    margin: 0;
  }
  .mod-search .well .mod-body .entries li {
    width: 260px;
    margin: 0;
  }
  .mod-search .well .mod-body .entries li a.pull-left {
    margin-right: 0;
  }
  .mod-search .well .mod-body .entries li a > img.btn-play {
    left: 100px;
    top: 43px;
  }
  .mod-search .well .mod-body .entries li a > img.btn-foto {
    left: 97px;
    top: 63px;
  }
  .mod-search .well .mod-body .entries li img {
    width: 260px;
    margin-bottom: 10px;
  }
  .mod-search .well .pages .seperator-solid {
    border-color: #A3424D !important;
  }
  .mod-search .well .pages div {
    width: 50%;
  }
  .mod-search .well .pages div ul {
    width: 72px;
    height: 24px;
    overflow: hidden;
  }
  .mod-search .well .pages div ul li.first {
    width: 0px;
    display: none;
    margin: 0;
  }
}
@media all {
  .mod-glossary .well {
    margin-bottom: 20px;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .mod-glossary .well .mod-header,
  .mod-glossary .well h1,
  .mod-glossary .well h2.faqitemheader,
  .mod-glossary .well .wrap {
    padding: 0 30px;
  }
  .mod-glossary .well a.link-up {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: -5px 17px;
    padding: 0px 0px 0px 14px;
    display: inline-block;
  }
  .mod-glossary .well h1 {
    line-height: 40px;
    font-size: 35px;
    margin: 29px 0 28px 0;
  }
  .mod-glossary .well h2.faqitemheader,
  .mod-glossary .well .wrap-content > h2[id] {
    background-color: #FFF;
    background-repeat: no-repeat;
    font-size: 20px;
    height: 37px;
    line-height: 37px;
    margin: 5px 0;
    padding: 0 0 0 30px;
    position: relative;
    width: auto;
  }
  .mod-glossary .well h2.faqitemheader a.link-up,
  .mod-glossary .well .wrap-content > h2[id] a.link-up {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 37px;
    margin-right: 10px;
    padding: 0 5px 0 15px;
    width: auto;
  }
  .mod-glossary .well ul {
    list-style: none;
  }
  .mod-glossary .well ul.rteList {
    list-style: disc;
  }
  .mod-glossary .well .ico-readout {
    margin-right: 0;
    width: auto;
  }
  .mod-glossary .well .ico-readout:before {
    content: '';
    width: 20px;
    height: 16px;
    margin: -1px 6px 0px;
    float: left;
    display: inline-block;
  }
  .mod-glossary .well ul.gl_nav {
    width: 102%;
    margin: 0 0 40px 0;
    padding: 0;
  }
  .mod-glossary .well ul.gl_nav li {
    float: left;
    margin: 0 7px 7px 0;
  }
  .mod-glossary .well ul.gl_nav li a,
  .mod-glossary .well ul.gl_nav li span {
    background-color: #FFF;
    color: #999999;
    display: block;
    font-size: 26px;
    height: 29px;
    width: 29px;
    line-height: 31px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mod-glossary .well ul.gl_body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .mod-glossary .well ul.gl_body li {
    margin: 10px 0;
    font-size: 16px;
  }
  .mod-glossary .well ul.gl_body li a.link-block {
    border: none;
    padding-left: 8px;
    margin-bottom: 5px;
  }
  .mod-glossary .well ul.gl_body li a.link-block .before {
    background-image: none;
    border: none;
  }
  .mod-glossary .well ul.gl_body li a.link-block:before {
    background-image: none;
    border: none;
  }
  .mod-glossary .well ul.gl_body li a.link-up:hover,
  .mod-glossary .well ul.gl_body li a.active {
    font-weight: normal;
  }
  .mod-glossary .well ul.gl_body li div {
    margin-left: 10px;
    display: none;
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
  }
  .mod-glossary .well ul.gl_body li div a {
    background-position: -3px 7px;
  }
  .mod-glossary .pages {
    position: relative;
    border-top: 1px dashed #999999;
    margin: 0 30px;
    padding: 20px 0;
    height: auto;
    overflow: hidden;
  }
  .mod-glossary .pages ul li {
    margin: 0;
    padding: 0;
    float: right;
  }
  .mod-glossary .pages ul li:first-child {
    float: left;
  }
  .wrap-content .mod-glossary {
    margin: 0 -30px;
  }
  .wrap-content .mod-glossary .well {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  .mod-glossary.faq .well h2.faqitemheader {
    font-size: 20px !important;
  }
  .mod-glossary.faq .well h2.faqitemheader:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
@media (max-width: 568px) {
  .mod-glossary .well .mod-header,
  .mod-glossary .well h1,
  .mod-glossary .well h2.faqitemheader,
  .mod-glossary .well .wrap {
    padding: 0 15px;
  }
  .mod-glossary .well .mod-header .ico-readout {
    display: none;
  }
  .mod-glossary .well .pages {
    margin: 0 15px;
  }
}
.above.faqimg {
  margin-left: -30px !important;
}
.above.faqimg figure {
  display: inline-block;
}
.under.faqimg {
  float: right;
}
.manual-teaser .well {
  box-shadow: none !important;
  padding: 0px !important;
}
.manual-teaser .well .mod-header {
  margin-left: 0px !important;
}
.manual-teaser hr.seperator-solid {
  display: none;
}
.bp .mod-glossary .well a.link-up {
  background-image: url("/templates/gfx/arrows-white.png");
  color: white;
}
.bp .mod-glossary .well h2.faqitemheader,
.bp .mod-glossary .well .wrap-content > h2[id] {
  background-image: url("/templates/gfx/bp/bg-glossarytitle.png");
  color: white;
}
.bp .mod-glossary .well .ico-readout:before {
  background-image: url('/templates/gfx/ico-read-red.png');
}
.bp .mod-glossary .well .gl_nav li a,
.bp .mod-glossary .well .gl_nav li span {
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 1px solid #A3424D;
  color: white;
  background: #A3424D;
}
.bp .mod-glossary .well .gl_nav li span {
  color: #505050;
  background: #e6e6e4;
  border: none;
}
.bp .mod-glossary .well .gl_body li a.link-block {
  background: transparent url('/templates/gfx/bp/arrows-red.png') -7px -86px no-repeat;
}
.bp .mod-glossary .well .gl_body li> div a.link-block {
  background: transparent url('/templates/gfx/bp/arrows-red.png') -7px -84px no-repeat;
}
.bp .mod-glossary.faq .well a.link-up {
  background-image: url("/templates/gfx/arrows-white.png");
  background-position: -5px -164px;
}
.bp .mod-glossary.faq .well .active a.link-up {
  background-position: -5px 16px;
}
.mod-gallery {
  box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -moz-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(157,150,147,0.3);
  margin: 0 0 20px;
  background-color: #FFF;
  height: 360px;
  position: relative;
  overflow: hidden !important;
}
.mod-gallery .flex-pauseplay {
  display: none;
}
.mod-gallery .flexslider-mod-gallery {
  position: relative;
}
.mod-gallery .flexslider-mod-gallery ul,
.mod-gallery .flexslider-mod-gallery ol {
  margin: 0;
  list-style: none;
}
.mod-gallery .flexslider-mod-gallery ul .img,
.mod-gallery .flexslider-mod-gallery ol .img {
  max-width: 100%;
  height: 360px;
}
.mod-gallery .flexslider-mod-gallery ul .img img,
.mod-gallery .flexslider-mod-gallery ol .img img {
  width: auto;
  height: auto;
}
.mod-gallery .flexslider-mod-gallery .slides li {
  position: relative;
  display: none;
}
.mod-gallery .flexslider-mod-gallery .img {
  text-align: center;
  background: #f2f2f2;
  overflow: hidden;
  height: 260px;
  line-height: 360px;
}
.mod-gallery .flexslider-mod-gallery .img img {
  max-width: none;
}
.mod-gallery .flexslider-mod-gallery .content {
  position: absolute;
  bottom: 10px;
  right: -230px;
  width: 210px;
  z-index: 4;
  height: 85px;
  margin-bottom: 0;
  overflow: hidden;
}
.mod-gallery .flexslider-mod-gallery .content .content-inner {
  font-size: 14px;
}
.mod-gallery .flexslider-mod-gallery .flex-count,
.mod-gallery .flexslider-mod-gallery .flex-count-inline {
  background: url('/templates/gfx/arrow-left.png') 0 4px no-repeat;
  padding-left: 18px;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}
.mod-gallery .flexslider-mod-gallery .flex-pauseplay {
  padding-right: 5px;
  border-right: 1px solid white;
}
.mod-gallery .flexslider-mod-gallery .flex-pauseplay a.flex-play {
  background: url("/templates/gfx/slider-play-gold.png");
}
.mod-gallery .flexslider-mod-gallery .flex-pauseplay a.flex-pause {
  background: url("/templates/gfx/slider-pause-gold.png");
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav,
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging {
  position: absolute;
  list-style: none;
  width: 100%;
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav {
  clear: both;
  top: 158px;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging {
  height: 16px;
  right: 20px;
  bottom: 20px;
  text-align: right;
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav a,
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging a {
  display: block;
  text-indent: -9999em;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging li {
  display: inline-block;
  height: 16px;
  margin-right: 5px;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging a {
  display: inline-table;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 16px;
  background: url("/templates/gfx/slider-paging-white.png") no-repeat;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-paging a.flex-active {
  background-image: url("/templates/gfx/slider-paging-gold.png");
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav a {
  position: absolute;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 10;
  overflow: hidden;
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav a.flex-prev {
  left: 0;
  background-image: url("/templates/gfx/slider-direction-prev-gold.png");
}
.mod-gallery .flexslider-mod-gallery ul.flex-direction-nav a.flex-next {
  right: 0;
  background-image: url("/templates/gfx/slider-direction-next-gold.png");
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs {
  height: auto;
  width: 210px;
  position: absolute;
  right: -230px;
  top: 106px;
  height: 210px;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li {
  float: left;
  margin: 0 6px 6px 0;
  display: block;
  height: 64px;
  width: 64px;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li img {
  height: 60px;
  width: 60px;
  border: 2px solid #FFF;
  cursor: pointer;
}
.mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li img:hover,
.mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li img.flex-active {
  border-color: #a78d35;
}
.mod-gallery .content-right {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  *width: 210px;
  height: 85px;
  background: #FFF;
  padding: 0 10px 0 0;
}
.mod-gallery .content-right .mod-header {
  margin: 15px 0 0 0;
}
.mod-gallery .content-right .mod-header p {
  margin-bottom: 5px;
}
.mod-gallery .content-right h1 {
  font-size: 30px;
}
.mod-gallery .content-right-bottom {
  position: absolute;
  background: #FFF;
  bottom: 0;
  right: 0;
  width: 240px;
  z-index: 1;
  height: 112px;
}
@media (max-width: 568px) {
  .mod-gallery {
    clear: both;
    height: 600px;
  }
  .mod-gallery .flexslider-mod-gallery {
    margin-top: 190px;
  }
  .mod-gallery .flexslider-mod-gallery ul .img,
  .mod-gallery .flexslider-mod-gallery ol .img {
    height: 210px;
  }
  .mod-gallery .flexslider-mod-gallery .img {
    line-height: 210px;
    height: 210px;
  }
  .mod-gallery .flexslider-mod-gallery .img img {
    max-width: 290px;
    max-height: 210px;
  }
  .mod-gallery .flexslider-mod-gallery ul.flex-direction-nav {
    top: 86px;
  }
  .mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs {
    left: 15px;
    top: 225px;
    width: 10000px;
    height: 44px !important;
  }
  .mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li {
    float: left;
    margin: 0 2px 2px 0;
    height: 44px;
    width: 44px;
  }
  .mod-gallery .flexslider-mod-gallery ol.flex-control-thumbs li img {
    height: 40px;
    width: 40px;
  }
  .mod-gallery .flexslider-mod-gallery .content {
    margin-top: 0px;
    left: 15px;
    width: 260px;
    top: 280px;
  }
  .mod-gallery .content-right {
    clear: both;
    height: auto;
    padding: 15px;
  }
  .mod-gallery .content-right .mod-header {
    margin: 0;
  }
  .mod-gallery .content-right-bottom {
    display: none;
  }
}
@media screen {
  .mod-quiz {
    margin-bottom: 20px;
  }
  .mod-quiz .well.article {
    position: relative;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 70px;
  }
  .mod-quiz .well.article .mod-header {
    padding: 0 30px;
    font-size: 14px;
  }
  .mod-quiz .well.article .mod-header .pointed-brand {
    font-size: 14px;
  }
  .mod-quiz .well.article .mod-header .ico-readout {
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding-left: 25px;
    width: 90px;
  }
  .mod-quiz .well.article p.teaser,
  .mod-quiz .well.article h1,
  .mod-quiz .well.article .wrap-content,
  .mod-quiz .well.article .mod-footer {
    padding: 0 30px;
  }
  .mod-quiz .well.article p.teaser hr,
  .mod-quiz .well.article h1 hr,
  .mod-quiz .well.article .wrap-content hr,
  .mod-quiz .well.article .mod-footer hr {
    margin: 0px;
  }
  .mod-quiz .well.article p.teaser {
    margin-top: 15px;
    font-style: italic;
  }
  .mod-quiz .well.article h1 {
    line-height: 40px;
    font-size: 35px;
    margin: 15px 0 28px 0;
  }
  .mod-quiz .well.article .wrap {
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .mod-quiz .well.article .wrap hr {
    margin: 15px 30px 32px 30px;
    padding: 0;
  }
  .mod-quiz .well.article .wrap p {
    margin: 15px 30px 0 30px;
  }
  .mod-quiz .well.article .wrap-content p {
    font-size: 16px;
    line-height: 23.5px;
    margin-bottom: 20px;
  }
  .mod-quiz .well.article .wrap-content ul {
    font-size: 16px;
    margin-top: 26px;
    margin-left: 36px;
  }
  .mod-quiz .well.article .wrap-content ul > li {
    margin-bottom: 6px;
  }
  .mod-quiz .well.article .wrap-content ul > li:last-child {
    margin-bottom: 0px;
  }
  .mod-quiz .mod-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    padding: 0 15px 14px;
    z-index: 10;
    height: 57px;
  }
  .mod-quiz .mod-footer input[type="submit"] {
    border: 0 none;
    color: #FFF;
    height: 25px;
    line-height: 25px;
    padding: 0 8px 0 14px;
    text-decoration: none;
    margin-top: 15px;
  }
  .mod-quiz label.radio {
    cursor: pointer;
  }
}
@media (max-width: 568px) {
  .mod-quiz .well.article {
    padding: 13px 0 17px 0;
  }
  .mod-quiz .well.article p.teaser,
  .mod-quiz .well.article h1,
  .mod-quiz .well.article .wrap-content,
  .mod-quiz .well.article .mod-footer {
    padding: 0 15px;
  }
  .mod-quiz .well.article .mod-header .iconbar ul li:first-child {
    display: none;
  }
  .mod-quiz .well.article h1.teaser-big {
    margin-top: 15px;
    font-size: 30px;
  }
  .mod-quiz .well.article .mod-header {
    padding: 0 15px;
  }
  .mod-quiz .well.article .wrap hr,
  .mod-quiz .well.article .wrap p {
    margin: 15px;
    padding: 0;
  }
  .mod-quiz .well.article .wrap-content {
    margin-bottom: 57px;
  }
}
@media screen {
  .mod-quiz .ico-readout {
    background-image: url("/templates/gfx/ico-read-red.png");
  }
  .mod-quiz .mod-footer input[type="submit"] {
    background: url("/templates/gfx/bp/btnSprite.png") repeat scroll 0 0 transparent;
  }
}
@media screen {
  .mod-quizsummary {
    margin-bottom: 20px;
  }
  .mod-quizsummary .well.article {
    position: relative;
    padding: 13px 30px 17px 30px;
    border: 0px;
  }
  .mod-quizsummary .well.article .mod-header {
    font-size: 14px;
  }
  .mod-quizsummary .well.article .mod-header .pointed-brand {
    font-size: 14px;
  }
  .mod-quizsummary .well.article .mod-header .ico-readout {
    width: 90px;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    margin: 0px;
    float: left;
    display: inline-block;
  }
  .mod-quizsummary .well.article h1 {
    line-height: 40px;
    font-size: 35px;
    margin: 15px 0 28px 0;
  }
  .mod-quizsummary .well.article p.teaser,
  .mod-quizsummary .well.article p.teaser-text {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    margin-top: 15px;
  }
  .mod-quizsummary .well.article p.teaser-text {
    margin-bottom: 20px;
  }
  .mod-quizsummary .well.article .answer {
    padding: 10px 0 20px 0;
    line-height: 30px;
  }
  .mod-quizsummary .well.article .answer h3.question {
    /*font-style: italic;*/
    font-size:23px;
  }
  .mod-quizsummary .well.article .answer h3.right_answer,
  .mod-quizsummary .well.article .answer h3.your_answer {
    font-size:18px;
    font-style: italic;
  }

  .mod-quizsummary .well.article p.text  a.link-block.quiz{
  	font-size:18px;
  	font-weight:normal;
  }

  .mod-quizsummary .well.article .answer p {
    font-size: 17px;
  }
  
  .mod-quizsummary .well.article .answer .text {
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
  }
  .mod-quizsummary .well.article .answer .answer-right {
    color: #429833;
  }
  .mod-quizsummary .well.article .answer .answer-wrong {
    color: #cb3300;
  }
  .mod-quizsummary .well.article .mod-footer {
    padding: 0;
    position: relative;
  }
  .mod-quizsummary .well.article .mod-footer hr {
    margin: 0;
  }
  .mod-quizsummary .well.article .mod-footer input[type="submit"] {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    border: 0 none;
    color: #FFFFFF;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    padding: 0 8px 0 14px;
    text-decoration: none;
  }
}
@media (max-width: 568px) {
  .mod-quizsummary .well.article {
    padding: 13px 15px 17px 15px;
  }
  .mod-quizsummary .well.article .mod-header .iconbar ul li:first-child {
    display: none;
  }
  .mod-quizsummary .well.article h1.teaser-big {
    margin-top: 15px;
    font-size: 30px;
  }
}
@media screen {
  .bp .mod-quizsummary .ico-readout {
    background-image: url("/templates/gfx/ico-read-red.png");
  }
  .bp .mod-quizsummary .mod-footer input {
    background-image: url("/templates/gfx/bp/btnSprite.png");
  }
}
@media screen {
  .mod-publicationsCenter {
    margin-bottom: 20px;
  }
  .mod-publicationsCenter input.noradius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .mod-publicationsCenter h1 {
    margin-top: 25px;
    margin-left: 15px;
  }
  .mod-publicationsCenter .publicationFilter {
    margin: 20px 15px 30px;
    color: #a3a3a3;
    height: 25px;
  }
  .mod-publicationsCenter .publicationFilter span {
    line-height: 20px;
  }
  .mod-publicationsCenter .publicationFilter input {
    margin-bottom: 0px;
  }
  .mod-publicationsCenter .publicationFilter .filterInput {
    width: 220px;
  }
  .mod-publicationsCenter .publicationFilter .filterInput input {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    width: 184px;
    background: white url("/templates/gfx/icon-search-custom.png") no-repeat 3px center;
    padding-left: 20px;
    font-size: 12px;
    height: 16px;
  }
  .mod-publicationsCenter .publicationFilter .filterInput input:focus {
    border: 1px solid #666666;
  }
  .mod-publicationsCenter .publicationFilter .filterInput input:focus {
    border: 1px solid #666666;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect {
    width: 188px;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect select {
    border: 1px solid #d1d1d1;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #999999;
    width: 355px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-publicationsCenter .publicationFilter .filterSubmit input {
    background: transparent url("../../templates/gfx/lp/btnSprite.png") 0 0 no-repeat;
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-publicationsCenter .well .publication {
    margin-bottom: 15px;
  }
  .mod-publicationsCenter .well .publication .publicationItem {
    clear: both;
    border-top: 1px dashed #999999;
    margin-top: 20px;
    padding-top: 15px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemImg {
    display: block;
    float: left;
    width: 130px;
    margin-bottom: 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser {
    display: block;
    margin-left: 150px;
    color: #000;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .teaser {
    margin: 0 180px 5px 0;
    line-height: 24px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .teaser a {
    color: #000;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p {
    margin-right: 180px;
    color: #515151;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a.link-inline {
    margin-left: 3px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action {
    width: 175px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action a:hover,
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action a:focus {
    text-decoration: underline;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action li a {
    padding: 3px 0 3px 22px;
    line-height: 24px;
    width: 153px;
    text-align: left;
    display: block;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action li .pdf {
    background: transparent url('/templates/gfx/ico-pdf-gold.png') 2px center no-repeat;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action li .shop {
    background: transparent url('/templates/gfx/ico-cart-gold.png') 2px center no-repeat;
  }
  .mod-publicationsCenter .pages {
    height: 40px;
    margin: 0;
  }
}
@media (max-width: 568px) {
  .mod-publicationsCenter .publicationFilter {
    height: auto;
  }
  .mod-publicationsCenter .publicationFilter .filterInput {
    width: 100%;
    margin: 1px 0 10px;
  }
  .mod-publicationsCenter .publicationFilter .filterInput input {
    width: 247px;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect {
    display: none;
    width: 100%;
  }
  .mod-publicationsCenter .publicationFilter .filterSelect select {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  .mod-publicationsCenter .publicationFilter .filterSubmit {
    display: none;
  }
  .mod-publicationsCenter .publicationFilter .filterSubmit input {
    background: transparent url("../../templates/gfx/lp/btnSprite.png") 0 0 no-repeat;
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
  }
  .mod-publicationsCenter .well {
    clear: both;
  }
  .mod-publicationsCenter .well .publication .publicationItem {
    position: relative;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemImg {
    width: 130px;
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser {
    display: block;
    margin: 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .teaser,
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 95px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser .user-action li a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-bottom: 5px !important;
  }
  .mod-publicationsCenter .pages {
    margin: 0;
    height: auto;
  }
  .mod-publicationsCenter .pages div ul {
    width: 90px;
    height: 24px;
    overflow: hidden;
  }
  .mod-publicationsCenter .pages div ul .first {
    padding: 0px;
    display: none;
  }
}
.mod-publicationsCenter> h1,
.mod-publicationsCenter .fitlerPanel {
  padding-left: 15px;
}
.mod-publicationsCenter> h1 {
  margin: 20px 0;
}
.mod-publicationsCenter .publicationFilter {
  margin: auto;
  height: auto;
}
.mod-publicationsCenter .publicationFilter form {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.mod-publicationsCenter .publicationFilter form .filterInput,
.mod-publicationsCenter .publicationFilter form .filterSelect {
  margin-right: 15px;
  width: auto;
}
.mod-publicationsCenter .publicationFilter form .filterInput input,
.mod-publicationsCenter .publicationFilter form .filterInput select,
.mod-publicationsCenter .publicationFilter form .filterSelect input,
.mod-publicationsCenter .publicationFilter form .filterSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: normal;
  width: 180px;
  margin: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
  box-shadow: none;
  height: 18px;
}
.mod-publicationsCenter .publicationFilter form .filterInput input:focus,
.mod-publicationsCenter .publicationFilter form .filterInput select:focus,
.mod-publicationsCenter .publicationFilter form .filterSelect input:focus,
.mod-publicationsCenter .publicationFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.mod-publicationsCenter .publicationFilter form .filterInput input:focus,
.mod-publicationsCenter .publicationFilter form .filterInput select:focus,
.mod-publicationsCenter .publicationFilter form .filterSelect input:focus,
.mod-publicationsCenter .publicationFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.mod-publicationsCenter .publicationFilter form .filterSelect {
  position: relative;
}
.mod-publicationsCenter .publicationFilter form .filterSelect select {
  width: 165px;
  height: 26px !important;
  padding: 2px 25px 3px 6px;
  text-align: left;
  cursor: pointer;
}
.mod-publicationsCenter .publicationFilter form .filterSelect:after {
  content: " »";
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  width: 27px;
  height: 26px !important;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  z-index: -1;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.mod-publicationsCenter .publicationFilter form .filterSubmit {
  position: relative;
  float: left;
}
.mod-publicationsCenter .publicationFilter form .filterSubmit input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6429em;
  padding: 0 30px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  height: 28px;
}
.mod-publicationsCenter .publicationFilter form .filterSubmit:after {
  content: " »";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
  line-height: 27px;
  color: white;
}
.mod-publicationsCenter .publicationFilter form .filterReset {
  position: relative;
  display: inline-block;
  right: -20px;
}
.mod-publicationsCenter .publicationFilter form .filterReset input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  line-height: 17px;
  padding: 2px 10px 3px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 1px 10px 3px 10px;
  height: 28px;
}
.mod-publicationsCenter .well .publication {
  padding-top: 5px;
}
.mod-publicationsCenter .well .publication .publicationItem {
  clear: both;
  padding: 15px 0 20px;
}
.mod-publicationsCenter .well .publication .publicationItem:first-child {
  border-top: none;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemImg {
  float: left;
  width: 250px;
  margin: 5px 20px 0 0;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser {
  width: 530px;
  margin-left: 300px;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser> h3 {
  margin-top: 0;
  padding-right: 150px;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p {
  width: 360px;
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p .kicker {
  padding-right: 5px;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a:hover,
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a:focus {
  text-decoration: none !important;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a.link-inline {
  position: relative;
  display: inline-table;
  margin: 5px 0 0;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a.link-inline:after {
  content: "\e009";
  padding-left: 5px;
  color: #cb3300;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a.link-inline:hover {
  text-decoration: none !important;
}
.mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p a.link-inline:hover:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 12px;
  bottom: 2px;
  display: block;
}
.mod-publicationsCenter .well .publication .publicationItem:last-child {
  padding-bottom: 50px;
  border-bottom: 0;
}
.mod-publicationsCenter .well .mod-pagination.pages {
  height: 33px;
  margin-bottom: 37px;
}
@media (max-width: 568px) {
  .mod-publicationsCenter> h1,
  .mod-publicationsCenter .fitlerPanel,
  .publicationFilter> h1,
  .publicationFilter .fitlerPanel {
    padding-left: 0;
  }
  .mod-publicationsCenter .fitlerPanel,
  .publicationFilter .fitlerPanel {
    height: auto;
  }
  .mod-publicationsCenter .fitlerPanel .filterSelect,
  .mod-publicationsCenter .fitlerPanel .filterInput,
  .mod-publicationsCenter .fitlerPanel .filterSubmit,
  .publicationFilter .fitlerPanel .filterSelect,
  .publicationFilter .fitlerPanel .filterInput,
  .publicationFilter .fitlerPanel .filterSubmit {
    width: 100%;
    margin: 1px 0 10px;
  }
  .mod-publicationsCenter .fitlerPanel .filterSelect input,
  .mod-publicationsCenter .fitlerPanel .filterInput input,
  .mod-publicationsCenter .fitlerPanel .filterSubmit input,
  .publicationFilter .fitlerPanel .filterSelect input,
  .publicationFilter .fitlerPanel .filterInput input,
  .publicationFilter .fitlerPanel .filterSubmit input {
    width: 276px;
  }
  .mod-publicationsCenter .fitlerPanel .filterSelect select,
  .mod-publicationsCenter .fitlerPanel .filterSelect.filterSubmit input,
  .mod-publicationsCenter .fitlerPanel .filterInput select,
  .mod-publicationsCenter .fitlerPanel .filterInput.filterSubmit input,
  .mod-publicationsCenter .fitlerPanel .filterSubmit select,
  .mod-publicationsCenter .fitlerPanel .filterSubmit.filterSubmit input,
  .publicationFilter .fitlerPanel .filterSelect select,
  .publicationFilter .fitlerPanel .filterSelect.filterSubmit input,
  .publicationFilter .fitlerPanel .filterInput select,
  .publicationFilter .fitlerPanel .filterInput.filterSubmit input,
  .publicationFilter .fitlerPanel .filterSubmit select,
  .publicationFilter .fitlerPanel .filterSubmit.filterSubmit input {
    width: 290px;
  }
  .mod-publicationsCenter .well,
  .publicationFilter .well {
    clear: both;
    padding: 0;
    margin: 0;
  }
  .mod-publicationsCenter .well > h2,
  .publicationFilter .well > h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mod-publicationsCenter .well .publication .publicationItem,
  .publicationFilter .well .publication .publicationItem {
    position: relative;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemImg,
  .publicationFilter .well .publication .publicationItem .publicationItemImg {
    float: none;
    margin: 0 0 20px 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser,
  .publicationFilter .well .publication .publicationItem .publicationItemTeaser {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser> h3,
  .publicationFilter .well .publication .publicationItem .publicationItemTeaser> h3 {
    padding: 0;
  }
  .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p,
  .publicationFilter .well .publication .publicationItem .publicationItemTeaser p {
    width: auto;
  }
  .publicationFilter .filterInput input {
    width: 180px !important;
  }
  .publicationFilter .filterReset,
  .publicationFilter .filterSelect {
    display: none !important;
  }
  .publicationFilter .filterSubmit {
    right: auto !important;
  }
}
.publicationFilter form {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.publicationFilter form .filterInput,
.publicationFilter form .filterSelect {
  margin-right: 15px;
  margin-bottom: 15px;
}
.publicationFilter form .filterInput input,
.publicationFilter form .filterInput select,
.publicationFilter form .filterSelect input,
.publicationFilter form .filterSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  max-width: 210px;
  margin: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
  box-shadow: none;
  padding: 3px 4px;
  height: 20px !important;
}
.publicationFilter form .filterInput input:focus,
.publicationFilter form .filterInput select:focus,
.publicationFilter form .filterSelect input:focus,
.publicationFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.publicationFilter form .filterInput input:focus,
.publicationFilter form .filterInput select:focus,
.publicationFilter form .filterSelect input:focus,
.publicationFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.publicationFilter form .filterSelect {
  position: relative;
}
.publicationFilter form .filterSelect select {
  max-width: 220px;
  height: 26px !important;
  padding: 2px 25px 3px 6px;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.publicationFilter form .filterSelect:after {
  content: " »";
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  width: 27px;
  height: 26px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  z-index: 0;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.publicationFilter form .filterSubmit {
  position: relative;
  float: left;
}
.publicationFilter form .filterSubmit input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6429em;
  padding: 0 30px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  height: 28px;
}
.publicationFilter form .filterSubmit:after {
  content: " »";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
  line-height: 27px;
  color: white;
}
.publicationFilter form .filterReset {
  position: relative;
  display: inline-block;
  right: -20px;
}
.publicationFilter form .filterReset input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  line-height: 17px;
  padding: 2px 10px 3px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 1px 10px 3px 10px;
  height: 28px;
}
.tx-rsmbwintermap-pi1 .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser> h3 {
  padding-right: 0;
}
.ie .publicationFilter form .filterSelect select {
  width: 145px;
  height: 26px;
  padding: 3px 5px 3px 6px;
  text-align: left;
}
.ie .publicationFilter form .filterSelect:after {
  background: none;
}
.ie .publicationFilter form .filterSubmit:after {
  line-height: 25px;
}
.ie8 .publicationFilter form .filterReset input {
  padding-top: 0;
}
.tx-rsmkmlmedienkompetenzatlas-pi1 .mod-publicationsCenter .well .publication .publicationItem .publicationItemTeaser p {
  width: auto;
}
.ff3 .mod-publicationsCenter .publicationFilter form .filterSelect {
  border: 1px solid #999;
}
.ff3 .mod-publicationsCenter .publicationFilter form .filterSelect select {
  -moz-appearance: treeheader;
  height: 24px;
}
.ff3 .mod-publicationsCenter .publicationFilter form .filterSelect:after {
  top: 0;
  right: 0;
}
.ff3 .publicationFilter form .filterSelect {
  border: 1px solid #999;
}
.ff3 .publicationFilter form .filterSelect select {
  -moz-appearance: treeheader;
  height: 24px;
}
.ff3 .publicationFilter form .filterSelect:after {
  top: 0;
  right: 0;
}
.gecko .mod-publicationsCenter .publicationFilter form .filterSelect select::-ms-expand {
  display: none;
}
.gecko .publicationFilter form .filterSelect select::-ms-expand {
  display: none;
}
@media screen {
  .mod-socialmedialist input.noradius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .mod-socialmedialist .ico-youtube {
    background-image: url('/templates/gfx/ico-youtube-org.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist .ico-twitter-blue {
    background-image: url('/templates/gfx/ico-twitter-org.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist .ico-facebook {
    background-image: url('/templates/gfx/ico-fb-org.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist .ico-flickr {
    background-image: url('/templates/gfx/ico-flickr-org.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist .ico-gplus-org {
    background-image: url('/templates/gfx/ico-gplus-org.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist .ico-instagram {
    background-image: url('/templates/gfx/ico-instagram.png');
    height: 19px;
    width: 19px;
  }
  .mod-socialmedialist h1 {
    line-height: 37px;
    font-size: 35px;
    margin: 25px 0 20px 0;
  }
  .mod-socialmedialist h2 {
    line-height: 32px;
    font-size: 30px;
    margin: 15px 0 20px 0;
  }
  .mod-socialmedialist h3 {
    line-height: 24px;
    font-size: 20px;
    margin: 26px 0 10px 0;
  }
  .mod-socialmedialist .socialList {
    border-top: 1px dashed #999999;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .mod-socialmedialist .socialList .socialItem {
    clear: both;
    margin-bottom: 15px;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemImg {
    display: block;
    float: left;
    width: 115px;
    margin-bottom: 0;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemImg img {
    width: 100%;
    height: 116px;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser {
    display: block;
    margin: 0 0 10px 140px;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser .pointed-brand {
    padding-right: 20px;
    display: inline-block;
    color: #505050;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser .pointed-brand i {
    margin-top: -3px;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser .teaser {
    margin-top: 0;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser a.link-block {
    margin-top: 5px;
    line-height: 1.2em;
  }
  .mod-socialmedialist .socialList .socialItem .teaser {
    margin-top: 10px;
  }
  .mod-socialmedialist .wrap hr {
    margin: 15px 0 32px 0;
    padding: 0 0 0 0;
  }
  .mod-socialmedialist .wrap .reset {
    margin-bottom: 15px;
  }
  .mod-socialmedialist .reset {
    margin-bottom: 15px;
  }
  .mod-socialmedialist .foot {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .mod-socialmedialist .foot ul {
    margin-bottom: 0px;
  }
  .mod-socialmedialist .foot ul.user-action li:first-child {
    margin-right: 20px;
  }
  .mod-socialmedialist .foot ul.user-action a:before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 6px 0;
  }
  .mod-socialmedialist .foot ul > li {
    float: left;
    margin-right: 8px;
  }
}
@media (max-width: 568px) {
  .mod-socialmedialist .socialList .socialItem .socialItemImg {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemImg img {
    height: auto;
  }
  .mod-socialmedialist .socialList .socialItem .socialItemTeaser {
    display: block;
    margin-left: 0;
  }
}
@media screen {
  .mod-socialMediaChannelTeaser .well {
    padding: 13px 15px 17px 15px;
    border: 0;
    position: relative;
    overflow: hidden;
  }
  .mod-socialMediaChannelTeaser .well h2 {
    margin: 0;
  }
  .mod-socialMediaChannelTeaser .well h3,
  .mod-socialMediaChannelTeaser .well p {
    width: 100%;
  }
  .mod-socialMediaChannelTeaser .well ul {
    margin: 10px 0 0 -15px;
  }
  .mod-socialMediaChannelTeaser .well ul li {
    float: left;
    margin-left: 15px;
  }
  .mod-socialMediaChannelTeaser .well ul li a {
    background-image: url('/templates/gfx/ico-social-sprite.png');
    display: block;
    height: 36px;
    width: 36px;
    margin: 0px;
  }
  .mod-socialMediaChannelTeaser .well ul li .ico-fb {
    background-position: 0px 0;
  }
  .mod-socialMediaChannelTeaser .well ul li .ico-twitter {
    background-position: -40px 0;
  }
  .mod-socialMediaChannelTeaser .well ul li .ico-gplus {
    background-position: -80px 0;
  }
  .mod-socialMediaChannelTeaser .well ul li .ico-youtube {
    background-position: -160px 0;
  }
  .mod-socialMediaChannelTeaser .well ul li .ico-flickr {
    background-position: -120px 0;
  }
}
@media screen {
  .bp .mod-socialMediaChannelTeaser .well ul {
    margin: 10px 0 -7px -15px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li a {
    background-image: url('/templates/gfx/ico-social-sprite-bp.png');
  }
  .bp .mod-socialMediaChannelTeaser .well ul li .ico-fb {
    background-position: 0px 0px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li .ico-twitter {
    background-position: -46px 0px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li .ico-gplus {
    background-position: -93px 0px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li .ico-flickr {
    background-position: -184px 0px;
  }
  .bp .mod-socialMediaChannelTeaser .well ul li .ico-youtube {
    background-position: -226px 0px;
  }
}
@media screen {
  .mod-imageline {
    margin-bottom: 20px;
  }
  .mod-imageline .well.article {
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .mod-imageline .well.article .mod-header,
  .mod-imageline .well.article h1,
  .mod-imageline .well.article .wrap,
  .mod-imageline .well.article .foot {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mod-imageline .well.article .mod-header hr,
  .mod-imageline .well.article h1 hr,
  .mod-imageline .well.article .wrap hr,
  .mod-imageline .well.article .foot hr {
    margin: 0px;
  }
  .mod-imageline .well.article .ico-readout {
    width: 110px;
  }
  .mod-imageline .well.article .ico-readout:before {
    content: '';
    width: 20px;
    height: 16px;
    margin: -1px 6px 0px;
    float: left;
    display: inline-block;
  }
  .mod-imageline .well.article h1 {
    line-height: 40px;
    font-size: 35px;
    margin: 50px 0 28px 0;
  }
  .mod-imageline .well.article .wrap {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .mod-imageline .well.article .wrap hr {
    margin: 15px 0px;
    padding: 0px;
  }
  .mod-imageline .well.article .wrap-media {
    height: auto;
  }
  .mod-imageline .well.article .wrap-media .mod-slider {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    margin: 0;
  }
  .mod-imageline .well.article .wrap-content p {
    font-size: 16px;
    line-height: 23.5px;
    margin-bottom: 20px;
  }
  .mod-imageline .pages div ul li {
    margin: 0 1px 1px 0 !important;
  }
}
@media (max-width: 568px) {
  .mod-imageline .well.article {
    padding: 13px 0 35px 0;
  }
  .mod-imageline .well.article .mod-header .iconbar ul li:first-child {
    display: none;
  }
  .mod-imageline .well.article h1.teaser-big {
    margin-top: 15px;
    font-size: 30px;
  }
  .mod-imageline .well.article .mod-header,
  .mod-imageline .well.article .wrap {
    padding: 0 15px;
  }
  .mod-imageline .well.article .wrap hr {
    margin: 10px 0;
  }
}
@media screen {
  .bp .mod-imageline .pages {
    margin: 0 15px;
  }
}
textarea.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
input.f3-form-error {
  background-color: #FF9F9F;
  border: 1px #FF0000 solid;
}
.well p a.link-inline,
.well li a.link-inline {
  display: inline-block;
  margin-left: 10px;
}
.tx-rsmbwjobs table {
  border-collapse: separate;
  border-spacing: 10px;
}
.tx-rsmbwjobs table th {
  font-weight: bold;
}
.tx-rsmbwjobs table td {
  vertical-align: top;
}
.tx-rsmbwjobs .job.singleview p {
  font-size: 16px;
  line-height: 1.5;
}
.tx-rsmbwjobs .job.singleview p.bodytext {
  margin: 0 0 10px;
}
.tx-rsmbwjobs .job.singleview a,
.tx-rsmbwjobs ul.rteList li {
  font-size: 16px;
  line-height: 1.5;
}
.tx-rsmbwjobs span.office {
  font-size: 14px;
  line-height: 14px;
  padding-left: 30px;
  margin: 20px 0 -10px 0;
  display: block;
}
.tx-rsmbwjobs p.download {
  margin-bottom: 10px;
}
.tx-rsmbwjobs .job.well .singleview p a.link-inline,
.tx-rsmbwjobs .job.well .singleview li a.link-inline {
  margin-left: 0;
}
@media screen {
  .mod-jobsCenter {
    margin-bottom: 20px;
  }
  .mod-jobsCenter input.noradius {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .mod-jobsCenter h1 {
    margin-top: 25px;
    margin-left: 15px;
  }
  .mod-jobsCenter .jobFilter {
    margin: 20px 15px 30px;
    color: #a3a3a3;
    height: 25px;
  }
  .mod-jobsCenter .jobFilter span {
    line-height: 20px;
  }
  .mod-jobsCenter .jobFilter input {
    margin-bottom: 0px;
  }
  .mod-jobsCenter .jobFilter .filterInput {
    width: 220px;
  }
  .mod-jobsCenter .jobFilter .filterInput input {
    border: 1px solid #999999;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #d1d1d1;
    width: 184px;
    background: white url("/templates/gfx//icon-search-custom.png") no-repeat 3px center;
    padding-left: 20px;
    font-size: 12px;
    height: 16px;
  }
  .mod-jobsCenter .jobFilter .filterInput input:focus {
    border: 1px solid #666666;
  }
  .mod-jobsCenter .jobFilter .filterSelect {
    width: 188px;
  }
  .mod-jobsCenter .jobFilter .filterSelect select {
    border: 1px solid #999999;
    box-shadow: inset 0 0 5px #d1d1d1;
    -moz-box-shadow: inset 0 0 5px #d1d1d1;
    -webkit-box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 4px;
    font-size: 14px;
    color: #000;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-height: none !important;
    border: 1px solid #d1d1d1;
    width: 355px;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
  }
  .mod-jobsCenter .jobFilter .filterSelect select:focus {
    border: 1px solid #666666;
  }
  .mod-jobsCenter .jobFilter .filterSubmit input {
    background: transparent url("../../templates/gfx/lp/btnSprite.png") 0 0 no-repeat;
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 14px;
    border: 0;
    font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  .mod-jobsCenter .well .job {
    margin-bottom: 15px;
  }
  .mod-jobsCenter .well .job .jobItem {
    clear: both;
    border-top: 1px dashed #999999;
    margin-top: 20px;
    padding-top: 15px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg {
    display: block;
    float: left;
    width: 130px;
    margin: 0 0 8px 0;
    min-height: 100px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border {
    border-right: 6px solid;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst01 {
    border-color: #cb3300;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst02 {
    border-color: #29778b;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst03 {
    border-color: #ea8520;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst04 {
    border-color: #286e4b;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst05 {
    border-color: #6766cb;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst06 {
    border-color: #016155;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst07 {
    border-color: #941100;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst08 {
    border-color: #000000;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst09 {
    border-color: #232380;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst10,
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst010 {
    border-color: #429833;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst11,
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border.mst011 {
    border-color: #3c77b1;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser {
    display: block;
    margin-left: 150px;
    color: #000;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .teaser {
    margin: 0 180px 5px 0;
    line-height: 24px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .teaser a {
    color: #000;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser p {
    color: #515151;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser p a.link-inline {
    margin-left: 3px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action {
    width: 175px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action a:hover,
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action a:focus {
    text-decoration: underline;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action li a {
    padding: 3px 0 3px 22px;
    line-height: 24px;
    width: 153px;
    text-align: left;
    display: block;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action li .pdf {
    background: transparent url('/templates/gfx//ico-pdf-gold.png') 2px center no-repeat;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action li .shop {
    background: transparent url('/templates/gfx//ico-cart-gold.png') 2px center no-repeat;
  }
  .mod-jobsCenter .pages {
    height: 40px;
    margin: 0;
  }
  .mod-jobsCenter .smalltext {
    font-size: 12px;
    display: block;
    line-height: 15px;
    padding-right: 5px;
  }
}
@media (max-width: 568px) {
  .mod-jobsCenter .jobFilter {
    height: auto;
  }
  .mod-jobsCenter .jobFilter .filterInput {
    width: 100%;
    margin: 1px 0 10px;
  }
  .mod-jobsCenter .jobFilter .filterInput input {
    width: 247px;
  }
  .mod-jobsCenter .jobFilter .filterSelect {
    display: none;
    width: 100%;
  }
  .mod-jobsCenter .jobFilter .filterSelect select {
    width: 100%;
    height: 25px;
    line-height: 25px;
  }
  .mod-jobsCenter .jobFilter .filterSubmit {
    display: none;
  }
  .mod-jobsCenter .jobFilter .filterSubmit input {
    background: transparent url("../../templates/gfx/lp/btnSprite.png") 0 0 no-repeat;
    color: #FFF !important;
    height: 25px;
    padding: 0 15px;
    font-size: 12px;
  }
  .mod-jobsCenter .well {
    clear: both;
    padding-bottom: 30px;
  }
  .mod-jobsCenter .well .job .jobItem {
    position: relative;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg {
    width: 100%;
    min-height: 40px;
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemImg.mst-border {
    border-right: none;
    border-bottom: 6px solid;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser {
    display: block;
    margin: 0;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .teaser,
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser p {
    margin-left: 0;
    margin-right: 0;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action {
    position: absolute;
    top: 20px;
    right: 0;
    max-width: 95px;
  }
  .mod-jobsCenter .well .job .jobItem .jobItemTeaser .user-action li a {
    font-size: 12px;
    line-height: 16px;
    display: block;
    padding-bottom: 5px !important;
  }
  .mod-jobsCenter .pages {
    margin: 0;
    height: auto;
  }
  .mod-jobsCenter .pages div ul {
    width: 90px;
    height: 24px;
    overflow: hidden;
  }
  .mod-jobsCenter .pages div ul .first {
    padding: 0px;
    display: none;
  }
}
.mod-jobsCenter> h1,
.mod-jobsCenter .fitlerPanel {
  padding-left: 15px;
}
.mod-jobsCenter> h1 {
  margin: 20px 0;
}
.mod-jobsCenter .jobFilter {
  margin: auto;
  height: auto;
}
.mod-jobsCenter .jobFilter form {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.mod-jobsCenter .jobFilter form .filterInput,
.mod-jobsCenter .jobFilter form .filterSelect {
  margin-right: 15px;
  width: auto;
}
.mod-jobsCenter .jobFilter form .filterInput input,
.mod-jobsCenter .jobFilter form .filterInput select,
.mod-jobsCenter .jobFilter form .filterSelect input,
.mod-jobsCenter .jobFilter form .filterSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: normal;
  margin: 0;
  background: none;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0 0 5px #d1d1d1;
  -moz-box-shadow: inset 0 0 5px #d1d1d1;
  -webkit-box-shadow: inset 0 0 5px #d1d1d1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px;
  font-size: 14px;
  color: #000;
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  max-height: none !important;
  border: 1px solid #999999;
  box-shadow: none;
  height: 18px;
}
.mod-jobsCenter .jobFilter form .filterInput input:focus,
.mod-jobsCenter .jobFilter form .filterInput select:focus,
.mod-jobsCenter .jobFilter form .filterSelect input:focus,
.mod-jobsCenter .jobFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.mod-jobsCenter .jobFilter form .filterInput input:focus,
.mod-jobsCenter .jobFilter form .filterInput select:focus,
.mod-jobsCenter .jobFilter form .filterSelect input:focus,
.mod-jobsCenter .jobFilter form .filterSelect select:focus {
  border: 1px solid #666666;
}
.mod-jobsCenter .jobFilter form .filterSelect {
  position: relative;
}
.mod-jobsCenter .jobFilter form .filterSelect select {
  height: 28px !important;
  padding: 2px 25px 3px 6px;
  text-align: left;
  cursor: pointer;
}
.mod-jobsCenter .jobFilter form .filterSelect:after {
  content: " »";
  position: absolute;
  right: 1px;
  top: 1px;
  display: block;
  width: 26px;
  height: 26px !important;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: white;
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  z-index: -1;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.mod-jobsCenter .jobFilter form .filterSubmit {
  position: relative;
  float: left;
}
.mod-jobsCenter .jobFilter form .filterSubmit input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  font-family: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6429em;
  padding: 0 30px 0 10px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  height: 28px;
}
.mod-jobsCenter .jobFilter form .filterSubmit:after {
  content: " »";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 18px;
  line-height: 27px;
  color: white;
}
.mod-jobsCenter .jobFilter form .filterReset {
  position: relative;
  display: inline-block;
  right: -20px;
}
.mod-jobsCenter .jobFilter form .filterReset input {
  background: #a3424d;
  background: -moz-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a3424d),color-stop(100%,#842424));
  background: -webkit-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -o-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: -ms-linear-gradient(top,#a3424d 0%,#842424 100%);
  background: linear-gradient(to bottom,#a3424d 0%,#842424 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3424d',endColorstr='#842424',GradientType=0);
  border: 0 none;
  color: #FFFFFF;
  font-style: normal;
  line-height: 17px;
  padding: 2px 10px 3px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  padding: 1px 10px 3px 10px;
  height: 28px;
}
.ie .jobFilter form .filterSelect select {
  width: 145px;
  height: 26px;
  padding: 3px 5px 3px 6px;
  text-align: left;
}
.ie .jobFilter form .filterSelect:after {
  background: none;
}
.ie .jobFilter form .filterSubmit:after {
  line-height: 25px;
}
.ie8 .jobFilter form .filterReset input {
  padding-top: 0;
}
.gecko .mod-jobsCenter .jobFilter form .filterSelect select::-ms-expand {
  display: none;
}
@media screen {
  .mod-dossier {
    overflow: hidden;
  }
  .mod-dossier .well {
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    background: none;
    border: none;
    height: auto;
  }
}
@media (max-width: 568px) {
  .mod-dossier {
    height: auto;
  }
  .mod-dossier .well {
    height: auto;
  }
  .mod-dossier .well h1 {
    font-size: 20px;
  }
}
@media screen {
  .bp .mod-dossier h1 {
    font-style: italic;
  }
}
@media (max-width: 568px) {
  .bp .mod-dossier.height3 {
    height: auto;
  }
  .bp .mod-dossier.height3 .well {
    height: auto;
  }
}
footer .mod-footer-mobi {
  display: none;
}
footer .mod-footer .footer-box {
  font-size: 13px;
}
footer .mod-footer .container {
  padding-bottom: 40px;
}
footer .mod-footer hr.seperator-solid {
  margin: 0px;
}
footer .mod-footer .teaser,
footer .mod-footer ul a,
footer .mod-footer .pointed-brand {
  text-rendering: optimizelegibility;
}
footer .mod-footer .teaser {
  margin-top: 13px;
}
footer .mod-footer .wrap-mod {
  margin-top: 18px;
}
footer .mod-footer li {
  line-height: 120%;
  padding-bottom: 9px;
}
footer .mod-footer li a:focus {
  text-decoration: underline;
}
footer .mod-footer .wrap-ico-social {
  height: 81px;
}
footer .mod-footer .wrap-ico-social [class^="ico-social-"],
footer .mod-footer .wrap-ico-social [class*=" ico-social"] {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin: 0 8px 12px 0;
}
@media (max-width: 767px) {
  footer .mod-footer {
    display: none;
  }
  footer .mod-footer-mobil {
    display: block;
  }
}
footer .mod-footer {
  padding: 28px 0 0 0;
  border-top: 5px solid #99333c;
  background: #FFF;
  height: auto;
  color: #666666 !important;
}
footer .mod-footer hr.seperator-solid {
  border-color: #e6e6e4;
  border-width: 2px;
}
footer .mod-footer .teaser,
footer .mod-footer ul a,
footer .mod-footer .pointed-brand {
  color: #666666;
}
footer .mod-footer .teaser {
  text-transform: uppercase;
  font-size: 17px;
}
footer .mod-footer .teaser a {
  color: #666666;
}
footer .mod-footer .wrap-ico-social [class^="ico-social-"] {
  background-image: url('/templates/gfx/ico-social-sprite-bp.png');
}
footer .mod-footer .wrap-ico-social .ico-social-fb {
  background-position: 0 0;
}
footer .mod-footer .wrap-ico-social .ico-social-twitter {
  background-position: -47px 0;
}
footer .mod-footer .wrap-ico-social .ico-social-gplus {
  background-position: -94px 0;
}
footer .mod-footer .wrap-ico-social .ico-social-flickr {
  background-position: -185px 0;
}
footer .mod-footer .wrap-ico-social .ico-social-youtube {
  background-position: -227px 0;
}
footer .mod-footer .link-bp {
  color: #666666;
  font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
}
footer .mod-footer .link-bp:before {
  background-image: url('/templates/gfx/bw-lion-teaser.png');
  content: '';
  width: 28px;
  height: 16px;
  line-height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin: 0 12px 12px 0;
  vertical-align: text-top;
  margin-top: 6px;
}
.bp .footer {
  background-color: inherit;
}
@media (max-width: 767px) {
  footer .mod-footer-mobi {
    display: block;
    border-top: 5px solid #99333c;
    padding: 17px 0 0 0;
    background: #FFF;
    height: auto;
    color: #FFF !important;
    font-size: 13px;
  }
  footer .mod-footer-mobi .container {
    position: relative;
  }
  footer .mod-footer-mobi .container .footer-box {
    position: relative;
    z-index: 1;
    min-height: 90px;
  }
  footer .mod-footer-mobi .container .footer-box ul,
  footer .mod-footer-mobi .container .footer-box li {
    width: 100% !important;
  }
  footer .mod-footer-mobi .container .footer-box ul li a {
    color: #666666;
  }
  footer .mod-footer-mobi .container .footer-box ul li a:hover {
    background: transparent !important;
  }
  footer .mod-footer-mobi .container .footer-box ul li a.pointed-brand:after {
    margin: 4px 0 0 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666666;
    display: inline-block;
    content: "";
    vertical-align: top;
  }
  footer .mod-footer-mobi .container .img-bw-lion {
    display: none;
  }
  footer .mod-footer-mobi hr.seperator-solid {
    margin: 0px;
    border-color: #E6E6E4;
    border-width: 2px;
  }
  footer .mod-footer-mobi .pointed-brand {
    color: #FFF;
  }
  footer .mod-footer-mobi .foot-flyout {
    position: relative;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout {
    background-color: transparent !important;
    box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0), 0 0px 0 rgba(0,0,0,0) inset;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout .span6 {
    width: 240px;
    float: left;
    display: none;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout .span6 h4 {
    color: #666666;
    font-style: italic;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout .span6 a {
    color: #666666;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout .span6 a:hover {
    color: #666666;
  }
  footer .mod-footer-mobi .foot-flyout .wrap-flyout .span6:first-child {
    display: block;
  }
  footer .mod-footer-mobi .foot-flyout ul li:last-child {
    margin-bottom: 20px;
  }
}
#note {
  background-color: #E6561C;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  left: 0em;
  display: none;
}
#small-alert {
  color: white;
  font-size: 1.2em !important;
}
#small-alert a {
  color: white;
  text-decoration: underline;
}
#captcha-alert-close {
  color: white;
}
#failtext {
  color: white;
  font-weight: bold;
  padding: 10px 0px 25px 0px;
  font-size: 1.6em !important;
}
#failclose {
  font-size: 1.6em !important;
  color: white;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 110px;
  padding-bottom: 20px;
}
.vote-alert-display-none {
  border: 0px none;
  color: white;
  position: absolute;
  width: 100vw;
  left: calc(0vw);
  margin-left: auto;
  margin-right: auto;
  background-color: #0078A0;
  bottom: 0px;
  position: fixed;
  z-index: 20;
  display: none;
}
.vote-alert-display {
  border: 0px none;
  color: white;
  position: absolute;
  width: 67.1428571em;
  margin-left: auto;
  margin-right: auto;
  background-color: #0078A0;
  bottom: 0px;
  position: fixed;
  z-index: 10;
}
.sendvote {
  border-radius: 4px;
  border: 0px none;
  background-color: lightgreen;
  font-size: 1.4em;
}
.voteslidertext {
  float: left;
}
.vote-alert-content {
  width: 68em;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
}
p.voteslidertext {
  margin-right: 1em;
  font-size: 1.6em;
}
@media (min-width: 569px) {
  .mod-service-menu {
    padding: 30px 0px 30px;
  }
  .mod-service-menu .nav {
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 0px;
  }
  .mod-service-menu .nav-pills > li > span {
    line-height: 28px;
    padding-left: 30px;
  }
  .mod-service-menu .nav-pills > li > a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 2px 0px 0px;
    padding: 4px 10px;
  }
  .mod-service-menu .nav-pills > li > a:hover,
  .mod-service-menu .nav-pills > li > a:focus {
    background: transparent !important;
    text-decoration: underline;
  }
  .mod-service-menu .nav-pills .langnav {
    display: none;
  }
  .mod-service-menu .to-top {
    margin-top: 2px;
  }
}
@media (max-width: 568px) {
  .mod-service-menu .container {
    background-size: contain !important;
  }
  .mod-service-menu .container .to-top {
    display: none;
  }
  .mod-service-menu .container .nav-pills {
    float: left;
    margin-bottom: 0;
  }
  .mod-service-menu .container .nav-pills .langnav {
    display: block;
  }
  .mod-service-menu .container .nav-pills .flags > li {
    display: inherit;
  }
  .mod-service-menu .container .nav-pills .flags > li > a {
    margin: 11px 4px 0 4px;
    width: 20px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 14px;
    background-repeat: no-repeat;
    background-position: 0 0px;
  }
  .mod-service-menu .container .nav-pills .flags > li > a:hover {
    background-position: 0 -20px;
  }
  .mod-service-menu .container .nav-pills .flags .active {
    display: none;
  }
  .mod-service-menu .container .nav-pills .flags .de-DE {
    background-image: url("/templates/gfx/flag-de.png");
  }
  .mod-service-menu .container .nav-pills .flags .en-GB {
    background-image: url("/templates/gfx/flag-gb.png");
  }
  .mod-service-menu .container .nav-pills .flags .fr-FR {
    background-image: url("/templates/gfx/flag-fr.png");
  }
  .mod-service-menu .container .nav-pills li {
    display: none;
  }
  .mod-service-menu .container .nav-pills li a {
    background-color: transparent;
  }
  .mod-service-menu .container .nav-pills li.visible-mobile,
  .mod-service-menu .container .nav-pills li#visible-mobile-impressum,
  .mod-service-menu .container .nav-pills li#visible-mobile-datenschutz,
  .mod-service-menu .container .nav-pills li[id^="visible-mobile-data"],
  .mod-service-menu .container .nav-pills li[id^="visible-mobile-publishing"],
  .mod-service-menu .container .nav-pills li#visible-mobile-confidentialité,
  .mod-service-menu .container .nav-pills li[id^="visible-mobile-mentions"],
  .mod-service-menu .container .nav-pills li#visible-mobile-imprint {
    display: block;
  }
}
.mod-service-menu {
  background-color: #99333c;
}
.mod-service-menu .nav-pills li > a,
.mod-service-menu .nav-pills li > a:hover,
.mod-service-menu .nav-pills li > span {
  color: #FFF;
}
.mod-service-menu .to-top {
  color: #FFF;
}
.mod-service-menu .to-top:hover {
  text-decoration: underline;
  color: #FFF;
}
@media (min-width: 569px) {
  .mod-service-menu {
    padding: 15px 0px 15px;
  }
}
