@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,700,300);
/*------- fonts
------------------------------------------------------*/
/*------- colors
------------------------------------------------------*/
/*------- pakete
------------------------------------------------------*/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, ../sass/colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 7, ../sass/colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, ../sass/colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 9, ../sass/colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10, ../sass/colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 11, ../sass/colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, ../sass/colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, ../sass/colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 14, ../sass/colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 15, ../sass/colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 22, ../sass/colorbox.scss */
#cboxOverlay {
  background: #000;
}

/* line 24, ../sass/colorbox.scss */
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat 0 0;
}

/* line 25, ../sass/colorbox.scss */
#cboxTopCenter {
  height: 25px;
  background: url(../img/border1.png) repeat-x 0 -50px;
}

/* line 26, ../sass/colorbox.scss */
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat -25px 0;
}

/* line 27, ../sass/colorbox.scss */
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat 0 -25px;
}

/* line 28, ../sass/colorbox.scss */
#cboxBottomCenter {
  height: 25px;
  background: url(../img/border1.png) repeat-x 0 -75px;
}

/* line 29, ../sass/colorbox.scss */
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(../img/border1.png) no-repeat -25px -25px;
}

/* line 30, ../sass/colorbox.scss */
#cboxMiddleLeft {
  width: 25px;
  background: url(../img/border2.png) repeat-y 0 0;
}

/* line 31, ../sass/colorbox.scss */
#cboxMiddleRight {
  width: 25px;
  background: url(../img/border2.png) repeat-y -25px 0;
}

/* line 32, ../sass/colorbox.scss */
#cboxContent {
  background: #fff;
  overflow: hidden;
}

/* line 33, ../sass/colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 34, ../sass/colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 35, ../sass/colorbox.scss */
#cboxLoadedContent {
  margin-bottom: 30px;
}

/* line 36, ../sass/colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

/* line 37, ../sass/colorbox.scss */
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 105px;
  color: #999;
}

/* line 38, ../sass/colorbox.scss */
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

/* line 39, ../sass/colorbox.scss */
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

/* line 40, ../sass/colorbox.scss */
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 68px;
  color: #444;
}

/* line 41, ../sass/colorbox.scss */
#cboxLoadingOverlay {
  background: white url(../img/loading.gif) no-repeat 5px 5px;
}

/* line 42, ../sass/colorbox.scss */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
/* line 56, ../sass/colorbox.scss */
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
/* line 64, ../sass/colorbox.scss */
.cboxIE6 #cboxTopLeft {
  background: url(../img/ie6/borderTopLeft.png);
}

/* line 65, ../sass/colorbox.scss */
.cboxIE6 #cboxTopCenter {
  background: url(../img/ie6/borderTopCenter.png);
}

/* line 66, ../sass/colorbox.scss */
.cboxIE6 #cboxTopRight {
  background: url(../img/ie6/borderTopRight.png);
}

/* line 67, ../sass/colorbox.scss */
.cboxIE6 #cboxBottomLeft {
  background: url(../img/ie6/borderBottomLeft.png);
}

/* line 68, ../sass/colorbox.scss */
.cboxIE6 #cboxBottomCenter {
  background: url(../img/ie6/borderBottomCenter.png);
}

/* line 69, ../sass/colorbox.scss */
.cboxIE6 #cboxBottomRight {
  background: url(../img/ie6/borderBottomRight.png);
}

/* line 70, ../sass/colorbox.scss */
.cboxIE6 #cboxMiddleLeft {
  background: url(../img/ie6/borderMiddleLeft.png);
}

/* line 71, ../sass/colorbox.scss */
.cboxIE6 #cboxMiddleRight {
  background: url(../img/ie6/borderMiddleRight.png);
}

/* line 80, ../sass/colorbox.scss */
.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
  _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* line 84, ../sass/colorbox.scss */
#cboxClose {
  background-image: url(../img/cb_close.png);
  width: 18px;
}

/* line 89, ../sass/colorbox.scss */
#cboxPrevious {
  background-image: url(../img/cb_prev.png);
  width: 20px;
}

/* line 94, ../sass/colorbox.scss */
#cboxNext {
  background-image: url(../img/cb_next.png);
  width: 20px;
  left: 120px;
}

/* line 102, ../sass/colorbox.scss */
#cboxClose,
#cboxPrevious,
#cboxNext {
  height: 18px;
  opacity: 0.3;
  text-indent: -10000px;
}

/* line 110, ../sass/colorbox.scss */
#cboxClose:hover,
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 0.6;
}

/* line 114, ../sass/colorbox.scss */
#cboxCurrent {
  bottom: -3px;
  left: 27px;
}

/* line 3, ../sass/socialshareprivacy.scss */
.social_share_privacy_area {
  clear: both;
  margin: 20px 0 !important;
  list-style-type: none;
  padding: 0 !important;
  width: auto;
  height: 25px;
  display: block;
}

/* line 12, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li {
  margin: 0 !important;
  padding: 0 !important;
  height: 21px;
  float: left;
}

/* line 18, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li .dummy_btn {
  float: left;
  margin: 0 0 0 10px;
  cursor: pointer;
  padding: 0;
  height: inherit;
}

/* line 25, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li div iframe {
  overflow: hidden;
  height: inherit;
  width: inherit;
}

/* Facebook begin */
/* line 31, ../sass/socialshareprivacy.scss */
.social_share_privacy_area .facebook {
  width: 180px;
  display: inline-block;
}

/* line 35, ../sass/socialshareprivacy.scss */
.social_share_privacy_area .facebook .fb_like iframe {
  width: 145px;
}

/* Facebook end */
/* Twitter begin */
/* line 40, ../sass/socialshareprivacy.scss */
.social_share_privacy_area .twitter {
  width: 175px;
}

/* line 43, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li div.tweet {
  width: 135px;
}

/* Twitter end */
/* Google+ begin */
/* line 48, ../sass/socialshareprivacy.scss */
.social_share_privacy_area .gplus {
  width: 140px;
}

/* line 51, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li div.gplusone {
  width: 95px;
}

/* Google+ end */
/* Switch begin */
/* line 56, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li .switch {
  display: inline-block;
  text-indent: -9999em;
  background: transparent url(../img/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
  width: 23px;
  height: 12px;
  overflow: hidden;
  float: left;
  margin: 4px 0 0;
  padding: 0;
  cursor: pointer;
}

/* line 68, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li .switch.on {
  background-position: 0 -12px;
}

/* Switch end */
/* Tooltips begin */
/* line 73, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.help_info {
  position: relative;
}

/* line 77, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 290px;
  padding: 10px 15px;
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 4px #999;
  -webkit-box-shadow: 0 3px 4px #999;
  box-shadow: 0 3px 4px #999;
  background-color: #fdfbec;
  color: #000;
  z-index: 500;
}

/* line 99, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.gplus.help_info .info {
  left: -60px;
}

/* line 102, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li .help_info.icon .info {
  left: -243px;
  width: 350px;
}

/* line 107, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
  display: block;
}

/* line 110, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.help_info.info_off.display .info {
  display: none;
}

/* line 113, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li .help_info.icon {
  background: white url(../img/socialshareprivacy_info.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #e7e3e3;
  border-right-width: 0;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 0;
}

/* line 128, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
  border-top-width: 0;
  border-left-width: 0;
}

/* line 132, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
  border-right-width: 2px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* Tooltips end */
