html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  background-color: #2e2e2e;
  color: #2e2e2e;
}

a { text-decoration: none; }
li { list-style-type: none; }

h1, h2, h3, a {
  font-weight: 800;
  color: #2e2e2e;
}

h1 {
  padding: 60px 0 0 0;
  font-size: 40px;
  margin: 0 0 0 0;
}

h2 {
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0;
  font-size: 30px;
}

h3 {
  font-size: 20px;
}

hr {
  margin: 10px auto 30px auto;
  padding: 0 0 0 0;
  background-color: #2e2e2e;
  width: 300px;
  height: 5px;
}

.h2hr {
  width: 200px;
}

.section-div {
  width: 80%;
  height: 100%
  padding: auto;
  margin: auto;
}

.section-div p {
  text-align: left;
}

#header-image img, #header-nav ul li, .lower-header-1 img, .lower-header-2 img, .fa.fa-bars, .button {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}


section {
  width: 1280px;
  height: auto;
  min-height: 100%;
  background-color: #cccccc;
  margin: auto;
  padding-top: 200px;
}

#abschleppdienst {
  background-color: #d9d9d9;
}

.fa.fa-bars {display: none;}

.section-div a:hover {
  text-decoration-line: underline;
}

/*********** HEADER *****************************************/

header {
  width: 100%;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.upper-header {
  height: 240px;
  min-height: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2e2e2e;
}

#header-image {
  height: 420px;
  width: 420px;
}

#header-image img {
  height: 420px;
  width: 420px;
  object-fit: contain;
  object-position: left;
  padding-top: 90px;
}

#header-image img:hover {
  /**** opacity: 0.9; ***/
  object-fit: cover;
  width: 432px;
  height: 432px;
}

#header-nav {
  height: 96px;
  width: 2355px;
  background-color: #ffffff;
  float: right;
  margin-bottom: 40px;
}

#header-nav ul {
  float: right;
  width: 100%;
  padding-top: 15px;
}

#header-nav ul a li {
  float: left;
  margin-left: 30px;
  margin-right: 60px;
  font-size: 26px;
  align-items: center;
}

#header-nav ul a li:hover {
  padding-top: 5px;
}

.lower-header-1 {
  height: 150px;
  min-height: 150px;
  width: 350px;
  padding-top: 200px;
}

.lower-header-1 img {
  width: 35%;
}

.lower-header-2 {
  height: 150px;
  min-height: 150px;
  width: 350px;
  padding-top: 10px;
}

.lower-header-2 img {
  width: 35%;
}

.lower-header-1 img:hover {
  width: 40%;
}

.lower-header-2 img:hover {
  width: 40%;
}



/*********** ÜBER UNS *****************************************/

#ueberuns img {
  width: 100%;
  border-radius: 3px;
}

#ueberuns p {
  margin: 10px 0 40px 0;
}

.imgcontainer {
  align-items: center;
}

.imglist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  float: none;
  margin: 0;
  padding: 0;
}

.imglist li {
  width: 33.3%;
  float: left;
  padding: 0px 10px 10px 0px;
}



/*********** ABSCHLEPPDIENST *****************************************/

.abschleppdienst-container {
  display: flex;
  justify-content: space-between;
}

.abschleppdienst-container div {
  padding: 20px;
}

#abschleppdienst h2 {
  text-align: center;
}

#abschleppdienst img {
  width: 100%;
  border-radius: 3px;
}



/*********** AUTOVERMIETUNG *****************************************/

#autovermietung {
  padding-top: 200px;
}

#autovermietung img {
  width: 100%;
}

.fahrzeugvermietung {
  padding-top: 10px;
}

#autovermietung h2 {
  font-size: 18px;
  text-align: center;
  padding: 0;
}

#h2cupra {
  font-size: 10px;
}

#autovermietung h3 {
  font-size: 18px;
  text-align: left;
  padding-left: 5px;
  margin: 10px 0 0 0;
}

.mietfahrzeuge-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.mietfahrzeuge-container div {
  background-color: white;
  padding: 5px;
  margin: 10px;
  border: solid;
}

.mietfahrzeuge-container ul {
  text-align: left;
  padding-bottom: 60px;
}

.mietfahrzeuge-container li {
  list-style-type: circle;
}

.price {
  float: right;
  padding: 0 15px 10px 0;
}

/*********** CONTACT *****************************************/

#contact-h3 {
  font-size: 54px;
  margin: 0;
  padding: 20px;
}

#contact-text {
  font-size: 18px;
  font-weight: 600;
  padding-top: 100px;
  padding-bottom: 30px;
}

form input, textarea {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #2e2e2e;
  width: 700px;
}

form input {
  height: 40px;
}

form textarea {
  height: 300px;
  resize: none;
}

.input_text {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
}

.input_text_2 {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  padding-top: 10px;
}

