@import url('https://fonts.googleapis.com/css?family=Bitter|Raleway');
@import url('fonts/font-awesome.min.css');
@import url('normalize.css');
@import url('responsiveslides.css');
@import url(lightbox.min.css);

/* Motorradtouren Bayern - Allgemeine Formatierungen */

*:active, *:focus{
	outline:0;
	outline:none:
}

* {
  box-sizing: border-box;
  padding:0;
  margin:0;
}

body {
  color: #F9E2CE;
  /* font-weight: 500; */
}

main{
	background: #4F8556;
	text-align:center;
}

footer {
	background:#866345;
}


a {
  text-decoration: none;
  color:#F9E2CE;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Bitter', serif;
	text-transform:uppercase;
	letter-spacing:.15em;
	text-align:center;
}
h1 {  
  line-height: 1.8;
  text-transform: uppercase;
  font-size:3em; /* fall back */
  font-size:8vh !important;
}
h2 {  
  padding-bottom:0.9375em;
  font-size:1.5em; /* fall back */
  font-size:3vw !important;
  
}

h3{
	padding-top:0.9375em;
	font-size:1.5em; /* fall back */
	font-size:3vw !important;
}


p {
  font-size: 17px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

header {
	background: #7E9597;
}
nav li a#aktiv{
	color:#F9E2CE;
	font-weight:bold;
	border-bottom:2px solid #F9E2CE;
	/* padding-bottom:0.3125em; */
	padding-bottom:5px;
	
}

/* Motorradtouren Bayern - header wird über die Klasse motorradtouren-bayern-main_h angesprochen taucht erst beim scrollen auf. */


.motorradtouren-bayern-main_h {
  position: fixed; /* Position am Browserfenster fixiert */
  /* top: 0px; das hier muss raus den nachdem es zu Beginn nicht sichtbar ist greift das top:-100px von unten. Das haben wir hier hoch kopiert*/
  top: -100px; /* bei einem hohen Pluswert taucht die Navi von unten auf */
  max-height: 100px; /* wird für das toggle Menü gebraucht. Im JS wird das nochmal wichtig */
  z-index: 999;
  width: 100%; /* brauchen wir da durch position fixed die Breite auf den Inhalt reduziert wird */
  padding-top: 17px;
  padding-bottom: 6px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* border:2px solid #f00; brauch ich evtl. noch wenn ich Zeit zu versuchne die nav komplett auszublenden */
}

.main_open {
  position: fixed; /* Position am Browserfenster fixiert */
top: 0px;   /* das hier muss raus den nachdem es zu Beginn nicht sichtbar ist greift das top:-100px von unten. Das haben wir hier hoch kopiert*/
  /* top: -100px; bei einem hohen Pluswert taucht die Navi von unten auf */
  max-height: 100px; /* wird für das toggle Menü gebraucht. Im JS wird das nochmal wichtig */
  z-index: 999;
  width: 100%; /* brauchen wir da durch position fixed die Breite auf den Inhalt reduziert wird */
  padding-top: 17px;
  padding-bottom: 6px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* border:2px solid #f00; brauch ich evtl. noch wenn ich Zeit zu versuchne die nav komplett auszublenden */
}

.sticky , .main_open { /* das ist die .motorradtouren-bayern-main_h nachdem ich mehr als 100px in der Höhe gescrolled habe. Die Klasse kann ab 101px über zwei namen angesprochen werden, motorradtouren-bayern-main_h und sticky */
  background-color: rgba(126, 149, 151, 0.8);
  top: 0px;
  border-bottom: 1px solid #eee;
  /* border: 1px dashed #000; brauch ich evtl. noch wenn ich Zeit zu versuchne die nav komplett auszublenden */
}