/* Settings/Info begin */
/* line 140, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info {
  position: relative;
  top: -2px;
}

/* line 144, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info a {
  text-decoration: none;
  margin: 0 !important;
}

/* line 148, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu {
  background-color: #f3f4f5;
  border: 2px solid #e7e3e3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 3px #c1c1c1;
  -webkit-box-shadow: 2px 2px 3px #c1c1c1;
  box-shadow: 3px 3px 3px #c1c1c1;
  left: 0;
  position: absolute;
  top: 0;
  width: 135px;
  z-index: 1000;
  margin: 0;
  padding: 0;
}

/* line 165, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu.off {
  border-width: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

/* line 172, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
  display: none;
  margin: 0;
  padding: 0;
}

/* line 177, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
  text-indent: -9999em;
  display: inline-block;
  background: white url(../img/settings.png) no-repeat center center scroll;
  width: 25px;
  height: 20px;
  border: 2px solid #e7e3e3;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 0;
}

/* line 191, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
  border-top-width: 0;
}

/* line 194, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
  border-width: 0;
  margin: 0;
  padding: 0 10px 10px;
}

/* line 199, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding: 10px 0;
  width: 115px;
}

/* line 207, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
  clear: both;
  float: left;
  margin: 4px 10px 4px 0;
  padding: 0;
}

/* line 213, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  -moz-transition: color .5s ease-in;
  -webkit-transition: color .5s ease-in;
  transition: color .5s ease-in;
  margin: 0;
  padding: 0;
}

/* line 225, ../sass/socialshareprivacy.scss */
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
  color: #090;
}

/* Settings/Info end */
/* line 233, ../sass/socialshareprivacy.scss */
.tweet.dummy_btn iframe {
  border: none;
}

/* line 239, ../sass/socialshareprivacy.scss */
#footer .container #socialshare-btn {
  display: none;
}
/* line 242, ../sass/socialshareprivacy.scss */
#footer .container a {
  text-decoration: none;
}
/* line 244, ../sass/socialshareprivacy.scss */
#footer .container a:hover {
  text-decoration: none;
}
/* line 250, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .custom-link {
  margin-right: 20px !important;
}
/* line 254, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .help_info .inactive-btn {
  color: #FFF;
}
/* line 258, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .facebook-share-button i {
  color: #3A5998;
}
/* line 261, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .twitter-follow-button i {
  color: #00C8FA;
}
/* line 264, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .slideshare i {
  color: #F78F2E;
}
/* line 267, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .youtube i {
  color: #CC181E;
}
/* line 270, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .facebook i {
  color: #3A5998;
}
/* line 273, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .twitter i {
  color: #00C8FA;
}
/* line 276, ../sass/socialshareprivacy.scss */
#footer .container .social_share_privacy_area .gplus i {
  color: #DD4C38;
}

/* line 1, ../sass/youtubechannelplayer.scss */
#player {
  width: 600px;
  height: 400px;
  overflow: hidden;
  background: gray;
  position: absolute;
  border: solid 2px gray;
}

/* line 10, ../sass/youtubechannelplayer.scss */
.youtube .carousel {
  width: 20%;
  height: 100%;
  overflow: auto;
  position: absolute;
  right: 0px;
  z-index: 3;
}

/* line 19, ../sass/youtubechannelplayer.scss */
.youtube .thumbnail {
  margin: 2px;
  width: 80%;
  border: 1px solid black;
}

/* line 25, ../sass/youtubechannelplayer.scss */
.youtube iframe.player {
  width: 80%;
  height: 400px;
  overflow: auto;
  border: 0;
}

/* line 2, ../sass/_template.scss */
p {
  margin: 0 0 20px 0;
}

/* line 4, ../sass/_template.scss */
.margin {
  margin: 0 0 0 20px;
}

/* line 5, ../sass/_template.scss */
.clear {
  clear: both;
  float: none;
}

/* line 7, ../sass/_template.scss */
hr {
  margin: 30px 0px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 0 none;
}

/* line 13, ../sass/_template.scss */
body {
  background: #fff;
  line-height: 180%;
  color: #4c4c4c;
  font-size: 14px;
  border-top: 3px solid #286797;
  font-family: "Open Sans", sans-serif;
}

/* line 22, ../sass/_template.scss */
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  margin-right: 20px;
}

/* line 26, ../sass/_template.scss */
b {
  font-weight: bold;
}

/* line 28, ../sass/_template.scss */
small {
  font-size: 10px;
  line-height: 100%;
}

/* line 30, ../sass/_template.scss */
.container {
  position: relative;
}

/* Fullwidth Backgrounds */
/* line 33, ../sass/_template.scss */
.csc-frame {
  padding: 30px 0;
  /*green*/
  /* grey */
}
/* line 37, ../sass/_template.scss */
.csc-frame.csc-frame-frame1 {
  background-color: #8ab514;
  color: #fff;
  margin-bottom: 30px;
}
/* line 41, ../sass/_template.scss */
.csc-frame.csc-frame-frame1 a.readmore {
  color: #fff;
  background-image: url(../img/icon_more.png);
}
/* line 46, ../sass/_template.scss */
.csc-frame.csc-frame-frame1 .teaserContainer {
  border-top: 1px solid #fff;
}
/* line 48, ../sass/_template.scss */
.csc-frame.csc-frame-frame1 .teaserContainer .iconContainer {
  background-color: #8ab514;
}
/* line 55, ../sass/_template.scss */
.csc-frame.csc-frame-frame2 {
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
/* line 59, ../sass/_template.scss */
.csc-frame.csc-frame-frame2 .teaserContainer .iconContainer {
  background-color: #f2f2f2;
}

/*------- Content element: filelist
------------------------------------------------------*/
/* line 72, ../sass/_template.scss */
#main .csc-uploads.csc-uploads-2 li {
  background: none;
  padding-left: 0;
  margin-bottom: 50px;
}
/* line 77, ../sass/_template.scss */
#main .csc-uploads.csc-uploads-2 li img {
  border: 1px solid #999;
  padding-right: 0;
  margin-right: 30px;
}
/* line 83, ../sass/_template.scss */
#main .csc-uploads.csc-uploads-2 li .action_button {
  background-image: none;
  padding: 15px;
}

/*------- text
------------------------------------------------------*/
/* -- headline 
--------------------*/
/* line 99, ../sass/_template.scss */
h1 {
  font: 300 35px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: lighter;
}

/* line 107, ../sass/_template.scss */
h2 {
  font: 300 35px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  margin-bottom: 40px;
  font-weight: lighter;
}

/* line 115, ../sass/_template.scss */
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: #8ab514;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
}

/* line 125, ../sass/_template.scss */
h4 {
  font: 300 23px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  margin-bottom: 20px;
  font-weight: lighter;
}

/* line 133, ../sass/_template.scss */
h5 {
  font: 300 20px Helvetica, Arial, Verdana, sans-serif;
  color: #8ab514;
  line-height: 100%;
  margin-bottom: 15px;
  font-weight: lighter;
}

/* line 141, ../sass/_template.scss */
h6 {
  font: 300 20px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  margin-bottom: 15px;
  font-weight: lighter;
}

/* -- text
--------------------*/
/* line 153, ../sass/_template.scss */
p {
  margin-bottom: 20px;
}

/* line 157, ../sass/_template.scss */
pre {
  font-size: 80%;
  font-family: "Courier New", courier, monospace;
}

/* line 161, ../sass/_template.scss */
.align-center {
  text-align: center;
}

/* line 164, ../sass/_template.scss */
.align-justify {
  text-align: justify;
}

