@charset "UTF-8";
/*
Theme Name: netefx HTML5 Theme
Theme URI: http://netefx.de
Description: netefx HTML5 Theme. Designed for Wordpress.
Version: 1.0
Author: netefx berlin
Author URI: http://www.netefx.de
*/
/* =============================================================================
 * Web Fonts
 * ========================================================================== */
/* open-sans-400 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("fonts/opensans/open-sans-v28-latin-regular.woff2") format("woff2"), url("fonts/opensans/open-sans-v28-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("fonts/opensans/open-sans-v28-latin-600.woff2") format("woff2"), url("fonts/opensans/open-sans-v28-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-100 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/lato/lato-v22-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/lato/lato-v22-latin-100.eot?#iefix") format("embedded-opentype"), url("fonts/lato/lato-v22-latin-100.woff2") format("woff2"), url("fonts/lato/lato-v22-latin-100.woff") format("woff"), url("fonts/lato/lato-v22-latin-100.ttf") format("truetype"), url("fonts/lato/lato-v22-latin-100.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato/lato-v22-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/lato/lato-v22-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/lato/lato-v22-latin-300.woff2") format("woff2"), url("fonts/lato/lato-v22-latin-300.woff") format("woff"), url("fonts/lato/lato-v22-latin-300.ttf") format("truetype"), url("fonts/lato/lato-v22-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato/lato-v22-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/lato/lato-v22-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato/lato-v22-latin-700.woff2") format("woff2"), url("fonts/lato/lato-v22-latin-700.woff") format("woff"), url("fonts/lato/lato-v22-latin-700.ttf") format("truetype"), url("fonts/lato/lato-v22-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* =============================================================================
   colors + style
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* =============================================================================
   Standards
   ========================================================================== */
h1, h2, h3, h4, h5 {
  color: #226aa2;
  font-weight: 300;
  line-height: normal;
}

h2, h3, h4, h5 {
  margin-top: 0;
}

h1,
.mainhl {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 45px;
  color: #226aa2;
}

h2,
h3 {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: none;
}
h2 small,
h3 small {
  font-size: 16px;
}