.open-nav {
  max-height: 450px !important; /* Die maxh-height muss so hoch sein dass alle Punkte dargestellt werden */
}
.open-nav .mobile-toggle {/* sorgt für die Rotation um 90° im Uhrzeigersinn*/
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/* Motorradtouren Bayern Logo */


.logo {
  width: 20%;
  margin-top: 0;
  line-height: 0;
  margin-bottom: 0;
  position:relative;
  overflow:hidden;
}

.logo img {
  float:left;
  width:70px;
  margin-bottom:5px;
  transform: scalex(-1); /* ich spiegele das Motorradtouren Bayern Logo in der großen Ansicht */
}

/* motorradtouren-bayern-main_h Navi */
.motorradtouren-bayern-main_h nav, .main_open nav {
  float: right;
  /* width: 60%; wir lassen die Breite weg, das fixiert unser Umbruch Problem für den 5. Punkt/Sektion */
  padding-top:15px;
}


.motorradtouren-bayern-main_h nav ul, .main_open nav ul  {
  list-style: none;
  /* overflow: hidden; nicht notwendig */
  text-align: right;
  /* float: right; brauchts nicht die komplette nav ist schon gefloatet */
}


.motorradtouren-bayern-main_h nav ul li, .main_open nav ul li {
  display: inline-block;
  margin-left: 35px;
  /* line-height: 1.5; */
  line-height:16px; /* 1.5 x 16 - 16 Fontsize voreinstellung browser */
}


.motorradtouren-bayern-main_h nav ul a .main_open nav ul a{
  color: #fff;
  text-transform: uppercase;
  /* font-size: 0.9em; */
  font-size: 12px;
}

/* Mmotorradtouren Bayern Footer Navi */
footer .innerbox {
	padding:0;
}
footer nav{
	position:relative;
	overflow:hidden;
}

footer nav ul li {
	list-style:none;
	display:inline-block;
	padding:15px;
	line-height: 1.5;
}
footer nav ul a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
}
footer nav ul {
	text-align:center;
}
footer .home nav li:first-child a{
	color:#F9E2CE;
	font-weight:bold;
	border-bottom:2px solid #F9E2CE;
	padding-bottom:5px;
}

/* Motorradtouren Bayern hamburger-icon-menue */ 
.mobile-toggle {
  display: none; /* da wir desktop first sind muss es erst mal verschwinden. Unten beim media breakpoint bekommt er gesagt was er ist, block oder wir nehmen inherit */
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  
}


.mobile-toggle span { /* das hier sind die Balken man könnte zum Beispiel eine Grafik rein geben statt den span tags in der index.html oder auch icons  */
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}

/* Hier werden beim drehen die Balken schwarz */
.open-nav .mobile-toggle span {
  background: #000;
}
/* Motorradtouren Bayern - hero Bereich mit der großen Grafik; wir haben ihn von unten hoch kopiert da er von der Reihenfolge hier sinnvoller ist */

