html {
    background: white,
    overflow: scroll;
    scroll-behavior: smooth;
}

body {
    display: block;
    width:100%;
    max-width: 1600px;
    margin:auto;
    color:rgb(77,77,77);
    align-items: left;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    line-height: 2em;
    background-color: white;
}

p{
	font-family: 'Cabin', sans-serif;
    color : rgb(77,77,77);
       line-height:1.4em;
}


h1 {
   font-family: 'Cabin', sans-serif;
    font-size: 2.6em;
    color: rgb(77,77,77);
    padding-bottom: 0.4em;
   
}

h2 {
    font-family: 'Cabin', sans-serif;
    font-size: 1.8em;
    padding-bottom: 0.6em;
    padding-top: 1.2em;
    color: rgb(77,77,77);
    
    }

h3 {
    margin-top: 2em;
    font-family: 'Cabin', sans-serif; 
    font-size: 1.8em;
    color: rgb(77,77,77);
    }

* {
	margin:0;
	padding:0;
	list-style:none;
	box-sizing:border-box;
	font-family: 'Cabin', sans-serif;
}

body::after {
	position: fixed;
	bottom:1em;
	right:1em;
	opacity: 0.5;
	font-size: 1em;
}

.hauptcontent {
    width: 80vw;
    margin:auto;
    margin-top:3em;
    }
.hauptcontent p{
    font-size: 1.4em;
    line-height: 1.5em;
    margin-bottom: 2em;
    margin-top: 2em;
}
.hauptcontent h2{
 font-size: 2.5em;    
 line-height: 1.3em;
 color: darkblue;
}

.content {
    width: 95%;
    margin-left: 20px;
    margin-top: 140px;
    margin-bottom: 2em;
    }

.content h2 {
    margin-top:1.em;
    color:black;
}
.content p {
    font-size: 1.2em;
    text-align: left;
}

.footer{
    text-align: center;
     background:linear-gradient(to right, rgb(13,113,189), rgb(1,17,53));
    padding: 20px;
    margin-bottom: 2em;
}

.footer h1 {
    color:white;
    
}
.footer h2 {
    color:white;
    font-size: 1.5em;
}
.footer p{
    font-size:1.1em;
    line-height: 1.4em;
    color: white;
    }

.label {
    display: block;
   background-image: url(pv-breit-01.jpg);
    padding-top:10px;
    padding-bottom: 10px;
    text-align: right;
    }
.ex h2 {
    margin-right: 5vw;
    font-size: 3em;
    color: white;
    text-shadow: 3px 3px 1px #666, 0 1px 1px #fff;
}
    
.pv h1 {
    margin-right: 5vw;
    font-size: 3.5em;
    font-weight: 600;
    color: pink;
    text-shadow: 3px 3px 2px #666, 0 1px 1px #fff;
}

.image1, .image2 {
    display: none;
}

.imtext li{
    list-style-type: disc;
    font-size: 1.2em;
    color: grey;
    list-style-position: inside;
}

/*---*/
.row {
    display: flex;
    display: -webkit-flex; 
    padding-top:2em;
    align-items: center;
    flex-flow: row wrap;
    flex-shrink: 0.5;
    justify-content: space-evenly;
    z-index: 10000;
    }

.link1 {
    width: 40%;
    height: 20%;
    background:linear-gradient(to right, rgb(13,113,189), rgb(1,17,53));
    margin:20px;
    padding-top: 5vw;
}
.link2 {
    width: 40%;
    background:linear-gradient(to right, rgb(1,17,53), rgb(13,113,189));
    margin:20px;
    padding-top: 5vw;
}

#selber h3, #balkon h3 {
    font-size: 4vw; 
    font-weight:300; 
    line-height: 1em;
    color: hotpink;
  }
#selber p, #balkon p {
    margin-top: 0em;
    font-size: 2.6vw; 
    font-weight:300; 
    color: hotpink;
  }

.link1:hover {
    transform: scale(0.95);
    background: rgb(1,17,53);
   }

.link2:hover {
    transform: scale(0.95);
    background: rgb(1,17,53);
}
/*-----------------*/


#nachoben{
    text-align:center;
    margin-bottom: 30px;
   margin-left:5vw;
    }

#nachoben li a{
    margin-top: 30px;
    margin-left:3%;
    font-size: 5em;
    color:darkblue;
    text-decoration: none;
}

#nachoben:hover a {
    color: hotpink;
    }
#nachoben:hover {
    transform: scale(0.9);
}

/*Media screen Anweisungen-------------------------------*/   
@media screen and (min-width: 701px) {    
 header {
    height:auto; 
    min-height: 30px;
}
   
 .hauptcontent {
    width: 53vw;
    margin:auto;
    margin-top:10vh;
    margin-left: 32vw;
    }
    
.hauptcontent p{
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 2em;
} 
    
.hauptcontent h2 {
font-size:  2.2em;
    }    
    
 .content p {
    font-size: 1.2em;
    text-align: left;
}
 .image2 {
       display: none;
     }   
 .image1 {
        display: block;
        position: fixed;
        left:5vw;
        width: 25vw; 
        }           
.label {
    background:linear-gradient(to right, rgb(13,113,189), rgb(1,17,53));
      margin-top: 30px;
    }
 
p {
    font-size:1.5em;
    line-height: 1.1em;
    }
h1 {
     font-size: 1.9em;
       }
h2 {
     font-size: 1.5em;
       }
     
.content {
        width: 80%;
        margin-left:5%;
        padding-top: 10px;
        padding-bottom: 2em;
    }
 
/*-----------------*/
 .row {
   width: 57vw;
   margin: auto;
   margin-bottom: 8vw;
          }
      
.link1, .link2 {
  max-height: 10vw;
  display: flex;    
  margin:auto;
  text-align: right;
  align-items: center;
  justify-content: center;
            }
 
 .link1 {
        margin-left: 0;
    }       
#selber h3, #balkon h3 {
    margin-top:0;
    font-size: 4vw; 
    font-weight:300; 
    line-height: 1em;
    color: hotpink;
  }
#selber p, #balkon p {
    font-size: 2.6vw; 
    font-weight:300; 
    color: hotp;
  }



/*-----------------*/
    
 .footer p {
        margin-left:10vw;
    } 
    
     .footer h2 {
        margin-left:10vw;
    }  