html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  /* background: #F5F6F2; */
  /* background: #EAE6E6; */
  /* background: #F8F8F8; */
  background: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #4a4a41;
  position: relative;
  overflow-x: hidden;
}

img {
  border: 0;
}

iframe {
    max-width: 100%;
}

a {
  color: rgb(42,160,204); /* #a5b105 rgb(42,160,204) #3872BC #A8AD30; #F1D307; #F1D307; #1fadc5*/
  text-decoration: none;
}

header a.menu,
footer ul li a {
  color: rgb(153, 153, 153);
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.daylink > a:hover,
.postNav a:hover,
a:hover > h2 {
  color: #E47215; /* #E47215 */
}

a.mapNav {
  cursor: pointer;
  position: relative;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  text-decoration: none;
}

a.mapNav:before {
  content: „„;
  float: left;
  width: 12px;
  height: 12px;
  margin: 9px 5px 0 0;
  background: url(https://gabaglio.com/user/themes/gabaglio/css/maki/circle-stroked-12.png) no-repeat 0 0;
}

a.mapNav:hover {
  color: #AAA;
}

a.blue {
  background: transparent;
  font-size: 14px;
  color: #3872BC;
  padding: 2px 5px 3px 5px;
  border: 1px solid #3872BC;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

section {
  position: relative;
}

section.new {
  position: relative;
  width: 100%;
  max-height: 730px;
}

section.new img {
  width: 100%;
  height: auto;
  padding-top: 0;
}

section.new h2 {
  display: block;
  position: absolute;
  bottom: 20%;
  left: 12.5%;
  font-size: 45px;
  color: #FFF;
  padding: 10px 15px 10px 15px;
  text-align: center;
  /* border-bottom: 3px solid #FFF; */
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.95);
}

@media all and (max-width: 1280px) {
  section.new a h2 {
    font-size: 5vw;
  }
}

section.album {
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

article {
  position: relative;
  min-height: 20px;
  margin: 0px 0 25px 0;
}

h1 {
  padding: 25px 0 30px 0;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  /*   font-family: 'Barlow', sans-serif; */
  font-size: 2.2em;
  line-height: 1.1em;
  font-weight: 500;
  line-height: normal;
  color: #303030;
  margin: 0;
}

h2 {
  padding: 5px 0 18px 0;
  margin: 0;
  color: #303030;
  font-size: 1.8em;
  font-weight: 500;
  line-height: normal;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}

h3 {
  margin: 15px 0 5px 0;
  color: #303030;
  font-size: 1.4em;
  line-height: 1.1em;
  font-weight: 500;
  line-height: normal;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}

section > img,
article > img {
  width: 100%;
  padding: 30px 0 15px 0;
}

article p img {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

article p img.big {
  width: 100vw;
  max-width: 1280px;
  height: auto;
  object-fit: contain;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

article > h1,
article > h2,
article > h3,
article > h4,
article > p,
article > ul,
article > div:not(#photos),
section > h1,
.site-travel section > h1,
.site-travel section > div:not(#map),
.site-travel section > p,
.site-travel section > article {
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

article ul li {
  margin-left: 20px;
}

.site-albums section > h1 {
  max-width: initial;
  width: 100%;
}

section > h2 {
  padding: 0;
  color: #4a4a41;
  font-size: 1.2em;
  font-weight: bold;
}

section.posts > h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 30px;
}

section > div {
  padding-bottom: 0px;
}

#photos {
  margin-top: 20px;
}

.site-travel-album #photos {
  margin-top: 70px;
}

section.list > article {
  padding: 20px 0 20px 0;
}

article > p {
  padding: 15px 10px 15px 10px;
  line-height: 1.5;
}

section > article.daylink img {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

section > div#map {
  margin-top: 0px;
}

h1 a {
  font-weight: 400;
  color: #4a4a41;
}

h1 span,
h1 span a {
  font-weight: 400;
}

h2.aktuell {
  font-weight: 700;
  margin: 0px 0 0px 0;
}

h2.aktuell a {
  font-weight: normal;
  border-bottom: 1px solid rgb(85,85,85);
}

.videos h2{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h2 a {
  color: #4a4a41;
}

h3.archiv {
  font-size: 1.0em;
  font-weight: 400;
  padding: 0px 0 5px 0;
  margin: 10px 0 0px 0;
  border-bottom: 1px solid rgb(227,113,20);
}

blockquote {
  margin:0;
  padding-left: 17px;
  border-left: 1px solid #333333;
}

.description {
  margin: 0 0 20px 0;
  width: 100%;
  text-align: left;
}

p {
  width: 100%;
  max-width: 1050px;
}

p.p1 {
  margin: 0;
}

/* Struktur */
body > header {
  width: 100%;
  padding: 0 0% 10px 0;
  position: fixed;
  top: 0;
  color: #4a4a41;
  background: rgba(247, 247, 247, 0.9);
  border-bottom: 1px solid rgb(227,227,227);
  height: 50px;
  z-index: 1000;
  overflow: hidden;
}

body header > .header {
  margin: 0px auto;
  width: calc(100% - 20px);
  /* max-width: 1050px; */
  padding: 0 10px 0 10px;
  -webkit-text-size-adjust: none;
}

.site {
  margin: 60px auto 20px auto;
  max-width: 1300px;
  font-size: 18px;
  background: #FFF;
  -webkit-text-size-adjust: none;
}

.logo {
  height: 50px;
  float: left;
  margin: 0px 40px 0 4px;
}

.logo:hover {
  filter: grayscale(100%);
  transition: all 1s ease;
}

.menu{
  float: right;
  margin: 18px 0 0 5px;
}

.submenu {
  display: inline-block;
  font-size: 1em;
  margin: 0 20px 0 0;
  color: rgb(153, 153, 153);
}

.submenu.album_back {
  position: absolute;
  top: 12px;
  left: 60px;
  height: 50px;
  white-space: nowrap;
  width: calc(100% - 120px);
  overflow: hidden;
  line-height: 1.15;
}

.submenu.album_back a {
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  line-height: 1em;
}

.submenu.date {
  padding-right: 20px;
}

.submenu.tags {
  font-size: 0.8em;
  margin-right: 5px;
}

.backmenu {
  font-size: 0.85em;
  padding-top: 20px;
}

.site-albums section div.backmenu {
  padding-left: 15px;
  padding-right: 15px;
}

.submenu a,
.backmenu a {
  color: rgb(153, 153, 153);
  padding-bottom: 2px;
  border-bottom: 1px solid #111;
}

.backmenu a,
.submenu.album_back a,
.submenu.tags a {
  border-bottom: 0;
}

.submenu a:hover,
.backmenu a:hover {
  color: #E47215;
  border-bottom: 1px solid #E47215;
}

.postNav {
  padding-top: 20px;
  padding-bottom: 0px;
}

.postNav .left {
  float: left;
  width: 50%;
}

.postNav .right {
  float: right;
  width: 50%;
  text-align: right;
}

.postNav a {
  color: rgb(153, 153, 153);
}

.postNav a:hover {
  color: #E47215;
}

#menuToggle {
  display: block;
  position: fixed;
  top: 15px;
  right: 10px;
  padding: 7px 5px 4px 5px;
  z-index: 1001;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle:hover {
  /*background-color: #ededed;*/
}

.photo #menuToggle {
  top: 10px;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 1002; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 27px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;

  background: #4a4a41;
  border-radius: 3px;

  z-index: 1001;

  transform-origin: 4px 0px;

  transition: transform 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.3s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: absolute;
  width: calc(100vw - 120px);
  height: 100vh;
  margin: -120px 0 0 0;
  padding: 60px;
  padding-top: 125px;
  right: -10px;
  text-align: center;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.42,0.15,0.05,1);
}

#menu a {
  font-size: 26px;
  color: #444444;
  text-decoration: none;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
}

#menu > a:nth-last-child(3),
#menu > a:nth-last-child(2),
#menu > a:nth-last-child(1) {
  font-size: 18px;
  color: #999999;
  font-family: Helvetica, Arial, sans-serif;
}

#menu a:hover,
#menu a.active:hover {
  color: #E47215;
}

#menu a.active li {
  font-weight: 700;
}

