body{
  font-family: Trebuchet MS, Helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  padding:0;
  margin:0;
  background-color: #c0c0c0;
}

ul{
  list-style-type: square;
}

h1{
  color: #000000;
  text-shadow: 1px 1px 0px #dedede;
  font-size: 28px;
  font-family: Trebuchet MS, Helvetica, sans-serif;
}

h2{
  color: #000000;
  font-size: 17px;
  text-shadow: 1px 1px 0px #dedede;
}

h3{
  color: #ffffff;
  font-size: 17px;
  margin-top: 47px;
}

h4{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-right: auto;
  padding-bottom: 10px;
  padding-left: auto;
  color: #ffcc00;
  font-size: 20px;
  text-shadow: 1px 1px 0px #444444;
  background: #000000;
}


                  /*Vermietet


h6{
  color: #9F0000;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

                   */


                   /*Generell*/

.container{
  width: 55%;
  margin: auto;
  overflow: hidden;
}

.container_inhalt{
  min-height: 150px;
  width: 55%;
  margin: auto;
  overflow: hidden;
}

.buttonzudenwohnmobilen{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 70px;
  border: 0;
  background: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 24px;
  text-shadow: 1px 1px 0px #444444;
  color: #ffcc00;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.buttonzudenwohnmobilen:hover{
  color: #ffffff;
}

.buttonreiseregeln{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 24px;
  text-shadow: 1px 1px 0px #444444;
  color: #ffcc00;
  border: 0;
  height: 70px;
}

.buttonreiseregeln:hover{
  color: #ffffff;
}

                  /*Firmenlogo*/

header{
  font-size: 12px;
  background: #ffcc00;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 10px;
  min-height: 120px;
}
/*
#firmenlogo{
  margin: auto;
  background-position: center;
  /*background-size: cover;
}
*/

#beratung{
  font-size: 17px;
  color: #000000;
  float:right;
  padding-right: 0px;
  margin-top: 0px;
  text-align: right;
}

#beratung a{
  color: #000000;
  text-decoration: none;
}

#beratung a:hover{
  color: #000000;   
}

                 /*Navigation*/

#navigation{
  font-size: 17px;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  background: #000000;
  color: #ffcc00;
}

#navigation ul li{
  float:left;
}

#navigation a{
  color: #ffcc00;
  text-decoration: none;
  font-size: 17px;
}

#navigation ul{
  margin:0;
  padding:0;
}

#navigation li{
  float:left;
  display:inline;
  padding: 10px 90px 10px 10px;
}

#navigation a:hover{
  color: #ffffff;
}

#navigation ul ul{
  position: absolute;
  left: -9999px;
}

#navigation ul li:hover ul{
  display: flex;
  flex-direction: column;
  left: auto;
  margin-top: 10px;
  background: #4d4949;
}

#navigation ul li li a{
  display: block;
}

                 /*Headerpicture*/

#headerpicture{
  width: 55%;
  min-height: 608px;
  margin: 0 auto;
  background-image: url('../img/headerpicture_anhaenger_1200.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

                 /*Galerie*/

#galerie {
background:#c0c0c0;
padding:20px;
width:700px;
margin:20px auto;
}

#galerie img {
background:#ffffff;
width:300px;
margin:15px 10px;
padding:0px 0px 0px 0px;
-moz-box-shadow: 0 0 5px 2px #000;
-webkit-box-shadow: 0 0 5px 2px #000;
box-shadow: 0 0 5px 2px #000;
-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
-o-transition: all 0.4s ease-out;  /* Opera */
transition: all 0.4s ease-out;
}

#galerie img:hover {
padding:0;
position:relative;
z-index:1;
-moz-box-shadow: 2px 2px 2px #888;
-webkit-box-shadow: 2px 2px 2px #888;
box-shadow: 2px 2px 2px #888;
-webkit-transform: rotate(0deg) scale(2);  /* Saf3.1+, Chrome */
-moz-transform: rotate(0deg) scale(2);  /* FF3.5+ */
-o-transform: rotate(0deg) scale(2);  /* Opera */
transform: rotate(0deg) scale(2);
}


                   /*Content*/

.wohnmobile{
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.kastenwagen{
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.wohnwagen{
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.wohnmobilbild{
         width: 100%;
         background-size: contain;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#information{
  min-height: 200px;
  margin: auto;
  background: #000000;
  color: #ffffff;
}

#information a{
  text-decoration: none;
  color: #ffffff;
}


/*Hauptinhalt*/

article#inhalt{
  float: left;
  width: 100%;
}

#inhalt a{
  text-decoration: 0;
  color: #000000;
}


                     /*Kontaktformular*/

.labelkontaktformular{
  float: left;
  width: 200px;
}

