/* Global **/

 @font-face {
  font-family: 'Ruda', sans-serif;
  src: url('../fonts/Ruda-VariableFont_wght.ttf');
}

body {
  font-family: 'Ruda', sans-serif;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #000000;
}
h1 {
  font-size: 28px;
  font-weight: 700;
}
h2 {
  font-size: 22px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  font-weight: 700;
}
h4 {
  font-size: 18px;
  font-weight: 700;
}
.bold {
  font-weight: 700;
}
.cursiv {
  font-style: italic;
}
.font-size22 {
  font-size: 22px;
}
.font-size12 {
  font-size: 12px;
}
.font-size14 {
  font-size: 14px;
}
.red {
  color:#ff0000;
}
.dark-red {
  color:#c31212;
}
.white {
  color: #ffffff;
}
.hidden {
  visibility: hidden;
}
.center {
  text-align: center;
}
.radio {
  width: 110px;
  display: flex;
  align-self: center;
}
.top-no-border {
  border-top: none;
}
.dark {
  background-color:#424f65;
}
.margin-top {
  margin-top: 5%;
}

/************************/
/* Header **/
header {
  width: 100%;
  height: auto;
  margin:auto;
  display: flex;
  flex-direction: column;
  background-color:#ffffff;
  font-size: 0.9rem;
}

/*für JS

.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .content{
  padding-top:100px;
}
*/

/*für Burger*/
.burger {
  display: none;
  cursor: pointer;
}
.burger div {
  width: 30px;
  height: 3px;
  background-color: #000000;
  margin:5px;
  transition: all 0.3s ease;
}
.backHome {
  display: none;
  cursor: pointer;
}

header nav ul, header nav ul li, header nav li a, header nav ul span{
  margin:0;
  padding:0;
}
header nav {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 1%;

}
header nav img {
  width: 25%;
}
header nav ul{
  width: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}
header nav ul li {
  list-style-type: none;
  position: relative;
  display: block;
  width: 15%;
  background: #ffffff;
  text-transform: uppercase;
  padding: 5px 0 10px 0;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  border-bottom: thin solid #424f65;
  border-right: thin solid #424f65;
}
header nav ul li:first-child{
  width: 2%;
  padding: 0 0 0 3%;
  border: none;
  background: #ffffff;
}
header nav ul li:first-child img {
  width: 100%;
}
header nav ul li:nth-child(2){
  width: 20%;
}
header nav ul li:nth-child(3){
  width: 20%;
}
header nav ul li:nth-child(5){
  width: 20%;
}
header nav ul li:nth-child(4){
  width: 20%;
}
header nav ul li:first-child:hover {
}
header nav ul li a {
  display: block;
  width: 100%;
}
header nav ul li ul {
  display: none;
  overflow: hidden;
  position: absolute;
}
header nav ul li:hover {
  background-image:linear-gradient(to top,
    #f2f0f0, #ffffff, #f2f0f0);
}
header nav ul li:hover ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 100%;
  margin: 3% 0 0 0;
}
header nav ul li ul {
  border-radius: 0 0 5px 5px;
}
header nav ul li ul li {
  width: 100%;
  padding: 5px 10px 5px 10px;
  border:none;
  text-align:center;
  font-weight: normal;
  text-transform: none;
}
header nav ul li ul li:first-child {
  padding: 10px 10px 5px 10px;
  width: 100%;
  border-radius: 0;
}
header nav ul li ul li:last-child {
  width: 100%;
}
header nav ul li ul li:nth-child(2){
  width: 100%;
}
header nav ul li ul li:nth-child(3){
  width: 100%;
}
header nav ul li ul li:nth-child(5){
  width: 100%;
}
header nav ul li ul li:nth-child(4){
  width: 100%;
}
#branding {
  display: flex;
  flex-direction: row;
  width:90%;
  margin:auto;
  padding: 2% 0 0 0;
}
#branding img {
  width: 100%;
  height: auto;
}
#branding-Transp {
  display: flex;
  flex-direction: row;
  width:40%;
  margin:auto;
  padding: 2% 0 0 0;
}
#branding-Transp img {
  width: 100%;
  height: auto;
}

/************************/
/*footer*/
footer {
  width: 100%;
  margin:auto;
  display: flex;
  align-items: flex-start;
  background:linear-gradient(to top,
   #424f65, 25%, #7187ab 50%, #424f65 90%);
  flex-wrap: wrap;
  font-size: 0.8rem;
}
.box-footer {
  width: 15%;
  padding: 0;
  color: white;
  margin-right:2%;
}
.box-footer img {
  width: 90%;
  height: auto;
  padding:0;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 5px 5px 5px 5px;
}
.box-footer a{
  color: #ffffff;
}
.box-footer:first-child {
  width: 28%;
  align-self: center;
  padding-left:2%;
    margin-bottom: 2%;
}
.box-footer:nth-child(2){
  width: 20%;
}
.box-footer:nth-child(2) img{
  width: 45%;
}
.box-footer:nth-child(2) p {
  margin-bottom: 30px;
}
.box-footer:nth-child(3) {
  width: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-footer:nth-child(3) a{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-footer:nth-child(3) img{
  width: 65%;
}
.box-footer:nth-child(3) p {
  margin-bottom: 30px;
}
.box-footer:nth-child(4) {
  width: 20%;
}
.box-footer:nth-child(4) img {
  width: 45%;
}
.box-footer:nth-child(4) p {
  margin-bottom: 30px;
}
.Mitarbeiterlogin {
  display: flex;
  flex-wrap: wrap;
  padding: 10% 5%;
  border-radius: 5px;
  border:thin solid #ffffff;
  color: #fff;
  font-size: 0.8rem;
}
.Mitarbeiterlogin:hover {
  background: white;
  color: #000000;
  font-weight: bold;
  box-shadow: 2px 2px 20px #fff;
}
.Mitarbeiterlogin:hover a{
  color: #000;
}
.box-footer:last-child{
  display: flex;
  flex-direction: column;
  width: 8%;
  margin-bottom: 2%;
  margin-top: 6%;
  margin-right: 0;
}
.box-footer:last-child img{
  width: 40%;
}
.box-footer:last-child a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AGB {
  display: block;
  text-align: center;
  width: 85%;
  padding: 3% 0;
  border: thin solid white;
  border-radius: 5px;
  margin-top: 30px;
}
.AGB:hover{
  color: #000;
  background: white;
  font-weight: bold;
  box-shadow: 2px 2px 20px #fff;
}


/*****INDEX PAGE ********/
/************************/
.powered {
  font-size: 0.6rem;
  display: block;
  text-align: right;
  width: 98%;
  padding-right: 2%;
}
#container-index {
  height: 100%;
  width: 100%;
}
#upper-index {
  display: flex;
  flex-direction: column;
  background:url(../images/background/index/index-background.jpg) no-repeat;
  background-size:cover;
  padding: 0 0 0 0;
  border-bottom-color:#000000;
  border-bottom-style: outset;
  border-bottom-width: medium;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.herzlichwillkommen {
  width: 40%;
  height: 50%;
  margin: 2% 0 15% 20%;
  text-align: center;
  padding: 2%;
  background:linear-gradient(to top right,
    rgba(255, 255, 255, 0) 10%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 1) 70%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 0) 90%,
    rgba(255, 255, 255, 0) 100%);
  border-radius: 5px;
  text-shadow: 2px 2px 1px #ffffff;
  line-height: 1.5;
}
.unternehmen {
  margin: 0 30% 2% 3%;
  padding: 1% 20% 0 2%;
  text-align:justify;
  line-height: 1.5;
  background-image: linear-gradient(to bottom left,
    rgba(255,255,255,0) 10%,
    rgba(255,255,255,0.5) 20%,
    rgba(255,255,255,0.7) 30%,
    rgba(255,255,255,1) 40%,
    rgba(255,255,255,1) 60%);
  font-size: 1rem;
  border-radius: 5px;
}
.transp-index {
  background: url("../images/background/Fahrzeuge/background-LW.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 100% 100%;
  margin: 20% 0 0 0;
  padding: 0 30% 40% 0;
  width: 100%;
  text-align: left;
}

#main-index-img {
  background-image:url(../images/background/index/Setra-Anhn-index.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 40%;
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 0 0 0;
  padding-bottom: 23%;
}

#main-index {
  background:linear-gradient(to bottom left,
  rgba(255, 255, 255, 1) 5%,
  rgba(204, 204, 204, 1) 10%,
  rgba(204, 204, 204, 1) 12%,
  rgba(255, 255, 255, 1) 20%,
  rgba(255, 255, 255, 1) 30%,
  rgba(255, 255, 255, 1) 50%,
  rgba(255, 255, 255, 1) 60%,
  rgba(204, 204, 204, 1) 70%,
  rgba(255, 255, 255, 1) 80%,
  rgba(255, 255, 255, 1) 100%);
}