#menu li
{
  padding: 7px 0;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}

.pagerNav {
  padding-top: 50px;
  text-align: center;
  font-size: 1.35em;
}

ul.MarkupPagerNav {
  margin: 15px 0 0 0;
  padding:0;
  display: inline-block;
  color: rgb(115, 115, 115);
  font-size: 0.85em;
  line-height: 2.3em;
}

ul.MarkupPagerNav li {
  display: inline-block;
  margin:0;
  list-style-type: none;
}

ul.MarkupPagerNav li a {
  padding: 4px 8px 4px 8px;
  color: rgb(115, 115, 115);
}

ul.MarkupPagerNav li.MarkupPagerNavOn a {
  background: #E47215;
  color: #FFF;
}

ul.MarkupPagerNav li a:hover {
  background: rgb(226, 226, 226);
}

footer {
  position: relative;
  margin: 25px 0 0 0;
  padding: 10px 0 25px 10px;
  font-size: 0.75em;
  color: rgb(180, 180, 180);
}

footer a {
  color: rgb(180, 180, 180);
  border-bottom: 1px solid rgb(180, 180, 180);
  text-decoration: none;
}

footer ul {
  margin:0;
  padding:0;
  display:inline-block;
}

footer ul li {
  display:inline-block;
  padding-right: 3px;
}

