﻿/*********************************************
    C S S   R E S E T
**********************************************/


/* apply a natural box layout model to all elements */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,
ol {
    list-style: none;
}

ol li {
    list-style: decimal outside none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.body-table {
    margin: 0 0 10px;
}

thead th,
table th {
    padding-right: 1em;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

tr.even,
tr.odd {
    background: none;
    border: 0 none;
    padding: 0;
}

caption,
th,
td {
    padding: 3px 0;
    text-align: left;
    font-weight: normal;
}

ul.menu {
    border: none;
    list-style: none;
    text-align: left;
}

ul.menu li {
    margin: 0;
    list-style-image: none;
    list-style-type: none;
}

li {
    padding: 0;
    margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
}

.clearer {
    clear: both;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

hr {
    border-bottom-width: 0;
    margin-top: 12px;
    margin-bottom: 12px;

}


/*********************************************
    B A S I C   E L E M E N T S
**********************************************/


/* GLOBAL SETTINGS */

body {
    width: 100%;
    padding: 0;
    font: 16px/1.25 "Crimson Text", Arial, sans-serif;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    position: fixed;
    overflow: hidden;
    height: 100%;
}

#wrapper {
    position: relative;
    width: 94%;
    max-width: 980px;
    margin: 15px auto 0;
}


/*********************************************
    T O P
**********************************************/

#top {
    position: relative;
    margin-bottom: 10px;
}

.menu-open #top {
    z-index: 99;
}

a.logo {
    display: block;
    width: 80%;
}

a.logo img {
    width: 100%;
}

a#menu-button {
    position: fixed;
    top: 18px;
    right: 3%;
    display: block;
    width: 40px;
    font-size: 24px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
}

a#menu-button.hidden {
    display: none;
}

a#menu-button:before {
    line-height: 40px;
}

div.banner_billboard > ins > a > img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* Toolbar */

#toolbar {
    clear: both;
    padding: 10px 0;
}

#toolbar:after {
    content: "";
    clear: both;
    display: block;
}

#kirchheim-logo-mobile {
    width: 60px;
    margin-bottom: 21px;
}

#kirchheim-logo a {
    display: block;
}

#kirchheim-logo img {
    height: 73px;
}

#kirchheim-logo-mobile #kirchheim-logo img {
    height: 60px;
}

.top-menu {
    float: left;
}

.top-menu ul li {
    float: left;
}

.top-menu ul li a {
    display: block;
    width: 40px;
    margin-right: 1px;
    font-size: 21px;
    text-align: center;
}

.top-menu ul li:last-child a {
    margin-right: 0;
}

.top-menu ul li a:before {
    line-height: 40px;
}


/* search block */

#search-block-mobile {
    width: 100%;
    margin-bottom: 21px;
}

#search-block-mobile #search-block {
    float: none;
    margin-bottom: 0;
}


/* user navigation */

#user-navigation {}

#user-navigation ul li {}

#user-navigation ul li a.icon-registration {
    font-size: 19px;
}

#user-navigation ul li a.icon-registration:before {
    position: relative;
    top: -1px;
}


/* search block */

#search-block ul li.search-block {
    display: none;
}


/* social menu */

#social-menu {
    float: right;
}

#social-menu ul li {}

#social-menu ul li a {
    color: #fff;
}

.icon-rss,
.icon-twitter,
.icon-facebook {
    color: #fff !important;
}

.icon-rss:hover,
.icon-twitter:hover,
.icon-facebook:hover {
    color: #f0f0f0 !important;
}

.icon-rss {
    background-color: orange !important;
}

.icon-twitter {
    background-color: #1da1f2 !important;
}

.icon-facebook {
    background-color: #3b5998 !important;
}

#menus-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#menus-overlay.menu-open {
    opacity: 1;
    z-index: 98;
}

#menus {
    position: fixed;
    top: 0;
    left: -240px;
    overflow: auto;
    width: 240px;
    height: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.98);
    border-right: 1px solid #666;
    z-index: 99;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#menus.menu-open {
    left: 0;
}

#menus h3,
h3#sidebar-menu-title {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
}

.menu-block {
    margin-bottom: 20px;
}


/* meta menu */

#meta-menu,
#main-menu,
#toolbar {
    display: none;
}

#menus #meta-menu,
#menus #main-menu,
#menus #service-sidebar-menu {
    display: block;
}

#main-menu>ul>li>a,
#meta-menu ul li a,
.footer-menu ul li a,
#main-menu .submenu li a {
    display: block;
    font: 400 14px/1.25 "Roboto Condensed", Arial, sans-serif;
    letter-spacing: 0.05em;
}

#menus #main-menu>ul>li>a,
#menus #meta-menu ul li a,
.footer-menu ul li a,
#menus #main-menu .submenu li a,
#menus #service-sidebar-menu ul li a {
    font-size: 15px;
}

#meta-menu ul li a,
.footer-menu ul li a {
    padding: 5px 10px;
}

#menus #meta-menu ul li a,
#menus #main-menu>ul>li>a,
#menus #service-sidebar-menu ul li a {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}


/* sidebar menu */

#menus .further_years {
    margin-top: 20px;
}


/* main menu */

#top-menus-mobile {
    clear: both;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#main-menu {
    position: relative;
}

#main-menu ul:after {
    content: "";
    clear: both;
    display: block;
}

.submenu {
    display: none;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.has-submenu.open .submenu {
    display: block;
}

#main-menu .submenu li a {
    padding: 8px 0 8px 5px;
}

#main-menu .submenu li a:before {
    content: "S";
    padding-right: 3px;
    font: 10px/1 "kirchheim-icons";
}

#login_mask {
    padding: 20px 20px 0;
}

a.tgl_opt {
    padding-left: 10px;
    background: url(../images/bg_arrows_mini_e + s.png) no-repeat 1px 4px;
}

a.tgl_opt.open {
    background-position: 0 -42px;
}

.msg_err li {
    margin: 5px 0;
    padding: 5px 10px;
    font: 14px/1.25 "Roboto", Arial, sans-serif;
    color: #fff;
    background: #ff7474;
}

.ym-form.cbox_content {
    margin-top: 0;
}

.login_panel a.login_prob,
.login_panel a.regnow,
.login_panel a.login_link,
.login_panel a.open {
    text-decoration: underline;
}

#success_login {
    background: #e4e7ed;
    padding: 20px;
}

#success_login .center a {
    display: block;
    margin: 20px;
    padding: 5px 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

#success_login .center a:hover {
    background: #ddd;
}

.login_panel .tgl_wrap {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.login_panel .tgl_box .ax_wrap {
    padding: 10px 5px;
}

.ax_form label {
    display: block;
    font-size: 90%;
    margin: 8px 0 1px;
}


/* ACC SETTINGS */

.acc_setting {
    position: relative;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.acc_setting:hover {
    background: #fafafa;
}

.acc_setting.edit_mode {
    background: #f2f2f2;
    padding-bottom: 5px;
}

.acc_setting.edit_mode .cfg_box {
    overflow: hidden;
    padding: 10px;
    background: #fafafa;
}

.acc_setting.edit_mode .ym-form {
    margin: 0;
}

.acc_setting.edit_mode .cfg_head label {
    font-style: italic;
}

.acc_setting.edit_mode .acc_edit {}

.acc_setting.edit_mode input[type="submit"] {
    margin-top: 5px;
    display: block;
}

.acc_setting .cfg_head {
    position: relative;
    padding: 0 0 3px 0;
    overflow: hidden;
}

.acc_setting .cfg_head .ym-gl {
    float: left;
    width: 60%;
}

.acc_setting .cfg_head .ym-gr {
    float: right;
    text-align: right;
}

.acc_setting select.birthday {
    float: left;
}

.acc_setting.mydata input[type="text"] {
    margin-bottom: 5px;
}

.acc_setting.mydata .ym-g50 {
    overflow: hidden;
}

.acc_setting label,
a.acc_edit {
    display: block;
    font: 14px/1.25 "Roboto", Arial, sans-serif;
    color: #454545;
}

a.acc_edit {
    position: absolute;
    top: -4px;
    right: 0;
    padding-left: 30px;
    font-size: 13px;
    -webkit-transition: background 0ms;
    transition: background 0ms;
}

a.acc_edit span {
    position: relative;
    top: 3px;
    padding-left: 5px;
    font-size: 16px;
}

.loading {
    background: transparent url(../images/gear.gif) no-repeat scroll 0 3px;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}

.acc_setting .ym-contain-fl p {
    color: #54545a;
    font-size: 12px;
    margin: 2px 0 0 0;
}

.acc_setting.mydata select {
    margin: 3px 5px 5px 0;
}

.acc_setting.mydata .ym-clearfix.pad {
    margin: 0 0 5px 0;
}

.ym-col1 .acc_setting .ym-g50.ym-gl {
    border: none;
}

.acc_setting .label {
    font: 14px/1.25 "Roboto", Arial, sans-serif;
}

.acc_setting .value {
    font-weight: 700;
}

#profile .marginal {
    position: relative;
}


/* User picture upload */

body#popup {
    overflow: hidden;
}

.upic_change {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: center;
    z-index: 1;
}

.upic_form:hover a {
    cursor: pointer;
}

.upic_upload {
    overflow: hidden;
    width: 100%;
    height: 260px;
    border: 1px solid #eee;
}

.upic_upload img {
    display: block;
}

.user_pic {
    position: absolute;
    top: 0;
    height: 200px;
    z-index: 100;
}

.upic_form input[type="file"] {
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.upic_form input[type="submit"] {
    display: none;
}

.upic {
    width: 100%;
}

.ax_checker.ax-loading {
    padding-top: 40px;
    text-align: center;
}

.ax_load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: 64px auto;
    background-size: 64px auto;
}


/*
.account-edit-r{
  float: right;
  width: 720px;
  margin-top: 20px;
}
.account-edit-l{
  width: 200px;
  float: left;
  margin-top: 20px;
}
.detail_head{
  padding-top: 10px;
}
*/


/*ACC SETTINGS END */


/*********************************************
    C O N T E N T  -  L E F T   C O L U M N
**********************************************/

#container {
    position: relative;
    z-index: 0;
}


/* Featured Content */

#featured-teaser {
    position: relative;
    margin-bottom: 20px;
    padding: 1%;
    background-color: #f0f0f0;
    border: 1px solid #eaeaea;
    -webkit-tap-highlight-color: transparent;
}

#featured-teaser,
.teasercarousel .teaser-contents,
#slideshow {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: 64px auto;
    background-size: 64px auto;
    min-height: 300px;
}

