body
{
  background-color: #F0F0F0;
}

p
{
  margin: 6pt 0px 0px 0px;
  text-align: justify;
}

td
{
  padding: 10px;
  border: 1px solid black;
}

img
{
}

img.img100
{
  width: 100%;
  height: 100%;
}

img.news-overview
{
  width: 100%;
  height: 8em;
  object-fit: cover;
}

#body
{
  width: 100%;
  background-color: #f3f3f3;
}

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

.left
{
  float: left;
  width: 20%;
  min-width: 200px;
  max-width: 400px;
}

.center
{
  float: left;
  left: 20%;
  right: 20%;
  max-width: 1200px;
  position: absolute;
}

.right
{
  width: 20%;
  left: 80%;
  position: absolute;
  min-width: 200px;
  max-width: 400px;
}

#head
{
  height: 60px;
  background-color: #FF6600;
  z-index: 999;
  width: 100%;
}

#content-top
{
  background-color: #DDDDDD;
  height: 40px;
  width: 100%;
  z-index: 499;
  border-bottom: 1px solid #D3D3D3;
  color: black;
}

#content-top.fixed
{
  background-color: #FF6600;
  position: fixed;
  top: 0px;
  height: 40px;
  border-bottom: 0px;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
  box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);  
  color: white;
}

#content-body
{
  width: 100%;
  height: 800px;
}

#content-center-outer
{
  background-color: #FFFFFF;
  position: absolute;
  top: 101px;
}

#content-center
{
  padding: 10px 10px 30px 10px;
}

#content-inner
{
}

#content-right
{
  position: absolute;
  top: 100px;
}

#content-bottom
{
}

#footer
{
  text-align:center;
  padding:10px 30px 20px 30px;
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #D3D3D3;
  z-index: 9999;
  background-color: #808080;
}


#content-left
{
  position: absolute;
  top: 100px;
  left: 0px;
}

#main-navigation
{
  padding: 20px 20px 20px 20px;
  font-weight: normal;
  text-align: right;
  float: right;
}

#main-navigation li
{
  margin: 0px 0px 20px 0px;
}

#main-navigation ol:after
{
  content: url(logo.gif);
}
  
#main-navigation ol.showlogo:after
{
  display: block;
}

#main-navigation ol.hidelogo:after
{
  display: none;
}
  
#main-navigation a
{
  padding: 0px 5px 0px 5px;
  color: #333333;
}
  
#main-navigation a:HOVER
{
  color: #000000;
}

#main-navigation a.selected
{
  color: #333333;
  font-weight: bold;
  border-bottom: 2px solid #FF6600;
  padding: 0px 5px 0px 5px;
}

#main-navigation img
{
  width: 24px;
  height: 24px;
  border: 0px;
  vertical-align: text-bottom;
  margin-right: 10px;
}

#sub-navigation
{
  padding: 10px 0px 0px 10px;
}

#sub-navigation h2
{
  padding: 0px;
  margin: 0px;
  font-size: 100%;
}

#sub-navigation li
{
  float: left;
  margin: 0px 20px 0px 0px;
}

#sub-navigation li a
{
  color: #000000;
}

#content-top.fixed #sub-navigation li a
{
  color: #FFFFFF;
}

#sub-navigation li#sub-navigation-more-listitem
{
  display: none;
}

#sub-navigation li#sub-navigation-more-listitem:after
{
  content: "\0020\2BC6";
}

#sub-navigation .selected
{
  font-weight: bold;
}

#content-top.fixed #sub-navigation-more 
{
  background-color: #FF6600;
  border: 1px solid #993300;
}

#sub-navigation-more 
{
  display: none;
  width: 200px;
  position: absolute;
  padding: 10px 10px 0px 10px;
  background-color: #e3e3e3;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 7px -1px rgba(0,0,0,0.75);
  z-index: 999;
}

#sub-navigation-more li
{
  float: none;
  margin-bottom: 10px;
}

.teaser
{
  padding: 11px 10px 10px 10px; 
  font-size: 0.9em;
  border-left: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  margin-top: -1px;
}