h2 {
  font-size: 27px;
}
h2.divider {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

h4 {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 18px;
  color: #226aa2;
  margin-bottom: 12.5px;
  font-weight: 300;
  line-height: 29.2px;
}

p {
  margin-bottom: 20px;
  line-height: 27.2px;
}

p + h2,
p + h3,
blockquote + h2,
blockquote + h3,
h3 + h3,
ul + h2,
ul + h3,
ul + ul {
  margin-top: 60px;
}

ul + p,
figure + p {
  margin-top: 30px;
}

a {
  color: #226aa2;
  text-decoration: underline;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #5299d0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a.btn {
  text-decoration: none;
}

.border {
  border: 1px solid #d7d7d7;
  background-color: #fff;
  padding: 4px;
}

.highlightbox {
  min-height: 350px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.highlightbox .border {
  padding: 20px;
}

hr {
  border-top: 1px solid #d7d7d7;
}

figure > img + br {
  display: none;
}

strong, b {
  font-weight: 600;
}

.highlight {
  color: black;
}

.colored {
  color: #226aa2;
}

.padded {
  padding: 10px;
}

.gutter {
  margin-bottom: 25px;
}

.gutterdouble {
  margin-bottom: 50px !important;
}

.bottomdashed {
  border-bottom: 1px dashed #d7d7d7;
}

.dottedbox {
  border-top: 1px dotted #d7d7d7;
  border-bottom: 1px dotted #d7d7d7;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  margin-bottom: 20px;
}

.light {
  color: #aeaeae;
}

.black {
  color: #000;
}

.contentBG ul {
  margin-bottom: 25px;
}
.contentBG ul li {
  margin-bottom: 12.5px;
}

.nodeco {
  text-decoration: none;
  color: #000;
}

div.wpcf7-response-output {
  border: 0;
  border-style: none none none solid;
  border-width: 0 0 0 3px;
  clear: both;
  margin: 20px 0;
  padding: 20px;
  text-align: left;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #FDF7F7;
  border-color: #D9534F;
  color: #D9534F;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
}

.webkit-translate {
  -webkit-transform: translateZ(0);
}

/*==================================================
 * SHRINK
 * ===============================================*/
.shrink {
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.navHolder .shrink.show {
  top: 0;
}

/* =============================================================================
 * Layout
 * ========================================================================== */
html,
body,
.full-height {
  height: 100%;
}

body {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #454545;
  position: relative;
  background-color: #cfcfcf;
}

/* =============================================================================
 * MOBILE
 * ========================================================================== */
body.mobile {
  font-size: 19px;
}
body.mobile h1 {
  font-size: 30px;
  line-height: 33px;
}
body.mobile p {
  line-height: 30.2px;
}
body.mobile h2,
body.mobile h3,
body.mobile h4 {
  font-size: 27px;
}
body.mobile h2 small,
body.mobile h3 small {
  font-size: 19px;
}
body.mobile h4 {
  line-height: 32.2px;
}
body.mobile ul.publicationHolder .additionalinfo {
  display: block;
  font-size: 17px;
}

/* =============================================================================
 * Layout - HEADER
 * ========================================================================== */
header.pageheader {
  background-color: #5299d0;
  position: relative;
  font-size: 16px;
}
header.pageheader .blogtitle {
  background-color: #fff;
  padding: 12.5px 0;
}
header.pageheader h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 8px;
  letter-spacing: 4px;
}
header.pageheader h2 a {
  text-decoration: none;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header.pageheader h2 a:hover {
  color: #226aa2;
}
header.pageheader .contentHeader {
  background-color: #226aa2;
  padding: 25px 0;
  position: relative;
}
header.pageheader .contentHeader h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}
header.pageheader h3 {
  color: #aeaeae;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  margin: 0;
}
header.pageheader .navbg {
  background-color: #f7f7f7;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
header.pageheader .navbg:hover {
  background-color: #efefef;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
header.pageheader .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
header.pageheader .navbar ul.navbar-nav,
header.pageheader .navbar li,
header.pageheader .navbar .divider {
  display: inline-block;
  float: none;
}
header.pageheader .navbar ul {
  margin: 0;
  padding: 0;
}
header.pageheader .navbar ul li {
  padding-left: 0;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #909090;
  font-size: 16px;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
header.pageheader .navbar ul li .divider {
  padding: 0 10px 0 0;
  display: inline;
}
header.pageheader .navbar ul li a {
  display: inline;
  padding: 0;
  color: #909090;
}
header.pageheader .navbar ul li a:hover {
  color: #000;
}
header.pageheader .navbar ul li.current_page_item a {
  color: #000;
}
header.pageheader .navbar ul li.current-menu-parent > a {
  color: #000;
}
header.pageheader .navbar ul li:first-child .divider {
  display: none;
}
header.pageheader .navbar ul.dropdown-menu {
  background-color: #fff;
  text-align: left;
}
header.pageheader .navbar ul.dropdown-menu .divider {
  display: none;
}
header.pageheader .navbar ul.dropdown-menu li {
  padding: 10px 20px;
  border-bottom: 1px dotted #d7d7d7;
}
header.pageheader .navbar ul.dropdown-menu li:last-child {
  border-bottom: 0;
}
header.pageheader .navbar ul.dropdown-menu li:hover {
  background-color: #efefef;
}
header.pageheader .navbar .caret {
  border-top: 3px dashed;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
header.pageheader .languagechooser {
  padding: 0;
  margin: 0 0 12.5px;
  list-style: none;
}
header.pageheader .languagechooser li {
  display: inline-block;
  color: #cfcfcf;
  font-size: 14px;
}
header.pageheader .languagechooser li:after {
  content: " | ";
}
header.pageheader .languagechooser li:last-child:after {
  content: "";
}
header.pageheader .languagechooser li.current-lang a {
  color: #454545;
}
header.pageheader .languagechooser a {
  text-decoration: none;
  color: #cfcfcf;
}
header.pageheader .languagechooser a:hover {
  color: #454545;
}
header.pageheader .mobile-nav-holder {
  margin-bottom: 25px;
}
header.pageheader .mobile-nav-button {
  float: right;
  min-height: 33px;
}
header.pageheader .mobile-nav {
  clear: both;
}

@media (max-width: 767px) {
  header.pageheader .blogtitle {
    padding: 12.5px 0 20px 0;
  }
  header.pageheader h2 {
    font-size: 27px;
    line-height: 27px;
    letter-spacing: 0;
  }
  header.pageheader .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    font-size: 19px;
  }
  header.pageheader .navbar-default ul {
    text-align: left;
  }
  header.pageheader .navbar-default ul li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px dotted #d7d7d7;
  }
  header.pageheader .navbar-default .dropdown-menu {
    margin-left: 25px;
    font-size: 19px;
  }
  header.pageheader .navbar-default .dropdown-menu li a {
    padding: 12.5px 0;
  }
  header.pageheader .navbar-default .dropdown-menu li:last-child {
    border-bottom: 0;
  }
  header.pageheader .langHolder {
    float: right;
  }
  header.pageheader .qtranxs_language_chooser {
    margin-bottom: 0;
    margin-right: 12.5px;
    padding-top: 3px;
  }
}
/* =============================================================================
 * Layout - CONTENT
 * ========================================================================== */
.home .contentBG,
.error404 .contentBG,
.page-template-default .contentBG,
.category .contentBG,
.single .contentBG,
.page-template .contentBG {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .home .contentBG,
.error404 .contentBG,
.page-template-default .contentBG,
.category .contentBG,
.single .contentBG,
.page-template .contentBG {
    padding: 50px 0;
  }
}
.contentBox .post_thumbnail {
  background-color: #226aa2;
}

.contentBar {
  background-color: #fff;
  position: relative;
  padding: 60px 0;
}

.contentHolder {
  -webkit-transform: translateZ(0);
}
.contentHolder h1.page-title {
  text-align: center;
  margin-bottom: 0;
}
.contentHolder h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contentHolder h2.divider {
  margin-bottom: 30px;
}
.contentHolder h2 a {
  color: #454545;
  text-decoration: none;
}
.contentHolder h2 a:hover {
  color: #5299d0;
}
.contentHolder h2.heading {
  margin-bottom: 20px;
}
.contentHolder p:last-child {
  margin-bottom: 0;
}

.the_image {
  text-align: center;
  margin-bottom: 25px;
}
.the_image img {
  display: inline-block;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list.dotted li:first-child {
  border-top: 1px dotted #d7d7d7;
}
.list.dotted li {
  display: block;
  width: auto;
  text-align: left;
  padding: 10px;
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 0;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/* =============================================================================
 * Sidebar
 * ========================================================================== */
.rpwe-block ul {
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.rpwe-block a {
  display: inline !important;
  text-decoration: none;
}

.rpwe-thumb {
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0;
  padding: 3px !important;
}

.rpwe-summary {
  font-size: 12px;
}

.rpwe-alignleft {
  display: inline;
  float: left;
}

.rpwe-alignright {
  display: inline;
  float: right;
}

.rpwe-aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
  content: "";
  display: table !important;
}

.rpwe-clearfix:after {
  clear: both;
}

.rpwe-clearfix {
  zoom: 1;
}

.widget-title {
  font-size: 27px;
}

.rpwe-block li {
  border-bottom: 1px dotted #d7d7d7;
  margin-bottom: 12.5px !important;
  padding-bottom: 12.5px;
  list-style-type: none;
}
.rpwe-block li:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.rpwe-block h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.rpwe-time {
  color: #d7d7d7;
  font-size: 14px;
}

/* =============================================================================
 * HOME
 * ========================================================================== */
.home .genre-kompetenzen {
  display: none;
}
.home .genre-kompetenzen ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .genre-kompetenzen ul li {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  color: #fff;
}
.home .genre-kompetenzen ul li:after {
  content: " | ";
}
.home .genre-kompetenzen ul li:last-child:after {
  content: "";
}
.home .genre-kompetenzen ul a {
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
  -moz-transition: none 0.3s ease-out;
  -o-transition: none 0.3s ease-out;
  -webkit-transition: none 0.3s ease-out;
  transition: none 0.3s ease-out;
}
.home .genre-kompetenzen ul a:hover {
  color: #000;
  -moz-transition: none 0.3s ease-out;
  -o-transition: none 0.3s ease-out;
  -webkit-transition: none 0.3s ease-out;
  transition: none 0.3s ease-out;
}
.home .news-holder .the-content {
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.home .news-holder .row:last-of-type .the-content {
  border-bottom: 0;
  margin-bottom: 0;
}
.home .news-holder h4 {
  margin-bottom: 0;
}
.home .news-holder h4 a {
  text-decoration: none;
}
.home .kontakt-holder {
  margin-top: 50px;
}
.home .kontakt-holder .list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.genre-item {
  background-color: #226aa2;
  padding: 25px 0;
  margin-bottom: 1px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.genre-item:hover {
  background-color: #5299d0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.genre-item h2 {
  margin-bottom: 0;
  display: inline;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 100;
}

.boxtopbar {
  border-top: 1px solid #d7d7d7;
  padding-top: 12.5px;
  padding-left: 12.5px;
  font-size: 14px;
  color: #aeaeae;
}
.boxtopbar a {
  color: #aeaeae;
  text-decoration: none;
}
.boxtopbar a:hover {
  color: #000;
}

.the-date {
  padding-top: 6px;
  color: #aeaeae;
  padding-bottom: 25px;
}

.the-date-month {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.the-date-year {
  font-size: 14px;
}

@media (max-width: 767px) {
  .genre-kompetenzen {
    margin-top: 12.5px;
  }
}
/* =============================================================================
 * Layout - FOOTER
 * ========================================================================== */
.sitefooter {
  background-color: #cfcfcf;
  padding: 25px 0 75px;
}

.dashedBox {
  border-top: 1px dashed #d7d7d7;
  border-bottom: 1px dashed #d7d7d7;
  padding: 40px 0;
}

.pagefooter1 {
  display: none;
  border-top: 8px solid #d7d7d7;
  background-color: #5299d0;
  color: #6e8fab;
  padding: 30px 0;
}
.pagefooter1 a {
  color: #6e8fab;
}
.pagefooter1 a:hover {
  text-decoration: underline;
}
.pagefooter1 a .caret {
  display: none;
}
.pagefooter1 li:first-child .divider {
  display: none;
}

.pagefooter2 {
  color: #454545;
}
.pagefooter2 a {
  color: #454545;
}

.pagefooter {
  width: 100%;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.pagefooter .copyright,
.pagefooter ul,
.pagefooter li,
.pagefooter .footernavbar,
.pagefooter .divider {
  display: inline-block;
}
.pagefooter .footernavbar {
  padding-left: 6px;
}
.pagefooter p {
  margin: 0;
}
.pagefooter ul {
  margin: 0;
  padding: 0;
}
.pagefooter ul li {
  padding-left: 5px;
  padding-right: 5px;
}
.pagefooter ul li .divider {
  padding: 0 10px 0 0;
}
.pagefooter a {
  color: #fff;
  text-decoration: none;
}
.pagefooter a:hover {
  text-decoration: underline;
}

/* =============================================================================
 * SLICK SLIDER
 * ========================================================================== */
.slick-prev::before, .slick-next::before {
  color: #454545;
}

.slick-slide img {
  display: inline-block;
}

/* =============================================================================
   Bootstrap OVERRIDE
   ========================================================================== */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.navbar-default .navbar-brand {
  height: auto;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
}
.navbar-default .navbar-toggle {
  margin: 0;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navbar-default .navbar-nav > li > a {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  text-decoration: none;
  padding-right: 10px;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  margin-bottom: 4px;
}
.navbar-default .current-page-ancestor > a {
  color: #226aa2;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #226aa2;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover .caret,
.navbar-default .navbar-nav > li > a:focus .caret,
.navbar-default .navbar-nav > .active > a .caret,
.navbar-default .navbar-nav > .active > a:hover .caret,
.navbar-default .navbar-nav > .active > a:focus .caret,
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000;
}
.navbar-default .navbar-collapse {
  border-color: transparent;
}
.navbar-default .dropdown-menu > li {
  display: block !important;
}
.navbar-default .dropdown-menu > li > a {
  text-decoration: none;
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  line-height: 18px;
  font-weight: 300;
  text-transform: none;
  color: #454545;
  text-align: left;
}
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover,
.navbar-default .dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #226aa2;
}

blockquote {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  color: #226aa2;
}
blockquote p {
  font-size: 20px;
  line-height: 32.64px;
  font-weight: 300;
}

.pagination .active a,
.pagination .active a:hover {
  background-color: #5299d0;
  border-color: #5299d0;
}
.pagination > li > a {
  border: 0;
}
.pagination > li:first-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.media {
  margin-top: 50px;
}

.media-left,
.media > .pull-left {
  padding-right: 50px;
}

.media-heading {
  margin-bottom: 25px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .media-left,
.media-body {
    display: block;
  }
}
/* =============================================================================
 * Subpages - KONTAKT
 * ========================================================================== */
.kontakt .padded {
  padding-top: 0;
  padding-bottom: 0;
}

.jumpmenu a {
  color: #454545;
}
.jumpmenu a:hover {
  color: #5299d0;
}

.location_name {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}

.google-maps-builder-wrap {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .col-sm-6 + .col-sm-6 {
    margin-top: 25px;
  }
}
/* =============================================================================
 * Subpages - Bewertungen
 * ========================================================================== */
.panel-title {
  font-size: 18px;
  font-weight: 300;
}
.panel-title a {
  color: #226aa2;
}
.panel-title a.collapsed {
  color: #000;
}
.panel-title a.collapsed:hover {
  color: #226aa2;
}

.panel-default > .panel-heading a {
  text-decoration: none;
}

/* =============================================================================
 * Subpages - AKTUELLES
 * ========================================================================== */
.item.news {
  margin-bottom: 50px;
}

.newsloop .the_thumbnail {
  width: 250px;
  padding-right: 50px;
}
.newsloop h2 a {
  text-decoration: none;
}

.readmore {
  color: #aeaeae;
}
.readmore a {
  color: #aeaeae;
  text-decoration: none;
}
.readmore a:hover {
  color: #454545;
}

@media (max-width: 767px) and (orientation: portrait) {
  .newsloop .the_thumbnail {
    width: 150px;
    padding-right: 20px;
  }
}
.single .the_thumbnail,
.page .the_thumbnail {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  width: auto;
  margin-bottom: 25px;
}
.single .the_thumbnail img,
.page .the_thumbnail img {
  display: inline-block;
}

@media (max-width: 767px) and (orientation: portrait) {
  .single .the_thumbnail,
.page .the_thumbnail {
    padding-left: 0;
    padding-right: 0;
  }
}
.the_title {
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 40px;
}

.the_date {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  display: block;
  color: #aeaeae;
  margin-bottom: 12.5px;
}

.the_tags {
  display: block;
  margin-top: 50px;
  padding-top: 12.5px;
  border-top: 1px solid #d7d7d7;
  color: #d7d7d7;
}
.the_tags a {
  text-decoration: none;
  color: #d7d7d7;
}
.the_tags a:hover {
  color: #5299d0;
}

/* =============================================================================
 * Rechtanwälte
 * ========================================================================== */
.rae_title,
.rae_zulassung,
.rae_fachanwalt {
  display: block;
}

ul.publicationHolder {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.publicationHolder li {
  margin-bottom: 20px;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 20px;
}
ul.publicationHolder .titel {
  font-weight: 500;
  display: block;
}
ul.publicationHolder .additionalinfo {
  display: block;
  font-size: 14px;
  color: #aeaeae;
}

/* =============================================================================
   Bootstrap mit Contact Form 7
   Credit: http://www.wildli.com/blog/dev-tip-getting-contact-form-7-wordpress-plugin-and-twitter-bootstrap-to-play-nice/
   ========================================================================== */
.wpcf7-form .form-group p {
  line-height: 1px;
  margin: 0;
}

.controls span.wpcf7-list-item {
  margin-left: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal input,
.form-horizontal textarea {
  background-color: #cfcfcf;
  font-size: 16px;
  border: 0;
  border-radius: 0;
  padding: 16px;
  box-shadow: none;
}
.form-horizontal .control-label {
  color: #226aa2;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  color: #D9534F;
}

legend {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
}

.btn-default {
  font-family: "Lato", "Open Sans", Arial, sans-serif;
  font-size: 19px;
  background-color: #fff;
  padding: 12px;
}
.btn-default:hover {
  background-color: white;
}
.btn-default i {
  padding-right: 6px;
}

/*==================================================
 *
 * MEDIAQUERIES
 *
 * ===============================================*/
/* Retina-specific stuff here */
/* =============================================================================
 * Image Lightbox
 * ========================================================================== */
html {
  /* killing 300ms touch delay in IE */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}

/* WITH OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* WITH CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.8);
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.2em;
  font-size: 14px;
}

#imagelightbox-caption {
  -webkit-animation: fade-in 0.25s linear;
  -moz-animation: fade-in 0.25s linear;
  -o-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#imagelightbox-close {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  /* 40 */
  right: 2.5em;
  /* 40 */
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*# sourceMappingURL=style.css.map */