.hero {
  position: relative;
  background: url(motorradtouren-bayern-toskana.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px; /* fall back */
  height: 100vh; /* da wir box-sizing border box haben ist die Gesamthöhe 500px nicht zusätzliche eventuellem paddings */
  /* letter-spacing: 2px; wollen wir nicht */
}
.hero {
  position: relative;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px; /* fall back */
  height: 100vh; /* da wir box-sizing border box haben ist die Gesamthöhe 500px nicht zusätzliche eventuellem paddings */
  /* letter-spacing: 2px; wollen wir nicht */
}
.herotext {
	position:absolute; /* absolute mittige Positionierung; wichtig die umschliessende box muss relativ poitioniert sein. Das ist bei uns der Fall => .hero */
  left:50%; /* absolute mittige Positionierung */
  top:35%; 
  transform:translate(-50%, -50%); /* absolute mittige Positionierung */

}
.hero h1 {
  font-size: 3em; /* wir haben ihm einen relativen wert gegeben */
  line-height: 1.3;
  color:#eee;
}
.hero p{
	font-size: 1em;
	line-height:0;
	font-weight:bold;
	color:#fff;
	background:rgba(0, 0, 0, 0.2);
}

.hero_else {
	
}

.mobile-toggle span { /* das hier sind die Balken man könnte zum Beispiel eine Grafik rein geben statt den span tags in der index.html oder auch icons  */
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #fff;
  display: block;
}
.mouseleft {
  display: block;
  width: 60px;
  height: 80px;
  /* border-radius: 13px; der span ist eigentlich ein Rechteck  hiermit bekomm ich die rundung hin */
  border-left: 6px double #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  /* translateX sorgt dafür dass nur die X Achse angesprochen und positioniert werden; alternativ transform:translate(-50%, 0);  */
  transform: skew(5deg) translatex(-50%) translatey(20%); 
}
.mouseright{
  display: block;
  width: 60px;
  height: 80px;
  /* border-radius: 13px; der span ist eigentlich ein Rechteck  hiermit bekomm ich die rundung hin */
  border-right: 6px double #fff;
  position: absolute;
  bottom: 15px;
  left: 50%;
  /* translateX sorgt dafür dass nur die X Achse angesprochen und positioniert werden; alternativ transform:translate(-50%, 0);  */
  transform: skew(-5deg) translatex(-50%) translatey(20%); 
}

.mouse {
  display: block;
  
  /* margin: 0 auto; kann weg wir positionieren es in der absoluten Mitte */
  width: 60px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform:translateX(-50%); /* translateX sorgt dafür dass nur die X Achse angesprochen und positioniert werden; alternativ transform:translate(-50%, 0);  */
}



.mouse span {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 20px;
  border-radius: 1px;
  background: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.innerbox {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  /* padding: 0.625em; */
  padding: 10px;
}
.row{
overflow:hidden;	
}


section .innerbox { /* alle innnerboxen ausser der im Header */
  padding: 50px 2%;
}

/* aside - Buchen */

aside {
	background:#4F8556;
} 

aside hr{
	border:1px solid #fff;
}

aside h2{
	text-align:center;
	color:#000;
	padding:20px 0 10px;
	background:#fff;
}
aside .innerbox{
	position:relative;
	overflow:hidden;
	padding: 50px 2%;

}
/* Der button soll von der Höhe gleich dem Schriftzeug sein. Idee: Rahmen um beides und die Höhe der beiden Elemente 100% davon machen. Ich hab doch schon einem Rahmen drum. Mal sehen welcher das ist und wie ich den dafür einsetzen kann.  */
.buchentext {
	width:66.66666%;
	line-height:0;
	/* border:1px solid #f00;*/
}
.buchentext p {
	text-align:center;
	font-size:1.2em;
}
.abspos {
	width:33.33333%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
}

.buchenref{
	position:absolute;
	padding:10% 20%;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.buchenref a{
	background:#F9E2CE;
	padding:25px 60px;
	font-size:1.5em;
	color:#4F8556;
		-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 1px 2px 0 rgba(255,255,255,0.6), inset 0 -1px 5px rgba(231,181,98,1); /* diesen Schlagschatteneffekt habe ich einfach aus der Original WebPage über den Inspektor raus kopiert und hier eingefügt */
}

.buchenref a:hover{
	background:#597A7D;
	padding:25px 60px;
	font-size:1.5em;
	color:#F9E2CE;
}

/* scroll-to-top Button */
.scroll-to-top{
	display:none;
	background:rgba(255, 255, 255, .5);
	color:#555;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:999;
	font-size:2em; /* wir haben zuerst 3 em genommen. Das hat den Pfeil bei der gewählten Box unten an den Boden gedrückt mit 2em passt es */
	border:1px solid #555;
	border-radius:5px;
	/* width:40px;
	height:40px; */
	width:1em;
	height:1em;
	text-align:center;
}
.scroll-to-top .fa {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.scroll-to-top:hover{
	background:000;
	color:#aaa;
	border:1px solid #aaa;
}

.scroll-to-top-einblenden{
	display:inherit;
	/* position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
}


/* mobile first parts */
.largescreentext{
	display:none;
}
.fett{
	font-weight:bold;
}

.tourenanker {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out; 
}
.tourenanker h3, .tourenanker p{
	color:#073145;
}
.tourenanker:hover{
	padding:25px 60px;

}

.tourenanker:hover p{
	background:#597A7D;

}
.tourenanker:hover h3{
	color:#555;
}

.introanker h3{
	color:#073145;
}

.introanker {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out; 
}

.introanker:hover {
	background:#597A7D;
}
.introanker:hover h3, .introanker:hover p{
	color:#555;
}


/* ------- Motorradtouren Bayern Sliderbox ------- */

#sliderbox img{
	width:100%;
}

/* ------- Tourenvorstellung ------- */
#section2 a img{
	width:100%;
}

/* ------- Teamvorstellung ------- */
#section3 img{
	width:100%;
}

#section3 .row{
	position:relative;
	overflow:hidden;
}

#section3 .halbe {
	width:49%;
	float:left;
	margin-right:2%;
	border:1px solid black;
	line-height:0;
}