.covid {
  width: 100%;
  padding: 2% 20% 2% 20%;
  border-top-color:#000000;
  border-top-style: outset;
  border-top-width: medium;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
    background:linear-gradient(to bottom right,
    rgba(211, 211, 213, 1) 5%,
    rgba(211, 211, 213, 1) 15%,
    rgba(255, 255, 255, 1) 20%,
    rgba(211, 211, 213, 1) 25%,
    rgba(211, 211, 213, 1) 50%,
    rgba(255, 255, 255, 1) 60%,
    rgba(211, 211, 213, 1) 80%,
    rgba(211, 211, 213, 1) 90%,
    rgba(211, 211, 213, 1) 95%);
  color: #1430a8;
  font-weight: bold;
  text-shadow: 1px 1px #ffffff;
  line-height: 1.5;
}

.covid img {
  max-width: 50%;
  max-height: auto;
  object-fit: contain;
}
.annulliert{
  width: 26%;
  margin: 1%;
  opacity: 1;
  background: url(../images/Reisen/2020/abgesagt.png) no-repeat;
  background-size: contain;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  background-position: center;
}
.annulliert .box-index {
  width: 100%;
  margin: 0;
  padding: 0 0 8% 0;
  opacity: 0.3;
}

.box-index {
  width: 29%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0 0 2% 0;
  margin: 1%;
  border: thin solid #fecc00;
  background:white;
  border-radius: 5px;
}
.box-index h3{
  display: flex;
  justify-content: center;
  text-shadow: 1px 1px 1px #fdefb4;
}
.box-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-box-index {
  width: 80%;
}
.img-box-index img {
    margin:0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.desc-box-index {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
.desc-box-index ul{
  margin-left: 4%;
}
.desc-box-index ul li{
  padding-top: 5px;
}
.desc-box-index img {
  margin-top: -20px;
  width: 40%;
  align-self: center;
}
.box-index h3.old {
  text-shadow: 1px 1px 1px #d3dff9;
}
.buchen-index {
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  width: 100%;
  margin: 5% 0 0 0;
  padding: 0;
}
.box-buchen-index {
  width: 40%;
  padding: 2% 0;
  margin:0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  border:thin solid #fecc00;
  border-radius: 5px;
}
.index-buchen-buna {
  display: flex;
  align-self: center;
  width: 70%;
  border: thin solid #fecc00;
  border-radius: 40px;
  font-weight: bold;
  color: #fe0000;
  padding: 2% 0 2% 10%;
  background-color: rgba(254, 204, 0, 0.53);
}
.index-buchen-buna:hover{
  background: #fe0000;
  color: #ffffff;

}
.box-buchen-index:hover{
  border-radius: 40%;
}
.box-covid {
  width: 100%;
  padding: 0 2%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-top-color:#424f65;
  border-top-style: outset;
  border-top-width: thin;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.box-covid h3{
  width: 100%;
  display: block;
  text-align: center;
}
.box-covid img {
  width: 40%;
}
.box-covid img:hover{
  transform:scale(1.5, 1.5);
}
.covid-desc {
  width: 50%;
}
.box-covid ul li{
  margin: 5px;
}
#alteReisen {
  width: 100%;
  height:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 0;

  background:linear-gradient(to bottom left,
  rgba(204, 204, 204, 1) 5%,
  rgba(255, 255, 255, 1) 10%,
  rgba(255, 255, 255, 1) 12%,
  rgba(204, 204, 204, 1) 20%,
  rgba(204, 204, 204, 1) 30%,
  rgba(204, 204, 204, 1) 50%,
  rgba(204, 204, 204, 1) 60%,
  rgba(255, 255, 255, 1) 70%,
  rgba(204, 204, 204, 1) 80%,
  rgba(204, 204, 204, 1) 100%);
  border-top-color:#000000;
  border-top-style: outset;
  border-top-width: medium;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.index-alt-neu {
  display: block;
  text-align: center;
  width: 100%;
  padding: 3% 0 0 0;
  margin-bottom: 5%;
  font-size: 1.2rem;
  color: white;
  text-shadow: 2px 2px 1px #000, 2px 2px 3px #424f65, 2px 2px 5px #7187ab;
}
.box-alteReisen {
  width: 26%;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:0 0 2% 0;
  margin: 1%;
  border: thin solid #424f65;
  background:white;
  border-radius: 5px;
}
.box-alteReisenVideo {
  width: 26%;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content:end;
  padding:0 0 1% 0;
  margin: 1%;
  border: thin solid #424f65;
  background:white;
  border-radius: 5px;
}
.box-alteReisen h3{
  display: flex;
  justify-content: center;
  color: #000000;
}
.img-box-alt {
  width: 60%;
}
.img-box-alt img {
    margin:0;
    width: 100%;
}
.box-buchen-alteReisen {
  width: 40%;
  padding: 2% 0;
  margin:0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  border:thin solid #424f65;
  border-radius: 5px;
}
.box-buchen-alteReisen:hover{
  border-radius: 40%;
}
.desc-box-alt{
  display: block;
  text-align: center;
  width: 80%;
  height: 110px;
  font-size: 0.9rem;
}
.indexVideo {
  
}

/*KONTAKT******************************/

.formularinaktiv {
  width: 70%;
  background: #ffffff;
  padding: 2%;
}
#Kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:0;
  padding: 0 0 0 0;
  background:url(../images/background/LandschKontakt.jpg) no-repeat;
  background-size:cover;
  background-position: bottom;
}
.Konthalb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0.8) 20%,
    rgba(255, 255, 255, 0.5) 40%,
    rgba(255, 255, 255, 0) 80%
    );
}
#Kontaktleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5% 0;
}
#Kontaktleft img {
  width: 80%
}
#Kontaktleft h2 {
  margin: 0 0 5% 0;
}
#Kontaktleft h4 {
  font-size: 1rem;
}
.qr-visitenkarte {
  width: 20%;
}
#map-box a{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin: 5% 0 0 0;
}
#map-box img:hover{
  box-shadow: 5px 5px 100px #424f65;
}
#map-box h2 {
  display: block;
  text-align: center;
  width: 50%;
  background-color: white;
  padding: 2%;
  border-radius: 5px;
  font-size: 1.1rem;
}
#map-box h2:hover{
  border: 1px solid #314f87;
  background:linear-gradient(to top, #424f65, 25%, #7187ab 50%, #424f65 90%);
  color: #ffffff;
}
#Kontaktright {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 1% 0 5% 0;
  align-items: center;
}
.Konthalb h1 {
  font-size: 1.7rem;
}
#Kontaktright h2 {
  font-size: 1.2rem;
  margin-bottom: 5%;
}
#KontaktFormular ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#KontaktFormular ul li {
  width: 100%;
  margin: 2% 0 0 0;
  display: flex;
}
#KontaktFormular ul li label {
  width: 100px;
  padding: 5px;
  margin-right: 2%;
  background: rgba(255,255,255,0.7);
  border-radius: 5px;
  border: none;
}
#KontaktFormular ul li input {
  width: 350px;
  padding: 5px;
  border: none;
  font-family: 'Ruda', sans-serif;
  font-size: 0.9rem;
  border-radius: 5px;
  border: thin solid #ccc;
}
#KontaktFormular ul li select {
  width: 160px;
  font-family: 'Ruda', sans-serif;
  font-size: 0.9rem;
  border: none;
  border-radius: 5px
}
#KontaktFormular ul li textarea {
  width: 350px;
  height: 100px;
  padding: 5px;
  border: none;
  overflow: auto;
  font-family: 'Ruda', sans-serif;
  font-size: 0.9rem;
  border-radius: 5px;
  border: thin solid #ccc;
}
#KontaktFormular #NachrichtSenden {
  margin: 10px 0 10px 110px;
  height: 40px;
  padding: 5px;
  font-family: 'Ruda', sans-serif;
  font-size: 16px;
  color: #fe0000;
  font-weight: bold;
  border-radius: 5px;
  background: linear-gradient(to top, white 10%, #e1e0e0 50%, white 90%);
  border: 1px solid #cccccc;
}
#KontaktFormular #NachrichtSenden:hover{
  border: 1px solid #314f87;
  background:linear-gradient(to top, #424f65, 25%, #7187ab 50%, #424f65 90%);
  color: #ffffff;
}