#featured-teaser.slider-loaded,
.teasercarousel .teaser-contents.slider-loaded,
#slideshow.slider-loaded {
    background-image: none;
    min-height: 0;
}

#featured-teaser .fc-main,
#featured-teaser .fc-thumbs,
.teasercarousel .teaser-contents .teaser-box,
#slideshow img {
    display: none;
}

#featured-teaser.slider-loaded .fc-main,
#featured-teaser.slider-loaded .fc-thumbs,
.teasercarousel .teaser-contents.slider-loaded .teaser-box,
#slideshow.slider-loaded img {
    display: block;
}

#fc-main .owl-stage:after,
.fc-thumb a:after {
    content: "";
    clear: both;
    display: block;
}

#fc-main {
    position: relative;
    width: 100%;
}

.featured-teaser a {
    display: block;
}

.featured-teaser img {
    width: 100%;
}

.featured-teaser .image-caption {
    bottom: 0;
}

.featured-teaser .featured-content {
    position: absolute;
    bottom: 25px;
    left: 3%;
    max-width: 94%;
    padding: 9px 10px 6px 15px;
    font: 700 13px/16px "Roboto Condensed", Arial, sans-serif;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

.fc-main .fc-headline-small {
    display: block;
    margin: 0 0 2px;
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
    text-transform: uppercase;
}

.fc-main .h2 {
    font-size: 24px;
    line-height: 1.1;
}

#fc-thumbs,
#featured-teaser.slider-loaded .fc-thumbs {
    position: relative;
    width: 100%;
    display: none;
}

.fc-thumb {
    float: left;
    width: 25%;
}

.fc-thumb a {
    display: block;
    padding: 10px 10px 10px 10px;
}

.fc-thumb a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.fc-thumb a:after {
    content: "";
    clear: both;
    display: block;
    border-bottom: 1px solid #fff;
}

.fc-thumb:last-child a:after {
    border-bottom: 0;
}

.fc-thumb img {
    float: left;
    width: 40%;
    padding-right: 10px;
}

.fc-thumb .image-caption {
    margin-right: 10px;
    font-size: 8px;
}

.fc-thumb img {
    width: 100%;
}

.fc-thumb span {
    display: block;
}

.fc-thumb .featured-content {
    overflow: hidden;
    float: right;
    width: 60%;
    padding-left: 10px;
}

.fc-thumb .fc-headline-small {
    display: block;
    font: 400 13px/1.25 "Roboto", Arial, sans-serif;
    text-transform: uppercase;
}

.fc-thumb .h2 {
    font: 700 20px/1.1 "Roboto Condensed", Arial, sans-serif;
}


/* Teaser System */

.teaser-header,
.block-title {
    margin-bottom: 10px;
    padding: 3px 7px 2px 10px;
    font: 700 18px/1.25 "Roboto Condensed", Arial, sans-serif;
    text-transform: uppercase;
    background-color: #f4f2c3;
}

.block-content-top {
    margin-bottom: 10px;
}

.block.block-monitor #monitor {
    padding: 6px 0 2px 115px;
    font: 400 15px/16px "Roboto Condensed", Arial, sans-serif;
    letter-spacing: 0;
    background: #c8cedc url(../images/bg_block_title_monitor.jpg) no-repeat scroll 0 0;
}

.teaser-header:after {
    content: "";
    clear: both;
    display: block;
}

.three-col-teaser.has-border .teaser-header {
    border-bottom: 1px solid #e0e0e0;
}

.load-more-button a.more-link,
h3#sidebar-menu-title a {
    display: block;
    width: 100%;
    padding: 1px 0 7px;
    font: 500 14px/14px "Roboto", Arial, sans-serif;
    text-align: center;
    letter-spacing: 0.05em;
}

.load-more-button a.more-link {
    margin-bottom: 40px;
}

.load-more-button .icon,
#sidebar-menu-title .icon {
    position: relative;
    top: 4px;
    font-size: 18px;
}

.load-more-button .left-icon,
#sidebar-menu-title .left-icon {
    padding-right: 6px;
}

.load-more-button .right-icon,
#sidebar-menu-title .right-icon {
    padding-left: 6px;
}

.load-more-button .icon-external-link {
    position: relative;
    top: 3px;
    padding-left: 6px;
}

.category-link a.icon-external-link:before {
    float: right;
    padding-left: 6px;
}

.edition-box {
    margin-bottom: 10px;
}

.edition-box:after,
.edition-box .teaser-text:after {
    content: "";
    clear: both;
    display: block;
}

.edition-box .teaser-text {}

.edition-box .teaser-image img {
    width: 100%;
    margin-right: 4px;
}

.edition-box .bullets {
    margin-left: 20px;
}

.edition-box .bullets li {
    list-style: disc;
}

.edition-box .teaser-header {
    overflow: hidden;
}

.edition-box .teaser-image {
    float: right;
    width: 33%;
    margin-left: 10px;
}

#block-link {
    background-color: white;
    text-align: end;
    margin-top: -20px;
    font-size: smaller;
}

.three-col-teaser,
.teaser-liste {
    overflow: hidden;
}

.three-col-teaser.has-border {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.three-col-teaser.has-border .teaser-contents {
    padding: 5px 10px;
}

.three-col-teaser.has-border .teaser-contents:after {
    content: "";
    clear: both;
    display: block;
}

.three-col-teaser.teasercarousel .jcarousel-clip-horizontal {
    width: 612px;
    margin: 0;
}

.three-col-teaser.has-border.teasercarousel .jcarousel-clip-horizontal {
    padding: 0 5px;
}

.teaser-box,
.third-width,
.left-column .ad-wrapper {
    margin-bottom: 40px;
}

.teaser-grid {
    position: relative;
}

.teaser-grid:after {
    content: "";
    clear: both;
    display: block;
}

.teaser-grid-1,
.teaser-grid-3,
.teaser-grid-4 {
    clear: both;
    width: 100%;
}

.three-col-teaser.has-border .teaser-box {}

.full-width {
    clear: both;
    border: 1px solid #e5e5e5;
    background: linear-gradient(#fff 30%, #e5e5e5 100%);
}

.full-width .teaser-content {
    display: block;
    padding: 10px 8px 5px;
}

.teaser-box img {
    width: 100%;
}

.half-width {}

.half-width a {
    display: block;
}

.half-width.last-box {}

.half-width .teaser-header-small,
.third-width .teaser-header-small {
    margin: 8px 0 8px;
}

.half-width .teaser-image {
    margin: 0 0 10px;
}

.teasercarousel .owl-item {
    overflow: hidden;
    float: left;
}

.third-width {
    width: 100%;
}

.teasercarousel .third-width {
    width: 100%;
    margin: 0;
}

.hidden {
    display: none;
    visibility: hidden;
}

.teasercarousel .owl-prev,
.teasercarousel .owl-next,
#slideshow .owl-prev,
#slideshow .owl-next {}

.teasercarousel .owl-prev a,
.teasercarousel .owl-next a,
#slideshow .owl-prev a,
#slideshow .owl-next a {
    position: absolute;
    top: 50%;
    display: block;
    margin-top: -23px;
    padding: 8px 8px 2px;
    font-size: 24px;
    color: #fff;
    opacity: 0.3;
    z-index: 2;
}

.teasercarousel .owl-prev a:hover,
.teasercarousel .owl-next a:hover,
#slideshow .owl-prev a:hover,
#slideshow .owl-next a:hover {
    opacity: 1;
}

.teasercarousel .owl-prev a,
#slideshow .owl-prev a {
    left: 0;
    padding-left: 6px;
}

.teasercarousel .owl-next a,
#slideshow .owl-next a {
    right: 0;
    padding-right: 6px;
}

.owl-theme .owl-prev a:focus,
.owl-theme .owl-next a:focus {
    outline: none;
}

.owl-theme .owl-dots {
    position: relative;
    padding: 7px 0 0;
    text-align: center;
}

.owl-theme .owl-dot {
    display: inline-block;
    margin-left: 6px;
}

.owl-theme .owl-dot:first-child {
    margin-left: 0;
}

.owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}


/*
.third-width.text-only {
  min-height: 225px;
}
*/

.third-width .teaser-image {
    margin: 0 0 16px;
}

.teaser-content {
    position: relative;
}

.teaser-header-small,
#quicksearch_preview #results .toprow {
    font: 14px/16px "Roboto Condensed", Arial, sans-serif;
}

.full-width .teaser-header-small {
    margin-bottom: 4px;
}

.full-width h3 {
    margin-bottom: 10px;
}

.third-width h3 {
    margin-bottom: 9px;
}

.teaser-text {}

.teaser-text:before,
#content p.intro:first-child:before {
    content: "D";
    float: left;
    padding: 2px 4px 0 0;
    font-family: "kirchheim-icons";
    font-size: 12px;
    color: #888;
}

#content p.intro:first-child:before {
    margin-right: 5px;
    line-height: 1.25;
}

.teaser-text:after {
    content: "";
    clear: both;
    display: block;
}

a.more-link {
    position: relative;
    bottom: -3px;
    float: right;
    display: block;
}

.teasercarousel .jcarousel-prev-horizontal,
.teasercarousel .jcarousel-next-horizontal {
    top: 113px;
}


/* Teaser liste */

.teaser-liste .teaser-header {
    margin-bottom: 20px;
    background-color: #bec9d8;
}

.teaser-liste .full-width {
    background: transparent none;
    border: 0;
}

.teaser-liste .teaser-box {
    margin-bottom: 24px;
}

.teaser-liste .full-width .teaser-content {
    width: 401px;
    padding-top: 0;
}


/*********************************************
    C O N T E N T  -  R I G H T   C O L U M N
**********************************************/

.advertisement-block {
    margin: 0 0 17px;
    font-size: 0;
    line-height: 0;
}

.sliderbox {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}

.sliderbox-wrapper .sb-boxtitle {
    font-size: 14px;
    color: darkgray;
    font-weight: bold;
    float: right;
}

.sliderbox .sliderelement {
    background: #f2f2f2;
    height: 27px;
    transition: height 1s;
    z-index: 999;
}

.sliderbox .sliderelement.active {
    height: 273px;
    z-index: 0;
}

.sliderbox .sliderelement .sb-boxbody,
.sliderbox .sliderelement .picture {
    position: absolute;
    opacity: 0;
    transition: opacity 1s;
}

.sliderbox .sliderelement.active .sb-boxbody,
.sliderbox .sliderelement.active .picture {
    position: relative;
    opacity: 1;
}

.sb-headline {
    color: white;
    padding: 3px 7px 2px 10px;
    font: 700 18px/1.25 "Roboto", Arial, sans-serif;
    text-transform: uppercase;
}