::-webkit-input-placeholder {color: #cccccc; font-weight: 400;}
::-moz-input-placeholder {color: #cccccc; font-weight: 400;}
:-ms-input-placeholder {color: #cccccc; font-weight: 400;}
:-moz-input-placeholder {color: #cccccc; font-weight: 400;}

.button {
  font-size: 22px;
  height: 60px;
  width: 713px;
  background-color: #2e2e2e;
  color: #cccccc;
}

.button:hover {
  background-color: #cccccc;
  color: #2e2e2e;
  cursor: pointer;
}

#contact {
  padding-top: 300px;
}


/*********** IMPRESSUM *****************************************/

#impressum-div {
  padding-bottom: 100px;
}

#impressum-div h1 {
  padding-top: 100px;
}

#impressum-div h3, li {
  text-align: left;
}

#impressum-div h3 {
  margin: 50px 0 15px 0;
}

#impressum-div p {
  margin: 0;
  padding: 0;
}

#impressum-div hr {
  margin-bottom: 100px;
}

#impressum-div ul {
  margin: 0;
  padding: 0;
}

/*********** FOOTER *****************************************/

footer {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  padding: 40px;
  font-weight: 700;
}

footer p:hover {
  opacity: 0.7;
  cursor: pointer;
}

footer img {
  width: 100px;
}

#footer-logos a:hover {
  opacity: 0.7;
}

/*********** MEDIA QUERIES *****************************************/
/*********** FULL HD **********************/

@media screen and (max-width: 1920px) {

header {
  height: 340px;
}

.upper-header {
  height: 135px;
  min-height: 135px;
}

#header-image {
  height: 235px;
  width: 235px;
}

#header-image img {
  height: 235px;
  width: 235px;
  padding-top: 50px;
}

#header-image img:hover {
  width: 238px;
  height: 238px;
}

#header-nav {
  height: 60px;
  width: 1593px;
  margin-bottom: 30px;
}

#header-nav ul {
  padding-top: 0;
}

#header-nav ul a li:hover {
  padding-top: 3px;
}

.lower-header-1 {
  height: 83px;
  min-height: 83px;
  width: 193px;
  padding-top: 120px;
}

.lower-header-2 {
  height: 83px;
  min-height: 83px;
  width: 193px;
  padding-top: 5px;
}

}


/*********** HD **********************/

@media screen and (max-width: 1280px) {

  .upper-header {
    background-color: #ffffff;
  }

  #header-nav {
    background-color: #2e2e2e;
  }

  #header-nav ul {
    margin-top: 18px;
  }

  #header-nav ul a li {
    font-size: 18px;
    color: #ffffff;
  }

  section {
    width: 1050px;
    margin-right: 0;
  }

}


/*********** TABLETS **********************/

@media screen and (max-width: 1024px) {

.section-div {
  padding-left: 75px;
}

}


/*********** MOBILE **********************/

@media screen and (max-width: 480px) {

  header {
    height: 227px;
  }

  .upper-header {
    height: 90px;
    min-height: 90px;
  }

  #header-image {
    height: 157px;
    width: 157px;
  }

  #header-image img {
    height: 157px;
    width: 157px;
    padding-top: 50px;
  }

  #header-image img:hover {
    width: 159px;
    height: 159px;
  }

#header-nav {
  height: 0px;
  width: 240px;
  margin: 0;
  float: none;
}

.lower-header-1 {
  height: 55px;
  min-height: 55px;
  width: 129px;
  padding-top: 100px;
  padding-left: 12px;
  text-align: left;
}

.lower-header-2 {
  height: 55px;
  min-height: 55px;
  width: 129px;
  padding-top: 5px;
  padding-left: 12px;
  text-align: left;
}

.fa.fa-bars {
  color: #2e2e2e;
  font-size: 30px;
  font-weight: 1200;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin-left: 90px;
}

.fa.fa-bars:hover {
  opacity: 0.7;
}

#header-nav ul {
  height: 0;
  overflow: hidden;
  margin: 5px 15px 0 0;
  padding: 0;
  width: 100%;
}

#header-nav ul.open {
  height: auto;
}

#header-nav ul a li {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ffffff;
  background-color: #2e2e2e;
}

body {
  width: 480px;
  background-color: #cccccc;
}

html {
  background-color: #cccccc;
}

#contact-div {
  width: 400px;
  height: 800px;
  background-color: #cccccc;
  margin: auto;
  float: left;
  padding-left: 24px;
}

#contact-h3 {
  font-size: 34px;
  padding: 20px 20px 10px 80px;
}

#contact hr {
  float: right;
  padding-right: 40px;
}

#contact-text {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px 60px;
}

form input, textarea {
  font-size: 16px;
  margin-bottom: 5px;
  width: 400px;
}

form input {
  height: 40px;
}

form textarea {
  height: 300px;
  resize: none;
}

.input_text {
  font-size: 16px;
}

.input_text_2 {
  font-size: 16px;

}

.button {
  font-size: 20px;
  width: 415px;
}

#contact {
  padding-top: 130px;
  background-color: #cccccc;
}

section {
  width: 100%;
  height: auto;
  padding-top: 100px;
}

#abschleppdienst {
  padding-bottom: 10px
}

.abschleppdienst-container {
  display: grid;
}

#autovermietung {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mietfahrzeuge-container {
  display: grid;
}

.section-div {
  padding-left: 60px;
}


}