/*TEAM******************************/
#teambackground {
  background-image: url(../images/background/background-team.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position:top center;
  margin: 0;
}
#team-box-all {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40%;
}
.box-team {
  width: 45%;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  margin: 2% 2% 2% 2%;
  border-bottom: 1px solid #fecc00;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px inset #fecc00;
  box-shadow: 1px 1px 3px #fecc00;
}
.box-team:hover{
  background-image:linear-gradient(to top left,
    #fef5cf, #ffffff, #ffffff);
  box-shadow: none;
}
.pictTeam img {
  border-radius: 5px 0 0 5px;
  margin-bottom: -5px;
}
.descTeam {
  padding: 0 0 0 5%;
  width: 95%;
}
.descTeam ul {
  width: 95%;
  padding-left: 20px;
}
.descTeam h3 {
  width: 100%;
}
/*FAHRZEUGE************/
#Fahrzeuge {
  display: flex;
  flex-direction: column;
}
#Fahrzeuge h2 {
  color: #0c0840;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 8px 0 8px;
  padding: 5px;
  
}
.boxReisebus {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:2% 10% 40% 60%;
  background:
  url('../images/background/Fahrzeuge/Setra511.jpg');
  background-repeat: no-repeat;
  background-size:100%;
}

.boxLKW {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10% 2% 10% 60%;
  background-image:url('../images/background/Fahrzeuge/LW-background.jpg');
  background-size: 100%;
  background-repeat: no-repeat;
}


.pictFahrzeug {
  width: 350px;
  overflow: hidden;
  position: relative;
  display: flex;
  margin-bottom: -5px;
  
  border: 5px double #ffffff;
  border-radius: 0 20px 0 20px;
}


/*FOTO-GALERIE******************************/
#Galerie {
  padding: 5% 0 30% 0;
  background:url(../images/background/Galeriebackground.jpg) no-repeat;
  background-size: cover;
}
#Galerieoeben {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 40%;
  width: 100%;
  padding-top: 3%;
}
.boxGalerie {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 0 0 2% 0;
  margin-bottom:3%;
  color: #000;
  text-shadow: 1px 1px #fff;
  border: thin solid white;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #000;
  background-image:linear-gradient(to top,
            rgba(255,255,255,0.2) 10%,
            rgba(255,255,255,0.6) 30%,
            rgba(255,255,255,0.9) 50%,
            rgba(255,255,255,0.6) 70%,
            rgba(255,255,255,0.2) 98%
            );
}
.boxGalerie:hover{
  box-shadow: 2px 2px 20px #0c338c;
}
.descGalerie {
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 96%;
  padding: 0 2%;
  margin: 0;
}
.descGalerie h3{
  font-size: 1.1rem;
  display: block;
  text-align: center;
}
.pictGalerie {
  display: flex;
  flex-direction: row;
  width: 200px;
  height: 112px;
  overflow: hidden;
  position: relative;
}
.pictGalerie img a {
  width: 100%;
}
.videoGalerie {
  width: 50%;
  height: 50%;
}


/*BUCHUNGSFORMULAR******************************/

form ul, form ul li, form li a {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toppicture {
  width: 100%;
  margin: 0 0 -5% 0;
  height: auto;

}
#Buchungsformular {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 0 10% 0;
  background: linear-gradient(to top,
    #424f65 10%,
    #7187ab 20%,
    #424f65 30%,
    #424f65 50%,
    #424f65 70%,
    #7187ab 80%,
    #ffffff 99%);
  color: #ffffff;
}
#buchentop {
  width: 85%;
  display: flex;
  justify-content:center;
  border:none;
  margin: 0 0 0 0;
  padding: 25% 5% 10% 10%;
  background:url("../images/background/Buchungsformular/SetraBuchung.png") no-repeat;
  background-size:25%;
  background-position: 10% 10%;
}
#buchentop li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#buchentop label {
  margin-right: 5%;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
  font-size: 1.3rem;
  background-color: #fe0000;
  border-radius: 5px;
}
#buchentop select{
  display: block;
  font-family: 'Ruda', sans-serif;
  font-size: 1rem;
  color: #000000;
  border-radius: 5px;
  height:fit-content;
  padding: 10px 50px 10px 50px;
  font-weight: bold;
  border: thin solid red;
  visibility: visible;
}
#buchenleft {
  width: 45%;
  border:none;
  margin: 0 2% 0 0;
}
#Anrede {
  padding: 5px 20px;
}
#buchenleft ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#buchenleft ul li {
  display: flex;
  flex-direction: row;
  margin: 2% 0;
}
#buchenleft ul li input {
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#buchenleft ul li select {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#buchenleft ul li label {
  width: 100px;
  display: flex;
  padding: 5px 0 5px 0;
}
#buchenright {
  width: 45%;
  border: none;
  margin: 0;
}
#buchenright ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#buchenright ul li {
  display: flex;
  flex-direction: row;
  margin: 2% 0;
}
#buchenright ul li input {
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#buchenright ul li select {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#buchenright ul li label {
  width: 150px;
  display: flex;
  padding: 5px 0 5px 0;

}
#buchenright ul li label#LabelVersicherung {
  width: 220px;
}
#buchenright ul li label#GebReiseversicherung {
  width: 150px;
}
#buchenright ul li input.NEIN {
  margin-left: 30px;
}
#buchenKom {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
}
#buchenKom p {
  margin-left: 5%;
}
#buchenKom ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#buchenKom ul li {
  display: flex;
  flex-direction: row;
}
#buchenKom ul li label {
  width: 100px;
  padding: 5px 0 5px 0;
}
#buchenKom ul li textarea {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
  width: 500px;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 5% 0;
}
#BuchungSenden {
  display: flex;
  font-family: 'Ruda', sans-serif;
  font-size: 1rem;
  padding: 10px 20px 10px 20px;
  margin: 0;
  border-radius: 5px;
  box-shadow: 2px 1px 2px #333;
  background-image: linear-gradient(to top, #CCC 10%, #fff 50%);
  color:red;
}
#BuchungSenden:hover{
  border: thin solid white;
  background-image:linear-gradient(to top, #7187ab, #fff, #7187ab);
  color: #000;
}
.website {
  display: none;
}
#Gutscheinall {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  background:url(../images/background/Hintergrund-Gutschein.jpg) no-repeat;
  background-size:100%;
  padding: 28% 5% 0 5%;
}
#Gutscheinleft {
  border: none;
  display: flex;
  width: 40%;
  margin-bottom: 5%;
}
#Gutscheinleft ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Gutscheinleft ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 0 5px 0;
}
#Gutscheinleft ul li label {
  width: 100px;
  padding: 5px 0 5px 0;
}
#Gutscheinleft ul li input {
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#Gutscheinleft ul li select {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#listAnrede {
  padding: 5px 20px;
}
#Gutscheinright {
  border: none;
  display: flex;
  width: 40%;
  margin: 0;
}
#Gutscheinright ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#Gutscheinright ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 0 5px 0;
}
#Gutscheinright ul li label {
  width: 100px;
  padding: 5px 0 5px 0;
}
#Gutscheinright ul li input {
  width: 250px;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#Gutscheinright ul li textarea {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
  width: 250px;
  height: 100px;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 10% 0;
}
#Gutscheinright ul li input#GutscheinSenden {
  border-radius: 5px;
  box-shadow: 2px 1px 2px #333;
  background-image: linear-gradient(to top, #CCC 10%, #fff 50%);
  padding: 10px;
  margin: 0 0 0 100px;
  font-size: 1rem;
  color: red;
}
#Gutscheinright ul li input#GutscheinSenden:hover {
  border: thin solid white;
  background-image:linear-gradient(to top, #424f65, #7187ab, #424f65ab);
  color: #fff;
}