.teaser-inner h3
{
  background-color: #FF6600;
  color: white;
  padding: 7px;
  font-weight: bold;
}

.teaser-inner-content
{
  padding: 10px;
  background-color: #f3f3f3;
  background-color: #FFFFFF;
  overflow-y: hidden;
}

.largeimage
{
  width: 100%;
  height: 360px;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
}

.largeimage600
{
  width: 100%;
  height: 600px;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
}

.largeimage .title
{
  background: rgba(255,255,255,.7);
  position: relative;
  top: 310px;
  height: 50px;
}

.largeimage .title h3
{
  color: #000;
  padding: 15px;
  font-size: 1.5em;
  text-shadow: 0px 0px 10px rgba(255,255,255,.7);
  height: 20px;
  overflow: hidden;
  font-weight: bold;
}

.pdf_preview_teaser
{
  width: 100%;
  -moz-background-size: auto, cover;
  background-size: auto, cover;
  height: 200px;
  background-size: cover;
}

.pdf_preview_teaser_download_button
{
  width: 100%;
  background-color: #666666;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin-top: 6pt;
}

.pdf_preview_teaser_download_button:HOVER
{
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
  background-color: #009f1f;
}


#content-top-left
{
  background-position-y: 2px;
  background-repeat: no-repeat;
  height: 36px;
}

#content-top-right
{
  background-position-y: 3px;
  background-repeat: no-repeat;
  height: 36px;
}

.border-bottom
{
  padding-bottom: 10px;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 14px;
}

#functional_content
{
}

#goto_top
{
  display: none;
  bottom: 35px;
  right: 25px;
  position: fixed;
  color: white;
  background-color: #999999;
  opacity: 0.8;
  font-weight: bold;
}

#goto_top.enabled
{
  display: inline;
}

#goto_top a
{
  display: block;
  padding: 10px;
  color: white;
}

#startpage-new-carousel
{
  min-height: 360px;
  height: 360px;
  overflow: hidden;
}

.internal-link-with-image
{
  border: 1px solid #E3E3E3;
  background-color: #ECECEC;
  padding: 10px;
  margin-bottom: 20px;
}

.spacer20
{
  margin-bottom: 20px;
}

.spacer30-dottet-border
{
  padding-bottom: 5px;
  border-bottom: 1px dotted #DDDDDD;
  margin-bottom: 14px;
}

.html-content img
{
  /* width: auto !important; */
  max-width: 100% !important;
}

.html-content ul li
{
  line-height: 150%;
}

#head-center h1
{
  color: white;
  font-size: 16pt;
  font-weight: bold;
  padding: 15px 10px;
} 

.footer-element
{
  display: inline;
  padding: 0px 20px;
  color: white;
}

.footer-element a
{
  color: white;
}

.footer-element img.icon24
{
  margin-right: -24px;
}

input#q
{
  float: right;
  margin: 7px 25px 0px 10px;
  padding: 4px 10px;
  width: 75%;
  background: url(icons/search_field.png);
  background-repeat: no-repeat;
  background-position: center right;
  border: none;
  cursor: pointer;
}

input#q:focus, input#q.withvalue
{
  background-color: white;
  border: 1px outset #CCCCCC;
  border-radius: 5px;
  cursor: text;
}

#content-top.fixed input#q
{
  background: url(icons/search_field_white.png);
  background-repeat: no-repeat;
  background-position: center right;
}