/* -- lists 
--------------------*/
/* line 171, ../sass/_template.scss */
ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 175, ../sass/_template.scss */
ul li {
  padding-left: 5px;
  list-style: disc;
  font-size: 15px;
  color: #8ab514;
}
/* line 181, ../sass/_template.scss */
ul li span {
  font-size: 15px;
  color: #4c4c4c;
}

/* line 188, ../sass/_template.scss */
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
/* line 192, ../sass/_template.scss */
ol li {
  color: #8ab514;
  padding-left: 5px;
}
/* line 196, ../sass/_template.scss */
ol li span {
  color: #4c4c4c;
}

/* line 203, ../sass/_template.scss */
#main ul {
  margin-bottom: 20px;
  padding-left: 0px;
}
/* line 207, ../sass/_template.scss */
#main ul li {
  padding-left: 20px;
  list-style: none;
  font-size: 15px;
  color: #4c4c4c;
  background: url(../img/li.png) no-repeat 0px 8px;
}
/* line 214, ../sass/_template.scss */
#main ul li span {
  font-size: 15px;
  color: #4c4c4c;
}

/* -- maintemplate 
--------------------*/
/* line 226, ../sass/_template.scss */
.headerImg {
  margin-bottom: 40px;
}

/* line 230, ../sass/_template.scss */
#header {
  width: 100%;
  position: relative;
}
/* line 234, ../sass/_template.scss */
#header.small {
  height: 250px;
  background-position: center 115px;
}
/* line 239, ../sass/_template.scss */
#header .container {
  position: relative;
}
/* line 241, ../sass/_template.scss */
#header #branding {
  width: 146px;
  height: 61px;
  margin-top: 20px;
  display: block;
  text-indent: -9999px;
  background: url(../img/openQRM_branding.png) bottom center no-repeat;
  float: left;
}
/* line 250, ../sass/_template.scss */
#header #branding:hover {
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
/* line 254, ../sass/_template.scss */
#header .navbar .nav li.dropdown.open > .dropdown-toggle, #header .navbar .nav li.dropdown.active > .dropdown-toggle, #header .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}
/* line 257, ../sass/_template.scss */
#header .navbar {
  float: right;
  margin: 34px 0 0 0;
  padding-left: 20px;
}
/* line 261, ../sass/_template.scss */
#header .navbar .nav {
  margin: 0;
  padding: 0;
}
/* line 265, ../sass/_template.scss */
#header .navbar .nav .dropdown-toggle .caret {
  margin-top: 12px;
}
/* line 270, ../sass/_template.scss */
#header .navbar .navbar-inner {
  background-color: transparent;
  background: none;
  border: 0 none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 0;
  box-shadow: none;
}
/* line 281, ../sass/_template.scss */
#header .navbar li {
  list-style: none;
  float: left;
  margin-left: 25px;
  padding: 0 0 0 5px;
  font-size: 13px;
}
/* line 290, ../sass/_template.scss */
#header .navbar li.active a {
  text-decoration: none;
  border-bottom: 2px solid #286797;
  background-color: transparent;
  box-shadow: none;
  color: #8ab514;
}
/* line 298, ../sass/_template.scss */
#header .navbar li.active li a {
  color: #4c4c4c;
  border-bottom: 0 none;
}
/* line 303, ../sass/_template.scss */
#header .navbar li a {
  font-size: 15px;
  color: #4c4c4c;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #fff;
}
/* line 308, ../sass/_template.scss */
#header .navbar li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #286797;
}
/* line 314, ../sass/_template.scss */
#header .navbar li .dropdown-menu {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -moz-border-radius: 0px;
  border-radius: 0px;
  min-width: 200px;
  top: 32px;
  padding: 10px;
}
/* line 323, ../sass/_template.scss */
#header .navbar li .dropdown-menu li {
  float: none;
  margin-left: 0;
  padding: 0 5px;
  margin: 5px 0;
}
/* line 328, ../sass/_template.scss */
#header .navbar li .dropdown-menu li a {
  padding: 5px;
}
/* line 330, ../sass/_template.scss */
#header .navbar li .dropdown-menu li a:hover {
  background: #286797;
  color: #fff;
}
/* line 336, ../sass/_template.scss */
#header .navbar li .dropdown-menu li.active a {
  background: #286797;
  color: #fff;
}
/* line 346, ../sass/_template.scss */
#header #teaser-container {
  width: 530px;
  height: 280px;
  margin-top: 170px;
}
/* line 351, ../sass/_template.scss */
#header #teaser-container h2 {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  background: #286797;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 361, ../sass/_template.scss */
#header #teaser-container h3 {
  font-size: 20px;
  display: inline-block;
  color: #286797;
  padding: 10px 30px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 370, ../sass/_template.scss */
#header #teaser-container a {
  padding: 10px 20px;
  background: #8ab514;
  display: block;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 378, ../sass/_template.scss */
#header #teaser-container a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
/* line 385, ../sass/_template.scss */
#header #eyecatch-container {
  position: absolute;
  top: 147px;
  right: -120px;
}

/* line 394, ../sass/_template.scss */
.downloadBtn {
  width: 153px;
  height: 150px;
  position: absolute;
  top: -190px;
  right: 20px;
  background: url(../img/bg_download.png);
  text-indent: -9999px;
}
/* line 403, ../sass/_template.scss */
.downloadBtn:hover {
  background: url(../img/bg_download_hover.png);
}

/* line 408, ../sass/_template.scss */
.prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 245px;
  left: -45px;
  background: #8ab514;
  text-indent: -9999px;
}

/* line 418, ../sass/_template.scss */
.next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 245px;
  right: -55px;
  background: #8ab514;
  display: block;
  text-indent: -9999px;
}

/* line 429, ../sass/_template.scss */
.highlight_green {
  background: #8ab514;
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: inline-block;
}
/* line 438, ../sass/_template.scss */
.highlight_green .more {
  margin-left: 60px;
  margin-bottom: 0px;
}
/* line 443, ../sass/_template.scss */
.highlight_green h3 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px;
}
/* line 449, ../sass/_template.scss */
.highlight_green img {
  border: 5px solid #fff;
  float: left;
  margin-right: 20px;
}
/* line 455, ../sass/_template.scss */
.highlight_green .more {
  color: #fff;
  padding: 5px 0px 5px 25px;
  background: url(../img/icon_more.png) no-repeat left center;
  float: right;
  font-size: 18px;
}
/* line 462, ../sass/_template.scss */
.highlight_green .more:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

