::-moz-selection {
  background: #c40f24; }

::selection {
  background: #c40f24; }

.label {
  background: none; }

/* body and basics */
body, p, ul, ol, td {
  font-size: 105%; }

body {
  font-size: 110%;
  color: #fff0dc;
  line-height: 150%;
  min-width: 320px;
  margin: 0;
  margin-top: 30px;
  background: #b0ad8b url("../images/wall.jpg");
  background-size: 100vw; }
  @media (min-width: 1200px) {
    body .container > .row-main {
      min-width: 1100px; } }
  @media (min-width: 1100px) and (max-width: 1150px) {
    body {
      font-size: 100%; }
      body .container > .row-main .large-10 {
        max-width: 84%; } }
  @media (max-width: 800px) {
    body {
      font-size: 100%;
      padding: 5px; }
      body .container > .row-main .columns {
        padding-left: 0;
        padding-right: 0; } }

h1, h2, h3, h4 {
  color: #fff0dc;
  font-family: "Exo 2", Helvetica,Geneva,Arial,default-sans;
  font-weight: bold; }

h2 {
  font-size: 130%;
  border-bottom: 2px dotted #666; }

h3 {
  font-size: 100%; }

h4 {
  font-size: 100%;
  color: #fc3;
  border-bottom: 1px solid #fc3; }

.center {
  text-align: center; }

p, li {
  font-size: 99%;
  line-height: 150%; }

p {
  margin-top: 20px;
  margin-bottom: 20px; }

pre {
  background: white;
  color: black;
  border-radius: 8px;
  padding: 30px;
  font-size: 80%;
  line-height: 110%; }

/* main content container */
.container .content {
  border-top: 3px solid #34622f;
  border-bottom: 3px solid #34622f;
  background: #3e4842;
  min-height: 500px;
  padding: 30px; }
  .container .content .section-image small {
    position: absolute;
    bottom: -1px;
    line-height: 25px;
    height: 26px;
    display: block;
    background: rgba(40, 40, 40, 0);
    font-weight: bold;
    width: 100%;
    padding: 0 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: left;
    transition: background .2s linear; }
  .container .content .section-image:hover small {
    background: #34622f;
    opacity: .8; }
  .container .content section {
    margin-bottom: 20px; }
  .container .content img.image {
    background: #56635b;
    border-radius: 8px;
    -moz-animation-name: imgLoad;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 0.3s;
    -webkit-animation-name: imgLoad;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.3s;
    animation-name: imgLoad;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s; }
  .container .content .image-list > div {
    position: relative; }
  .container .content .image-list .link-nav {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%; }
  .container .content .image-list .photo-link {
    display: block;
    width: 40px;
    height: 100%;
    line-height: 100px;
    background: #34622f;
    z-index: 200;
    color: #fff0dc;
    text-shadow: 0 1px 0 #444;
    opacity: .8;
    font-size: 30px;
    text-decoration: none;
    padding: 0 10px;
    transition: background .3s ease-out; }
    .container .content .image-list .photo-link:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .container .content .image-list .photo-link:hover, .container .content .image-list .photo-link:active {
      color: #fff;
      background: #468440; }
    .container .content .image-list .photo-link.next {
      float: right;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .container .content .image-list .photo-link.prev {
      float: left;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .container .content .image-list .photo-link.loading {
      background: none;
      left: 50%; }
  .container .content a {
    color: #afdbd9;
    text-decoration: underline; }
  .container .content .small {
    font-size: 85%; }
  .container .content .news {
    margin-bottom: 15px; }
    .container .content .news ul li {
      margin-bottom: 10px; }
  .container .content table.entry {
    margin: 30px auto; }
    .container .content table.entry td, .container .content table.entry th {
      padding: 15px;
      border: 1px solid #999;
      font-weight: 300; }
    .container .content table.entry th {
      text-align: left; }
    .container .content table.entry td {
      text-align: center;
      font-weight: bold; }

@-moz-keyframes imgLoad {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  35% {
    opacity: .3; }
  100% {
    opacity: 1; } }
@-webkit-keyframes imgLoad {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  35% {
    opacity: .3; }
  100% {
    opacity: 1; } }
@keyframes imgLoad {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  35% {
    opacity: .3; }
  100% {
    opacity: 1; } }
/* navigation */
@-webkit-keyframes greenPulse {
  0% {
    background-color: #34622f; }
  10% {
    background-color: #192e16; }
  20% {
    background-color: #34622f; } }
@-webkit-keyframes redPulse {
  0% {
    background-color: #950b1b; }
  100% {
    background-color: #c40f24; } }
nav li.item {
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 0;
  list-style-type: none; }
  nav li.item a {
    border-top-left-radius: 8px;
    display: block;
    height: 45px;
    line-height: 30px;
    background-size: 100%;
    background-color: #34622f;
    color: #fff0dc;
    padding: 8px 0px 8px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #444;
    font-size: 80%;
    transition: all .5s linear; }
  nav li.item a.transition:hover, nav li.item a.active {
    background-color: #4f9648; }
  nav li.item i.fa {
    color: #cca;
    display: inline-block;
    width: 20px; }
nav li.logo {
  list-style-type: none;
  margin-bottom: 30px; }
  nav li.logo h1 {
    margin-top: 0; }
    nav li.logo h1 a {
      color: #E7EBD4;
      border-top-left-radius: 32px;
      text-shadow: 0 1px 0 #000;
      height: 190px;
      display: block; }
    nav li.logo h1 a:hover {
      -webkit-animation-name: redPulse;
      -webkit-animation-duration: 0.5s;
      background-color: #c40f24; }

@media (min-width: 1050px) {
  nav {
    margin-left: -40px; }
    nav ul {
      position: fixed;
      width: 190px; }
      nav ul li.logo h1 a {
        background: #950b1b url(../images/logo2.png) no-repeat 50% 50%; }
        nav ul li.logo h1 a span {
          display: none; } }
@media (max-width: 1050px) {
  .container .content {
    padding: 30px 10px; }

  nav ul {
    margin: 0; }
    nav ul li.logo h1 a {
      background: #950b1b url(../images/logo2.png) no-repeat 96% 50%;
      padding: 30px;
      border-radius: 0px;
      border-top-left-radius: 32px;
      font-size: 23px;
      padding-top: 70px; }
      nav ul li.logo h1 a span {
        display: inline-block;
        margin-top: 60px; }

  /*     .container .content .image-list .photo-link {
          display:block;
          position:absolute;
          top:0%;
          height:100%;
          border-top-left-radius:0;
          border-bottom-left-radius:0;
      } */ }
@media (min-width: 1024px) and (max-width: 1050px) {
  .large-10 {
    max-width: 80%; }

  nav {
    margin-left: -20px; }
    nav ul {
      position: fixed;
      width: 190px; }
      nav ul li.logo h1 a {
        background: #950b1b url(../images/logo2.png) no-repeat 50% 50%; }
        nav ul li.logo h1 a span {
          display: none; } }
footer {
  text-align: right;
  color: #000;
  padding-top: 15px;
  font-size: small;
  text-shadow: 0 1px 0 #eee; }

.social-sharer .sharer {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 3px;
  border-radius: 3px; }
  .social-sharer .sharer.fb {
    background: #3b5998; }
  .social-sharer .sharer.tw {
    background: #55acee; }
  .social-sharer .sharer .fa {
    font-size: large;
    line-height: 36px;
    color: #fff; }

/* section specific */
section.welcome ul.actual {
  margin-bottom: 30px; }
  section.welcome ul.actual li {
    margin: 30px 0px; }
section.welcome .cols:after {
  display: table;
  content: '';
  clear: both; }
section.welcome .columns {
  margin: 0;
  padding: 0; }
  section.welcome .columns .rakety {
    float: right;
    width: 75%;
    margin: 2rem 1rem;
    border-radius: 8px; }

section.mkp .row.grey {
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #6d7f74;
  border-radius: 8px; }
  section.mkp .row.grey.important {
    background: transparent;
    border: 1px solid #34622f; }

section.visits .iframe-wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
section.visits iframe {
  width: 100%;
  height: 500px;
  border: 0px;
  background-color: transparent;
  border-radius: 8px; }

.mailchimp-form {
  border: 5px solid #34622f;
  margin-bottom: 30px;
  margin-left: 0;
  border-radius: 8px;
  line-height: 150%;
  background: #272f23; }
  .mailchimp-form input {
    border-radius: 8px; }
  .mailchimp-form button {
    border-radius: 4px;
    background: #34622f; }
    .mailchimp-form button:hover, .mailchimp-form button:active {
      background: #950b1b; }

.row .row {
  margin-left: 0;
  margin-right: 0; }

#m {
  width: 100%;
  height: 400px; }
  #m img {
    max-width: inherit !important; }
  #m table {
    margin-bottom: -1px; }
  #m .card-header a, #m .card-body a {
    color: #950b1b;
    text-decoration: underline; }
  #m .card {
    color: #000; }

.map-container {
  position: relative; }

#mo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.3);
  z-index: 1000;
  text-align: center;
  font-weight: bold;
  font-size: 140%;
  padding-top: 40px;
  color: #fff;
  text-shadow: 0px 0px 4px black; }

#map-controls a {
  text-align: center;
  display: block;
  padding: 10px;
  background: #34622f;
  color: #fff0dc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 2px;
  font-weight: bold; }
  #map-controls a:hover {
    transition: background 0.3s ease-out;
    background-color: #4f9648; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
  width: 100% !important; }

#cyklovlak {
  margin-top: 20px;
  background-color: #eff2c5;
  padding: 5px 20px;
  border-radius: 4px;
  border: 15px solid #c5cb9f;
  color: #000; }
  #cyklovlak p {
    text-shadow: none !important; }
  #cyklovlak .plakat {
    float: left;
    margin: 20px;
    margin-left: 0; }

.red-bg {
  background: #9b0517; }

.light-text {
  color: #fff0dc !important; }

.panel {
  margin: 20px 40px;
  font-size: 114%;
  padding: 20px;
  border: 3px dashed #fff0dc;
  line-height: 150%; }
  .panel p {
    color: #fff0dc; }

.rounded {
  border-radius: 8px; }

.text-center {
  text-align: center; }

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