/*********************************************
    C O N T E N T  -  D E T A I L P A G E
**********************************************/

.detail-page {
    font-family: "Crimson Text", Arial, sans-serif;
}


/* Breadcrumbs */

.breadcrumbs {
    clear: both;
    padding-bottom: 15px;
    font: 12px/17px "Roboto", Arial, sans-serif;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
    text-decoration: underline;
}

.detail-image-sidebar,
#service-sidebar-menu {
    position: relative;
    margin-bottom: 20px;
}

.detail-image-sidebar {
    display: none;
}

.has-sidebar .detail-image-sidebar,
.user-profile .detail-image-sidebar {
    display: block;
}

.detail-image-sidebar:after {
    content: "";
    clear: both;
    display: block;
}

.sidebar-image {
    float: left;
    width: 49%;
    margin: 0 0 14px;
}

.sidebar-image:nth-child(odd) {
    clear: both;
    margin-right: 1%;
}

.sidebar-image:nth-child(even) {
    margin-left: 1%;
}

.sidebar-image a.gallery {
    display: block;
    margin-bottom: 10px;
}

.detail-image-sidebar img {
    width: 100%;
    margin-bottom: 5px;
}

.detail-image-sidebar .image-description {
    position: relative;
    font: 400 13px/16px "Roboto Condensed", Arial, sans-serif;
}

.detail-image-sidebar .image-description strong {
    position: relative;
    font: 12px/16px "Crimson Text", ​Arial, ​sans-serif;
    color: #000;
    clear: both;
    margin: none;
    margin-right: 3px;
    height: 14px;
    text-transform: none;
    min-height: 14px;
    font-style: italic;
}

.image-carousel-link {
    float: right;
}

.image-gallery {
    position: absolute;
    left: 0;
    top: 80px;
    display: none;
    width: 610px;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    -webkit-box-shadow: #ccc 3px 5px 10px;
    -moz-box-shadow: #ccc 3px 5px 10px;
    box-shadow: #ccc 3px 5px 10px;
}

.title-box {
    padding: 14px 11px 20px;
    margin: 0 0 17px;
    background: #e4e7ed none;
}

.title-box h1 {
    margin-bottom: 10px;
}

.detail-page.has-mainimage .title-box {
    padding: 0;
    margin: 0;
    background: transparent none;
}

.journals .detail-page.has-mainimage .title-box img {
    margin-bottom: 10px;
}

.title-box iframe {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}

.detail-page.has-mainimage h2.sub-title {
    display: none;
}

.toprow strong,
h3.detail-headline-small {
    float: left;
    margin: 0 0 9px;
    font: 400 20px/20px "Roboto", Arial, sans-serif;
    letter-spacing: 0;
}

.meta-info {
    margin-bottom: 10px;
    font: 12px/13px "Roboto", Arial, sans-serif;
    letter-spacing: -0.01em;
}

.meta-info .time .author:after {
    content: ",";
    display: inline-block;
    margin-right: 3px;
}

h2.sub-title {
    margin: 17px 0 0 -2px;
    font-size: 24px;
    line-height: 24px;
}

.article .toprow img.teaser_pic,
.main-image,
#service-teaser,
.service-teaser,
.media-header,
.archive-search-box {
    display: block;
    margin: 10px 0 20px;
    width: 100%;
}

#service-content .toprow img.teaser_pic,
#service-content .toprow .image-copyright {
    display: none;
}


/*
.article .toprow img.teaser_pic, .main-image {
  border-bottom-right-radius: 32px;
  -moz-border-bottom-right-radius: 32px;
  -ms-border-bottom-right-radius: 32px;
  -o-border-bottom-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
}
*/

#content,
#service-content {
    margin-bottom: 20px;
}

#service-content .detail-page .left-column,
#service-content .detail-page #content {
    width: 100%;
}

.has-sidebar #content {}

#services .has-right-sidebar header,
#services .has-sidebar header,
#service-content .detail-image-sidebar,
.journals .detail-page header {
    display: none;
}

#content h3 {
    margin: 0 0 4px;
    font: 500 16px/18px "Roboto", Arial, sans-serif;
}

#content ul.bullets li {
    margin: 2px 0 5px 20px;
    list-style: disc;
}

#content div.padding {
    padding-left: 20px;
}

#content ol.bullets.numbers {
    padding-left: 16px;
    list-style-type: decimal;
}

#content ol.bullets.numbers li {
    padding-bottom: 5px;
    margin-left: 9px;
}

#content ul.bullets.dash li {
    margin-left: 7px;
}

.main-content a:link,
.main-content a:visited {
    font-family: "Crimson Text", Arial, sans-serif;
}

.main-content a:hover,
.main-content a:focus,
.main-content a:active {
    text-decoration: underline;
}

.main-content table td {
    vertical-align: top;
}

.main-content .html {
    overflow: hidden;
}

.main-content .html,
.main-content .html iframe {
    width: 100% !important;
}


/* Zitate */

blockquote {
    padding: 10px;
    margin: 10px 0;
    font: 18px/1.25 "Crimson TextItalic", Arial, sans-serif;
    text-align: right;
    background: transparent url(../images/bg_zitat.png) no-repeat scroll 0 center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.quote_author {
    display: block;
    margin: -4px 0 2px;
    font: 15px/18px "GraublauSans-Semibold", Arial, sans-serif;
    color: #898989;
}


/* Pager */

.text-pager {
    margin: 10px 0;
    font: 14px/1.25 "Roboto", Arial, sans-serif;
    text-align: center;
}

.text-pager:after {
    content: "";
    clear: both;
    display: block;
}

.text-pager a {
    display: inline-block !important;
    margin-bottom: 5px;
    padding: 0 9px 0 7px;
    text-decoration: none;
    border-right: 1px solid #e0e0e0;
}

.text-pager a.previous_link,
.pager a.previous {
    padding-left: 0;
}

.text-pager a.next_link,
.pager a.next {
    padding-right: 0;
    border-right: 0 !important;
}

.text-pager a.previous_link:before,
.text-pager a.next_link:before {
    font-family: "kirchheim-icons";
}

.text-pager a.previous_link:before {
    content: "\54";
    margin-right: 3px;
}

.text-pager a.next_link:before {
    content: "\53";
    float: right;
    margin-left: 3px;
}


/* Text Toolbar */

.text-toolbar {
    width: 100%;
    margin: 0 0 10px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
}

.text-toolbar:after {
    content: "";
    clear: both;
    display: block;
}

.text-toolbar a,
.social-links .icon {
    float: left;
    width: 36px;
    margin-right: 1px;
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.social-links .icon:hover {
    background-color: #fbfbfb;
}

.text-toolbar a:before,
.social-links .icon:before {
    line-height: 36px;
}

.text-toolbar a:last-child,
.social-links .icon:last-child {
    margin-right: 0;
}

a.icon-comments {
    width: auto;
    padding: 0 7px 0 10px;
}

.comment-counter {
    position: relative;
    top: -3px;
    display: inline-block;
    padding-left: 5px;
    font: 16px/1 "Roboto", Arial, sans-serif;
    text-align: center;
}

.social-links {
    float: left;
}

.text-toolbar .right {
    float: right;
}

.text-toolbar a.icon-mail {}

.text-toolbar .icon-print {}

.text-toolbar .icon-up {}

.share-text {
    position: absolute;
    top: 4px;
    left: 76px;
}

.share-text a {
    display: block;
    width: 31px;
    height: 24px;
    background: transparent url(../images/toolbar_button_share.png) no-repeat scroll 0 0;
}


/*********************************************
    C O N T E N T  -  R I G H T   C O L U M N
**********************************************/

.left-column:after,
.right-column:after {
    content: "";
    clear: both;
    display: block;
}

.right-column .block {
    margin: 0 0 10px;
}

.block .block-content {
    position: relative;
    /*    background: transparent url(../images/bg_block_content.jpg) no-repeat scroll 0 0;*/
    /*    border: 1px solid #cfdbe5;*/
}

.block .block-content p {
    font: 15px/17px "Crimson Text", Arial, sans-serif;
    letter-spacing: -0.01em;
}

.block .block-content strong {
    font-family: "Crimson Text", Arial, sans-serif;
}

.block-monitor .block-title {
    margin-bottom: 0;
}

.block a.teaser-link,
.block a.beitragsteaser,
.block a.teaser-link span,
.block a.beitragsteaser span {
    display: block;
}

.block.block-monitor .link-wrapper,
.block.block-monitor.block-news .last .link-wrapper {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.block.block-monitor .last .link-wrapper {
    border-bottom: 0;
}

.teaser-headline-small {
    margin-bottom: 1px;
    font: 12px/1.25 "GraublauSans-Semibold", Arial, sans-serif;
}

.block.block-monitor .h3 {
    font: 700 16px/1.25 "Roboto Condensed", Arial, sans-serif;
    text-align: left;
}

.teaser-content h3 a {
    font-size: 20px;
}

.block.block-monitor .teaser-meta {
    padding-top: 2px;
}

.block.block-monitor .teaser-meta:after {
    content: "";
    clear: both;
    display: block;
}

.teaser-author,
.teaser-date {
    font: 12px/1.25 "GraublauSans-Semibold", Arial, sans-serif;
}

.teaser-author {
    float: left;
}

.teaser-date {
    float: right;
}

.block-monitor .load-more-button a.more-link {
    margin: 0;
    padding-right: 5px;
    text-align: right;
    background-color: transparent;
    border: none;
}

.block-monitor .load-more-button a.more-link:hover {
    background-color: transparent;
    border: none;
}


/* Block Online-Umfrage */

.block.block-umfrage {
    margin-bottom: 10px;
    margin-top: 4px;
}

.block.block-umfrage .block-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    padding-left: 33px;
}

.block.block-umfrage .block-title:before {
    content: "J";
    position: absolute;
    top: -5px;
    left: -7px;
    display: inline-block;
    font: 36px/1 "kirchheim-icons";
    color: #95a7bd;
}

.block.block-umfrage .block-content {
    padding: 10px;
}

.block-umfrage .online-umfrage li {
    margin-bottom: 5px;
    list-style: none;
}

.block-umfrage .online-umfrage li:last-of-type {
    margin-bottom: 0;
}

.block.block-umfrage .block-content p {
    margin-bottom: 8px;
}

.block.block-umfrage .question {
    margin-bottom: 10px;
}

.block.block-umfrage .block-content .online-umfrage {}

.block.block-umfrage .block-content .online-umfrage form {
    margin: 0;
}

.block.block-umfrage .block-content label {
    display: block;
    padding: 2px 0;
    cursor: pointer;
}

.block.block-umfrage .block-content label input[type="radio"] {
    display: inline-block;
    width: auto;
    margin: 0 3px 0 0;
}

.poll-submit {
    width: 100%;
    margin: 10px 0;
}

.poll-result-button {
    display: block;
    text-align: center;
}

.online-umfrage .indi {
    display: block;
    height: 22px;
    background-color: #dae7f2;
}

.online-umfrage .indi_wrap span {
    color: #000;
}

.online-umfrage .ym-button.submit {
    display: block;
    margin-top: 10px;
}


/* Block Video */

.block.block-video .block-content p {
    margin-bottom: 8px;
}

.block .video-preview {
    position: relative;
    padding-bottom: 3px;
    font-size: 0;
    line-height: 0;
}

a.teaser-video-link {
    position: absolute;
    right: 0;
    bottom: 0px;
    display: inline-block;
    width: 121px;
    height: 32px;
    background: transparent url(../images/button_block_video.png) no-repeat scroll 0 0;
}


/* Block Audio */

.block.block-audio .block-title {
    background: #c8cedc url(../images/bg_block_title_audio.gif) no-repeat scroll 0 0;
}

.block.block-audio .block-content p {
    margin-bottom: 3px;
}

a.teaser-audio-link {
    float: right;
    width: 121px;
    height: 32px;
    background: transparent url(../images/button_block_audio.png) no-repeat scroll 0 0;
}

.audio_player {
    max-width: 100%;
    margin-bottom: 20px;
}

.audio_player #mediaplayer_wrapper {
    max-width: 100%;
}

.audio_player audio {
    width: 95%;
    margin-bottom: 20px;
}

.video_player {
    margin-bottom: 20px;
}


/*********************************************
    F O O T E R
**********************************************/

#footer {
    margin-top: 20px;
    letter-spacing: 0.05em;
}