/* line 469, ../sass/_template.scss */
.date {
  width: 48px;
  height: 50px;
  margin-bottom: 4px;
  /* mini fix fuer ie10 EOT webfont fail auf startseite */
  display: block;
  background: url(../img/bg_date.png);
  color: #fff;
  font-size: 13px;
  line-height: 100%;
  padding: 7px 0 0 9px;
  float: left;
  margin-right: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

/* line 488, ../sass/_template.scss */
.news p {
  margin-left: 60px;
  margin-bottom: 5px;
}
/* line 493, ../sass/_template.scss */
.news .more {
  margin-left: 60px;
  margin-bottom: 0px;
}

/* line 501, ../sass/_template.scss */
.highlight {
  width: 100%;
  height: auto;
  padding: 30px 0px;
}
/* line 506, ../sass/_template.scss */
.highlight img {
  border: 5px solid #fff;
  margin-right: 25px;
}
/* line 510, ../sass/_template.scss */
.highlight img:last-child {
  margin: 0px;
}
/* line 513, ../sass/_template.scss */
.highlight.grey {
  background: #f2f2f2;
}
/* line 517, ../sass/_template.scss */
.highlight.green {
  background: #8ab514;
  color: #fff;
}
/* line 522, ../sass/_template.scss */
.highlight.blue {
  background: #286797;
  color: #fff;
}

/* line 528, ../sass/_template.scss */
.facts {
  margin-top: 80px;
}
/* line 530, ../sass/_template.scss */
.facts p {
  color: #8ab514;
  font-size: 50px;
  line-height: 70%;
  margin-bottom: 10px;
}
/* line 536, ../sass/_template.scss */
.facts p .icon-download-alt02 {
  margin-top: 4px;
  margin-right: 10px;
  background: url(../img/icon-download.jpg);
}
/* line 542, ../sass/_template.scss */
.facts p span {
  font-size: 20px;
  color: #4c4c4c;
}
/* line 548, ../sass/_template.scss */
.facts hr {
  margin: 10px 0px;
}
/* line 550, ../sass/_template.scss */
.facts ul {
  padding: 0px;
  line-height: 180%;
}
/* line 554, ../sass/_template.scss */
.facts ul li {
  font-size: 15px;
  color: #4c4c4c;
  list-style: none;
  margin-bottom: 5px;
  background: none !important;
  padding-left: 0px !important;
}
/* line 562, ../sass/_template.scss */
.facts ul li i {
  background-repeat: no-repeat;
  width: 30px;
  font-size: 18px;
  color: #cdcdcd;
  text-align: left;
  display: block;
  float: left;
  margin-top: 5px;
}
/* line 573, ../sass/_template.scss */
.facts ul li span {
  color: #8ab514;
}

/* line 581, ../sass/_template.scss */
#teaser_page p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 160%;
}
/* line 586, ../sass/_template.scss */
#teaser_page p.center {
  text-align: center;
}
/* line 589, ../sass/_template.scss */
#teaser_page h4 {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  background: #286797;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
/* line 599, ../sass/_template.scss */
#teaser_page h5 {
  font-size: 19px;
  display: inline-block;
  color: #4c4c4c;
  padding: 10px 30px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
/* line 609, ../sass/_template.scss */
#teaser_page hr {
  margin: 60px 0 80px 0;
}
/* line 613, ../sass/_template.scss */
#teaser_page .icon_teaser {
  border-top: 1px solid #f2f2f2;
  margin-top: 20px;
  padding-top: 40px;
  position: relative;
}
/* line 619, ../sass/_template.scss */
#teaser_page .icon_teaser img {
  position: absolute;
  background: #fff;
  top: -35px;
  left: 110px;
  padding: 20px;
}

/* line 630, ../sass/_template.scss */
.fakt_list {
  padding-left: 0px;
}
/* line 632, ../sass/_template.scss */
.fakt_list li {
  list-style: none;
  background: url(../img/li_fact.jpg) no-repeat 0 8px;
  padding: 0 0 0 40px;
  color: #4c4c4c;
  line-height: 200%;
  font-size: 18px;
}

/* line 641, ../sass/_template.scss */
#footer {
  width: 100%;
  min-height: 420px;
  margin-top: 60px;
  padding: 50px 0 10px 0;
  display: inline-block;
  background: url(../img/bg_footer.jpg) top left repeat-x #333333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*------- template
  ------------------------------------------------------*/
}
/* line 652, ../sass/_template.scss */
#footer p {
  color: #fff;
  font-size: 15px;
}
/* line 656, ../sass/_template.scss */
#footer p span {
  font-weight: bold;
}
/* line 659, ../sass/_template.scss */
#footer ul {
  margin-left: 0px;
}
/* line 661, ../sass/_template.scss */
#footer .csc-header-n1 {
  display: none;
}
/* line 664, ../sass/_template.scss */
#footer div.csc-mailform ol {
  margin: 0;
  padding: 0;
}
/* line 668, ../sass/_template.scss */
#footer div.csc-mailform ol li {
  line-height: normal;
  list-style: none;
  overflow: visible;
}
/* line 675, ../sass/_template.scss */
#footer .csc-form-element-textline {
  margin-bottom: 10px;
}
/* line 678, ../sass/_template.scss */
#footer .csc-form-element-textline label {
  float: left !important;
  padding-right: 10px;
}
/* line 687, ../sass/_template.scss */
#footer div.csc-mailform li label {
  margin: 0;
  width: auto;
}
/* line 693, ../sass/_template.scss */
#footer a {
  color: #fff;
}
/* line 697, ../sass/_template.scss */
#footer ul {
  padding: 0px;
}
/* line 700, ../sass/_template.scss */
#footer ul li {
  list-style: none;
}
/* line 703, ../sass/_template.scss */
#footer ul li a {
  color: #fff;
  font-size: 15px;
}
/* line 711, ../sass/_template.scss */
#footer ul#social-icons li {
  float: left;
  margin-right: 5px;
  padding: 0px;
}
/* line 717, ../sass/_template.scss */
#footer ul#social-icons li a:hover {
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
/* line 726, ../sass/_template.scss */
#footer form input {
  width: 100%;
  background: #5d5d5d;
  color: #fff;
  border: none;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px;
  height: 35px;
}
/* line 744, ../sass/_template.scss */
#footer form textarea {
  width: 100%;
  height: 110px;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  box-sizing: border-box;
  background: #5d5d5d;
}
/* line 754, ../sass/_template.scss */
#footer form label {
  color: #fff;
  font-size: 15px;
  position: relative;
}
/* line 759, ../sass/_template.scss */
#footer form label strong {
  position: absolute;
  left: 275px;
  top: 29px;
}
/* line 767, ../sass/_template.scss */
#footer input[type="submit"] {
  width: 70px;
  height: 40px;
  padding: 10px;
  background: #8ab514;
  float: right;
  margin-top: 8px;
  color: #fff;
}
/* line 776, ../sass/_template.scss */
#footer input[type="submit"]:hover {
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
/* line 783, ../sass/_template.scss */
#footer form.csc-form-confirmation .csc-form-confirmation-false {
  float: left;
}
/* line 785, ../sass/_template.scss */
#footer form.csc-form-confirmation .csc-form-confirmation-false input[type="submit"] {
  background: #f2f2f2;
  color: #4c4c4c;
}
/* line 790, ../sass/_template.scss */
#footer form.csc-form-confirmation input[type="submit"] {
  width: auto;
  float: left;
}

/* line 797, ../sass/_template.scss */
label strong, legend strong {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/icon_alert.png);
  text-indent: -9999px;
  left: 593px;
  top: 12px;
  position: absolute;
}

/* -- navigation
--------------------*/
/* -- metanavigation
--------------------*/
/* -- anfahrt
--------------------*/
/* line 835, ../sass/_template.scss */
iframe {
  border: 5px solid #dcd9cf;
}

/* -- form
--------------------*/
/* -- multicolumn override
---------------------*/
/* line 852, ../sass/_template.scss */
.bigbg {
  background: url(../img/bg-header.jpg) bottom center no-repeat;
  margin-bottom: 40px;
}