#content-top.fixed input#q:focus, #content-top.fixed input#q.withvalue
{
  background: url(icons/search_field.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: white;
  border: 1px outset #DDDDDD;
  border-radius: 5px;
}

div.extra-nav
{
  width: 22px;
  height: 22px;
  padding: 0px;
  display: inline-block;
  overflow: hidden;
  margin: 7px 0px 0px 14px;
  cursor: pointer;
}

div.extra-nav span
{
  display: none;
}

#extra-nav-home
{
  background: url(icons/home.png);
}

#content-top.fixed #extra-nav-home
{
  background: url(icons/home_white.png);
}

#extra-nav-feedback
{
  background: url(icons/feedback_black.png);
}

#content-top.fixed #extra-nav-feedback
{
  background: url(icons/feedback_white.png);
}

#extra-nav-rss
{
  background: url(icons/rss.png);
}

#content-top.fixed #extra-nav-rss
{
  background: url(icons/rss_white.png);
}

#extra-nav-ds
{
  background: url(icons/fingerprint.png);
}

#content-top.fixed #extra-nav-ds
{
  background: url(icons/fingerprint_white.png);
}

#search-result .search-result-entry
{
  margin-bottom: 24px;
}

#search-result .search-result-title
{
  margin: 8px 0px 8px 0px;
  font-weight: bold;
}

#search-result .search-result-description
{
  text-align: justify;
  line-height: 150%;
  margin-bottom: 8px;
}

#search-result .search-result-tdata
{
  margin-bottom: 20px;
  color: gray;
  font-size: 90%;
}

#search-result .search-result-path
{
  font-size: 90%;
  display: none;
}

#search-result .search-result-navigation
{
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px dotted #DDDDDD;
  text-align: center;
}

#search-result .search-result-navigation span
{
  padding: 0px 8px;
}

#search-result .search-result-navigation .selected
{
  font-weight: bold;
  font-size: 125%;
}

#search-result .search-result-href
{
  margin: 4px 0px 4px 0px;
}

#search-result .search-result-href a
{
  font-size: 0.9em;
  color: #000033;
}

#news_archive h2
{
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 32px;
  border-bottom: 1px solid #DDDDDD;
  padding: 5px;
  cursor: pointer;
}

#news_archive p
{
  margin: 10px 0px 10px 20px;
}

img.icon24
{
  width: 24px;
  height: 24px;
  border: none;
  vertical-align: text-top;
}

.teaser-inner-content .teaser_small_text
{
  font-size: 80%;
}

div.calendar-icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 6em;
  height: 7em;
  background-color: #fff;
  margin: 0px auto 20px auto;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  float: left;
}

div.calendar-icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

div.calendar-icon strong
{
  position: absolute;
  top: 0;
  /* padding: 0.4em 0; */
  padding: 0;
  color: #fff;
  background-color: #009f1f;
}

div.calendar-icon em
{
  position: absolute;
  bottom: 0px;
  color: #000000;
  background-color: #F3F3F3;
  padding: 3px 0px 3px 0px;
}

div.calendar-icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.9em;
  color: #2f2f2f;
}

div#event-list
{
}

div#event-list div.event
{
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #DDDDDD;
}

div#event-list div.event-data
{
  float: left;
  width: 80%;
  padding: 5px 0px 20px 20px;
}

div#event-list div.event-data .event-date
{
  margin-bottom: 15px;
  font-size: 85%;
}

div#event-list div.event-data .event-image
{
}

div#event-list div.event-data .event-info
{
}

div#event-list div.event-data .event-title
{
  font-size: 115%;
  font-weight: bold;
  margin-bottom: 15px;
}

div#event-list div.event-data .event-short-information
{
}

div#event-detail
{
}

div#event-detail-2
{
}

div#event-detail-2 div.event-details-left
{
}

div#event-detail-2 div.event-details-right-inner
{
  margin: 10px 10px 10px 20px;
  border: 1px solid #DDDDDD;
  padding: 10px 10px 10px 20px;
  background-color: #F6F6F6;
}

div#event-detail-2 div.event-details-right-inner p
{
  margin-bottom: 15px;
  text-align: left;
}

div#event-detail-2 div.event-details-right-inner p.strong
{
  margin-bottom: 0px;
  text-align: left;
}

div#event-detail-2 div.event-details-right
{
  position: relative;
  right: 0px;
  top: 0px;
  width: 380px;
  min-height: 100px;
  float: right;
}

div#event-detail-2 .event-detail-intro
{
  padding: 10px;
}

div#calimage-goto-previous-month
{
  position: absolute;
  top: 250px;
  height: 100px;
  left: 20px;
  width: 50px;
  cursor: pointer;
  background: url(icons/prev_white_100x50.png), rgba(0,0,0,0.1);
}