footer ul li:before {
   content: „/ „;
}


/* THUMBS */

.privateImg {
    position:absolute;
    left:6px;
    top:6px;
    padding: 2px 5px 3px 5px;
    width:20px;
    height:25px;
    background: #FFF;
    border-radius: 50%;
    z-index: 50;
    text-align: center;
}

.privateImg img {
  width: 15px;
  height: 15px
}

.album {
  position: relative;
  width: 100%;
  text-align: center;
}

section > div.album {
  position: relative;
  display: inline-flex;
  height: 245px;
  width: calc(100% - 40px);
  max-width: 400px;
  margin-bottom: 40px;
  background: #DDDDDD;
  overflow: hidden;
}

section > div.album h2 {
  position: absolute;
  width: calc(100% - 30px);
  bottom: 20%;
  padding: 10px 15px 0 15px;
  margin: 0;
  text-align: center;
  font-size: 23px;
  line-height: 1em;
  font-family: 'Barlow', Helvetica, sans-serif;
  color: #FFF;
}

section > div.album img {
  height: 100%;
  -webkit-transition: all 0.25s ease; /* Safari and Chrome */
  -moz-transition: all 0.25s ease; /* Firefox */
  -o-transition: all 0.25s ease; /* IE 9 */
  -ms-transition: all 0.25s ease; /* Opera */
  transition: all 0.25s ease;
}

section > div.album:hover img {
  -webkit-transform:scale(1.02); /* Safari and Chrome */
  -moz-transform:scale(1.02); /* Firefox */
  -ms-transform:scale(1.02); /* IE 9 */
  -o-transform:scale(1.02); /* Opera */
   transform:scale(1.02);
}

section > div.album:hover {
	filter: grayscale(75%);
}

#infoMap {
  margin: 8px 0 10px 0;
}

.site-travel section,
.site-blog article,
.site-post article {
  width: 100%;
}

.posts article {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 0px solid rgb(150,150,150);
}

.posts article iframe {
}

.travel article h2 {
  padding-top: 40px;
}

article .fact {
  padding: 10px 20px 5px 20px;
  background: rgb(244, 249, 255);
  margin-bottom: 10px;
}

article .fact-r {
  margin-left: 20px;
  margin-bottom: 10px;
  float: right;
  width: 40%;
}

article .fact h2 {
  margin-top: 10px;
  padding-top: 0px;
}

section > p {
  width: 100%;
  max-width: 800px;
  padding-bottom: 30px;
}

img.full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: 100vw;
}

/* PHOTO */
.photo {
  display: block;
  padding: 0;
  text-align: center;
  position: relative;
  /* IE */
  overflow: hidden;
}

#photo header {
  text-align: left;
}

#photo .photoDesc {
  position: absolute;
  bottom: 55px;
  margin: 0 auto;
  padding: 5px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}

