@font-face {
  font-family: 'fontello';
  src: url('../Icons/fontello.eot?64090020');
  src: url('../Icons/fontello.eot?64090020#iefix') format('embedded-opentype'),
       url('../Icons/fontello.woff2?64090020') format('woff2'),
       url('../Icons/fontello.woff?64090020') format('woff'),
       url('../Icons/fontello.ttf?64090020') format('truetype'),
       url('../Icons/fontello.svg?64090020#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?64090020#fontello') format('svg');
  }
}
*/

.interesseform {
  margin: 40px 0;
}
h2#fruehjahr,
h2#sommer,
h2#herbst,
h2#winter
{
  margin: 40px 0 20px 0;
}

strong {
    font-weight: bold;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 1em;
  font-size: 1.6em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-wallet:before { content: '\e800'; } /* '' */
.icon-globe:before { content: '\e801'; } /* '' */
.icon-chart-bar:before { content: '\e802'; } /* '' */
.icon-edit:before { content: '\e803'; } /* '' */
.icon-users:before { content: '\f064'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */

/*** intext left and right BEGIN ***/
@media (min-width: 480px) {
  .textpic-intext-left .textpic-intext-left-header,
  .textpic-intext-right .textpic-intext-right-header {
    margin-bottom: 12px;
  }

  .textpic-intext-right .textpic-intext-right-media,
  .textpic-intext-left .textpic-intext-left-media {
    display: block;
    min-width: 100px;
    max-width: 40%;
    width: inherit;
  }

  .textpic-intext-left .textpic-intext-left-media {
    float: left;
  }

  .textpic-intext-right .textpic-intext-right-media {
    float: right;
  }

  .textpic-intext-left .textpic-intext-left-body,
  .textpic-intext-right .textpic-intext-right-body {
    display: block;
    float:none;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .textpic-intext-left .textpic-intext-left-media {
    max-width: 600px;
    width: 15vw;
  }
}
/*** intext left and right END ***/

/* Tag styles and bootstrap adjustements */

html,
body {
  width: 100%;
  height: 100%;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Loved by the King', cursive;
    font-weight: 300;
    line-height: 1.1;
    color: #4eaf02;
}

#page-title {
  margin-top: 48px;
}

h1 {
  margin-top: 0;
}

h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center{
	  color: #4eaf02!important;
}

/* Background Overlay for the navigation */

#mobile-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    transition: background 300ms ease-in-out;
}

/* Mobile Button */

#mobile-btn {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    width: 54px;
    height: 54px;
    padding: 10px 0 10px 20px;
    z-index: 1000;
}

.inner {
    width: 100%;
    height: 100%;
    position: relative;
}

#mobile-btn .icon-bar {
    width: 34px;
    height: 2px;
    background: #4eaf02;
    position: absolute;
    left: 0;
    transition: all 400ms ease;
}

.icon-bar1 {
    top: 4px;
    transform-origin: left top;
}

#mobile-btn.open .icon-bar1 {
    transform: rotate(45deg);
    left: 5px;
}

.icon-bar2 {
    top: 16px;
    opacity: 1;
}

.open .icon-bar2 {
    opacity: 0;
}

.icon-bar3 {
    bottom: 4px;
    transform-origin: left bottom;
}

#mobile-btn.open .icon-bar3 {
    transform: rotate(-45deg);
    left: 5px;
}


/* Header */

#header-wrapper {
  border-bottom: 1px solid #c8c8c8;
}

#header-wrapper .row {
  position: relative;
}

#navigation {
  position: absolute;
  right: 0;
  bottom: 0;
}

#navigation > ul li {
  padding: 1.27rem 0.97rem;
}

#navigation > ul li:hover {
  background-color: #eee;
}

.navbar-nav {
  flex-direction: row;
  float: right;
}

#navigation > ul > li:hover > ul {
  display: block;
  margin: 19px 0 0 -15px;
}

#navigation > ul > li > a {
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
}

#navigation > ul > li.current-active > a {
  color: #4eaf02;
}

#navigation ul ul > li > a {
    color: #fff;
    background: #4eaf02;
    padding: 15px;
    display: block;
}

#navigation a {
  color: #000;
  text-decoration: none;
}

#navigation ul ul {
  position: absolute;
  z-index: 10;
  display: none;
  border-top: 2px solid transparent;
}

#navigation ul ul > li {
  width: 100%;
  border-bottom: 1px solid transparent;
  padding: 0;
}

#navigation ul ul > li > a {
  color: #fff;
  background: #4eaf02;
  padding-top: 15px;
  padding-bottom: 15px;
}

#logo .image {
  margin: 0;
}

#logo img {
  max-width: 164px;
  float: left;
  padding: 10px 0;
  height: auto;
}

/* Header Slider */

#header-slider,
#header-slider .carousel-inner > .item {
  height: 430px;
}

#header-slider .frame {
  margin: 0;
  padding: 0;
}

#header-slider .frame .frame-container {
  max-width: 100%;
  padding: 0;
}

/* Content */

.container .row .frame {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.frame h1.text-center,
.frame h2.text-center,
.frame h3.text-center {
  margin-bottom: 12px;
}

.frame .text-center {
  color: #333;
  max-width: 80%;
  margin: 0 10%;
}

.panel-title {
  font-size: 1.6em;
  color: #4eaf02;
}

/* Touren Liste Ansicht */

h2.shift-title {
  margin-left: -30px;
}

.tour-wrapper {
  border: 1px solid #c8c8c8;
  margin-bottom: 15px;
}

.tour-item {
  position: relative;
}

.tour-item .image {
  position: relative;
  margin: 0;
}

.tour-item .image img {
  max-width: 100%;
  height: auto;
}

.plus-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(78, 175, 2, 0);
  transition: background 250ms ease-in;
  cursor: pointer;
}