div#calimage-goto-next-month
{
  position: absolute;
  top: 250px;
  height: 100px;
  right: 20px;
  width: 50px;
  cursor: pointer;
  background: url(icons/next_white_100x50.png), rgba(0,0,0,0.1);
}

div.calimage-goto-text
{
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 10px;
}

div.calimage-goto-text div.calimage-goto-previous-month-text
{
  float: left;
  width: 50%;
  text-align: left;
}

div.calimage-goto-text div.calimage-goto-next-month-text
{
  float: left;
  width: 50%;
  text-align: right;
}

div.calimage-goto-text a
{
  font-weight: bold;
  font-size: 125%;
}

div.calimage-goto-text div.calimage-goto-next-month-text a:after
{
  content: ' »';
}

div.calimage-goto-text div.calimage-goto-previous-month-text a:before
{
  content: '« ';
}

div.calimage-goto-text-with-border
{
  border-bottom: 1px dotted gray;
}

div#facebook_iframe div.teaser-inner-content
{
}

p.publish_info_detail_page
{
  margin: 21px 0px 7px 0px;
  font-size: 0.9em;
  font-style: italic;
  color: gray;
}

p.publish_info_overview_page
{
  margin: 0px 0px 2px 0px;
  font-size: 0.75em;
  color: gray;
}

p.publish_info_overview_page_large
{
  margin: 3px 0px 0px 2px;
  font-size: 0.9em;
  font-style: italic;
  color: gray;
}

.footer-social 
{
  background: url('icons/social_all.png') no-repeat 24px 0px;
  width: 24px;
  height: 24px;
  border: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -24px;
}

.footer-social span
{
  display: none;
}

.footer-social-ello
{
  background-position: 0px 0px;
}

.footer-social-facebook
{
  background-position: -24px 0px;
}

.footer-social-flicker
{
  background-position: -48px 0px;
}

.footer-social-googleplus
{
  background-position: -72px 0px;
}

.footer-social-linkedin
{
  background-position: -96px 0px;
}

.footer-social-pinterest
{
  background-position: -120px 0px;
}

.footer-social-tumblr
{
  background-position: -144px 0px;
}

.footer-social-twitter
{
  background-position: -168px 0px;
}

.footer-social-xing
{
  background-position: -192px 0px;
}

.footer-social-youtube
{
  background-position: -216px 0px;
}

div.news-details-preview-outer-container
{
  background-color: #EEEEEE;
  padding: 0px;
  margin: 0px;
}

div.news-details-preview-container
{
  overflow: hidden;
  height: 140px;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

a.news-details-preview-link
{
  margin: 0px;
  padding: 0px;
}

img.news-details-preview
{
  object-fit: cover;
  width: auto !important;
  border: 5px solid #EEEEEE;
}

#forum_registration
{
}

#forum_registration p.f2c_error
{
}

label.f2c_label
{
  width: 120px;
  display: block;
  float: left;
  padding-left: 4px;
}

input.f2c_input
{ 
  color: #000000;
  font-size: 1em;
  border-radius: 0px;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 3px;
  width: 300px;
  border: 1px solid #CCCCCC;
  font-family: 'Gudea';
}

input.f2c_input:focus
{
  border: 1px solid #FF6600;
}

select.f2c_input
{
  color: #000000;
  font-size: 1em;
  border-radius: 0px;
  line-height: 22px;
  background-color: #fbfbfb;
  padding: 3px;
  width: 308px;
  border: 1px solid #CCCCCC;
  font-family: 'Gudea';
}

a.f2c_btn
{
  width: 120px;
  background-color: #666666;
  color: white;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin-top: 6pt;
  float: left;
}

a.f2c_btn:HOVER
{
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
  background-color: #FF6600;
}

p.f2c_error
{
  font-weight: bold;
  color: #800000;
  padding: 4px;
}

div.news-details-preview-outer-container
{
}

div.news-details-preview-outer-container div.owl-item img
{
  height: 150px !important;
  object-fit: cover;
}

td.r270 {transform: rotate(270deg);}

div.importantnews
{
  border: 1px outset #DDDDDD;
  margin: 0px 0px 20px 0px;
  padding: 20px;
  background-color: #ffe7a8;
}