/* -- slideshow
--------------------*/
/* line 861, ../sass/_template.scss */
.slideshow.container {
  width: 100%;
}
/* line 864, ../sass/_template.scss */
.slideshow .row {
  height: 395px;
  margin: auto;
  width: 940px;
  position: relative;
}
/* line 871, ../sass/_template.scss */
.slideshow .columnItem {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
/* line 878, ../sass/_template.scss */
.slideshow .nextprev {
  background: url(../img/tourarrows.png) no-repeat left top;
  width: 35px;
  height: 35px;
}
/* line 883, ../sass/_template.scss */
.slideshow .nextprev.next {
  background-position: right top;
}

/* line 892, ../sass/_template.scss */
.sliderelement {
  position: relative;
  margin: 0 auto;
  height: 395px;
  width: 940px;
}
/* line 898, ../sass/_template.scss */
.sliderelement .slideimage {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 904, ../sass/_template.scss */
.sliderelement .slidercontent {
  width: 530px;
  height: 280px;
  position: absolute;
  top: 55px;
  left: 0;
}
/* line 911, ../sass/_template.scss */
.sliderelement .slidercontent h2 {
  font-size: 20px;
  float: left;
  color: #fff;
  padding: 20px 30px;
  background: #286797;
  margin: 0px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
/* line 922, ../sass/_template.scss */
.sliderelement .slidercontent h3 {
  /*font-size:20px;
  float:left;
  color: $blue;*/
  padding: 10px 30px;
  color: #4c4c4c;
  width: 320px;
  font-size: 15px;
  line-height: 140%;
  font-weight: normal;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  display: none;
}
/* line 938, ../sass/_template.scss */
.sliderelement .slidercontent a {
  padding: 10px 20px;
  background: #8ab514;
  display: block;
  display: inline-block;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-top: 170px;
}
/* line 947, ../sass/_template.scss */
.sliderelement .slidercontent a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

/* Clients */
/* line 958, ../sass/_template.scss */
.clients .clientheadline {
  float: left;
  height: 45px;
  line-height: 75px;
  margin: 0;
  font-size: 125%;
}
/* line 966, ../sass/_template.scss */
.clients img {
  float: left;
  margin-left: 15px;
}

/* News */
/* Big Box */
/* line 976, ../sass/_template.scss */
article.news-list-item-big {
  padding: 20px;
  margin: 20px 0;
  background-color: #8ab514;
  color: #fff;
}
/* line 982, ../sass/_template.scss */
article.news-list-item-big a {
  color: #fff;
}
/* line 986, ../sass/_template.scss */
article.news-list-item-big .articleImage {
  background-color: #fff;
}
/* line 988, ../sass/_template.scss */
article.news-list-item-big .articleImage img {
  float: left;
  border: 3px solid #fff;
  margin-right: 20px;
  background-color: #fff;
}
/* line 996, ../sass/_template.scss */
article.news-list-item-big section {
  min-height: 146px;
  padding-bottom: 20px;
  position: relative;
}
/* line 1002, ../sass/_template.scss */
article.news-list-item-big h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
/* line 1007, ../sass/_template.scss */
article.news-list-item-big .news-list-morelink {
  color: #fff;
  padding: 5px 0px 5px 25px;
  background: url(../img/icon_more.png) no-repeat left center;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 1015, ../sass/_template.scss */
article.news-list-item-big .news-list-morelink:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}
/* line 1021, ../sass/_template.scss */
article.news-list-item-big.grey {
  padding: 20px;
  margin: 20px 0;
  background-color: #f2f2f2;
  color: #4c4c4c;
}

/* News List */
/* line 1031, ../sass/_template.scss */
article.news-list-item-list .date {
  color: #fff;
  text-transform: uppercase;
}
/* line 1035, ../sass/_template.scss */
article.news-list-item-list .date .news_year {
  color: #fff;
  font-size: 13px;
}
/* line 1042, ../sass/_template.scss */
article.news-list-item-list section {
  margin-left: 58px;
}
/* line 1045, ../sass/_template.scss */
article.news-list-item-list section h3 {
  font-size: 23px;
  margin-bottom: 15px;
}
/* line 1051, ../sass/_template.scss */
article.news-list-item-list .news-list-morelink {
  display: block;
}
/* line 1053, ../sass/_template.scss */
article.news-list-item-list .news-list-morelink a {
  color: #8ab514;
  padding: 5px 0px 5px 25px;
  background: url(../img/bg_more_green.png) no-repeat left center;
  display: block;
  font-size: 18px;
  float: right;
  margin: 15px 0 0;
}
/* line 1061, ../sass/_template.scss */
article.news-list-item-list .news-list-morelink a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

/* Small Box */
/* line 1072, ../sass/_template.scss */
.multicolumnContainer.needrow .column {
  margin-left: -20px;
}

/* line 1078, ../sass/_template.scss */
.news a {
  color: #8ab514;
}
/* line 1082, ../sass/_template.scss */
.news .date {
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
/* line 1087, ../sass/_template.scss */
.news .date .news_year {
  color: #fff;
  font-size: 13px;
}
/* line 1094, ../sass/_template.scss */
.news h5 {
  font: 300 16px Helvetica, Arial, Verdana, sans-serif;
  color: #8ab514;
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: lighter;
  min-height: 55px;
}
/* line 1103, ../sass/_template.scss */
.news p {
  min-height: 140px;
}
/* line 1107, ../sass/_template.scss */
.news .news-list-morelink {
  color: #8ab514;
  padding: 5px 0px 5px 25px;
  background: url(../img/bg_more_green.png) no-repeat left center;
  display: block;
  font-size: 18px;
  margin-bottom: 50px;
  position: absolute;
  bottom: -45px;
}
/* line 1117, ../sass/_template.scss */
.news .news-list-morelink:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

/* Pagebrowser */
/* line 1125, ../sass/_template.scss */
#browse_links {
  margin-bottom: 30px;
  height: 54px;
}
/* line 1126, ../sass/_template.scss */
#browse_links .browseLinksWrap > * {
  padding: 15px;
  background: #8ab514;
  margin-right: 1px;
  float: left;
  color: #fff;
}
/* line 1127, ../sass/_template.scss */
#browse_links .browseLinksWrap > *:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* line 1131, ../sass/_template.scss */
#browse_links .browseLinksWrap > *.activeLinkWrap {
  opacity: 0.8;
}

/* Singlenews */
/* line 1148, ../sass/_template.scss */
.newssingle h3 {
  color: #286797;
}
/* line 1155, ../sass/_template.scss */
.newssingle .newssidebar {
  margin-top: 50px;
}
/* line 1159, ../sass/_template.scss */
.newssingle .subheader {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* line 1168, ../sass/_template.scss */
.newssingle .newsimage {
  float: left;
  margin: 0 20px 20px 0;
}

/* Archivemenu */
/* line 1177, ../sass/_template.scss */
.tt_news-archive-menu a {
  color: #6c6c6c;
}
/* line 1182, ../sass/_template.scss */
.tt_news-archive-menu .active a {
  color: #005580;
}

/* line 1188, ../sass/_template.scss */
.divider {
  width: 940px;
  margin: auto;
}

/* line 1192, ../sass/_template.scss */
li.divider {
  width: auto;
}

/* line 1196, ../sass/_template.scss */
a.readmore {
  color: #8ab514;
  padding: 5px 0px 5px 25px;
  background: url(../img/bg_more_green.png) no-repeat left center;
  float: left;
  font-size: 18px;
  margin-bottom: 50px;
}
/* line 1204, ../sass/_template.scss */
a.readmore:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: .3s opacity ease;
  -moz-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  -ms-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

/* line 1210, ../sass/_template.scss */
.back-to-news a {
  color: #8ab514;
  padding: 5px 0px 5px 25px;
  background: url(../img/bg_back_green.png) no-repeat left center;
}

/* Icon Anreisser */
/* line 1218, ../sass/_template.scss */
.teaserContainer {
  border-top: 1px solid #d6d6d6;
  position: relative;
  padding-top: 50px;
}
/* line 1222, ../sass/_template.scss */
.teaserContainer .iconContainer {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -37px;
  background-color: #fff;
  padding: 0 20px;
}
/* line 1230, ../sass/_template.scss */
.teaserContainer .iconContainer img {
  opacity: 0.3;
}

/* Colorbox Images */
/* line 1237, ../sass/_template.scss */
.multiimages {
  margin-bottom: 30px;
}

/* line 1242, ../sass/_template.scss */
.csc-frame-frame2 .row a.borderimage {
  background-color: #fff;
  padding: 5px 5px 0 5px;
  display: block;
}

/* line 1249, ../sass/_template.scss */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap IMG {
  border: 3px solid #cfcfcf;
  padding: 1px;
}

/* Tourslide */
/* line 1256, ../sass/_template.scss */
.tourslide {
  position: relative;
  width: 940px;
}
/* line 1260, ../sass/_template.scss */
.tourslide .row {
  width: 940px;
  overflow: hidden;
  margin: 0;
}
/* line 1265, ../sass/_template.scss */
.tourslide .span12 {
  width: 100000px;
  position: relative;
  margin: 0;
}
/* line 1270, ../sass/_template.scss */
.tourslide .columnItem {
  float: left;
  width: 940px;
}
/* line 1276, ../sass/_template.scss */
.tourslide .columnItem .tourelement img {
  border: 5px solid #ccc;
  width: 930px;
}
/* line 1283, ../sass/_template.scss */
.tourslide .nav_arrows {
  background: url(../img/tourarrows.png) no-repeat left top;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 245px;
}
/* line 1290, ../sass/_template.scss */
.tourslide .nav_arrows.left {
  left: -55px;
}
/* line 1294, ../sass/_template.scss */
.tourslide .nav_arrows.right {
  background-position: right top;
  right: -55px;
}
/* line 1299, ../sass/_template.scss */
.tourslide .nav_arrows:hover {
  opacity: 0.8;
}

/* line 1305, ../sass/_template.scss */
aside p {
  font-size: 11px;
}

/* line 1309, ../sass/_template.scss */
.span4 .csc-frame-rulerAfter {
  margin-top: 45px;
}

/* -- Features 
--------------------*/
/* line 1316, ../sass/_template.scss */
.multiteaser h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: lighter;
}
/* line 1320, ../sass/_template.scss */
.multiteaser h5 a {
  color: #8ab514;
}

/* line 1325, ../sass/_template.scss */
.feature {
  padding-left: 50px;
  padding-bottom: 30px;
}
/* line 1329, ../sass/_template.scss */
.feature.updates {
  background: url(../img/icon_update.png) no-repeat;
  margin-bottom: 0px;
  margin-top: 25px;
}
/* line 1330, ../sass/_template.scss */
.feature.open_source {
  background: url(../img/icon_opensource.png) no-repeat;
  margin-bottom: 0px;
}
/* line 1331, ../sass/_template.scss */
.feature.support {
  background: url(../img/icon_support.png) no-repeat;
}
/* line 1332, ../sass/_template.scss */
.feature.skype_support {
  background: url(../img/icon_skypesupport.png) no-repeat;
}
/* line 1333, ../sass/_template.scss */
.feature.sla {
  background: url(../img/icon_sla.png) no-repeat;
}
/* line 1334, ../sass/_template.scss */
.feature.plugin {
  background: url(../img/icon_plugin.png) no-repeat;
}
/* line 1336, ../sass/_template.scss */
.feature h5 {
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 1341, ../sass/_template.scss */
.feature p {
  margin-bottom: 0px;
}

/* line 1344, ../sass/_template.scss */
.csc-frame.csc-frame-frame1 {
  margin-bottom: 0px;
}

/* -- more informations 
--------------------*/
/* line 1350, ../sass/_template.scss */
.more_infomations h3 {
  color: #fff;
  font-size: 25px;
}
/* line 1355, ../sass/_template.scss */
.more_infomations p {
  font-size: 15px;
}
/* line 1357, ../sass/_template.scss */
.more_infomations a {
  color: #fff;
  padding: 5px 0px 5px 25px;
  background: url(../img/icon_more.png) no-repeat left center;
  font-size: 15px;
  right: 0;
  bottom: 0;
  float: right;
}

/* -- buy_enterprise
--------------------*/
/* line 1371, ../sass/_template.scss */
.action_button {
  background: url(../img/icon-shop-white.png) no-repeat 10px center;
  background-color: #8ab514;
  color: #fff;
  padding: 15px 15px 15px 40px;
}
/* line 1377, ../sass/_template.scss */
.action_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

/* line 1384, ../sass/_template.scss */
a.buy_enterprise {
  font-size: 16px;
  background-size: 20px 20px;
}

/* line 1389, ../sass/_template.scss */
a.info_button {
  background: url(../img/icon-info-white.png) no-repeat 10px center;
  background-color: #8ab514;
  color: #fff;
  padding: 15px 15px 15px 40px;
}
/* line 1395, ../sass/_template.scss */
a.info_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

/* line 1402, ../sass/_template.scss */
a.download_button {
  background: url(../img/icon-download-white.png) no-repeat 10px center;
  background-color: #8ab514;
  color: #fff;
  padding: 15px 15px 15px 40px;
}
/* line 1408, ../sass/_template.scss */
a.download_button:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

/* -- download_community
--------------------*/
/* line 1418, ../sass/_template.scss */
a.download_community {
  font-size: 16px;
  background: url(../img/icon_download.png) no-repeat 10px center #8ab514;
}

/* -- right_edition 
--------------------*/
/* line 1426, ../sass/_template.scss */
.right_edition {
  margin-top: 40px;
}

/* -- right_edition 
--------------------*/
/* line 1434, ../sass/_template.scss */
.community_resources {
  width: 310px;
  margin-bottom: 20px;
  float: left;
}
/* line 1439, ../sass/_template.scss */
.community_resources.nomargin {
  margin: 0px;
}
/* line 1441, ../sass/_template.scss */
.community_resources a {
  color: #fff;
  text-decoration: none;
  background: #7ba015;
  padding: 10px;
}
/* line 1447, ../sass/_template.scss */
.community_resources a:hover {
  text-decoration: none;
  opacity: 1.0;
  color: #8ab514;
  background: #fff;
}

/* line 1451, ../sass/_template.scss */
.table_button {
  display: block;
  padding: 17px;
  padding-top: 50px;
  background-position: center 20px !important;
}

/* line 1458, ../sass/_template.scss */
.table_button_2 {
  display: block;
  padding: 17px;
  background: #8ab514;
  background-position: center 20px !important;
  color: #fff;
  text-align: center;
}
/* line 1466, ../sass/_template.scss */
.table_button_2:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
/* line 1472, ../sass/_template.scss */
.table_button_2 i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  margin-bottom: 10px;
}

/* line 1481, ../sass/_template.scss */
.table_download {
  background: url(../img/icon_download.png);
}

/* line 1482, ../sass/_template.scss */
.table_buy {
  background: url(../img/icon_download.png);
}

/* -- pricebadge 
--------------------*/
/* line 1487, ../sass/_template.scss */
.pricebadge {
  background-color: #286797;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 30px;
  height: 30px;
  position: relative;
}
/* line 1496, ../sass/_template.scss */
.pricebadge .badgearrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #286797 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  -webkit-transform: rotate(360deg);
}