#photo footer {
  position: fixed;
  bottom: 0px;
  margin: 0;
  width: calc(100% - 26px);
  text-align: left;
  padding: 0px 13px 13px 13px;
  font-size: 0.9em;
  color: rgb(180, 180, 180);
  height: 24px;
}

#photo .photo-container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.photo-container img {
  display: block;
  max-width: 100%;
  max-height: calc(100% - 100px);
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.photoinfo {
  padding: 10px 0 10px 0;
  font-size: 0.8em;
}

.photoinfo a {
  color: rgb(115, 115, 115);
  text-decoration: none;
  border-bottom: 1px solid #BCBCBC;
}


a.album_back:hover:before,
a.album_back:hover {
  color: rgb(33, 33, 33);
}

.photoNav {
  z-index: 1000;
}

.photoNav div {
     position: absolute;
     top:50%;
     transform:translateY(-50%);
     min-width: 14px;
     width: calc(100vw /25);
     max-width: 34px;
}

.photoNavleft {
  left: 0;
  padding: 200px 30px 200px 10px;
}

.photoNavright {
  right: 0;
  top: 0;
  padding: 200px 10px 200px 30px;
}

.photo .photoNavleft,
.photo .photoNavright {
  background: rgba(140, 140, 140, 0.0);
  padding: 4px;
}

.photo .photoNavleft:hover,
.photo .photoNavright:hover {
    background: rgba(140, 140, 140, 0.4);
}

/* TEXT/BILD SINGLE MIT META */
#post {
  width: 100%;
  /* border-bottom: 1px solid rgb(218,218,218); */
}

#post .video {
  margin: 20px auto;
}

#post .video video{
}

a.mapview,
div.info > span a {
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
}

div.exif {
  float: right;
}

span.exif {
  padding: 3px 2px 0 2px;
  margin-right: 5px;
  font-size: 13px;
  font-style: normal;
  color: rgb(115, 115, 115);
  white-space: nowrap;
}

/* FORMULAR */
fieldset {
  border: 0;
  padding: 0;
}

label {
  display: block;
}

input, textarea, button {
  font-size: 17px;
}

input[type=text],
input[type=email] {
  width:95%;
  max-width:300px;
}

textarea {
  width:95%;
  max-width:630px;
    height: 130px;
}

button,
input[type=submit] {
  background: #D6D6D6;
  border-radius: 5px;
  border: 0;
  padding: 5px;
}

form button:hover,
input[type=submit]:hover {
  background: #E47215;
}

#error {
  display: none;
  background: rgb(255,158,184);
  border-radius: 3px;
  padding: 11px;
}

.notification,
.alert {
  background: #D7FAAC;
  border-radius: 3px;
  padding: 11px;
  margin-bottom: 10px;
}

select {
   font-size: 14px;
   color: rgb(29, 102, 129);
   padding: 2px 22px 3px 5px;
   border: 1px solid rgb(29, 102, 129);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(../images/select.png) 96% / 15% no-repeat #fff;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
    select {
        background:none;
        padding: 5px;
    }
}

.clear {
  clear: both;
}

.downloadMapData {
    position: absolute;
    bottom: 2px;
    left: 2px;
    z-index: 500;
    background: #FFF;
    padding: 5px;
    font-size: 13px;
}

.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

@media screen and (max-width: 1110px) {
  .banner div {
    padding: 10px 15px 20px 15px;
  }

  .site-travel article,
  .site-blog article,
  .site-post article {
    padding-left: initial;
    padding-right: initial;
    width: initial;
  }

  .photoNav.left {
    position: relative;
    font-size: 15px;
    float: left;
    text-align: left;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .photoNav.right  {
    position: relative;
    font-size: 15px;
    float: right;
    text-align: right;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }

  section > img {
    width: 100%;
  }


  article img.image {
    width: initial;
    width: auto;
  }

  .r {
    float: left;
    margin: 0px 0 0 0;
    padding: 7px 0 7px 0;
    width: 100%;
  }

}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .logo {

    }

    .menu{
      float: right;
      margin: 14px 0 0 5px;
    }

  .no-mobile {
    display: none;
  }
}