.footer-menu {
    display: block;
    padding-top: 5px;
    text-align: center;
    border-top: 1px solid #cfdbe5;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    padding: 0 5px 0 3px;
    border-right: 1px solid #000;
}

.consent_button {
    margin-top: 10px;
    margin-bottom: 0px;
}

.copyright {
    margin-top: 10px;
    padding: 8px 10px 5px;
    font: 13px/1.25 "Roboto", Arial, sans-serif;
    letter-spacing: 1px;
}


/*********************************************
    F O N T S   &   S T Y L E S
**********************************************/

h1 {
    clear: both;
    font: 700 28px/1.25 "Roboto", Arial, sans-serif;
}

h2 {}

h3 {
    margin-bottom: 11px;
    font: 700 21px/1.25 "Roboto Condensed", Arial, sans-serif;
}

#content h4 {
    font: 500 14px/16px "Roboto", Arial, sans-serif;
    margin-bottom: 8px;
    font-weight: bold;
}

p {
    margin: 0 0 18px;
}

a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {}

.content a {
    font-family: "GraublauSans-Bold";
}

strong {
    font-family: "Crimson Text", Arial, sans-serif;
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.ym-clearfix:before,
.ym-clearfix:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.ym-clearfix:after,
.clearfix:after {
    clear: both;
}

.clearer,
.ym-clearfix,
.clearfix {
    zoom: 1;
    clear: both;
}


/*
.left {
  float: left;
}
*/


div.picture figcaption {
    width: 100%;
}

.right {
    float: right;
}

.image-wrapper {
    position: relative;
    display: block;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 5px;
    font: 400 10px/1.25 "Roboto", Arial, sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
}


/* search */

#quicksearch_preview {
    position: absolute;
    display: none;
    top: 30px;
    left: 0;
    width: 100%;
    border: 1px solid #cfdbe5;
    z-index: 90;
    background-color: rgba(229, 244, 255, 0.98);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#quicksearch_preview .title h3 {
    background: none repeat scroll 0 0 #000000;
    color: white;
    display: inline;
    font-size: 16px;
    margin: 0;
    padding: 6px 10px;
    font-family: "GraublauSans-Bold", Arial, sans-serif;
}

#quicksearch_preview .title {
    border-bottom: 5px solid #000000;
    margin: 18px 0 0;
    padding-left: 5px;
}

#quicksearch #topics {
    padding: 6px 15px 3px;
}

#quicksearch #topics li {
    float: none;
    border-bottom: 1px solid #fff;
}

#quicksearch #topics li a {
    width: 100%;
    padding: 3px 0;
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
    text-align: left;
}

#quicksearch_preview #results {
    margin: 0;
    padding: 3px 0 0;
}

#quicksearch_preview #results li {
    float: none;
    padding: 5px 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    -webkit-transition: 200ms all;
    transition: 200ms all;
}

#quicksearch_preview #results li:hover {
    background-color: #d2e7f7;
}

#quicksearch_preview #results li:last-child {
    border-bottom: 0;
}

#quicksearch_preview .lcon {
    float: left;
    width: 20%;
}

#quicksearch_preview .rcon {
    float: right;
    width: 78%;
}

#quicksearch_preview #results h3 {
    margin: 0;
}

#quicksearch_preview #results a {
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

#quicksearch_preview #results h3 a {
    font-size: 16px;
}

#quicksearch_preview #results .toprow {
    font-weight: 400;
}

#quicksearch_preview #results li p {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
}

.quicksearch_more {
    width: 100%;
    margin-bottom: 5px;
    padding: 13px 0;
    font: 400 14px/1.25 "GraublauSans-Bold", Arial, sans-serif;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    cursor: pointer;
}

.quicksearch_more:hover {
    background-color: #f2f9ff;
    border-color: #b5b5b5;
    border-bottom-color: #c0c0c0;
}

.ym-grid {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
    table-layout: fixed;
}

.ym-grid.ym-equalize.topics .topics ul {
    margin: 10px 0;
}

.title.blue {
    border-bottom: 5px solid #000000;
    padding-left: 4px;
    margin-bottom: 5px;
}

.title.blue span {
    background: none repeat scroll 0 0 #000000;
}

.title h1 {
    font-size: 130%;
    line-height: 1.2em;
    text-transform: uppercase;
}

.title h1 a,
.title h1 span,
.title strong a {
    background: none repeat scroll 0 0 #60636c;
    color: #ffffff;
    display: inline;
    font-family: "GraublauSans-Bold", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 21px;
    padding: 7px 12px 2px;
    text-transform: none;
}

.nob {
    border: medium none;
}

.section_wrapper {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 20px;
}


/* Pager */

.pager {
    position: relative;
    margin-bottom: 20px;
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
}

.pager:after {
    content: "";
    clear: both;
    display: block;
}

.pager .dots {
    display: inline-block;
    padding-right: 9px;
    padding-left: 7px;
}

.pager a {
    display: inline-block;
    padding: 0 9px 0 7px;
}

.pager a.previous {
    float: left;
}

.pager a.previous .icon,
.pager a.next .icon,
.text-pager a.previous_link:before,
.text-pager a.next_link:before {
    position: relative;
    top: 2px;
    font-size: 12px;
}

.pager a.previous .icon {
    margin-right: 3px;
}

.pager a.next {
    float: right;
}

.pager a.next .icon {
    margin-left: 3px;
}

.pager ul {
    float: left;
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    margin: 0;
    padding: 0;
    text-align: center;
}

.pager ul li {
    display: inline-block;
    margin-bottom: 5px;
    border-right: 1px solid #e0e0e0;
}

.pager ul li:last-child {
    border-right: 0;
}

.pager ul li a {}


/* Kommentare */

#comment-canvas {
    display: none;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

#ugc .comment {
    border-bottom: 1px solid #e0e0e0;
}

#ugc .comment:last-of-type {
    border-bottom: 0;
}

#comment-canvas:after,
.com_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#comment-canvas .ym-clearfix {
    padding: 10px;
}

#ugc.ym-grid.all_comments {
    display: none;
    margin-top: 0px;
}

.all_comments #usercomments {
    margin: 0;
    padding: 5px 10px;
    background-color: #e4e7ed;
}

.usr_com {
    float: right;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    margin: 0;
}

.usr_com .ym-form,
.usr_com.ym-form {
    margin: 0 !important;
}

.usr_pic {
    float: left;
    width: 60px;
}

.input_form_for_subcomment {
    display: none;
    margin-left: 70px;
    border-top: 1px solid #fff;
}

.input_form_for_subcomment .usr_pic {
    width: 40px;
}

.input_form_for_subcomment .usr_com {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}

.usr_com textarea {
    min-height: 60px;
    margin-bottom: 7px !important;
}

.input_form_for_subcomment .usr_com textarea {
    min-height: 0;
    height: 40px;
}

#ugc .usr_com p:last-of-type {
    margin-bottom: 0;
    margin-right: 32px;
}

.usr_com footer {
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
}

#ugc .usr_com footer {
    padding-top: 10px;
}

#comment footer,
#ugc .input_form_for_subcomment .usr_com footer {
    padding: 0 0 7px;
}

.comment-report:after,
.comment-reply:after {
    content: " - ";
    color: #000;
}

a.com_report:hover,
a.com_review:hover {
    color: #000;
    text-decoration: none !important;
}

#ugc .pager {
    margin-bottom: 0;
}


/* SHARE */

#socialShare {
    background-color: #e4e7ed;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 20px;
    height: 21px;
}

.fb_share_article {
    margin-right: 50px;
    display: block;
    float: right;
    width: 120px;
}

.fb-like.span {
    width: 120px;
}

.fb_ltr {
    width: 120px;
}


/*Colorbox*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
    z-index: 999999999 !important;
}


/* Kontaktformular */

.notshow {
    display: none;
}

.ym-form:after {
    content: "";
    clear: both;
    display: block;
}

#eventinterested label,
#emailform label,
#feedbackemail label {
    float: left;
}

#eventinterested .name,
#emailform .name,
#feedbackemail .name {
    margin-left: 30px;
}

#eventinterested textarea,
#emailform textarea,
#feedbackemail textarea {}


/* Links */

.com_report,
.com_review,
.logout.login_now,
span .username,
span .register,
span .login_now {
    text-decoration: underline !important;
}


/* article forward */

.field_err {
    border-color: red !important;
}

.articleforward {
    padding: 20px 20px 10px;
}

.articleforward .ym-form {
    margin-bottom: 0;
}


/* DOCCHECK */

#docchecklink {
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.acc_setting #docchecklink {
    font-size: 14px;
    font-weight: normal;
}

#abolink {
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}


/*SERVICES*/

#services {}

#service-teaser img,
.service-teaser img {
    width: 100%;
}

#services .event-link .picture {
    margin-left: 16px;
    width: 268px;
}