/*TRANSPORTE******************************/
#transporte {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background:white;
}
.transporte-oben {
  width: 100%;
  margin: 0;
  background-image:url("../images/background/Fahrzeuge/background-LW.png");
  background-repeat: no-repeat;
  background-size:70%;
  background-position: bottom right;
  padding: 0 0 20% 0;
}
.transporte-oben-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background:linear-gradient(to bottom right,
    rgba(255,255,255,0) 10%,
    rgba(204, 204, 204, 1) 25%,
    rgba(255,255,255,1) 35%,
    rgba(255,255,255,1) 40%,
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,1) 60%,
    rgba(255,255,255,0) 70%);
}
.transp-left{
  width: 60%;
  display: flex;
  flex-direction: column;

}
#box-transporte {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#box-transporte p{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: 20%;
  margin: 5% 5% 0 5%;
  padding: 5% 0 0 0;
  font-size: 1rem;
}
#box-transporte ul {
  display: flex;
  flex-direction: column;
  width: 40%;
}
#KontaktformTransp {
  display: flex;
  flex-direction: column;
  margin: 5% 5% 0 5%;
  padding: 5%;
}
#KontaktformTransp ul {
  display: flex;
  flex-direction: column;
}
#KontaktformTransp ul li {
  display: flex;
  flex-direction: row;
  margin: 5px 0 5px 0;
}
#KontaktformTransp ul li label {
  width: 100px;
  padding: 5px 0 5px 5px;
}
#KontaktformTransp ul li input {
  width: 300px;
  padding: 5px;
  font-size: 14px;
  font-family: 'Ruda', sans-serif;
  border: thin solid #9baecc;
}
#KontaktformTransp ul li select {
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
}
#KontaktformTransp ul li textarea {
  width: 300px;
  height: 100px;
  padding: 5px;
  overflow: scroll;
  font-family: 'Ruda', sans-serif;
  font-size: 14px;
  border: thin solid #9baecc;
}
#KontaktformTransp #KontTranspSenden {
  background: linear-gradient(to top, #9ca6b6, #fff, #9ca6b6);
  padding: 20px 5px 20px 5px;
  color: #000000;
  font-weight: 700;
}
#KontaktformTransp #KontTranspSenden:hover{
  background: linear-gradient(to top, #7187ab, #ffffff, #7187ab);
}
.transp-right {
  padding: 15% 5% 0 0;
  width: 35%;
}
.transpvideo {
  width: 100%;
  height: 50%;
  padding: 0 0 0 0;
  margin: 30% 0 0 0;
  background-image:url(../images/Video/Kleibenzettl-Coop.JPG);
  background-repeat: no-repeat;
  background-size: contain;
}
.transp-right video {
  max-width: 100%;
  height: auto;
}
.transporte-unten {
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background: #424f65;
  border-bottom: thin solid white;
  border-top: thin solid white;
}
.transporte-unten h1{
  padding: 0 0 2% 0;
  color: white;
}
.TransportTeam {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  justify-content:space-around;
}
.TransportTeam h3{
  margin-left: 10%;
}
.TranspTeamBox {
  display: flex;
  flex-direction: row;
  flex-wrap:wrap;
  border: thin solid #ffffff;
  margin: 0 0 2% 0;
  background: white;
  width: 40%;
}
.descTransport {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.pic-Transport {
  width: 30%;
  margin-bottom: -6px;
}
.pic-Transport img {
  width: 100%;
}

/*LIMOUSINEN-SERVICE*******************/
#Limo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top,
  #ffffff 2%,
  #7187ab 20%,
  #424f65 60%,
  #7187ab 80%,
  #ffffff 98%);
}
.upperLimo{
  width: 78%;
  padding: 2% 1%;
  margin: 5% 0 4% 0;
  line-height: 1.8;
  background: #ffffff;
  display: block;
  text-align: center;
  box-shadow: 2px 2px 20px #424f65;
  border-radius: 10px;
}
.upperLimo ul{
  display: block;
  text-align: center;
  list-style: none;
  line-height: 1.8;
}
.upperLimo img {
  width: 2%;
}
.bottomLimo{
  width: 80%;
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content:center;
}
.boxLimo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 5% 0;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #424f65;
  background: #ffffff;
}
.pictLimo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pictLimo img{
  height: auto;
  width: 40%;
  margin: 2%;
}