#section3 .halbe:last-child{
	margin-right:0;

}

/* TourenPage mobile first */
/* UebermichPage - werden dann im Breakpoint ab 600 halbe Bilder  */

.img-float-links img, .img-float-rechts img, .uebermichbild img{
	width:100%;
}

/* UebermichPage - werden dann im Breakpoint ab 600 halbe Bilder  */

/* Buchen - Kontaktformular */
.kontakt{
	text-align:left;
}
#kontaktformular{
/*	background-color:#faa; */
	padding-top:1.25em;
}
#kontaktformular label{
	width:30%;
	display:inline-block; /* inline ist voreingestellt. Wir wollen dem label aber eine Breite zuweisen daher inline-block, einem Inline kann man keine Breite zuweise; er soll aber auch nicht umbrechen, daher inlineb-block und nicht nur inline. */
	vertical-align:top; /* die Felder obenbündig an den Feldbeschriftungen ausrichten */
	/* font-weight:bold; */
}
#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	width:65%;
	font-family: 'Raleway', sans-serif; /* Die Eingabefelder haben unterschiedliche Schriften */
	font-size:.8em; /* und Größen */
	border:1px solid #174145;
	background:#7E9597;
	/* padding:7px; */
	padding:0.625em;
}
#kontaktformular input:focus[type="text"],
#kontaktformular input:focus[type="email"],
#kontaktformular textarea:focus{
	background:#3E6569;
	color:#000;
}
#kontaktformular input[type="radio"]{
	margin:0 0.625em 0.9375em 0.3125em;
	border:1px solid #000;
 }
#kontaktformular textarea{
	/* height:150px; */
	height:9.375em;
}
#kontaktformular input[type="submit"],
#kontaktformular input[type="reset"]{
	border:2px solid #3E6569;
	background:#7E9597;
	color:#F9DEAF;
	/* padding:10px 15px; */
	padding:0.625em 0.625em;
}
#kontaktformular input[type="submit"]{
	/* margin-left:25.5%; */
	margin:0.625em 0 0.625em 31.5%;
}
#kontaktformular input[type="submit"]:hover,
#kontaktformular input[type="reset"]:hover{
	background:#3E6569;
	font-family: 'Raleway', sans-serif;
	cursor:pointer;
}

/* Fotobuch - Bildergalerie */

/* Fotobuch PDF Download */

 .pdf[href$=".pdf"]{
	background:url(../bilder/icons/pdf.png) no-repeat right center;
	padding-right:1.25em;
	
}
.pdf{
	/* background:#7E9597 !important; */
}