/* -- forms 
--------------------*/
/* line 1514, ../sass/_template.scss */
#field-order-form {
  margin-top: 30px;
}
/* line 1517, ../sass/_template.scss */
#field-order-form ol {
  padding: 0px;
  margin: 0px;
  padding-bottom: 20px;
}
/* line 1522, ../sass/_template.scss */
#field-order-form ol li {
  padding: 0px;
  margin: 0px;
}
/* line 1526, ../sass/_template.scss */
#field-order-form ol li .price {
  color: #8ab514;
  padding-right: 10px;
}
/* line 1531, ../sass/_template.scss */
#field-order-form ol li .subtotal {
  text-align: right;
  float: right;
  border-top: 1px solid #ebebeb;
}
/* line 1536, ../sass/_template.scss */
#field-order-form ol li .subtotal label {
  width: auto !important;
}
/* line 1538, ../sass/_template.scss */
#field-order-form ol li .subtotal .value {
  color: #8ab514;
}
/* line 1544, ../sass/_template.scss */
#field-order-form ol li fieldset legend {
  font: 300 25px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter !important;
  margin: 0px;
  margin-bottom: 21px;
}
/* line 1554, ../sass/_template.scss */
#field-order-form ol li fieldset label {
  width: 236px;
  margin-bottom: 25px;
  color: #4c4c4c;
  position: relative;
  float: left;
}
/* line 1561, ../sass/_template.scss */
#field-order-form ol li fieldset label strong {
  left: 590px;
  right: auto;
  top: 12px;
}
/* line 1568, ../sass/_template.scss */
#field-order-form ol li fieldset input[type=text] {
  background: #ebebeb;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px;
  width: 370px;
  border-radius: 0px;
  padding: 10px;
}
/* line 1583, ../sass/_template.scss */
#field-order-form ol li.csc-form-element-submit input[type=text] {
  background: #8ab514;
  border: 0px !important;
  color: #ffffff;
  padding: 10px !important;
  height: 40px !important;
  width: 370px;
  float: right;
}
/* line 1596, ../sass/_template.scss */
#field-order-form ol li.csc-form-2 label, #field-order-form ol li.csc-form-5 label {
  width: 555px;
}
/* line 1600, ../sass/_template.scss */
#field-order-form ol li.csc-form-2 input[type=text], #field-order-form ol li.csc-form-5 input[type=text] {
  width: 50px;
  text-align: center;
}
/* line 1608, ../sass/_template.scss */
#field-order-form ol li.csc-form-10 {
  padding-top: 20px;
}
/* line 1613, ../sass/_template.scss */
#field-order-form ol li.csc-form-element-checkbox label {
  width: auto;
  /*padding-top: 18px;*/
  margin: 0px;
}
/* line 1619, ../sass/_template.scss */
#field-order-form ol li.csc-form-element-checkbox input {
  width: 20px;
  float: left;
  display: block;
  margin-left: 15px;
  /*margin-top: 12px;*/
}
/* line 1629, ../sass/_template.scss */
#field-order-form ol li.csc-form-20 {
  padding-left: 250px;
}
/* line 1633, ../sass/_template.scss */
#field-order-form ol li .fieldset-your-order legend {
  border-top: 1px dotted #ebebeb;
  padding-top: 20px;
}
/* line 1639, ../sass/_template.scss */
#field-order-form ol li .toggle-invoice-address {
  width: 500px;
  color: #4c4c4c;
  padding-top: 10px;
  line-height: 30px;
  margin-bottom: 0px;
}
/* line 1646, ../sass/_template.scss */
#field-order-form ol li .toggle-invoice-address input {
  float: left;
  width: 40px;
  padding: 0px;
  margin: 0px;
}
/* line 1654, ../sass/_template.scss */
#field-order-form ol li .sum {
  font-size: label;
  font-size-width: 225px;
  font-size-float: left;
}
/* line 1661, ../sass/_template.scss */
#field-order-form ol li .sum span {
  color: #8ab514;
}