/*SCHULBUS******************************/
#Schulbus {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#WappenSchulbus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10% 45% 10%;
  background-image: url("../images/Schulbus/Schultransporte-background.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#WappenSchulbus h2 {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 0 5% 0;
}
#Schulbustext {
  margin: 0 10% 0 10%;
  padding: 1% 3% 1% 3%;
  background: #ffffff;
  color: #424f65;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 5px;
  border: 3px solid #424f65;
  box-shadow: 3px 3px 20px #424f65;
}
#Schulbustext1 {
    display: block;
    text-align: center;
    margin: -2% 10% 5% 10%;
    background: #ffffff;
    padding: 1% 3%;
    border-radius: 5px;
    border: thin solid #424f65;
    font-weight: bold;
    box-shadow: 3px 3px 20px #424f65;
    color: #2c333e;
    line-height: 1.5;
}
#Schulbustext1 img{
  width: 2%;
}
.esprinter {
  padding: 0 0 0 20%;
}
.esprinter img{
  width: 40%;
}
.boxSchulbus {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 13%;
  margin: 2%;
  padding: 1% 0 1% 0;
  background: linear-gradient(to top right, #ffffff 10%, #e1e0e0 50%, #CCCCCC 60%, #ffffff 90%);
  border-radius: 5px;
  font-size: 0.8rem;
}
.boxSchulbus img {
  width: 80%;
  height: auto;
  margin: 5% 0 0 0;
}
#Fahrplancontainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10% 0;
  background-image:linear-gradient(to top right, #fff 10%, #ccc 20%, #fff 30%, #fff 70%, #ccc 80%, #fff 90%);
}
#Fahrplancontainer h2{
  margin: 7% 0 5% 0;
}
.Fahrplan {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 2% 0 0 0;
}
.imgFahrplan {
  width: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgFahrplan img{
  width: 100%;
}
.Fahrplantext {
  display: flex;
  flex-direction: row;
  width: 88%;
  padding: 2% 2% 2% 2%;
  margin: 0 0 0 3%;
  display: flex;
  align-items: center;
  font-size: 1rem;
  border-radius: 5px;
  border: thin solid #7187ab;
  box-shadow: 3px 3px 20px #424f65;
  background: white;
}
.Fahrplantext:hover{
  background:linear-gradient(to top,
    #7187ab 5%, #ffffff 50%, #7187ab 95%);
}
.FText1{
  width: 23%;
}
.FText2{
  width: 77%;
}
.FText3 {
  display: block;
  float: right;
  color: red;
  font-style: italic;
  font-size: 12px;
}
#Schulbus-bottom {
  width: 65%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 5% 15% 0 20%;
}
.Schulbusregel {
  text-align: center;
  width: 30%;
  padding: 2% 0 2% 0;
  font-size: 1rem;
  border: thin solid #7187ab;
  border-radius: 5px;
  box-shadow: 3px 3px 20px #424f65;
}
.Schulbusregel:hover {
  background-image:linear-gradient(to top, #424f65, #7187ab, #424f65);
  color: white;
  border: thin solid white;
}
.SchulbusCovid {
  padding: 0 2%;
  width: 60%;
  background-image: linear-gradient(to top right, #424f65 20%, #7187ab 30%, #424f65 50%,
    #424f65 70%, #7187ab 80%, #424f65 95%);
  color: white;
  border-radius: 10px;
  border: thin solid #ffffff;
  list-style-position: outside;
}
.SchulbusCovid ul li:first-child {
  padding: 0;
}
.SchulbusCovid ul li{
  padding: 4% 0 0 0;
}
.SchulbusCovid p{
  font-size: 0.9rem;
  text-align: right;
  font-style: italic;
}
.Busnatel {
  margin-top: 5%;
  padding: 2%;
  border: thin solid #7187ab;
  border-radius: 5px;
  box-shadow: 3px 3px 20px #424f65;
}
.Busnatel ul{
  line-height: 1.8;
  font-weight: bold;
}
.BusnatelNr {
  padding: 0 0 0 10px;
}

/*PNEUSERVICE*******************/
#Pneuservice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
}
#Pneuservice img {
  margin-top: 6%;
  width: 100%;
  height: 100%;
}
#containerPneu {
  width: 80%;
  margin-top: -5%;
  margin-bottom: 10%;
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: thin solid #fecc00;
  box-shadow: 1px 1px 10px #fecc00;
  background:white;
}
#containerPneu img {
  width: 30%;
  height: auto;
  display: block;
  margin: 0 2% 2% 2%;
}

/*DANKE******************************/
#danke {
  background:url(../images/background/backgrDanke.jpg) no-repeat;
  height: 800px;
  background-size: 100%;
  background-position: top;
  margin: 25% 0 0 0;
}
#box-danke {
  padding: 10% 5% 0 60%;
  width: 40%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0px 1px 1px #fecc00;
}

/*WERBEPARTNER***********************/
#Werbepartner {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2% 0 0 0;

}
#Werbepartner p {
  display: block;
  text-align: center;
  width: 60%;
  padding: 0;
  font-size: 1.8rem;
  color: #424f65;
  text-shadow: 
  1px 1px 2px #a2a1ba, 
  0 0 25px #65648b;
}
#Werbepartner-Box{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:space-around;
}
.boxPartner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  border: thin solid #cccccc;
  background: linear-gradient(to bottom, #424f65 5%, #7187ab 20%);
  margin: 0 0 5% 0;
  border-radius: 5px;
}
.boxPartner:hover{
  box-shadow: 2px 2px 20px #0c338c;
}
.boxPartner a{
  display: block;
  text-align: center;
  color:#ffffff;
  font-size: 16px;
}
.boxPartner img {
  width: 100%;
  margin-bottom: -5px;
}
#links {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  margin: 5% 0 0 0;
  border-top-color:#000000;
  border-top-style: outset;
  border-top-width: medium;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding:2% 0 0 5%;
  background-image:linear-gradient(to top right,
    rgba(255, 255, 255, 1) 5%,
    rgba(204, 204, 204, 1) 10%,
    rgba(204, 204, 204, 1) 12%,
    rgba(255, 255, 255, 1) 20%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 60%,
    rgba(204, 204, 204, 1) 70%,
    rgba(255, 255, 255, 1) 80%,
    rgba(255, 255, 255, 1) 100%
  );
}
#links h2{
  font-size: 1.5rem;
  text-shadow: 2px 2px 10px #7187ab;
}
#boxlinks {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5% 0 0 0;
}
#links ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
}
#links ul li {
  display: flex;
  width: 50%;
}
#boxlinks a:hover {
  font-weight: bold;
  text-shadow: 2px 2px 10px #7187ab;
  font-style: normal;
}


/*NEWS***NEWS****NEWS********************/

#News {
  width: 100%;
  background:url(../images/News/papiliorama3.png) no-repeat;
  background-size:cover;
  background-position: 80% 60%;
}
.papiliorama {
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 100%;
  padding: 0 0 30% 0;
  background:url(../images/News/LKW4-ag.png) left bottom no-repeat,
  url(../images/News/integro3-ag.png) right bottom no-repeat;
  background-size: 52%;
}
.papilioramahead {
  padding: 0 0 25% 0;
  background: url(../images/News/papiliorama2a.jpg) no-repeat;
  background-size: contain;
  width: 100%;
}
.papilioramahead p {
  display: block;
  text-align: center;
  width: 60%;
  margin-top:0;
  padding: 5% 5% 5% 5%;
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px #0c0840, 0 0 25px #000000, 0 0 5px #0c0840;
}
.papilioramabox {
  width: 80%;
  padding: 1% 3%;
  margin: 0 0 10% 0;
  border-radius: 5px;
  background-color: #062617;
  box-shadow: 2px 2px 10px #424f65;
  color: #ffffff;
  line-height: 1.7;
  text-shadow: 1px 1px 2px #000000, 0px 0px 25px #ffffff, 0 0 5px #000000;
}






/*LOGIN****************************************/
.Login {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top,
    rgba(66,79,101,1) 10%,
    rgba(255,255,255,1) 40%,
    rgba(255,255,255,1) 80%);
  border-bottom: thin solid #ffffff;
}
.Login-Bereich {
  margin: 5% 0 5% 0;
}


/*DSGVO************************************************************/
#dsgvo {
  width: 90%;
  padding: 5%;

}