.pdfrahmen {
	padding:1.5em;
	background:#7E9597;
}
.pdfrahmen:hover {
	padding:2em;
	background:#3E6569;
	border:1px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 1px 2px 0 rgba(255,255,255,0.6), inset 0 -1px 5px rgba(231,181,98,1); 
}

/* Bildergalerie Fotobuch Page => galerie1 */
.galerie1{
	list-style-type:none; /* weg mit den bullets */
	overflow:hidden;
}

.galerie1 li {
	border:1px solid gainsboro;
	background:#ff0;
	line-height:0; /* zeilenabstand bei den lis weg */
	width:33%; /* nur mit der Breite und dem Margin wirds nicht dreispaltig */
	float:left;
	margin:0 .5% .5% 0; /* nur mit der Breite und dem Margin wirds nicht dreispaltig */
	position:relative; /* wir legen die li als Bezugspunkt für das span tag fest */
}

.galerie1 li:nth-child(3n) {
	margin-right:0; /* nur mit der Breite und dem Margin wirds nicht dreispaltig jedes dritte Element darf keinen rechten Abstand haben dann wirds dreispaltig */
}

.galerie1 li img{
	width:100%; /* hiermit machen wir die Bilder flexibel so dass sie sich den lis anpassen */
}

.galerie1 li span{
	background:rgba(134, 72, 69,0.9) url(../bilder/icons/fotobike-bike-symbol-white-dieter-rehrl.png) no-repeat center; /* RGB werte mit der Pipette aus dem Origianl geholt */
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}


.galerie1 li span:hover{
	opacity:1;
}


/* Motorradtouren Bayern Hero Grafiken für die einzelnen Pages */