.media-header {
    padding: 0 10px 10px;
}

.service-title {
    font: 700 60px/1.25 "Roboto Condensed", Arial, sans-serif;
    color: #fff;
}

.newsletter .ym-gbox input,
#eventinterested .ym-gbox input,
#emailform .ym-gbox input
/*, #feedbackemail .ym-gbox input */

{
    float: right;
}

.newsletter .ym-gbox.not-mandatory input {
    margin-top: 2px;
}

.further-box input[type="checkbox"],
.further-box input[type="radio"] {
    position: relative;
    width: auto;
    margin-bottom: 0;
}

.ym-form input[name="eventregistration.furtherfields"],
.ym-form input[name="eventregistration.furtherfieldserror"] {
    display: none;
}

.ym-form {
    margin: 20px 0;
}

.ym-gbox {
    width: 100%;
}

.ym-gbox .red {
    color: red;
}

.ym-gbox:after {
    content: "";
    clear: both;
    display: block;
}

.ym-form label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
    font: 500 14px/1.25 "Roboto", Arial, sans-serif;
}

.ym-form input,
.ym-form textarea,
.ym-form select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.ym-form input[type="submit"],
.ym-form input[type="button"] {
    clear: both;
}

.captcha-widget,
.g-recaptcha,
#recaptcha_widget_div {
    margin-bottom: 15px;
}

.articleForwardReplace .ym-gbox .close {
    width: 100%;
}

.newsletter .ym-gbox,
#eventinterested .ym-gbox,
#emailform .ym-gbox,
#feedbackemail .ym-gbox {}

.newsletter .ym-gbox.not-mandatory,
#eventinterested .ym-gbox.not-mandatory,
#emailform .ym-gbox.not-mandatory,
#feedbackemail .ym-gbox.not-mandatory {}

#eventinterested label,
.newsletter label,
#emailform label,
#feedbackemail label {}

.newsletter .not-mandatory label {}

#eventinterested select,
.newsletter select,
#emailform select,
#feedbackemail select {}

.newsletter select {}

#eventinterested input[type="submit"],
.newsletter input[type="submit"],
#feedbackemail input[type="submit"],
#emailform input[type="button"] {}

.newsletter input[type="submit"] {}


/* Zeitschriften */

.media-header #servicenav li {
    float: left;
    width: 49%;
    margin: 0 1% 10px 0;
    padding: 10px;
}

.media-header #servicenav li.active {
    padding: 0;
}

.media-header #servicenav li:nth-child(odd) {
    clear: both;
}

.media-header #servicenav li a,
.input-div {
    display: block;
    box-shadow: 2px 2px 4px #ccc;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.media-header #servicenav li.active a,
.media-header #servicenav li a:hover,
.input-div-box.active .input-div,
.input-div-box:hover .input-div {
    box-shadow: 2px 2px 4px #999;
}

.input-div.icon,
.services-multimedia .media-header #servicenav li a {
    padding: 18px 0 10px;
    font-size: 42px;
    text-align: center;
    box-shadow: none;
    background-color: #f7f7f7;
}

.services-multimedia .media-header #servicenav li a {
    font-size: 52px;
}

.input-div-box.active .input-div.icon,
.input-div-box:hover .input-div.icon,
.services-multimedia .media-header #servicenav li a:hover,
.services-multimedia .media-header #servicenav li a.active {
    background-color: #fff;
    box-shadow: 1px 1px 1px #ccc;
}

.search-multimedia .input-div-box,
.services-multimedia .media-header #servicenav li {
    display: inline-block;
    width: 31%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

.search-multimedia .input-div-box:nth-child(even),
.services-multimedia .media-header #servicenav li:nth-child(even) {
    clear: none;
    margin-right: 3.5%;
    margin-left: 3.5%;
}

.search-multimedia .input-div-box:nth-child(2n + 1),
.services-multimedia .media-header #servicenav li:nth-child(2n + 1) {
    clear: none;
}

.services-multimedia .media-header #servicenav {
    margin-top: 10px;
}

.services-multimedia .media-header #servicenav li {
    padding: 0;
}

.services-multimedia .media-header #servicenav li a {
    font-family: "kirchheim-icons";
}

.services-multimedia .media-header #servicenav li:first-child a:before {
    content: "\4b";
}

.services-multimedia .media-header #servicenav li:nth-child(2) a:before {
    content: "\4c";
}

.services-multimedia .media-header #servicenav li:last-child a:before {
    content: "\50";
}

.toprow #containervideo_wrapper {
    position: relative;
    margin-bottom: 25px;
}

.ym-grid.ym-equalize.topics .ym-col1 ul.line li {
    margin-bottom: 10px;
    padding-bottom: 0;
}

#service-content {}

.sidebar-menu-content {
    display: none;
}

#sidebar-menu-title,
.sidebar-menu-content.visible {
    display: block;
}

#service-sidebar-menu li,
.ym-grid.ym-equalize.topics ul.line li {
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
    list-style: none;
}

#service-sidebar-menu li a,
.ym-grid.ym-equalize.topics ul.line li a {
    display: block;
    padding: 6px 15px;
    font: 400 14px/1.25 "Roboto", Arial, sans-serif;
    color: inherit;
    border-bottom: 1px solid #e0e0e0;
}

#service-sidebar-menu li a:hover,
#service-sidebar-menu li.active a,
.ym-grid.ym-equalize.topics ul.line li a:hover {
    border-color: #999;
}

#service-sidebar-menu li.active a {
    font-weight: 700;
}


/* EVENTS */

.eventdiv {
    display: none;
}

.eventdiv.active {
    display: block;
}

.eventclass {
    cursor: pointer;
}


/*
.eventdiv#profildiv, .eventdiv#Einladungdiv {
	display:block;
}
*/

.ym-gboxradio {
    height: 40px;
}

.ym-gboxradio input {
    float: left;
}

.ym-gboxradio label {
    font-weight: bold !important;
    margin-left: 8px !important;
    margin-top: 0 !important;
    width: 93% !important;
}

.ym-gboxradio.newsletter label {
    font-weight: normal !important;
}


/* JOURNALS */

.one-journal {
    float: left;
    width: 46%;
    margin: 0 4% 10px 0;
}

.one-journal:nth-child(even) {
    clear: both;
}

.one-journal.grey {
    opacity: 0.33;
}

.journal-image {
    box-shadow: 2px 2px 4px #666;
}

.journal-image img {
    width: 100%;
}

.further_years {
    margin-top: 40px;
}

.journal-date {
    font: 900 18px/25px "Roboto", Arial, sans-serif;
    margin-bottom: 5px;
}

.event-link {
    background: url(../images/links-teaser.png) no-repeat;
    width: 297px;
    height: 326px;
    margin-bottom: 20px;
}

.event-link .event-content {
    padding-top: 93px;
}

#service-sidebar-content .event-link figure.left {
    margin: 18px;
}

#service-right,
#service-teaser,
.service-teaser {
    overflow: hidden;
}

.eventregistration input[type="submit"] {
    text-transform: none;
    font: 15px/17px "Crimson Text", Arial, sans-serif;
    padding-left: 0 !important;
}

.archive-search-box {
    width: 100%;
    padding: 5px 10px 10px;
}

.archive-search-title {
    margin-bottom: 10px;
    font: 700 32px/1.25 "Roboto Condensed", Arial, sans-serif;
    color: #fff;
}

.archive-search-result {
    margin-bottom: 10px;
    font: 14px/1.25 "GraublauSans-Bold", Arial, sans-serif;
}

#input-dut {
    background: url(../images/dut.jpg) no-repeat;
}

.multimedia-search-box,
.journal-search-box,
#year-div {
    clear: both;
}

.archive-search #suche,
.ressort-search #suche,
#search-block #search {
    float: left;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 7px 9px 5px;
}

.archive-search .search-submit,
.ressort-search .search-submit,
#search-block .search-submit {
    float: right;
    width: 30px;
    padding: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #a4cc3b;
    border: 1px solid #ccc;
    border-left: 0;
    cursor: pointer;
}

.archive-search .search-submit:before,
.ressort-search .search-submit:before,
#search-block .search-submit:before {
    line-height: 29px;
}

#search-block {
    position: relative;
    margin-bottom: 5px;
}

#search-block #search,
#search-block .search-submit {
    margin-bottom: 0;
}

.multimedia-search-box label {
    display: block;
    float: left;
    width: 110px;
    margin-top: 8px;
    margin-left: 10px;
    font: 14px/14px "Roboto", Arial, sans-serif;
}

.archive-year-filter label {
    clear: both;
    float: left;
    margin-right: 10px;
}

#year-div select {
    float: left;
    margin: 0;
}

.input-div-box,
#journals-archive-search .input-div-box {
    float: left;
    width: 25%;
    padding: 0 2%;
    margin-bottom: 10px;
    cursor: pointer;
}


/*
.input-div-box:nth-child(even) {
	float: right;
}
.input-div-box:nth-child(2n+1) {
	clear: both;
}
*/

.input-div-box img {
    width: 100%;
}


/* Search */

#archivesearchresults #service-content,
.services-multimedia #service-content,
.mediadaten #service-content {
    float: none;
    width: 100%;
}

#archivesearchresults #service-sidebar-menu,
.services-multimedia #service-sidebar-menu,
.mediadaten #service-sidebar-menu {
    display: none;
}

.right-search .input-div-box,
.right-search .input-div-box:nth-child(even) {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.right-search .input-div-box:last-child {
    margin-right: 0;
}

.right-search .input-div-box:nth-child(even),
.right-search .input-div-box:nth-child(2n + 1),
.right-search .input-div-box:nth-child(3n + 1) {
    clear: none;
}

.right-search .input-div-box:nth-child(4n + 1) {
    clear: both;
}

.search-result {
    position: relative;
    margin-bottom: 20px;
}

.search-result:after {
    content: "";
    clear: both;
    display: block;
}

.result-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
}

.result-content {
    margin-left: 40px;
}

.article-header a {
    font: 14px/1.25 "GraublauSans-Bold", Arial, sans-serif;
}

#multimediaarchivesearch input[type="checkbox"],
#archivesearch input[type="checkbox"] {
    display: none;
}

.input-archive-button {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px auto 0;
    font-family: "kirchheim-icons";
    font-size: 36px;
    border-radius: 50%;
    z-index: 2;
}

.input-archive-button.small {
    height: 30px;
    width: 30px;
    margin: -15px auto 0;
    font-size: 30px;
}

.input-archive-button.checked {
    background-color: #fff;
}

.input-archive-button.checked:before {
    content: "\4a";
    line-height: 40px;
}