/* Media Queries 0 - 900 px **************************************/
/* HEADER*/
@media (max-width: 900px) {


  .hiddensmall {
    visibility: hidden;
  }
  
  /*header new*/
  body {
    overflow-x: hidden;
  }

  .nav-links {
    position: fixed;
    right: 0px;
    height: 80%;
    top: 14%;
    width: 60%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }

  .nav-links li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    font-size: 1rem;
    opacity: 0;
  }
  .nav-links li:hover {
    background: #ffffff;
  }
  .nav-links li a {
    text-shadow: 1px 1px 2px #cccccc;
  }
  header nav ul li ul {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nav-links li ul li {
    width: 100%;
    border:none;
    text-align:center;
    font-weight: normal;
    text-transform: none;
    font-size: 0.9rem;
  }


  header nav ul li:first-child {
    width: 10%;
  }
  header nav ul li:last-child {
    width: 100%;
  }
  header nav ul li:nth-child(2){
    width: 100%;
  }
  header nav ul li:nth-child(3){
    width: 100%;
  }
  header nav ul li:nth-child(4){
    width: 100%;
  }
  header nav ul li:nth-child(5){
    width: 100%;
  }
  header nav ul li:hover ul {
    margin: 0;
  }
  
  .burger {
    display: block;
  }
  .nav-active {
    transform: translateX(0%);
  }
  .backHome {
    display: block;
    width: 30%;
  }
  @-webkit-keyframes navLinkFade{
    from{
      opacity: 0;
      transform: translateX(50px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }

  @keyframes navLinkFade{
    from{
      opacity: 0;
      transform: translateX(50px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
  }
  .toggle .line2{
    opacity: 0;
  }
  .toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
  }


  /*FOOTER*/
  footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.9rem;
  }
  .box-footer {
    width: 30%;
  }
  .box-footer:first-child {
    display: block;
    text-align: center;
    width: 90%;
    margin: 5% auto 5% auto;
    font-size: 0.9rem;
  }
  .box-footer:nth-child(2){
    display: block;
    width: 30%;
    text-align: center;
    padding: 0 5%;
    margin-right: 0;
  }
  .box-footer:nth-child(3){
    display: block;
    text-align: center;
    width: 30%;
    padding: 0 5%;
  }
  .box-footer:nth-child(3) img{
    width: 40%;
  }
  .box-footer:nth-child(4){
    width: 30%;
    display: block;
    text-align: center;
  }
  .box-footer:last-child{
    width: 20%;
    padding: 2%;
    margin-left: 5%;
  }
  .box-footer:last-child p {
    font-size: 1rem;
    padding: 10% 15%;
  }
  .box-footer:last-child img {
    width: 25%;
  }
  .Mitarbeiterlogin {
    margin-bottom: 20%;
  }
  .AGB {
    width: 50%;
    margin-left: 25%;
  }

  /*INDEX*/
  #upper-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    background:url(../images/background/body-background-small1.jpg) no-repeat;
    background-size:cover;
  }
  .herzlichwillkommen {
    width:80%;
    margin: 10% 0 20% 0;
    background:linear-gradient(to top right,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0) 50%,
      rgba(255, 255, 255, 0) 60%,
      rgba(255, 255, 255, 1) 70%,
      rgba(255, 255, 255, 1) 80%,
      rgba(255, 255, 255, 0) 90%,
      rgba(255, 255, 255, 0) 100%);
  }
  .unternehmen {
    margin: 0 30% 2% 3%;
    padding: 1% 20% 0 2%;
  }

  .transp-index {
    margin: 0;
  }

  #main-index {
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:0;
    padding: 5% 0 0 0;
  }
  #main-index-img {
    padding-bottom: 25%;
    background-size: 50%;
  }
  .covid {
  padding: 2% 10% 2% 10%;
}


  
  .annulliert{
    width: 36%;
    margin: 0 2% 5% 2%;
  }
  .annulliert .box-index {
    width: 100%;
    margin: 0;
    padding: 0 0 8% 0;
  }
  .box-index {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 45%;
    margin: 0 2% 5% 2%;
    padding-bottom: 3%;
  }
  .box-buchen-index {
    padding:4% 0;
  }
  .box-alteReisen {
    width: 36%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 3%;
    margin: 0 5% 5% 0;
  }
  

  /*KONTAKT*******************/

    .Konthalb {
      width: 100%;
      box-shadow: none;
      border-radius: 0;
    }
    .qr-visitenkarte {
      width: 30%;
    }
    #map-box {
      margin-bottom: 10%;
    }
    #map-box img{
      width: 60%;
    }
    #map-box a{
      margin-top: 0;
    }
    #map-box h2 {
      color: black;
      text-shadow: none;
    }
    #Kontakt h1 {
      align-self: center;
    }
    #KontaktFormular #NachrichtSenden {
      align-self: center;
      width: 40%;
      padding: 3% 0;
      height: auto;
      font-size: 1rem;
      font-family: 'Ruda', sans-serif;
      color: red;
    }

    /*TEAM*******************/
    #teambackground {
      justify-content: center;
    }
    #team-box-all {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .box-team {
      width: 70%;
      font-size: 0.9rem;
    }
    .descTeam {
      padding-left: 10px;
    }
    .descTeam ul {
      padding-left: 20px;
    }

    
    /*FAHRZEUGE****************/
    .boxLKW{
      background-image:url('../images/background/Fahrzeuge/LW-background-1.jpg');
      padding: 20% 2% 2% 50%;
    }
    .boxReisebus {
      background-image:url('../images/background/Fahrzeuge/Setra511-1.jpg');
      padding: 0% 2% 25% 60%;
    }
    .pictCar {
      width: 250px;
      height: 149px;
      background-image:url('../images/Fahrzeuge/Car/Setra-beide-kl-resp1.jpg');
    }
    .pictLKW {
      width: 250px;
      height: 149px;
      background-image:url('../images/Fahrzeuge/LKW/Actros-kl-1-resp1.jpg');
    }
    .pictFahrzeug img {
      visibility: hidden;
    }

    /*LIMOSERVICE******************/
    .upperLimo{
      font-size: 0.9rem;
    }
    .upperLimo img {
      width: 3%;
    }

    /*FOTO GALERIE**************************/
    #Galerie {
      padding: 5% 0 30% 0;
      background:url(../images/background/Galeriebackgroundklein.jpg) no-repeat;
      background-size: cover;
    }
    .descGalerie {
      width: 90%;
      margin-right: 0;
    }
    .boxGalerie{
      width: 40%;
    }
    .descGalerie h3{
      font-size:1rem;
    }
    .videoGalerie {
      width: 80%;
      height: 80%;
    }

  /*BUCHUNGSFORMULAR********************/

  #buchentop {
    justify-content: center;
    padding: 30% 5% 10% 10%;
    background-size: 30%;
  }
  #buchentop label {
    color: #ffffff;
    text-shadow: none;
  }
  #buchentop select {
    visibility: visible;
  }
  #buchenleft {
    margin:0;
    width:47%;
    padding:0 0 0 3%;
  }
  #buchenright {
    margin:0;
    width:47%;
    padding:0 0 0 3%;
  }
  #buchenleft ul li {
    margin: 0 0 2% 0;
    flex-direction: column;
  }
  #buchenleft ul li label {
    padding: 8px 5px 0 5px;
  }
  #buchenleft ul li input {
    padding: 8px 5px 8px 5px;
  }
  #buchenleft select {
    height: auto;
  }
  #buchenright select {
    height: 30px;
  }
  #buchenright ul li {
    margin: 0 0 2% 0;
    flex-direction: column;
  }
  #buchenright ul li label {
    padding: 8px 5px 0 5px;
  }
  #buchenright ul li input {
    padding: 8px 5px 8px 5px;
  }
  #buchenright ul li label#GebReiseversicherung {
    width: 250px;
  }
  #buchenright ul li label#LabelElektrovelo {
    width: 250px;
  }
  #buchenKom ul li {
    margin-top: 5%;
  }
  #buchenKom ul li textarea {
    width: 350px;
  }
  #buchenKom #BuchungSenden {
    padding: 15px 10px 15px 10px;
  }
  #Gutscheinall {
    background:
    url('../images/background/Hintergrund-Gutschein.jpg') no-repeat,
    linear-gradient(380deg,
      rgba(255,255,255,0.5) 20%,
      rgba(66,79,101,0.3) 30%,
      rgba(255,255,255,0.5) 40%);
    background-size: 100%;
    background-position: top;
    padding: 30% 0 0 5%;
    margin: 0 0 2% 0;
  }
  #Gutscheinleft ul li {
    flex-direction: column;
  }
  #Gutscheinleft ul li input {
    padding: 8px 5px 8px 5px;
  }
  #Gutscheinleft ul li select {
    height: 30px;
  }
  #Gutscheinright ul li {
    flex-direction: column;
  }
  #Gutscheinright ul li input {
    padding: 8px 5px 8px 5px;
  }
  #Gutscheinright ul li input#GutscheinSenden {
    margin: 0 0 0 0;
    width: 200px;
  }

  /*TRANSPORTE*******************/

  .transporte-oben {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0;
    padding:0 0 40% 0;
    background-size: 80%;
  }
  .transporte-oben-inner {
    width: 100%;
    margin: 0;
    padding:10% 0 0 0;
  }
  .transp-left{
    width: 100%;
  }
  #box-transporte p{
    width: 100%;
    height: 30%;
    margin: 0 0 5% 0;
    padding:0;
  }
  #box-transporte p{
    margin: 5% 2% 0 0;
    padding: 0;
  }
  #KontaktformTransp {
    height: 30%;
    margin: 0 0 0 5%;
  }
  .transp-right {
    width: 80%;
    padding: 0 10% 0 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .TransportTeam {
    width: 100%;
    justify-content: center;
  }
  .TranspTeamBox {
    width: 60%;
  }

  /*SCHULBUS*********************/

  #Schulbus {
    padding-top:0;
  }
  #WappenSchulbus {
    background-image:url("../images/Schulbus/Schultransporte-background.jpg");
    background-position: bottom;
  }
  .boxSchulbus {
    font-size: 0.7rem;
  }
  #Schulbustext {
    font-size: 0.9rem;
    margin-top: -6%;
    background: linear-gradient(to top right,
      #424f65 75%,
      #ffffff 85%,
      #424f65 100%);
  }
  #Schulbustext1 {
    font-size: 0.9rem;
  }
  #Schulbustext1 img{
    width: 3%;
  }
  .esprinter {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .esprinter img{
    width: 60%;
  }
  #Fahrplancontainer {
    width: 100%;
    padding-bottom: 10%;
  }
  #Fahrplancontainer h2 {
    margin-top: 10%;
  }
  .Fahrplan{
    width: 90%;
    margin:3% 2% 2% 0;
  }
  .imgFahrplan{
    width: 5%;
  }
  .Fahrplantext{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border:none;
    box-shadow: none;
  }
  .Fahrplantext:hover{
    border: thin solid #ffffff;
  }
  .border-black{
    border:2px solid #000000;
    box-shadow: 1px 1px 10px #424f65;
  }
  .border-grey{
    border:2px solid #999999;
    box-shadow: 1px 1px 10px #999999;
  }
  .border-green{
    border: 2px solid #148812;
    box-shadow: 1px 1px 10px #148812;
  }
  .border-yellow{
    border: 2px solid #f5f20f;
    box-shadow: 1px 1px 10px #f5f20f;
  }
  .border-blue{
    border: 2px solid #0a21f2;
    box-shadow: 1px 1px 10px #0a21f2;
  }
  .border-violet{
    border: 2px solid #c00de8;
    box-shadow: 1px 1px 10px #c00de8;
  }
  .border-orange{
    border: 2px solid #f78814;
    box-shadow: 1px 1px 10px #f78814;
  }
  .border-red{
    border: 2px solid #fe0000;
    box-shadow: 1px 1px 10px #fe0000;
  }
  .FText1{
    width: auto;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1rem;
  }
  .FText2 {
    width: auto;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .FText3 {
    display: flex;
    color: red;
    font-style: italic;
    font-size: 12px;
    padding-top: 2%;
  }
  .imgFahrplan {
    visibility: hidden;
  }
  .Fahrplanaenderung {
    width: 60%;
  }
  .Busnatel{
    width: 80%;
    font-size: 0.9rem;
  }
  .Busnatel ul{
    font-size: 1rem;
  }


  /*PNEUSERVICE************************/
  #containerPneu {
    width: 90%;
    padding:5% 0 2% 0;
    flex-direction: column;
    font-size: 0.9rem;
  }
  #containerPneu img:first-child {
    width: 50%;
    margin: 2% 2% 5% 2%;
  }
  #containerPneu img:nth-child(2) {
    width: 30%;
    margin:5% 2% 2% 2%;
  }

  /*NEWS*******NEWS************/

  .papilioramahead {
    padding: 0 0 25% 0;
  }
  .papilioramahead p{
    font-size: 1.4rem;
  }

  /*DANKE*******************/
  #danke {
    margin-top: 3%;
    background:url(../images/background/backgrDanke1.jpg) no-repeat;
    background-size: 100%;
  }
  #box-danke {
    line-height: normal;
    font-size: 16px;
  }

  /*WERBEPARTNER*******************/
  #Werbepartner {
    padding-top: 1%;
  }
  #Werbepartner p{
    font-size: 1.8rem;
  }
  #Werbepartner-Box{
    flex-direction: column;
    align-items: center;
  }
  .boxPartner {
    width: 60%;
    font-size: 1.2rem;
  }
  
  #boxlinks ul {
    align-items:center;
  }
  #links ul {
    display: flex;
    flex-direction: column;
  }
  #links ul li a:hover{
    color: red;
    font-weight: bold;
  }
  #links ul li a{
    padding-top: 10px;
  }

  

  /*Login*************/
  .Login-Bereich {
    margin: 0;
  }


}