.kontaktformularinput{
  width: 400px;
  height: 20px;
  border: 0;
  border-color: #000000;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.kontaktformularanliegen{
  width: 397px;
  height: 200px;
  border: 0;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.buttonkontaktformular{
  margin-top: 25px;
  margin-bottom: 25px;
  height: 50px;
  border: 0;
  background: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  text-shadow: 1px 1px 0px #444444;
  color: #ffcc00;
  padding-left: 30px;
  padding-right: 30px;
}

.buttonkontaktformular:hover{
  color: #ffffff;
}

                 /*Formular "Angebot anfordern"*/

label{
  float: left;
  width: 350px;
}

.formularinput{
  width: 400px;
  height: 20px;
  border: 0;
  border-color: #000000;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.formulartaginput{
  width: 100px;
  height: 20px;
  border: 0;
  border-color: #000000;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.formularmonatinput{
  width: 160px;
  height: 20px;
  border: 0;
  border-color: #000000;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.formularjahrinput{
  width: 131px;
  height: 20px;
  border: 0;
  border-color: #000000;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.formularanliegen{
  width: 397px;
  height: 200px;
  border: 0;
  background-color: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  color: #ffffff;
}

.buttonformular{
  margin-top: 25px;
  margin-bottom: 25px;
  height: 50px;
  border: 0;
  background: #000000;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 15px;
  text-shadow: 1px 1px 0px #444444;
  color: #ffcc00;
  padding-left: 30px;
  padding-right: 30px;
}

.buttonformular:hover{
  color: #ffffff;
}


/* *************************** INFOBOX *******************************************
**********************************************************************************/

a.infobox {
         color: #C0C0C0;
         border-bottom: 1px dashed #C0C0C0;
         text-decoration: none;
}

a.infobox:hover {
         color: #C0C0C0;
         background: #C0C0C0;
}

a.infobox span {
         color: #C0C0C0;
         text-align: justify;
         width: 20em;
         font-size: 1.0em;
         visibility: hidden;
         position: absolute;
         left: -99em;
         padding: 0.8em;
         text-decoration: none;
}

a.infobox:hover span, a.infobox:focus span, a.infobox:active span {
         visibility: visible;
         left: 2em;
         margin-top: 2em;
         border: 1px solid #C0C0C0;
         color: #000000;
         background: #F2F1D2;
}


                   /*Kontaktdaten*/

#kontaktdaten{
  min-height: 100px;
  background: #ffcc00;
  color: #000000;
}

#kontaktdaten .telefon{
  float: left;
  width: 35%;
  font-size: 17px;
  margin-top: 17px;
}

#kontaktdaten .adresse{
  float: left;
  width: 25%;
  margin-top: 41px;
}

#kontaktdaten .zeiten{
  float: left;
  width: 40%;
  margin-top: 17px;
  margin-bottom: 17px;
}

section#kontaktdaten .highlight{
  font-size: 17px;
}

/*Footer*/

#footer{
  margin-top: 17px;
  margin-bottom: 50px;
}

#footer a{
  text-decoration: none;
  color: #000000;
}


 /*Media Queries */

@media(max-width:3840px){
   .container{
     width: 33%;
   }

   .container_inhalt{
     width: 33%;
   }

#headerpicture{
    width: 33%;
    min-height: 608px;
    margin: 0 auto;
    background: url('../img/headerpicture_anhaenger_1200.jpg') no-repeat;
   }
    }

@media(max-width:2560px){
   .container{
     width: 44%;
   }

   .container_inhalt{
     width: 44%;
   }

#headerpicture{
    width: 44%;
    min-height: 608px;
    margin: 0 auto;
    background: url('../img/headerpicture_anhaenger_1200.jpg') no-repeat;
   }
 }
 
@media(max-width:1920px){
     .container{
       width: 60%;
     }

     .container_inhalt{
       width: 60%;
     }

#headerpicture{
    width: 60%;
    min-height: 608px;
    margin: 0 auto;
    background: url('../img/headerpicture_anhaenger_1200.jpg') no-repeat;
   }
 }

@media(max-width:1600px){
       .container{
         width: 80%;
       }

       .container_inhalt{
         width: 80%;
       }

#headerpicture{
    width: 80%;
    min-height: 608px;
    margin: 0 auto;
    background: url('../img/headerpicture_anhaenger_1200.jpg') no-repeat;
   }
    }

@media(max-width:1100px){
   .container{
     width: 90%;
   }

   .container_inhalt{
     width: 90%;
   }

   nav li,
   #kontaktdaten .telefon,
   #kontaktdaten .adresse,
   #kontaktdaten .zeiten,
   #footer,
   article#inhalt{
     float: none;
     margin-top: 10px;
     width: 100%;
   }

 #headerpicture{
    width: 100%;
    min-height: 608px;
    margin: 0 auto;
   }

   nav ul{
    text-align: left;
   }

   header{
     padding-bottom: 20px;
   }

   nav{
     padding-bottom: 20px;
   }
 }