.input-archive-button.checked.small,
.input-archive-button.checked.small:before {
    line-height: 30px;
}


/* IE10+ specific styles go here */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .input-archive-button.checked.small,
    .input-archive-button.checked.small:before {
        line-height: 33px;
    }
}

.detailpage-month-year {
    margin-bottom: 10px;
    font: 36px/1 "GraublauSans-Bold", Arial, sans-serif;
}

.detailpage-image {}


/*
.journal-detail .detailpage-image {
	float: left;
	width: 30%;
	margin-right: 3%;
}*/

.article-header {
    margin-bottom: 20px;
}

#service-content .breadcrumbs {
    display: none;
}

.divimageevent {
    display: none;
}

.multimedia-div {
    display: none;
}


/* Absatzformate */


/* Quote Author */

.quote_author {
    display: block;
    position: relative;
    width: 200px;
}

.quotetext {
    line-height: 21px;
}

.quote_author .quotetext {
    height: 103px;
    width: 100px;
    font-style: italic;
    font-size: 18px;
    color: #339999;
}

.quote_author .quoteauthor {
    width: 100px;
}

.quote_author .authorimage {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    z-index: -1;
}

.quote_author .authorimage img {
    height: 121px;
    width: 100px;
}

.box {
    margin-bottom: 10px;
    padding: 10px;
}

.box a.textlink:hover {
    color: #000;
}

.boxhead {
    font-weight: bold;
}

.content-footer .footnote {
    font-size: 10px;
}

.quote {
    font-size: 22px;
    font-style: italic;
    padding: 0px;
}

.quote .quoteauthor {
    font-weight: bold;
    font-style: normal;
    font-family: "Crimson Text", ​Arial, ​sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

.citation {
    margin-bottom: 15px;
    font-size: 20px;
    font-style: italic;
}


/* Slideshow-Article */

#slideshowcontainer {
    margin-bottom: 20px;
}

#slideshow {
    position: relative;
    overflow: hidden;
}

#slideshow img {
    width: 100%;
}

#multimedia-diashow {
    float: left;
}

.multimedia-header-title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #c9c9c3;
    font-weight: bold;
    font: 700 20px/20px "Roboto Condensed", Arial, sans-serif;
}

.contact_head,
.literature_head {
    font-weight: bold;
}

a.textlink {
    font-weight: normal;
}

.interview {
    margin-bottom: 20px;
}

.interview_question {
    display: block;
    margin-bottom: 6px;
}

#cboxLoadedContent {
    overflow: hidden !important;
}

#popup .agb_iframe .cbox_content .breadcrumbs,
#popup .agb_iframe .cbox_content header {
    display: none;
}

#popup .agb_iframe .cbox_content .left-column {
    width: 570px;
}

.agb_iframe {
    padding: 10px;
}

.agb_iframe .scroll_box {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 400px;
}

.box .boxbody {
    overflow: hidden;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 100% !important;
}

#comment-canvas .next {
    margin-right: 5px;
}

#comment-canvas .previous {
    margin-left: 5px;
}

#comment-canvas .pager ul {
    width: 293px;
    margin-bottom: 20px;
}

article.subcomment {
    margin-left: 30px;
}


/*PRODUCT*/

.block-product .block-content-image {
    float: left;
}

.block-product .block-content-text {
    font-family: "GraublauSans-Bold";
    font-size: 17px;
    width: 278px;
    line-height: 22px;
}

.block-product .block-content-link {
    position: absolute;
    right: 4px;
    bottom: 9px;
}

.block-product {
    height: 120px;
    background: none;
    background-color: #f0f0f0;
    overflow: hidden;
}

.detail-page .block.block-product {
    height: 120px;
    background: none;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-bottom: 10px;
}

.block-product .block-content-price {
    font-size: 16px;
    position: absolute;
    top: 88px;
    left: 130px;
}

.block-product .block-content {
    background: none;
}

.block-product .block-content-image img {
    max-width: 167px;
    max-height: 118px;
}

.block-product .block-content-image {
    /*	#width:167px;*/
    margin-top: -10px;
    margin-left: -15px;
}

.block-product .block-content-text {
    font-size: 15px;
    left: 130px;
    line-height: 17px;
    overflow: hidden;
    position: absolute;
    width: 157px;
}


/* banner */

#hockeystick-above {
    position: relative;
    width: 900px;
    /*  margin-bottom: -8px; */
    margin-left: 249px;
    text-align: right;
}

#skyscraper-above .asmbannerimg {
    margin: auto
    /* margin: 0 auto;
    padding: 0 17px;
    position: relative;
    width: 50%;
    text-align: right; */
}

#skyscraper-above .asm_wrapiframe {
    margin: auto;
    display: block;
    border-style:none;
}

#ad_article_sidebar {
    margin-bottom: 15px;
}

.article_sidebar_banner {
    margin-bottom: 15px;
}

.image-copyright {
    color: #c0c0c0;
}

.title-box .image-copyright {
    display: block;
    margin-top: -13px;
    margin-bottom: 10px;
    font: 11px/1.25 "Roboto", Arial, sans-serif;
}

.literature_body {
    display: none;
    margin-bottom: 5px;
}

.literature_head {
    cursor: pointer;
}

div.literature_head {
    margin-left: 33px;
}

.arrow_lit {
    margin-right: 15px;
}

span.arrow_lit {
    margin-left: -33px;
}

.address_profile {
    margin-bottom: 10px;
    margin-top: 10px;
}

.date_wrapper {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.date_grey {
    width: 100%;
    height: 6px;
}

.termin {
    padding: 8px 5px;
    cursor: pointer;
}

.termin:after,
.date_title:after {
    content: "";
    clear: both;
    display: block;
}

.termin,
.date-location {
    font: 400 15px/1.25 "Roboto Condensed", Arial, sans-serif;
}

.date_title {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 700;
}

.date_title:before {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-size: 21px;
    color: #000;
}

.element-open .date_title:before {
    content: "\6e";
}

.date-meta {
    padding: 5px 0 0 25px;
}

.date-date {
    display: inline-block;
}

.date-location {
    display: inline-block;
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #999;
}

.termindetails {
    display: none;
    padding: 15px 30px;
    border-top: 1px dashed #d0d0d0;
}

.element-open .termindetails {
    display: block;
}

.date-bold {
    display: block;
    font-weight: bold;
}

.date-location-details,
.date-time-details,
.date-organizer-details,
.date-infos-details {}

.date_wrapper .date-googlemaps {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.67%;
}

.date_wrapper .date-googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.date_wrapper .text-toolbar {
    margin: 15px 0 0;
    background-color: transparent;
    border: 0;
}

.profile-edit-corporate,
.ym-contain-address.private {
    margin-bottom: 10px;
}

.date-printer .forward-termin {
    display: block;
    position: absolute;
    left: 15px;
    margin-top: -1px;
}

.job_verification_description {
    margin-top: 10px;
    margin-bottom: 10px;
}

.verification_mail {
    margin-bottom: 10px;
}

.job_verification {
    font-weight: bold;
}

.verification_mail a {
    cursor: pointer;
    text-decoration: underline;
}

.loggedin_doccheck_popup {
    line-height: 29px;
    margin-top: 47px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
}

.loggedin_doccheck_popup a {
    text-decoration: underline;
}

.loggedin_abo_popup {
    line-height: 29px;
    margin-top: 47px;
    padding: 20px;
    width: 100%;
    max-width: 400px;
}

.loggedin_abo_popup a {
    text-decoration: underline;
}

.icon-locked {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.okomed-article-teaser.full-width .icon-locked {
    margin-top: -21px;
}

#autorenrichtliniendiv {
    font: 14px "Crimson Text", Arial, sans-serif;
}

.popup_link {
    text-decoration: underline;
    padding-left: 20px;
}

.popup_alert {
    margin-bottom: 10px;
    font-weight: bold;
}


/*NEWS*/


/*
.edition_article_link .more-link, .edition_article_link .textlink {
	background: transparent url(../images/bg_readmore.png) no-repeat scroll 0 0;
  padding-left:22px;
  margin-right:10px;
  color:black !important;
}
*/

.edition_article_link .more-link {
    width: 15px;
    height: 14px;
    padding-left: 0px;
    margin-right: 6px;
}

.edition-text {
    margin-right: 10px;
    display: inline;
}

.edition_article_link {
    margin-bottom: 10px;
}

.rubric {
    font-weight: bold;
}

.job_verification_ul li {
    /*list-style-type:disc;
	list-style-position:outside;
	margin-left:17px;*/
}

#all_pages_right object,
.ads object {
    overflow: hidden;
    display: block;
}

.newsletter_inner {
    margin-left: 16px;
}

.newsletter_inner h4 {
    font-weight: bold;
    margin-bottom: 8px;
}

.eventregistration_checkboxes input {
    float: left;
}

#eventinterested .eventregistration_checkboxes label,
#emailform .eventregistration_checkboxes label,
#feedbackemail .eventregistration_checkboxes label {
    width: 93% !important;
    margin-left: 4px !important;
    margin-top: 1px;
}

.mandatory_field {
    clear: both;
}

#services.newsletter #service-content {
    float: left;
}

.cboxIframe {
    overflow-x: hidden;
}


/*
.services-multimedia .third-width{
	min-height:200px;
	margin-right:18px;
}
*/

.morethanthree {
    display: none;
}

.marginalie_body {
    font-style: italic;
    font-size: 15px;
}

#Downloaddiv ul {
    list-style-type: disc;
}

#Downloaddiv li {
    margin-left: 13px;
}

.journal_count_abonnement {
    padding: 20px;
    padding-bottom: 0px;
    font-weight: bold;
}

.journal_count_abonnement a {
    font-weight: normal;
}

.overlay_hidden {
    display: none;
}

.article_loggedin_only {
    cursor: pointer;
    color: #00f;
}

.article_loggedin_only:hover,
.article_loggedin_only:active,
.article_loggedin_only:focus {
    text-decoration: underline;
    cursor: pointer;
}

.display-none {
    display: none;
}

.ressortlink {
    margin: 20px 0 30px;
}

.ressortlink a {
    display: block;
    padding: 5px 10px;
    font: 400 15px/1.25 "Roboto", Arial, sans-serif;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.ressortlink a:before {
    content: "\54";
    position: relative;
    top: 1px;
    padding-right: 5px;
    font-family: "kirchheim-icons";
    font-size: 12px;
}

p.reduced {
    margin-left: 21px;
}

#jquery-lightbox {
    z-index: 9999 !important;
}

.further-fields textarea {
    margin-right: 45px !important;
    margin-left: 10px !important;
    position: relative;
    display: block;
    float: right;
}