.herotouren {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-touren.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.herouebermich {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-uebermich.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.herobuchen {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-buchen.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.herofotobuch {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-bilder.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 100vh;
}
.herofotobuch p{
	background:rgba(0, 0, 0, 0);
}

.heronews {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-news.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.heroimpressum {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-impressum2.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.heroregeln {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-regeln.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.herobaustelle {
  position: relative;
    background: url(baustelle.jpg) no-repeat center bottom fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.heroagb {
  position: relative;
    background: url(../bilder/heros/fotobike-gefuehrte-motorradtouren-plus-fotobuch-dieter-rehrl-agb.jpg) no-repeat center top fixed ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff; 
  min-height: 500px;
  height: 70vh;
}

.herotouren h1, .herouebermich h1, .herobuchen h1, .herofotobuch h1, .heronews h1, .heroimpressum h1, .heroregeln h1, .heroagb h1, .herobaustelle {
  font-size: 3em; /* wir haben ihm einen relativen wert gegeben */
  line-height: 1.3;
  position:absolute; /* absolute mittige Positionierung; wichtig die umschliessende box muss relativ poitioniert sein. Das ist bei uns der Fall => .hero */
  left:50%; /* absolute mittige Positionierung */
  top:35%; 
  transform:translate(-50%, -50%); /* absolute mittige Positionierung */
  color:#eee;
}

@-webkit-keyframes scroll {
  0% { /* beginne bei 0 mit der Animation */
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% { /* ende bei 100% mit der animation */
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
	
	
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(70px);
	
	
  }
}

/* Breakpoint für die Bildschirmausrichtung Portrait */

@media only screen and (orientation:portrait) {
    h1{
		font-size:4.5vh !important;
	}
	
	h2, h3 {
		font-size:3vh !important;
	}
   }/* ende Portrait */

/* breakpoint von 0 bis 928px */

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

 /* aside - Buchen */

aside .innerbox{
	position:static;
	/* display:initial; */
	padding:0;
	margin:0;
}
/* Der button soll von der Höhe gleich dem Schriftzeug sein. Idee: Rahmen um beides und die Höhe der beiden Elemente 100% davon machen. Ich hab doch schon einem Rahmen drum. Mal sehen welcher das ist und wie ich den dafür einsetzen kann.  */

.buchentext {
	display:initial;
}
 
.abspos {
	position:static;
	display:initial;
}


.buchenref{
	text-align:center;
	position:static;
	display:initial;
	padding:0;
}

.buchenref a{
	display:block;
	padding:20px;
	margin:20px;
} 


} /* ende breakpoint von 0 bis 928px */

/* breakpoint von 0 bis 830px */

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

  /* Footer Navigation  bricht bei bei Fontsize 34 Browservoreinstellung sonst um */
  
  footer nav ul li {
	display:inherit;
}

  
} /* ende breakpoint von 0 bis 830px */


/* breakpoint von 0 bis 768px */

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

  .motorradtouren-bayern-main_h, .main_open {
    padding-top: 25px;
  }

    .motorradtouren-bayern-main_h nav, .main_open nav {
    width: 100%;
  }
   .motorradtouren-bayern-main_h nav ul, .main_open nav ul  {
    padding-top: 10px;
    margin-bottom: 22px;
 
    text-align: center;
    width: 100%;
  }
   .motorradtouren-bayern-main_h nav ul li, .main_open nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
    .mobile-toggle {
    display: block;
  }


/* Logo kleiner Bildschirm */
/* .logo {
 display:block;
 width:100%;
}

.logo img {
 margin-left:50%;
 transform:translateX(-50%)
}
*/
.galerie1 li {
	width:49.75%;
}

.galerie1 li:nth-child(3n) {
	margin-right:0.5%; /* wir müssen dem jeweils 3. Bild seinen Abstand zum nächsten zurück geben */
}

.galerie1 li:nth-child(2n) {
	margin-right:0;
}

.galerie1 li:last-child {
	display:none;
}


} /* ende breakpoint von 0 bis 768px */

 /* breakpoint von 0 bis 400px */

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

.galerie1 li {
	width:100%;
	float:none;
	margin-right:0; /* wir haben nur die rechten Abstände zurück gesetzt. Den Abstand nach unten wollen wir nach wie vor haben. */
}

.galerie1 li:last-child {
	display:inherit;
}
 
 
 } /* ende breakpoint von 0 bis 400px */


/* mobile first breakpoints */
/* Breakpoint ab 600 px */

@media only screen and (min-width:600px){
.smallscreentext{
	display:none;
}
.largescreentext{
	display:inherit;
	text-align:left;
}

/* Kontaktformular */
#kontaktformular label{
	width:25%;
}
#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
	width:70%;
}

#kontaktformular input[type="submit"]{
	/* margin-left:25.5%; */
	margin:0.625em 0 0.625em 25.5%;
}


} /* Ende Breakpoint ab 600 px */

/* Breakpoint ab 600 px */

@media only screen and (min-width:600px){

/* Touren - 2/3 Bild 1/3 Text */
.elternhaften{
	overflow:hidden; /* Das hier sorgt dafür dass das Bild nicht einfach nur rumhängt, Hierdurch liest die Reihe die Höhe des Bildes aus */
	position:relative;
}
.img-float-links{
	width:66.66666%;
	float:left;
	line-height:0;
}
.img-float-links img{
	width:100%;
}

.text-ap-rechts{
	background:#4F8556;
	width:33.33333%;
	position:absolute;
	top:0;
	left:66.66666%;
	height:100%;
}
.wirklich-mittig{
	
	text-align:center;
	width:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.img-float-rechts{
	background:#00f;
	width:66.66666%;
	float:right;
	line-height:0; /* jetzt ist das bild unten bündig mit dem div => jetzt könnten wir die background farbe löschen - es paßt */
}
.img-float-rechts img{
	width:100%;
}
.text-ap-links{
	background:#4F8556;
	width:33.33333%;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}

/* UebermichPage - werden hier halbe Bilder  */
.uebermichbild {
	width:49%;
	float:left;
	margin-right:2%;
}
.uebermichbild:last-child {
	margin-right:0;
}

} /* Ende Breakpoint ab 768 px */