@font-face {
  font-family: Gm;
  src: url(../fonts/GothamRounded-Medium.woff);
}

* {
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: serif;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: white;
  text-shadow: 3px 3px 5px black;
}
header {
  background-image: url("../images/pv3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  position: fixed;
  top: 0;
  width: 100vw; 
  height: 230px;
}
#SDquer {
  display: none;
}

marquee {
  position: fixed;
  top: 230px;
  left:0;
  background-color: #33b7bc;
  color: white;
  font-size: 16px;
  width: 100vw;
}

#h {
  position: fixed;
  top: 45px;
  right: 0;
  background-color: #eeeeeedd;
  width: 60vw;
  z-index: -10;
}
h1 {
    font-family: Gm;
    text-align: right;
    color: #fdc300;
    font-size: 30px;
    padding: 10px;
    padding-right: 15px;
  }

.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown {
  font-family: GSC; 
  font-weight: bold;
  border: none;
  outline: none;
}
.dropbtn {
  margin-left: 10px;
  margin-top: 10px;
  background-color: #9268a9;
  color: white;
  text-align:center;
  font-size: 26px;
  font-weight: bold;
  padding-top: 2px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}
.back {
    margin-left: 10px;
    margin-top: 10px;
    background-color: #9268a9;
    color: white;
    font-size: 28px;
    text-align: center;
    vertical-align:text-bottom;
    font-weight: bold;
    border-radius: 20px;
    width: 40px;
    height: 40px;
  }

.dropbtn:hover {
  cursor: pointer;
}
.back a {
  margin-top: -20px;
}
.back:hover {
  cursor: pointer;
  text-shadow: none;
}

.back a:hover {
  text-shadow: none;
}
.dropdown-content {
    display: none;
    padding: 10px;
    font-family: Gm;
    background-color: #9268a9aa;
    height: 140px;
    margin-left: 30px;
    margin-top: -10px;
    z-index: 10;
  }

  .dropdown-content a {
    float: left;
    font-size: 12px;
    color: white;
    padding-left: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


  main {
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: justify;
  }

.part, #black {
  padding-top: 270px;
  padding-bottom: 250px;
  padding-left: 10px;
  padding-right: 10px;
}
#kon {
  padding-top: 330px;
}


h2 {
  font-family: Gm;
  text-align: left;
  color: #9268a9;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  padding-bottom: 25px;
}

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:30px;
  margin-left: calc(50vw - 170px);
  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;
}
.tl a:hoover{
  text-shadow: 5px 5px 10px red;
}

.sk img {
  width: 300px;
  border: 2px solid #33b7bc;
  margin-bottom: 10px;
}

#kontakt p {
  text-align: justify;
}
#kontakt {
  padding-top:270px;
  padding-bottom: 600px;
}

.kontaktre {
  float: right;
  background-color: white;
  border-radius: 32px;
  border-style: solid;
  border-color: #33b7bc;
  box-shadow: 3px 3px 5px grey;
  margin-right: 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-left: 30px;
  width: 136px;
  height: 64px;
}

footer {
  position: fixed;
  width: 100vw;
  bottom: 68px;
  left: 0;
  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:left;
  width: 160px;
  text-align: center;
  margin-top: 20px; 
  margin-left: calc(50vw - 170px);
}
.imp a {
  font-size: 13px;
  color: black;
}
.imp a:hover {
  color: white;
} 
#l {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 72px;
  background-color: #fdc300;
  
}
#leadtext {
  float:left;
  text-align: right;
  width:50%;
  padding: 5px;
}
#leadtext p {
  font-size: 11px;
}
#lead {
  float: right;
  width: 50%;
  padding-top: 14px;
}

#form1 {
  display: block;
  margin-left: calc(50vw - 180px);
  margin-bottom: 200px;
}
input[type="text"],
input[type="email"]  {
	width: 340px;
	height: 30px;
	vertical-align:sub;
	margin-bottom: 20px;
}
#zeit {
  width: 340px;
  height: 30px;
  vertical-align:middle;
	margin-bottom: 20px;
  background-color: white;
  padding-left: 3px;
}

textarea {
	width: 340px;
	height: 200px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

.formform {
	font-family: GSC;
	font-size: 20px;
	background-color: #fdc300;
  color: white;
	width: 340px;
	height: 30px;
	vertical-align: text-top;
	margin-bottom: 20px;
}

label {
  display: block;
  text-align: left;
  font-size: 14px;
	width: 340px;
	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;
}