.plus-overlay:hover {
  background: rgba(78, 175, 2, 0.5);
}

.plus-icon {
  width: 31px;
  height: 31px;
  position: relative;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

.horz {
  position: absolute;
  height: 3px;
  top: 14px;
  width: 0px;
  left: 15px;
  transition: all 250ms ease-in;
  background: rgba(255, 255, 255, 1);
}

.plus-overlay:hover .horz {
  left: 0;
  width: 31px;
}

.vert {
  position: absolute;
  width: 3px;
  height: 0;
  top: 15px;
  left: 14px;
  transition: all 250ms ease-in;
  background: rgba(255, 255, 255, 1);
}

.plus-overlay:hover .vert {
  height: 31px;
  top: 0;
}

.tour-item h3 {
  margin-top: 30px;
}

.tour-item h4 {
  font-family: 'Loved by the King', cursive;
}

.tour-item h3:hover,
.tour-item h4:hover {
  text-decoration: underline;
}

.tour-item p.date {
  margin: 0;
}

.tour-type {
  position: absolute;
  right: 19px;
  bottom: 40px;
  width: 150px;
  color: #fff;
  background: #4eaf02;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
}

/* Powermail */

legend.powermail_legend {
  display: none;
}

.powermail_fieldwrap.powermail_fieldwrap_type_select.powermail_fieldwrap_subject.form-group {
  display: none;
}


#anfrage {
    margin-bottom:25px;
}

#anfrage .form-group {
  display: block!important;
}

.powermail_fieldwrap.col-md-6 {
  width: 100%;
}

/* Touren Detail Seite */

#detailCarousel {
  margin-bottom: 25px;
}

#detailCarousel,
#detailCarousel .carousel-inner > .item {
  height: auto;
}

#detailCarousel .item {
  padding-left: 0;
  padding-right: 0;
}

 .info h2 {
  margin-bottom: 42px;
}

 .info p {
  margin-bottom: 24px;
  float: left;
  width: 100%;
}

.info p i {
  position: absolute;
  left: 20px;
}

.info p span {
  margin-left: 55px;
  display: block;
  float: left;
}

/* Footer */

#footer-wrapper {
  background: #3e3e3e;
  padding: 40px 0 28px 0;
}

#footer-wrapper h2 {
  color: #fff;
  border-bottom: 1px solid #747474;
  padding-bottom: 16px;
  padding-left: 30px;
}

#footer-wrapper .frame {
  margin: 16px 0;
}

#footer-wrapper p {
  color: #fff;
  padding-left: 30px;
}

#footer-wrapper #copyright p {
  float: right;
}

#footer-navigation > .nav,
#footer-navigation > .nav > li,
#newsletter > .nav,
#newsletter > .nav > li {
  width: 100%;
}

#footer-navigation > .nav > li > a,
#newsletter > .nav > li > a {
  padding: 0 30px;
}

/* Grid gallery */

.grid-gallery {
  float: left;
  width: 100%;
}

.grid-gallery .row {
  margin-left: -2px;
  margin-right: -2px;
}

.grid-gallery .row > div {
  padding: 0 2px;
}

.grid-gallery .image {
  margin-bottom: 0;
}

.grid-gallery .image .caption {
  padding: 2px;
}

@keyframes rotate {
  0%   {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.grid-gallery .glyphicon-repeat {
  animation-name: rotate;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  font-size: 2em;
  left: 50%;
  position: relative;
  margin-left: -0.5em;
}

.interesse {
  padding-left: 20px;
}

/* Google Maps */

#gMap {
  height: 430px;
}
@media screen AND (max-width: 1190px) {

  #navigation > ul li {
    padding: 0.5rem 0.5rem;
  }
}

@media screen AND (max-width: 1025px) {

  #navigation > ul li {
    width: 100%;
  }

    #navigation > ul ul {
    position: relative;
    display: none;
    width: 100%;
    }

  #mobile-btn {
    display: block;
  }

  #navigation {
    z-index: 100;
    right: auto;
    bottom: auto;
    left: 0;
    top: 106px;
    width: 100%;
    background: #fff;
  }

  #navigation ul ul {
    position: relative;
    display: block;
    margin: 11.5px 0;
  }

  #navigation ul ul a {
    padding: 10px 30px;
  }

  .tour-type {
    left: 15px;
    right: auto;
    bottom: 10px;
  }

  #detailCarousel {
    margin-bottom: 42px;
  }

  #header-slider, #header-slider .carousel-inner > .item {
    height: 280px;
  }

  #footer-navigation > .nav > li > a, #newsletter > .nav > li > a {
    padding: 0 45px;
  }

  #footer-navigation, #address {
    margin-bottom: 45px;
  }

}

@media screen AND (max-width: 769px) {

  #mobile-btn {
    right: 15px;
  }

  .tour-item .image img {
    width: 100%;
    height: auto;
  }

  .tour-item h3,
  .tour-item h4,
  .tour-item hr,
  .tour-item p {
    padding: 0 15px;
  }

  .tour-item p.date {
    margin-bottom: 75px;
  }

  .tour-type {
    left: auto;
    right: 15px;
  }

  h2.shift-title {
    margin-left: 0;
  }

  .frame .text-center {
    max-width: 100%;
  }

}

@media screen AND (max-width: 400px) {

  #header-slider, #header-slider .carousel-inner>.item {
    height: 200px;
  }

}

@media screen AND (max-width: 400px) {

  #navigation {
    top: 82px;
  }

  #logo img {
    max-width: 120px;
    top: 13px;
  }

  #mobile-btn {
    top: 14px;
  }

}