#furtherfieldscheck,
.furtherfields-input,
.furtherfields-input-error {
    display: none;
}

.field_err_check {
    color: #ff0000;
}

.further-fields .label {
    display: block;
    margin-top: -18px;
    padding-left: 23px;
    margin-bottom: -13px;
}

.organisation #service-right {
    float: right;
    height: auto;
    width: 280px;
}

.organisation .right-column {
    float: right;
    position: absolute;
    right: 0;
    top: 242px;
    width: 300px;
}


/*readspeaker*/

.readspeaker_dj.rsbtn .rsbtn_left .rsbtn_text {
    background: url("/images/readspeaker/icon_16px.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#rslightbox_overlay {
    width: 100% !important;
}

#rslightbox_contentcontainer {
    max-width: 86%;
}


/*readspeaker end*/

.two-teaser-boxes .teaser-header {
    margin-bottom: 4px;
}

.two-teaser-boxes article {
    padding: 5px 10px 0;
}

.two-teaser-boxes article:after {
    content: "";
    clear: both;
    display: block;
}

.edition-box .teaser-header-small {
    margin: 10px 0 5px;
}

.two-teaser-boxes .teaser-text,
.edition-box .teaser-text {
    background: none;
    text-indent: 0px;
}


/*
.more-link.editionbox-more-link{
    background-position: 40px center;
    color: #EE001C;
    width: 55px;
}
*/

.two-teaser-boxes .teaser-box,
.edition-box .teaser-box {
    margin-bottom: 8px;
}

.articleoverflow {
    display: none;
}

.image-gallery {
    z-index: 99999;
}

.main-content .intro {
    font: 700 14px/19px "Roboto Condensed 400", Arial, sans-serif;
}

.box_break {
    height: 4px;
}

.edition-box .teaser-image a {
    display: block;
}

.edition-box .teaser-content {
    padding-left: 10px;
}

.right-column .ressort-sidebar .edition-box .teaser-content .teaser-text:before {
    content: "";
}

.right-column .widget {
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px;
}

.right-column .widget iframe {
    /*  width: 100% !important;*/
    max-width: 100%;
}

.left-column .widget img,
.right-column .widget img {
    width: 100%;
}

.two-teaser-boxes {
    margin-top: 3px;
}

.heldenpic {
    max-width: 666px;
}


/* Registration */

input.privacy {
    margin-bottom: 0px !important;
}

label.privacy {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}

.personal-data,
.verification-data,
.newsletter-data {
    margin-bottom: 20px;
}

.newsletter-data h3 {
    font-size: 16px;
}

.ym-form .newsletter-data label {
    font-weight: 400;
}

input.age {
    float: left !important;
}


/* AGB */

.agb_iframe .has-right-sidebar .left-column {
    float: none;
    width: 100%;
}


/* back to top button */

#back-to-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    overflow: hidden;
    border-radius: 3px;
    z-index: -3;
    opacity: 0;
}

#back-to-top.visible {
    opacity: 1;
    z-index: 0;
}

#back-to-top a {
    display: block;
    color: #fff;
    background-color: #333;
    -webkit-tap-highlight-color: transparent;
    opacity: 0.6;
    -webkit-transition: 400ms opacity;
    transition: 400ms opacity;
}

#back-to-top a:hover,
#back-to-top a:focus {
    opacity: 1;
}

#back-to-top a span {
    display: block;
    width: 34px;
    height: 34px;
    font-size: 31px;
    line-height: 27px;
    text-align: center;
}

#all_pages_right {
    display: none;
    position: absolute;
    top: 0px;
    right: -191px;
    float: right;
    width: 160px;
    height: 600px;
}

input.approv {
    position: relative;
    display: inline-block !important;
    width: auto !important;
    margin-right: 3px;
    margin-bottom: 0px !important;
}

label.approv {
    text-indent: -15px;
    padding-left: 15px;
}


/* ! TABLET PORTRAIT */

@media screen and (min-width: 500px) {
    .has-right-sidebar .left-column {
        float: left;
        width: 48%;
    }
    .has-right-sidebar .right-column {
        position: relative;
        float: right;
        width: 48%;
    }
    #service-left,
    #service-right {
        width: 100%;
    }
    .events #service-left {
        float: left;
        width: 68%;
    }
    .events #service-right {
        float: right;
        width: 30%;
    }
    .fc-main .h2 {
        font-size: 35px;
        line-height: 1.1;
    }
    .teaser-header a.more-link {
        padding-top: 2px;
        padding-bottom: 4px;
    }
    .wrapper.search .full-width .teaser-image {
        float: left;
        width: 30%;
    }
    .wrapper.search .full-width .teaser-content {
        float: right;
        width: 68%;
        padding: 5px 5px 5px 0;
    }
    .media-header #servicenav li {
        width: 32%;
    }
    .media-header #servicenav li:nth-child(odd) {
        clear: none;
    }
    .media-header #servicenav li:nth-child(3n+1) {
        clear: both;
    }
    .journals .media-header #servicenav li {
        clear: none;
        width: 24%;
    }
    .one-journal {
        width: 29%;
        margin: 0 4% 10px 0;
    }
    .one-journal:nth-child(even) {
        clear: none;
    }
    .one-journal:nth-child(3n+1) {
        clear: both;
    }
    .detailpage-month-year,
    .detailpage-image {
        float: left;
        width: 30%;
        margin-right: 3%;
    }
    .detailpage-month-year {
        margin-bottom: 0;
        font: 36px/1 "GraublauSans-Bold", Arial, sans-serif;
    }
    .search-multimedia {
        text-align: center;
    }
    .services-multimedia .media-header #servicenav li,
    .search-multimedia .input-div-box {
        float: none;
        display: inline-block;
        width: 90px;
        vertical-align: top;
    }
    .services-multimedia .media-header #servicenav li:nth-child(even),
    .search-multimedia .input-div-box:nth-child(even) {
        float: none;
        margin-right: 10px;
        margin-left: 10px;
    }
    .input-div-box {
        width: 30%;
        margin-right: 3%;
    }
    .input-div-box:nth-child(even) {
        float: left;
    }
    .input-div-box:nth-child(2n+1) {
        clear: none;
    }
    .input-div-box:nth-child(3n+1) {
        clear: both;
    }
    .input-div-box,
    #journals-archive-search .input-div-box {
        clear: none;
        margin-right: 0;
    }
    .left-search {
        float: left;
        width: 24%;
    }
    .right-search {
        float: right;
        width: 75%;
    }
    .services-multimedia .third-width {
        float: left;
        width: 48%;
    }
    .services-multimedia .third-width:nth-child(even) {
        float: right;
        margin-right: 0;
        margin-left: 0;
    }
    .services-multimedia .third-width:nth-child(2n+1) {
        clear: both;
    }
    #archivesearchresults .search-options {
        text-align: left;
    }
    .services-multimedia #servicenav,
    .search-multimedia.search-options,
    #archivesearchresults .search-multimedia.search-options {
        text-align: center;
    }
    .search-multimedia .input-div-box:nth-child(even) {
        margin-right: 10px;
        margin-left: 10px;
    }
    .services-multimedia .media-header #servicenav li {
        width: 110px;
    }
    .services-multimedia .media-header #servicenav li a {
        font-size: 60px;
    }
    /* User Registration */
    #reg_user .ym-g50 {
        width: 49%;
    }
    .birthday-fields .select {
        float: left;
        width: 30%;
    }
    .birthday-fields .select:nth-child(2) {
        width: 40%;
        padding: 0 2%;
    }
    #reg_user .ym-form .plz,
    #reg_user .ym-form .streetno {}
    #reg_user .ym-form .ort,
    #reg_user .ym-form .tel,
    #reg_user .ym-form .address {}
    #reg_user .float-left,
    #reg_user .float-right {
        width: 49%;
    }
    #reg_user .user-form-street,
    #reg_user .user-form-location {
        width: 74%;
    }
    #reg_user .user-form-street-nr,
    #reg_user .user-form-zip {
        width: 24%;
    }
    #reg_user .float-left {
        float: left;
    }
    #reg_user .float-right {
        float: right;
    }
    .password_help {
        font-weight: 400;
    }
}


/* ! TABLET PORTRAIT */

