@font-face {
  font-family: Gm;
  src: url(../fonts/GothamRounded-Medium.woff);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: serif;
  max-width: 1080px;
  margin: auto;
}
a {
  text-decoration: none;
  color: white;
  padding-bottom: 20px;
}
a:hover {
  color: white;
  text-shadow: 3px 3px 5px black;
}
header {
  margin: auto;
  background-image: url("../images/pv2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  text-align:center;
  position: fixed;
  top: 0;
  max-width: 1080px;
  width: 100%; 
  height: 280px;
}

marquee {
  display: block;
  position: fixed;
  top: 280px;
  background-color: #33b7bc;
  color: white;
  width: 100%;
  max-width: 1080px;
  padding: 0;
}

#h {
  float: right;
  background-color: #eeeeeedd;
  padding: 30px;
  margin-top: 55px;
  width: 310px;
  height: 200px;
}

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown {
  font-family: GSC; 
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
}
.dropbtn {
  margin-left: 15px;
  margin-top: 15px;
  background-color: #9268a9;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding-top: 4px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.back {
    margin-left: 15px;
    margin-top: 20px;
    background-color: #9268a9;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    width: 30px;
    height: 30px;
  }

.dropbtn:hover {
  cursor: pointer;
}
.back:hover {
  cursor: pointer;
  text-shadow: none;
}

.back a:hover {
  text-shadow: none;
}
.dropdown-content {
    display: none;
    padding: 10px;
    padding-left: 20px;
    font-family: Gm;
    background-color: #9268a9aa;
    width: 300px;
    height: 176px;
    /* position: fixed; */
    margin-top: -20px;
    margin-left: 35px;
    z-index: 10;
  }

  .dropdown-content a {
    float: left;
    font-size: 13px;
    color: white;
    text-decoration: none;
    /* display: block; */
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


  main {
    display: block;
    padding-bottom: 23px;
    text-align: center;
  }

.part, #black {
  padding-top: 290px;
  padding-bottom: 250px;
  padding-left: 10px;
  padding-right: 10px;
}
#black a, .part a {
  color: #9268a9;
  font-weight: bold;
}

#black a:hover, .part a:hover {
  color: white;
}


p {
  font-size: 16px;
  text-align: justify;
}

h1 {
  font-family: Gm;
  text-align: right;
  color: #fdc300;
  font-size: 40px;
  padding-bottom: 0px;
}

h2 {
  font-family: Gm;
  text-align: left;
  color: #9268a9;
  font-weight: normal;
  font-size: 30px;
  padding-left: 75px;
  padding-bottom: 20px;
}

ul {
  font-size: 16px;
  text-align: left;
  padding-left: 30px;
}
#energiewende li {
  list-style-type: none;
}

li { 
  padding-top: 4px;
  padding-bottom: 4px;
}
#bsb a {
  color:#33b7bc;
}
#bsb a:hover {
  color: white;
}
.sk {
  position: relative;
  float: left;
  margin-right: 20px;
  z-index: -5;
}
.tl {
  position: absolute;
  top: 8px;
  left: 16px;
}
.tl a {
  color: #33b7bc;
  text-decoration: none;
  padding-bottom: 0;
  background-color: white;
  font-size: 12px;
  font-weight: bold;
}


.sk img {
  width: 350px;
  border: 2px solid #33b7bc;
  margin-top: 4px;
}

#kontakt h2, #kontakt p {
  text-align: left;
}
#kontakt {
  padding-top:330px;
  padding-bottom: 360px;
}
  
#hkontakt { 
  margin-left: calc(50% - 362px);
}

.kontaktre {
  float: left;
  background-color: white;
  border-radius: 32px;
  border-style: solid;
  border-color: #33b7bc;
  box-shadow: 3px 3px 5px grey;
  margin: 30px;
  margin-bottom: 20px;
  width: 136px;
  height: 64px;
}
.kontaktli {
  float: left;
  background-color: white;
  border-radius: 32px;
  border-style: solid;
  border-color: #33b7bc;
  box-shadow: 3px 3px 5px grey;
  margin-bottom: 20px;
  margin: 30px;
  width: 136px;
  height: 64px;
}

footer {
  position: fixed;
  bottom: 58px;
  max-width: 1080px;
  width: 100%; 
  height: 80px;
  background-color: #ffffffaa;
  font-size: 15px;
  z-index: 10;
}
#bsbimg {
  float: left;
  width: 80px;
  padding: 5px;
}
#oadvimg {
  float: right;
  width: 100px;
  margin-top: 10px;
}
#gotop {
position: fixed;
  right: 10px;
  bottom: 200px;
  width: 20px;
  height: 40px;
  border-radius: 10px;
  background-color: #9268a9;
  font-size: 28px;
  text-align: center;
  z-index: 30;
}
.imp {
  float:right;
  width: 160px;
  text-align: right;
  margin-top: 82px; 
  margin-right: -67px;
  z-index: 20;;
}
.imp a {
  font-size: 13px;
  color: black;
}
.imp a:hover {
  color: white;
} 
#l {
  position: fixed;
  bottom: 0;
  max-width: 1080px;
  width: 100%; 
  height: 58px;
  background-color: #fdc300;
  
}
#leadtext {
  float: left;
  text-align: right;
  width: 320px;
  padding: 10px;
}
#leadtext p {
  font-size: 11px;
}
#lead {
  float: left;
  padding-top: 7px;
}


#form1 {
  display: block;
  align-items: center;
  margin-bottom: 120px;
}
input[type="text"],
input[type="email"] {
	width: 350px;
	height: 30px;
	vertical-align:sub;
	margin-bottom: 20px;
}
#zeit {
  width: 350px;
  height: 30px;
  vertical-align:middle;
	margin-bottom: 20px;
  background-color: white;
  padding-left: 3px;
}

textarea {
	width: 350px;
	height: 200px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.formform {
	font-family: GSC;
	font-size: 20px;
	background-color: #fdc300;
  color: white;
	width: 350px;
	height: 30px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

label {
  display: block;
  text-align: right;
  font-size: 1em;
	width: 350px;
	margin-top: 2px;
}
#checkl {
  color: black;
}
#submit:hover {
  cursor: pointer;
  text-shadow: 3px 3px 5px black;
}
#ds p {
  text-align: left;
  padding-left: 20px;
}
h4{
  text-align: left;
  padding-left: 40px;
}

#ds li {
  margin-left: 40px;
  padding-left: 0;
  font-size: 15px;
  list-style-type: disc;
  color: black;
}
#ds a {
  color: black;
  text-decoration: underline;
}
