body {
  font-size: 17px;
  line-height: 1.48;
}
a {
  color: #337ab7;
  color: #1c659c;
}
.border_top {
  border-top: 5px solid #efefef;
  margin-bottom: 4px;
}
.article-intro a {
  color: #1c659c;
}
h1 {
  text-transform: uppercase;
}
a:hover, a:focus {
  color: #50dc00;
}
p.search_underline {
  margin-top: 25px;
}
.searchbar.inline-block input#search {
  width: 340px;
  margin-left: 10px;
  padding: 0 20px 0 0;
}
.searchbar input#search {
  padding: 4px 26px 4px 0;
}
.searchbar button[type="submit"] {
  right: 32px;
}
.timeline {
  margin: 80px 20px 15px 20px;
}
.timeline .years {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
}
.timeline .years, .timeline .months {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: table;
  font-size: 14px;
}
.timeline .months {
  display: block;
  margin-top: 20px;
}
.timeline .years li.year {
  border-left: 1px solid #d8d8d8;
  height: 40px;
  display: table-cell;
  width: auto;
  white-space: nowrap;
  position: relative;
  vertical-align: bottom;
  color: #777;
}
.timeline .years li.year a {
  color: #777;
}
.month-wrap {
  display: flex;
}
.year-label {
  position: absolute;
  top: -22px;
  left: -25px;
  width: 50px;
  text-align: center;
}
.timeline .months li {
  display: table-cell;
  height: 20px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  padding: 2%;
}
.timeline .months li span {
  text-indent: -200em;
  display: block;
  height: 20px;
}
.month {
  width: 8.33%;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  height: 10px;
  align-self: flex-end;
}
.month:hover {
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.text-marker {
  background-color: #efefef;
  color: #4a4a4a;
  padding-left: 20px;
  padding-right: 20px;
  /* --------------------------------------------------------------------------- */
}
div.search_boarder {
  width: 300px;
  height: 50px;
  position: relative;
  background: #ddd;
  display: none;
}
.search_boarder svg {
  position: absolute;
  top: 0;
  left: 0;
}
.search_boarder svg line {
  stroke-width: 10;
  stroke: #000;
  fill: none;
  stroke-dasharray: 200;
  -webkit-transition: all 0.6s;
  transition: transform 0.6s;
}
div.search_boarder:hover svg line.top {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}
div:hover svg line.bottom {
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}
div.search_boarder:hover svg line.left {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
div.search_boarder:hover svg line.right {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
article .master-and-commander main .introtext {
  font-family: AvenirNextLTW01-Medium;
  font-size: 20px;
  font-weight: normal;
}
blockquote .small, blockquote footer, blockquote small {
  font-size: 60%;
  line-height: 3em;
  color: #777;
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
  content: '';
  /* ----------------------------------------------------------------------- */
}
.svg-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 320px;
  display: none;
}
.shape {
  stroke-dasharray: 340 650;
  stroke-dashoffset: -370;
  stroke-width: 5px;
  fill: transparent;
  stroke: #50dc00;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
.svg-wrapper:hover .shape {
  stroke-width: 5px;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
}
.main-menu li a {
  font-size: 38px;
}
.rte-row img {
  margin: 10px 0;
}
.article-author {
  font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}
article .master-and-commander .tag-link li a {
  font-size: 15px;
  font-weight: normal;
  font-family: 'AvenirNextLTW01-Regular';
  padding: 10px 25px;
}
article .master-and-commander a, article .master-and-commander main a {
  font-weight: normal;
  font-family: 'AvenirNextLTW01-Regular';
}
strong, .article-intro .article-content .more-link, article .master-and-commander main .wp-caption .wp-caption-text {
  font-weight: normal;
  font-family: 'AvenirNextLTW01-Medium';
}
article .master-and-commander main .wp-caption .wp-caption-text {
  margin-bottom: 10px;
}
.mobile-menu-button .icon {
  font-size: 38px;
}
article .master-and-commander .article-title {
  font-size: 38px;
}
.more-link {
  white-space: nowrap;
}
.wp-pagenavi, .wp-pagenavi .page, .wp-pagenavi .current {
  font-size: 15px;
}
.wp-pagenavi .page, .wp-pagenavi .current {
  border-radius: 50%;
  padding: 9px 8px;
  width: 40px;
  height: 40px;
}
.wp-pagenavi .first, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .last {
  margin: 0 3px;
}
.minimi, .import_db_img, .bild_l {
  max-width: 100%;
}
.minimi.alignleft, .import_db_img, .bild_l {
  float: left;
  margin-right: 15px;
}
hr {
  border-top: 1px solid #d8d8d8;
}
ol li {
  margin-bottom: 15px;
  /*
@media screen and (max-width: 1199px) {

  article .master-and-commander {
    margin-top: 100px;
  }

}

@media screen and (max-width: 768px) {

  article .master-and-commander {
    margin-top: 0px;
  }

}*/
}
.padding-bottom {
  margin-bottom: 15px;
}
ul.recent-posts {
  margin-top: 30px;
}
ul.recent-posts li {
  list-style-type: none;
}
ul.recent-posts li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  left: -15px;
  position: relative;
  color: #50dc00;
}
ul.recent-posts li a {
  color: #9d9d9d;
}
ul.recent-posts li a span.date {
  color: #777;
  font-size: 15px;
  display: none;
}
#intercom-container .intercom-launcher-button, #intercom-container .intercom-launcher-preview {
  box-shadow: none !important;
}
#intercom-container .intercom-launcher-button {
  background-size: 19px 19px !important;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 40px !important;
  width: 32px !important;
  height: 32px !important;
  cursor: pointer;
  background-position: 50%;
  background-color: #50dc00;
  border: 0px solid #28b400 !important;
}
@media screen and (max-width: 949px) {
  .mobile-menu-button .icon {
    font-size: 30px;
  }
  nav.top-right {
    top: 28px;
  }
  footer .col-sm-6, footer .col-sm-6.text-right {
    text-align: center;
  }
  .wp-pagenavi .page, .wp-pagenavi .current {
    display: inline-block;
    margin: 4px 0;
  }
}
@media screen and (max-width: 600px) {
  .year-label {
    font-size: 12px;
  }
  .month-wrap {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  /* ---------------------------------------------------------------------- */  .year-label {
    font-size: 9px;
  }
  .timeline .years li.year.y2002, .timeline .years li.year.y2003, .timeline .years li.year.y2004, .timeline .years li.year.y2005 {
    display: none;
  }
}
body .leftEye, body .rightEye {
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  background: #dfdfc2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: leftEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body .rightEye {
  -webkit-animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: rightEyeAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body .mouth {
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  border: solid 1.3vh #dfdfc2;
  border-right: solid 1.3vh rgba(223, 223, 194, 0);
  border-left: solid 1.3vh rgba(223, 223, 194, 0);
  border-bottom: solid 1.3vh rgba(223, 223, 194, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
  -webkit-animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: mouthAnimation 3s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@-webkit-keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@keyframes mouthAnimation {
  0% {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg);
    transform: translate(-50%, -50%) rotateX(180deg);
  }
  10% {
    -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) rotateZ(320deg);
    transform: translate(-50%, -50%) rotateZ(320deg);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotateZ(900deg);
    transform: translate(-50%, -50%) rotateZ(900deg);
  }
}
@-webkit-keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes leftEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes rightEyeAnimation {
  0% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  60% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  70% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  75% {
    width: 2vh;
    height: 2px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  80% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  90% {
    width: 2vh;
    height: 2vh;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  100% {
    width: 5vh;
    height: 5vh;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