/* line 1671, ../sass/_template.scss */
div.confirmation-page fieldset ol {
  padding: 0px;
}
/* line 1674, ../sass/_template.scss */
div.confirmation-page fieldset ol li {
  color: #b2b2b2;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  text-align: right;
}
/* line 1681, ../sass/_template.scss */
div.confirmation-page fieldset ol li label {
  width: 400px;
  color: #4c4c4c;
  text-align: left;
}
/* line 1687, ../sass/_template.scss */
div.confirmation-page fieldset ol li .value, div.confirmation-page fieldset ol li .price {
  color: #8ab514;
}
/* line 1689, ../sass/_template.scss */
div.confirmation-page fieldset ol li .price {
  float: left;
  margin-right: 20px;
}
/* line 1693, ../sass/_template.scss */
div.confirmation-page fieldset .csc-form-confirmation-false input, div.confirmation-page fieldset .csc-form-confirmation-true input {
  background: #8ab514;
  border: 0px !important;
  color: #ffffff;
  padding: 10px !important;
  height: 40px !important;
}
/* line 1703, ../sass/_template.scss */
div.confirmation-page legend {
  font: 300 25px Helvetica, Arial, Verdana, sans-serif;
  color: #286797;
  line-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter !important;
  margin: 0px;
  margin-bottom: 21px;
}

/* line 1717, ../sass/_template.scss */
.csc-form-confirmation fieldset ol li {
  text-align: left !important;
}
/* line 1724, ../sass/_template.scss */
.csc-form-confirmation fieldset.fieldset-your-order ol li {
  text-align: right !important;
}