@media(max-width:900px){
   .container{
     width: 90%;
   }

   .container_inhalt{
     width: 90%;
   }

   nav li,
   #kontaktdaten .telefon,
   #kontaktdaten .adresse,
   #kontaktdaten .zeiten,
   #footer,
   article#inhalt{
     float: none;
     margin-top: 10px;
     width: 100%;
   }

 #headerpicture{
  width: 100%;
  min-height: 350px;
  background-image: url('../img/headerpicture_anhaenger_1200_864.jpg');
  }

   nav ul{
    text-align: left;
   }

   header{
     padding-bottom: 20px;
   }

   nav{
     padding-bottom: 20px;
   }
 }

@media(max-width:440px){
   .container{
     width: 90%;
   }

   .container_inhalt{
     width: 90%;
   }

   nav li,
   #kontaktdaten .telefon,
   #kontaktdaten .adresse,
   #kontaktdaten .zeiten,
   #footer,
   article#inhalt{
     float: none;
     margin-top: 10px;
     width: 100%;
   }

    #beratung{
     float:none;
     text-align: left;
     margin-top: 17px;
   }

 #headerpicture{
  width: 100%;
  min-height: 180px;
  background-image: url('../img/headerpicture_anhaenger_1200_440.jpg');
  }

   nav ul{
    text-align: left;
   }

   header{
     padding-bottom: 20px;
   }

   nav{
     padding-bottom: 20px;
   }

label{
     width: 440px;
    }

   .formularinput{
    width: 320px;
    }

   .formulartaginput{
    width: 80px;
   }

   .formularmonatinput{
    width: 142px;
   }

   .formularjahrinput{
    width: 91px;
    }

   .formularanliegen{
    width: 317px;
    }

   .labelkontaktformular{
    width: 400px;
    }

#galerie {
background:#c0c0c0;
padding:20px;
width:400px;
margin:20px auto;
}

#galerie img {
background:#ffffff;
width:150px;
margin:15px 10px;
padding:0px 0px 0px 0px;
-moz-box-shadow: 0 0 5px 2px #000;
-webkit-box-shadow: 0 0 5px 2px #000;
box-shadow: 0 0 5px 2px #000;
-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
-o-transition: all 0.4s ease-out;  /* Opera */
transition: all 0.4s ease-out;
}

#galerie img:hover {
padding:0;
position:relative;
z-index:1;
-moz-box-shadow: 2px 2px 2px #888;
-webkit-box-shadow: 2px 2px 2px #888;
box-shadow: 2px 2px 2px #888;
-webkit-transform: rotate(0deg) scale(2);  /* Saf3.1+, Chrome */
-moz-transform: rotate(0deg) scale(2);  /* FF3.5+ */
-o-transform: rotate(0deg) scale(2);  /* Opera */
transform: rotate(0deg) scale(2);
}
 }

@media(max-width:320px){
   .container{
     width: 90%;
   }

   .container_inhalt{
     width: 90%;
   }

   nav li,
   #kontaktdaten .telefon,
   #kontaktdaten .adresse,
   #kontaktdaten .zeiten,
   #footer,
   article#inhalt{
     float: none;
     margin-top: 10px;
     width: 100%;
   }

    #beratung{
     float:none;
     text-align: left;
     margin-top: 17px;
   }

 #headerpicture{
  width: 100%;
  min-height: 180px;
  background-image: url('../img/headerpicture_anhaenger_1200_440.jpg');
  }

   nav ul{
    text-align: left;
   }

   header{
     padding-bottom: 20px;
   }

   nav{
     padding-bottom: 20px;
   }

label{
    width: 300px;
    }

   .formularinput{
    width: 240px;
    }

   .formulartaginput{
    width: 61px;
   }

   .formularmonatinput{
    width: 100px;
   }

   .formularjahrinput{
    width: 71px;
    }

   .formularanliegen{
    width: 238px;
    }

   .labelkontaktformular{
    width: 400px;
    }

#galerie {
background:#c0c0c0;
padding:20px;
width:400px;
margin:20px auto;
}

#galerie img {
background:#ffffff;
width:100px;
margin:15px 10px;
padding:0px 0px 0px 0px;
-moz-box-shadow: 0 0 5px 2px #000;
-webkit-box-shadow: 0 0 5px 2px #000;
box-shadow: 0 0 5px 2px #000;
-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
-o-transition: all 0.4s ease-out;  /* Opera */
transition: all 0.4s ease-out;
}

#galerie img:hover {
padding:0;
position:relative;
z-index:1;
-moz-box-shadow: 2px 2px 2px #888;
-webkit-box-shadow: 2px 2px 2px #888;
box-shadow: 2px 2px 2px #888;
-webkit-transform: rotate(0deg) scale(2);  /* Saf3.1+, Chrome */
-moz-transform: rotate(0deg) scale(2);  /* FF3.5+ */
-o-transform: rotate(0deg) scale(2);  /* Opera */
transform: rotate(0deg) scale(2);
}
 }