@media screen and (min-width: 768px) {
    body.menu-open {
        position: static;
        overflow: visible;
        height: auto;
    }
    /* Top */
    #top {
        margin-bottom: 15px;
    }
    a.logo {
        float: left;
        width: 50%;
    }
    a.logo img {
        max-width: none;
        width: 100%;
        height: auto;
    }
    #toolbar {
        clear: none;
        float: right;
        padding: 0 0 15px;
    }
    #top-menus {
        float: left;
        
    }
    #social-menu {
        clear: both;
    }
    .top-menu ul li a {
        width: 36px;
        margin-bottom: 1px;
    }
    .top-menu ul li a:before {
        line-height: 36px;
    }
    #kirchheim-logo {
        float: right;
        width: 73px;
    }
    #social-menu ul li a {
        margin-bottom: 0;
    }
    #menus-overlay,
    #menus,
    #menus.menu-open,
    a#menu-button {
        display: none;
    }
    #meta-menu,
    #main-menu,
    #toolbar {
        display: block;
    }
    /* meta */
    #meta-menu {
        margin-bottom: 15px;
        text-align: center;
    }
    #meta-menu ul li {
        display: inline-block;
    }
    #meta-menu ul li a,
    .footer-menu ul li a {
        display: block;
        padding: 0 5px 0 3px;
        border-right: 1px solid #000;
    }
    #meta-menu ul li:first-child a,
    .footer-menu ul li:first-child a {
        padding-left: 0;
    }
    #meta-menu ul li:last-child a,
    .footer-menu ul li:last-child a {
        padding-right: 0;
        border-right: 0;
    }
    #meta-menu ul li a:hover,
    #meta-menu ul li a:focus,
    #meta-menu ul li a:active,
    #meta-menu ul li a.active,
    .footer-menu ul li a:hover,
    .footer-menu ul li a:focus,
    .footer-menu ul li a:active,
    .footer-menu ul li a.active {
        text-decoration: underline;
    }
    #quicksearch_preview {
        display: block;
    }
    /* main menu */
    nav[role="navigation"] {
        z-index: 9;
        min-height: 42px;
        margin-top: 15px;
    }
    .is-sticky {
        position: fixed;
        position: -webkit-sticky;
        top: 0;
    }
    #main-menu {
        width: 100%;
        background-color: #fff;
        z-index: 9;
    }
    #main-menu>ul>li {
        float: left;
        width: 14%;
    }
    #main-menu>ul>li.menu-item-02 {
        width: 19%;
    }
    #main-menu>ul>li.menu-item-03 {
        width: 15%;
    }
    #main-menu>ul>li.menu-item-04 {
        width: 12%;
    }
    #main-menu>ul>li.menu-item-07 {
        width: 11%;
    }
    #main-menu>ul>li>a {
        padding: 5px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    .link-content {
        display: block;
        width: 100%;
        padding: 7px 0;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        border-right: 1px solid #e0e0e0;
    }
    #main-menu>ul>li:last-of-type .link-content {
        border-right: 0;
    }
    .submenu {
        position: absolute;
        top: 42px;
        left: 0;
        width: 100%;
        padding: 12px 15px 10px;
        background-color: rgba(255, 255, 255, 0.98);
        border-bottom: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 99;
    }
    .has-submenu.open .submenu {
        display: block;
    }
    #main-menu>ul>li:last-of-type>.submenu {
        right: 0;
        left: auto;
    }
    #main-menu .submenu li {
        float: left;
        width: 25%;
    }
    #main-menu .submenu li a {
        position: relative;
        padding: 5px 10px 5px 14px;
    }
    #main-menu .submenu>li a:before {
        position: absolute;
        top: 8px;
        left: 0;
        padding: 0;
    }
    .submenu .search-block {
        padding: 10px;
    }
    .ressort-search input,
    .ressort-search .search-submit {
        margin-bottom: 0;
    }
    .submenu-category {
        padding: 15px 10px 0;
    }
    .submenu-title {
        padding-bottom: 3px;
        font: 700 14px/1.25 "Roboto Condensed", Arial, sans-serif;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-bottom: 1px solid #e0e0e0;
    }
    .submenu .category-link {
        position: relative;
        top: -4px;
        float: right;
        text-transform: none;
    }
    .submenu .category-link a:before {
        padding-top: 2px;
    }
    #main-menu .submenu .category-link a {
        padding: 0;
    }
    #main-menu .submenu ul li a {
        display: block;
        padding: 6px 0;
        font-size: 14px;
        text-transform: none;
        border-bottom: 1px solid #e0e0e0;
    }
    #main-menu .submenu .submenu-category:last-of-type ul li:last-of-type a {
        border-bottom: 0;
    }
    /* search */
    #quicksearch_preview {
        left: auto;
        right: 0;
        width: 450px;
    }
    #quicksearch_preview #results h3 a {
        font-size: 18px;
    }
    #quicksearch_preview .lcon {
        width: 30%;
    }
    #quicksearch_preview .rcon {
        width: 68%;
    }
    .has-right-sidebar .left-column,
    .has-right-sidebar #service-left {
        float: left;
        width: 68%;
        margin-bottom: 10px;
    }
    .has-right-sidebar .right-column,
    .has-right-sidebar #service-right {
        float: right;
        width: 31%;
    }
    .teaser-box,
    .third-width,
    .load-more-button a.more-link {
        margin-bottom: 20px;
    }
    .half-width {
        float: left;
        width: 50%;
    }
    .half-width:nth-child(odd) {
        clear: both;
        padding-right: 1.5%;
    }
    .teaser-grid-15 .half-width:nth-child(odd) {
        clear: none;
    }
    .half-width:nth-child(even) {
        padding-left: 1.5%;
    }
    .teaser-grid-15 .half-width {
        padding-right: 1.5%;
        padding-left: 0;
    }
    .teaser-grid-15 .half-width.last-box {
        padding-right: 0;
        padding-left: 1.5%;
    }
    .full-width .teaser-image {
        float: left;
        width: 30%;
    }
    .full-width .teaser-content {
        float: right;
        width: 68%;
        padding: 5px 5px 5px 0;
    }
    .two-teaser-boxes .half-width {
        float: none;
        width: 100%;
        padding: 0;
    }
    .teaser-header a.more-link {
        padding-bottom: 0;
    }
    .third-width,
    .services-multimedia .third-width {
        float: left;
        width: 31.3%;
    }
    .services-multimedia .third-width:nth-child(even) {
        float: left;
    }
    .services-multimedia .third-width:nth-child(2n+1) {
        clear: none;
    }
    .third-width:nth-of-type(3n+2),
    .services-multimedia .third-width:nth-of-type(3n+2) {
        margin-right: 3%;
        margin-left: 3%;
    }
    .third-width:nth-of-type(3n+1),
    .services-multimedia .third-width:nth-of-type(3n+1) {
        clear: both;
    }
    /* Article */
    .has-sidebar #content,
    #service-content,
    .user-profile #content {
        float: right;
        width: 77%;
    }
    .detail-image-sidebar,
    #service-sidebar-menu {
        float: left;
        width: 20%;
        margin-right: 3%;
    }
    .sidebar-menu-content {
        display: block;
    }
    #sidebar-menu-title {
        display: none;
    }
    .sidebar-image {
        float: none;
        width: 100%;
    }
    .sidebar-image:nth-child(odd),
    .sidebar-image:nth-child(even) {
        clear: none;
        margin-right: 0;
        margin-left: 0;
    }
    .meta-info {
        float: right;
        font: 12px/13px "Roboto", Arial, sans-serif;
        letter-spacing: -0.01em;
        margin-top: -25px;
    }
    #archivesearchresults .input-div-box {
        float: none;
        display: inline-block;
        width: 100px;
        vertical-align: top;
        margin-right: 0;
    }
    .search-multimedia .input-div-box {
        float: left;
        width: 31%;
    }
    #archivesearchresults .input-div-box:nth-child(even) {
        float: none;
    }
    #archivesearchresults .archive-search .input-div-box:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }
    .search-multimedia .input-div-box:nth-child(even),
    #archivesearchresults .search-multimedia .input-div-box:nth-child(even) {
        float: left;
        margin-right: 3.5%;
        margin-left: 3.5%;
    }
    #archivesearchresults .search-multimedia .input-div-box:nth-child(even) {
        float: none;
    }
    .input-div-box {
        width: 48%;
        margin: 0 0 10px;
        cursor: pointer;
    }
    .input-div-box:nth-child(even) {
        float: right;
    }
    .input-div-box:nth-child(2n+1) {
        clear: both;
    }
    .input-div-box:nth-child(3n+1) {
        clear: none;
    }
    .services-multimedia .media-header #servicenav li {
        width: 135px;
    }
    .services-multimedia .media-header #servicenav li a {
        font-size: 72px;
    }
    #reg_user {
        width: 68%;
        margin-bottom: 10px;
    }
    input#fortbildungsnummer {
        display: inline-block;
        width: 130px;
        margin: 0 0 0 5px;
    }
    .profile-edit-corporate,
    .ym-contain-address {
        float: left;
        width: 50%;
        margin-bottom: 0;
    }
    blockquote {
        font-size: 24px;
    }
}


/* ! TABLET LANDSCAPE */

@media screen and (min-width: 1024px) {
    a.logo {
        width: auto;
    }
    a.logo img {
        width: auto;
        height: 72px;
    }
    #top .right-column {
        font: 16px/1.25 "Roboto", Arial, sans-serif;
        float: right;
    }
    #main-menu>ul>li.menu-item-03 {
        width: 16%;
    }
    #main-menu>ul>li.menu-item-04 {
        width: 12%;
    }
    #main-menu>ul>li>a .link-content {
        font-size: 15px;
    }
    .submenu {
        top: 44px;
    }
    .left-column,
    #service-left {
        float: left;
        width: 68%;
        margin-bottom: 10px;
    }
    .right-column {
        float: right;
        width: 30%;
    }
    /* Featured Content */
    #featured-teaser {
        margin-bottom: 20px;
        padding: 0;
        background-color: #f0f0f0;
        border: 1px solid #eaeaea;
    }
    #featured-teaser .owl-stage:after,
    .fc-thumb a:after {
        content: "";
        clear: both;
        display: block;
    }
    #fc-main {
        float: left;
        width: 69%;
        padding: 1%;
    }
    .fc-main .owl-stage {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    .featured-teaser .image-caption {
        bottom: -1px;
    }
    .featured-teaser .featured-content {
        left: 10px;
        max-width: 67%;
    }
    #featured-teaser .owl-controls {
        display: none;
    }
    #fc-thumbs,
    #featured-teaser.slider-loaded .fc-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        width: 31%;
        height: 100%;
    }
    #featured-teaser.slider-loaded .fc-thumbs {
        display: block;
    }
    .fc-thumb {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 25%;
    }
    .fc-thumb a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        padding: 10px;
        color: inherit;
    }
    .fc-thumb.active a,
    .fc-thumb a:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .fc-thumb a:after {
        position: absolute;
        bottom: 0;
        left: 10px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    .fc-thumb:last-child a {
        border-bottom: 0;
    }
    .fc-thumb img {
        float: left;
        width: 40%;
        padding-right: 10px;
    }
    .fc-thumb .featured-content {
        overflow: hidden;
        float: right;
        width: 60%;
        padding-left: 10px;
    }
    .fc-thumb .fc-headline-small {
        display: block;
        font: 400 12px/1.25 "Roboto", Arial, sans-serif;
        text-transform: uppercase;
    }
    .fc-thumb .h2 {
        font: 700 16px/1.1 "Roboto Condensed", Arial, sans-serif;
    }
    .two-teaser-boxes .half-width {
        float: left;
        width: 50%;
        padding: 0;
    }
    .two-teaser-boxes .teaser-box:nth-child(even) article {
        border-left: 1px solid #8f9eb8;
    }
    .two-teaser-boxes .teaser-box:first-child .teaser-header {
        margin-right: 1px;
    }
    h1 {
        font-size: 40px;
    }
    .media-header #servicenav li {
        width: 24%;
    }
    .media-header #servicenav li:nth-child(3n+1) {
        clear: none;
    }
    .media-header #servicenav li:nth-child(4n+1) {
        clear: both;
    }
    input#fortbildungsnummer {
        width: 200px;
    }
    /* Termine */
    .termin {
        min-height: 56px;
    }
    .termin,
    .inner-table {
        display: table;
        width: 100%;
        height: 100%;
    }
    .date_title,
    .date-meta,
    .date-date,
    .date-location {
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }
    .date_title {
        width: 60%;
        padding-right: 10px;
    }
    .date-meta {
        width: 40%;
        padding: 0;
    }
    .date-date {
        width: 50%;
        padding-right: 10px;
    }
    .date-location {
        width: 50%;
        margin-left: 0;
    }
    .detailpage-month-year,
    .detailpage-image {
        float: left;
        width: 24%;
    }
}


/* ! DESKTOP */

@media screen and (min-width: 1025px) {
    #all_pages_right {
        display: block;
    }
}