/* line 1734, ../sass/_template.scss */
.csc-mailform ol li label {
  width: 100%;
  display: block;
  color: #4c4c4c;
  position: relative;
  float: none;
  font-weight: normal;
}
/* line 1742, ../sass/_template.scss */
.csc-mailform ol li label strong {
  right: 10px;
  left: auto;
  top: 37px;
}
/* line 1749, ../sass/_template.scss */
.csc-mailform ol li input[type=text], .csc-mailform ol li input[type=submit], .csc-mailform ol li textarea {
  background: #ebebeb;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px;
  width: 350px;
  border-radius: 0px;
  padding: 10px;
  border-right: 0px;
  border: none;
  width: 100%;
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 1770, ../sass/_template.scss */
.csc-mailform ol li input[type="submit"] {
  background: #8ab514;
  margin-top: 15px;
  color: #ffffff;
}
/* line 1776, ../sass/_template.scss */
.csc-mailform ol li textarea {
  height: 150px;
}

/* line 1782, ../sass/_template.scss */
.mc-field-group label {
  width: 100%;
  display: block;
  color: #4c4c4c;
  position: relative;
  float: none;
  font-weight: normal;
}
/* line 1790, ../sass/_template.scss */
.mc-field-group label strong {
  right: 10px;
  left: auto;
  top: 37px;
}
/* line 1796, ../sass/_template.scss */
.mc-field-group input, .mc-field-group textarea {
  background: #ebebeb;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px;
  width: 350px;
  border-radius: 0px;
  padding: 10px;
  border-right: 0px;
  border: none;
  width: 100%;
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 1817, ../sass/_template.scss */
#mc-embedded-subscribe {
  background: #8ab514;
  margin-top: 15px;
  color: #ffffff;
  padding: 10px;
  border: 0px;
  float: right;
}

/* line 1826, ../sass/_template.scss */
.indicates-required {
  display: none;
}

/* line 1833, ../sass/_template.scss */
.more_infomations .csc-mailform ol li label {
  width: 100%;
  display: block;
  color: #ffffff;
  position: relative;
  float: none;
  font-weight: lighter;
}
/* line 1841, ../sass/_template.scss */
.more_infomations .csc-mailform ol li label strong {
  right: 10px;
  left: auto;
  top: 37px;
}
/* line 1848, ../sass/_template.scss */
.more_infomations .csc-mailform ol li input {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px;
  width: 350px;
  border-radius: 0px;
  padding: 10px;
  border-right: 0px;
  border: none;
  width: 100%;
  padding: 10px;
  height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 1867, ../sass/_template.scss */
.more_infomations .csc-mailform ol li input[type="submit"] {
  background: #286797;
  margin-top: 15px;
}

/* -- table 
--------------------*/
/* line 1880, ../sass/_template.scss */
table {
  width: 100%;
  margin-bottom: 60px;
}
/* line 1886, ../sass/_template.scss */
table thead tr td {
  background: #555555;
  color: #fff;
}
/* line 1893, ../sass/_template.scss */
table table {
  width: 100%;
}
/* line 1894, ../sass/_template.scss */
table tr {
  border-bottom: 3px solid #fff;
}
/* line 1898, ../sass/_template.scss */
table tr:nth-child(2n) td, table tr:nth-child(2n) th {
  background: #ececec;
}
/* line 1903, ../sass/_template.scss */
table td, table th {
  background: #f7f7f7;
  padding: 10px;
  border-right: 3px solid #fff;
  position: relative;
}
/* line 1909, ../sass/_template.scss */
table td.td-0, table th.td-0 {
  padding: 0px;
}
/* line 1911, ../sass/_template.scss */
table td .new, table th .new {
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 1914, ../sass/_template.scss */
table th.nobackground, table td.nobackground {
  background: white !important;
}
/* line 1916, ../sass/_template.scss */
table .green_headline {
  background: #555555 !important;
  color: #fff;
  border-top: 30px solid #fff;
}
/* line 1921, ../sass/_template.scss */
table .green_headline.green_headline_first {
  border-top: 0px;
}
/* line 1924, ../sass/_template.scss */
table#pricetable {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 0;
}
/* line 1929, ../sass/_template.scss */
table#pricetable .green_headline {
  border: 0 none;
}
/* line 1933, ../sass/_template.scss */
table#pricetable .td-0 {
  padding-left: 10px;
  text-align: left;
}

/* Colored Sidebars */
/* line 1944, ../sass/_template.scss */
.span4 .csc-frame-frame1 {
  padding: 15px;
  margin-bottom: 20px;
}
/* line 1948, ../sass/_template.scss */
.span4 .csc-frame-frame1 h1, .span4 .csc-frame-frame1 h2, .span4 .csc-frame-frame1 h3, .span4 .csc-frame-frame1 h4, .span4 .csc-frame-frame1 h5, .span4 .csc-frame-frame1 a {
  color: #fff;
}

/* line 1954, ../sass/_template.scss */
DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 25px;
}

/* Integrations */
/* line 1962, ../sass/_template.scss */
#grid .filter {
  float: left;
}
/* line 1964, ../sass/_template.scss */
#grid .integration {
  background: #fff;
  position: relative;
  height: 250px;
  margin-bottom: 20px;
  opacity: 0;
  display: none;
  overflow: hidden;
  text-align: center;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.18)));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#2e000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
/* line 1982, ../sass/_template.scss */
#grid .integration .description {
  position: absolute;  position: absolute;
  top: -200px;
  background: #a1c435;
  height: 200px;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
/* line 1997, ../sass/_template.scss */
#grid .integration .description img {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 3px;
}
/* line 2003, ../sass/_template.scss */
#grid .integration .description .description_arrow {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: 0px;
  left: 100px;
}
/* line 2017, ../sass/_template.scss */
#grid .integration .title {
  width: 100%;
  background: #8ab514;
  height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  padding: 12px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  font-size: 14px;
  text-align: center;
}

/* line 2034, ../sass/_template.scss */
.filter_container {
  background: #fff;
  /*width: 100%;*/
  margin-bottom: 20px;
}
/* line 2039, ../sass/_template.scss */
.filter_container .filter {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  color: #fff;
  opacity: 0.7;
  background: url(../img/check_box.png) #5b5b5b no-repeat;
  background-position: 12px 12px;
}
/* line 2053, ../sass/_template.scss */
.filter_container .filter.active {
  opacity: 1.0;
  background: url(../img/checked_box.png) #5b5b5b no-repeat;
  background-position: 12px 12px;
}
/* line 2059, ../sass/_template.scss */
.filter_container .filter:hover {
  cursor: pointer;
}
/* line 2061, ../sass/_template.scss */
.filter_container .filter:nth-child(5n) {
  margin-right: 0px;
}

/* line 2065, ../sass/_template.scss */
.please_select {
  margin-left: 20px;
  display: none;
}

/* line 2070, ../sass/_template.scss */
.categories {
  background: #286797;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  font-size: 11px;
  bottom: 60px;
  margin: 0px auto;
  opacity: 0.8;
}

/* line 2081, ../sass/_template.scss */
.pluginkey {
  display: none;
}

/* line 2085, ../sass/_template.scss */
.fieldset-company ol {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 2092, ../sass/_template.scss */
.fieldset-your-order ol {
  margin: 0px;
  padding: 0px;
}

/* line 2098, ../sass/_template.scss */
.csc-form-element-hidden {
  display: none;
}

/* line 2100, ../sass/_template.scss */
.noorder {
  color: #4c4c4c;
}

/* line 2102, ../sass/_template.scss */
.comment_container {
  margin: 20px 0px;
}
/* line 2105, ../sass/_template.scss */
.comment_container .user_container {
  width: 200px;
  height: auto;
  float: left;
  text-align: center;
}
/* line 2111, ../sass/_template.scss */
.comment_container .user_container .user_rate_5 {
  background: url(../img/icon_star01.png);
  width: 100px;
  height: 19px;
  display: block;
  margin: 0px auto;
  margin-bottom: 20px;
}
/* line 2120, ../sass/_template.scss */
.comment_container .user_container .user_name {
  padding: 10px 0px;
  display: block;
}
/* line 2125, ../sass/_template.scss */
.comment_container .user_container .user_ava {
  height: 60px;
  width: 60px;
  display: block;
  background: url(../img/icon-sf.jpg) center center no-repeat white;
  background-size: 45px 45px;
  border-radius: 30px;
  margin: 0px auto;
}

/* -- faq 
--------------------*/
/* line 2142, ../sass/_template.scss */
.csc-menu-3 li {
  font-size: 20px;
}
/* line 2144, ../sass/_template.scss */
.csc-menu-3 li a {
  color: #4c4c4c;
  font-size: 14px;
}

/* line 2151, ../sass/_template.scss */
.csc-menu-1 {
  margin-left: 0px;
}
/* line 2154, ../sass/_template.scss */
.csc-menu-1 li {
  background: url(../img/icon_sidebar.png) no-repeat 0 6px !important;
}

/* line 2159, ../sass/_template.scss */
#main .csc-uploads.csc-uploads-2 li img {
  border: 3px solid #e3e3e3;
}

/* line 2163, ../sass/_template.scss */
.csc-linkToTop {
  margin-right: auto;
  margin-left: auto;
  width: 940px;
}

/* custom */
div.howto img {
  margin: 10px 0;
}
code.howto {
  display: block;
  padding: 10px;
  overflow: auto;
  margin: 0 0 10px 0;
  color: black;
}
p.howto.hint {
  border: 1px solid;
  padding: 10px;
}