/* Media Queries 0 - 600 px **************************************/

@media (max-width: 600px) {

  /*header new*/
  body {
    overflow-x: hidden;
  }

  .nav-links {
    position: fixed;
    right: 0px;
    height: 80%;
    top: 14%;
    width: 60%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }

  .nav-links li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    font-size: 1rem;
    opacity: 0;
  }
  .nav-links li:hover {
    background: #ffffff;
  }
  .nav-links li a {
    text-shadow: 1px 1px 2px #cccccc;
  }
  header nav ul li ul {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nav-links li ul li {
    width: 100%;
    border:none;
    text-align:center;
    font-weight: normal;
    text-transform: none;
    font-size: 0.9rem;
  }
  header nav ul li:last-child {
    width: 100%;
  }
  header nav ul li:hover ul {
    margin: 0;
  }
  
  #branding {
    padding: 5% 0 5% 0;
  }
  #branding-Transp {
    width:80%;
    padding: 5% 0 0 0;
  }
  .burger {
    display: block;
  }
  .nav-active {
    transform: translateX(0%);
  }
  .backHome {
    display: block;
    width: 30%;
  }
  @-webkit-keyframes navLinkFade{
    from{
      opacity: 0;
      transform: translateX(50px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }

  @keyframes navLinkFade{
    from{
      opacity: 0;
      transform: translateX(50px);
    }
    to{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
  }
  .toggle .line2{
    opacity: 0;
  }
  .toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
  }

  /*FOOTER*************/
  .box-footer:nth-child(2){
    display: block;
    width: 50%;
    text-align: center;
    padding: 0 5%;
    margin-right: 0;
  }
  .box-footer:nth-child(3){
    display: block;
    text-align: center;
    width: 25%;
    padding: 0 5%;
  }
  .box-footer:nth-child(3) img{
    width: 80%;
  }
  .box-footer:nth-child(4){
    width: 50%;
    display: block;
    text-align: center;
  }
  .box-footer:last-child{
    width: 70%;
    padding: 2%;
    margin-left: 5%;
  }
  .box-footer:last-child img {
    width: 20%;
  }
  .box-footer:last-child p {
    padding: 8% 12%;
  }
  .box-footer:last-child img {
    width: 20%;
  }
 

  /*INDEX*/

  .herzlichwillkommen {
    width:90%;



  }
  .unternehmen {
    margin: 0 10% 10% 3%;
    text-align: left;
  }
  
.covid {
  padding: 2% 5% 2% 5%;
}
.covid img {
  max-width: 50%;
  max-height: 50%;
}
  
  #main-index-img {
    padding-bottom: 30%;
    background-size: 60%;
    background-position: bottom center;
  }
  .annulliert{
    width: 80%;
    background-size: 80%;
  }
  .annulliert .box-index {
    width: 100%;
    margin: 0;
  }
  .box-index {
    width: 80%;
  }
  .box-covid img {
    width: 90%;
  }
  .box-covid img:hover{
    transform:none;
  }
  .covid-desc{
    width: 90%;
  }
  .desc-box-index ul{
    margin-left: 10%;
  }
  .box-alteReisen {
    width: 80%;
  }
  .index-alt-neu{
    padding: 3%;
  }


  /*BUCHUNGSFORMULAR********************/
  #buchentop {
    padding: 40% 5% 10% 5%;
    background-size: 45%;
  }
  #buchentop label {
    margin: 0 0 2% 0;
    color:#ffffff;
    font-size: 1rem;
    font-weight: bold;
  }
  #buchentop select{
    width: 90%;
    height:fit-content;
    padding: 5px;
    visibility: visible;
  }
  
  #buchenleft, #buchenright {
    width:100%;
    padding:0;
  }
  #buchenleft ul, #buchenright ul{
    display: flex;
    flex-direction: column;
      align-items: center;
        }
  #buchenleft select {
    width: 30%;
  }
  #buchenKom ul li {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  #buchenleft ul li, #buchenright ul li{
    padding: 0;
    width: 90%;
  }
  #buchenleft ul li input, #buchenright ul li input{
    padding: 8px 5px 8px 5px;
    width: 90%;
  }
  #buchenright ul li label#GebReiseversicherung {
    width: 250px;
  }
  #buchenright ul li label#LabelElektrovelo {
    width: 250px;
  }
  #buchenKom ul li textarea {
    width: 90%;
  }
  #buchenKom #BuchungSenden {
    display: block;
    text-align: center;
    padding: 15px 0;
    width: 90%;
  }

  /*TRANSPORTE*******************/

  .transporte-oben {
  }
  .transporte-oben-inner {
    width: 100%;
    margin: 0;
    padding:10% 0 0 0;
    font-size: 0.9rem;
  }
  #box-transporte {
    width: 90%;
    height: 30%;
    margin: 0 0 5% 0;
    padding:0 5%;
    font-size: 0.9rem;
  }
  #KontaktformTransp {
    height: 30%;
    margin: 5% 0 10% 0;
  }
  #KontaktformTransp #KontTranspSenden {
    width: 60%;
    padding: 15px 0;
  }
  .transporte-unten {
    padding-bottom: 10%;
  }
  .TranspTeamBox {
    width: 90%;
    font-size: 0.9rem;
  }

  /*SCHULBUS*********************/

  #WappenSchulbus h2 {
    font-size: 1rem;
    margin-bottom: 5%;
  }
  #WappenSchulbus {
    padding: 2% 5% 65% 5%;
  }
  #Schulbustext1 img{
    width: 5%;
  }
  .boxSchulbus {
    width: 29%;
    font-size: 0.7rem;
  }
  #Schulbus-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5% 0 5% 0;
  }
  .Schulbusregel {
    width: 60%;
  }
  .SchulbusCovid {
    width: 70%;
    margin-bottom: 10%;
  }

  /*KONTAKT***********/
  .Konthalb h1 {
    font-size: 1.4rem;
  }

  #Kontaktleft h2 {
    font-size: 1.1rem;
    text-shadow: 1px 1px 2px #cccccc;
  }
  #Kontaktleft h4 {
    font-size: 0.8rem;
  }
  .qr-visitenkarte {
    width: 40%;
  }
  #map-box h2 {
    font-size: 1rem;
  }
  #Kontaktright {
  }
  #KontaktFormular {
    padding: 5% 0;
  }
  #KontaktFormular ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #KontaktFormular ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #KontaktFormular ul li input {
    width: 300px;
  }
  #KontaktFormular ul li textarea {
    width: 300px;
  }
  #KontakFormular ul li label {
    width: 300px;
  }
  #KontaktFormular ul li:first-child {
    align-items: flex-start;
  }
  #KontaktFormular ul li label {
    background: rgba(255,255,255,0);
    align-self: flex-start;
    text-shadow: 1px 1px white;
  }
  #KontaktFormular #NachrichtSenden {
    align-self: flex-start;
  }


  /*FAHRZUEUGE****************/
  .boxLKW{
    background-image:url('../images/background/Fahrzeuge/LW-background-2.jpg');
    padding: 10% 1% 10% 45%;
  }
  .boxReisebus {
    background-image:url('../images/background/Fahrzeuge/Setra511-1.jpg');
    padding: 0% 2% 20% 60%;
  }
  #Fahrzeuge h2 {
    background-color: rgba(255, 255, 255, 1);
  }
  .pictCar {
    width: 200px;
    height: 100px;
    background-image:url('../images/Fahrzeuge/Car/Setra-beide-kl-resp2.jpg');
  }
  .pictLKW {
    width: 200px;
    height: 100px;
    background-image:url('../images/Fahrzeuge/LKW/Actros-kl-1-responsive.jpg');
  }
  .pictFahrzeug img {
    visibility: hidden;
  }

  /*LIMOSERVICE******************/
  .upperLimo{
    font-size: 0.7rem;
  }
  .upperLimo img {
    width: 4%;
  }
  .boxLimo{
    font-size: 0.7rem;
  }


  /*TEAM***********************/
  .box-team {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5%;
  }
  .descTeam h3 {
    padding-left: 25%;
    font-size: 1rem;
  }
  .descTeam {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .descTeam {
    padding-left: 20%;
  }

  /*WERBEPARTNER***************/
  #Werbepartner p{
    font-size:  1.5rem;
    width: 100%;
  }

  .boxPartner {
    width: 80%;
  }
  #boxlinks ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #boxlinks ul li {
    width: 80%;
    padding: 0;
    margin: 0;
    justify-content: center;
  }
  #boxlinks ul li a {
    font-size: 0.9rem;
  }


  /*GALERIE*********************/
  #Galerie {
    background:url(../images/background/Galeriebackgroundsmall.jpg) no-repeat;
    background-size: cover;
  }
  .boxGalerie {
    width: 70%;
  }
  /*NEWS*****NEWS**************/
  .papilioramahead p{
    font-size: 1.1rem;
  }

  /*DANKE*/
  #box-danke {
    font-size: 12px;
  }

  /*LOGIN*****/

}

/*Print out*******************************/
@media print {

/*global*****/
  header nav {
    display: none;
  }
  #container-index {
    margin-top: -15%;
  }
  .herzlichwillkommen {
    display: none;
  }
  #aside-index {
    display: none;
  }
  #alteReisen {
    display: none;
  }
  #main-index {
    width: 100%;
  }

  .box-index {
    flex-direction: row;
    border: thin solid #999999;
  }
  .img-box-index {
    border-radius: 10px 0 0 10px;
    width: 30%;
    border: none;
  }
  .img-box-index img {
    width: 100%;
  }
  .desc-box-index {
    border: none;
  }
  .buchen-index {
    display: none;
  }
  .box-footer {
    display: none;
  }
}



