/*---------------------------------------------------------
  Mixins
---------------------------------------------------------*/
/* Retina! */
.icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  width: 56px;
  height: 56px;
  background-size: 56px;
}
.icon.search {
  background-size: 50px;
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/search_white.svg);
}
.icon.search:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/search_green.svg);
}
.icon.read-more {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/readmore_white.svg);
}
.icon.read-more:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/readmore_green.svg);
}
.icon.read-less {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/readless_green.svg);
}
.icon.close {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/close_white.svg);
}
.icon.close:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/close_green.svg);
}
.icon.left {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/arrow_left_white.svg);
}
.icon.right {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/arrow_right_white.svg);
}
.icon.facebook {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/fb.svg);
}
.icon.facebook:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/fb_hover.svg);
}
.icon.twitter {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/tw.svg);
}
.icon.twitter:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/tw_hover_2.svg);
}
.icon.linkedin {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/in.svg);
}
.icon.linkedin:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/in_hover.svg);
}
.icon.sc {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/sc.svg);
}
.icon.sc:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/sc_hover.svg);
}
.icon.m {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/m.svg);
}
.icon.m:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/m_hover.svg);
}
.icon.yt {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/yt.svg);
}
.icon.yt:hover {
  background-image: url(/profiles/dekracert/themes/ditheme/css/img/yt_hover.svg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*---------------------------------------------------------
  Own custom mixins.
---------------------------------------------------------*/
/*---------------------------------------------------------
  Grid definitions.
---------------------------------------------------------*/
/*---------------------------------------------------------
  Media queries
---------------------------------------------------------*/
/*---------------------------------------------------------
  FLEXBOX (https://gist.github.com/jayj/4012969)
---------------------------------------------------------*/
/*---------------------------------------------------------
  Connection area edits
---------------------------------------------------------*/
.connection-areas-edit a {
  display: block;
  text-align: center;
  padding: 40px 0;
  border: 1px dotted #007c41;
  margin-bottom: 15px;
  background-color: #30ff9c;
}
.connection-areas-edit a:hover {
  background-color: #49ffa8;
}
/*---------------------------------------------------------
  Responsive iframes, objects and embeds.
---------------------------------------------------------*/
.media-youtube,
.media-vimeo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.media-youtube iframe,
.media-vimeo iframe,
.media-youtube embed,
.media-vimeo embed,
.media-youtube object,
.media-vimeo object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------------------------------
  Tabs
---------------------------------------------------------*/
#tabs {
  *zoom: 1;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#tabs:before,
#tabs:after {
  content: "";
  display: table;
}
#tabs:after {
  clear: both;
}
#tabs ul.tabs {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
#tabs ul.tabs:before,
#tabs ul.tabs:after {
  content: "";
  display: table;
}
#tabs ul.tabs:after {
  clear: both;
}
#tabs ul.tabs li {
  list-style: none;
}
#tabs ul.tabs li {
  float: left;
  border-right: 1px solid #d0d0d0;
}
@media all and (max-width: 600px) {
  #tabs ul.tabs li {
    float: none;
    display: block;
    border-bottom: 1px solid #d0d0d0;
    border-right: none;
  }
  #tabs ul.tabs li:last-child {
    border-bottom: none;
  }
}
#tabs ul.tabs li.active {
  background-color: #16ff90;
  border: 1px solid #004926;
  margin: 0;
}
#tabs ul.tabs li.active a {
  color: #00160c;
}
#tabs ul.tabs li:first-child {
  border-radius: 2px 0px 0px 2px;
}
#tabs ul.tabs li a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #007c41;
  padding: 0px 20px;
}
#tabs ul.tabs li a:hover {
  text-decoration: underline;
}
#tabs ul.tabs.primary li a {
  line-height: 50px;
}
#tabs ul.tabs.secondary {
  border-top: 1px solid #d0d0d0;
  background-color: #fdfdfd;
}
#tabs ul.tabs.secondary li a {
  line-height: 40px;
}
#tabs ul.tabs.secondary li a.active {
  background-color: #30ff9c;
  border-color: #006234;
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  font-size: 24px;
}
blockquote p {
  display: inline;
  font-size: 24px;
}
blockquote + blockquote {
  margin: -3em 0 1.5em 16px;
}
blockquote + blockquote p {
  font-size: 16px;
  font-weight: 600;
  margin-left: 32px;
}
blockquote + blockquote:before,
blockquote + blockquote:after {
  content: none;
}
blockquote:before {
  display: inline;
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  font-family: Helvetiva, sans-serif;
}
blockquote:after {
  display: inline;
  color: #ccc;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.6em;
  font-family: Helvetiva, sans-serif;
}
