<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#begrenzung {

    width: 1920px;
  margin-right: auto;
  margin-left: auto;
  font-family: arial, sans-serif;
  
  }
  
  
  .button {
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  float: right;
  margin-top: 1020px;
  margin-right: 80px;
  }
  
  .button:hover {background-color: #3e8e41}
  
  .button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  }
  
  
  gkasten {
  width: 500px;
  border:1px solid black;
  border-radius:50px;
  padding-left: 30px;
  padding-right:30px;
  padding-top:30px;
    padding-bottom: 30px;
  margin-bottom:175px;
    margin-top:15px;
    margin-right: 570px;
  float:right;
  }
  
  .gsidetext{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 37px;
  text-align: center;
  margin-right:38px;
  }
  
  gkasten img {
  border: 1px solid black;
  border-radius: 100px;
  float:right;
  
  
  }
  
  .textlinks {
  
  text-align: center;
  margin-right:38px;
  margin-bottom:175px;
  margin-top:15px;
  padding-top: 15px;
  padding-bottom: 15px;
  width:300px;
  border:3px solid black;
  border-radius:50px;
  float: left;
  background-color:rgb(255, 255, 255);
  position: fixed;
  
  
  }
  
  nav ul{
  
  list-style-type: none;
  
  }
  
  nav li{
  
  display: above;
  margin-bottom: 10px;
  margin-right:38px;
  text-decoration: none;
  color: Black;
  }
  
  nav a{
  
  text-decoration: none;
  color: Black;
  
  }	
  
  
  /*Hintergrund*/
  
  body {
  background: url(./Bilder/testhintergrund3.jpg) no-repeat center center fixed;
  background-size:cover;
  
  }
  
  .blur {
  background: url(./Bilder/testhintergrund3.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  filter: blur(13px);
  position: absolute;
  height: 300px;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  
  
  }
  
  .widget {
  border-top: 2px solid rgba(255, 255, 255, .5);
  border-bottom: 2px solid rgba(255, 255, 255, .5);
  height: 200px;
  width: 100%;
  overflow: hidden;
  }
  
  .center {
  position: absolute;
  margin: top;
  margin-top: 45px;
  
  
  }
  
  .text {
  height: 200px;
  width: 340px;
  
  }
  
  
  .text h1 {
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  color: #ffffff;
  margin-left: 895px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 38px;
  margin-top: -20px;
  
  }
  
  .text h2 {
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  color: #ffffff;
  margin-left: 865px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 38px;
  margin-top: -20px;
  }
  
  .text h3 {
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  color: #ffffff;
  margin-left: 815px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 28px;
  margin-top: -20px;
  }
  
  .text h4 {
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  color: #ffffff;
  margin-left: 815px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 50px;
  margin-top: -20px;
  }
  
  
  .text p {
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px rgba(0, 0, 0, .1);
  margin-left: 300px;
  font-family: 'Lato', serif;
  font-weight: 400;
  font-size: 22px;
  }
  
  
  
  /*Test Dropdown*/
  
  
  .navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .navbar li {
  list-style: none;
  position: relative;
    display: above;
   
  
  }
  
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  .dropdown ul {
  list-style-type: unset;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  
  /*TestText*/
  
  body {
    margin: 0;
    font-family: Arial;
    font-size: 17px;
  }
  
  .container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  
  
  .container img {vertical-align: middle;}
  
  .container .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Black background with transparency */
    color: #f1f1f1;
    width: 150%;
    padding: 20px;
  }
  
  
  
  marquee a{
  margin-top:500px;
  color: #ffffff;
  text-decoration: none;
  
  }
  
  marquee {
  margin-top:500px;
  
  
  }
  
  
  .logo img{
  width: 250px;
  margin-left:10px;
  margin-top: 260px; 
  
  }
  
  
  .agb{
  border: 2px solid black;
  border-radius:30px;
  width: 800px;
  margin-left:560px;
  padding: 25px;
  
  margin-bottom: 20px;
  position: absolute;
  }
  .agbblur {
  
  background: url(./Bilder/testhintergrund3.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: hidden;
  filter: blur(13px);
  border: 2px solid black;
  border-radius:30px;
  width: 800px;
  margin-left:560px;
  padding: 25px;
  margin-bottom: 20px;
  }
  
  .bilder{
    margin-left: 210px;
    margin-top: 400px;
  
  
  }
  
  .bilder img{
    margin-left: 5px;
  
  
  }

  .format{
    width: 505px;
    height: 300px;


  }
  /*Test Hover */
  
  .container {
    position: absolute;
  }
  
  .image {
    display: block;
  }
  
  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 270px;
    height: 60px;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 28px;
    padding: 120px;
    text-align: center;
    margin-left: 5px;
  }
  
  .container:hover .overlay {
    opacity: 1;
  }
  
  
  .container2 {
    position: absolute;
    margin-left: 500px;
  }
  
  .image2 {
    display: block;
  }
  
  .overlay2 {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 270px;
    height: 60px;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 28px;
    padding: 120px;
    text-align: center;
  }
  
  .container2:hover .overlay2 {
    opacity: 1;
  }
  
  
  .container3 {
    position: absolute;
  }
  
  .image3 {
    display: block;
  }
  
  .overlay3 {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 265px;
    height: 60px;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 28px;
    padding: 120px;
    margin-left: 4px;
    text-align: center;
    
  }
  
  .container3:hover .overlay3 {
    opacity: 1;
  }
  
  
  .hovereffect {
    width:505px;
    height:300px;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
    }
    
    .hovereffect .overlay {
    width:265px;
    height:100px;
    position:absolute;
    overflow:hidden;
    top:0;
    left:-5;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }
    
    .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    }
    
    .hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
    }
    
    .hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
    }
    
    .hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
    }
    
    .hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    }
    
    .hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
    }
    
    .hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
    }
    
    .hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
    }
  
  /*Bild2*/
    .hovereffect2 {
        width:505px;
        height:300px;
        float:left;
        overflow:hidden;
        position:relative;
        text-align:center;
        cursor:default;
        }
        
        .hovereffect2 .overlay2 {
        width:270px;
        height:100px;
        position:absolute;
        overflow:hidden;
        top:0;
        left:0;
        opacity:0;
        background-color:rgba(0,0,0,0.5);
        -webkit-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out
        }
        
        .hovereffect2 img {
        display:block;
        margin-left: 0px;
        position:relative;
        -webkit-transition:all .4s linear;
        transition:all .4s linear;
        }
        
        .hovereffect2 h2 {
        text-transform:uppercase;
        color:#fff;
        text-align:center;
        position:relative;
        font-size:17px;
        background:rgba(0,0,0,0.6);
        -webkit-transform:translatey(-100px);
        -ms-transform:translatey(-100px);
        transform:translatey(-100px);
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        padding:10px;
        }
        
        .hovereffect2 a.info2 {
        text-decoration:none;
        display:inline-block;
        text-transform:uppercase;
        color:#fff;
        border:1px solid #fff;
        background-color:transparent;
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        margin:50px 0 0;
        padding:7px 14px;
        }
        
        .hovereffect2 a.info2:hover {
        box-shadow:0 0 5px #fff;
        }
        
        .hovereffect2:hover img {
        -ms-transform:scale(1.2);
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
        }
        
        .hovereffect2:hover .overlay2 {
        opacity:1;
        filter:alpha(opacity=100);
        }
        
        .hovereffect2:hover h2,.hovereffect2:hover a.info2 {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-transform:translatey(0);
        -webkit-transform:translatey(0);
        transform:translatey(0);
        }
        
        .hovereffect2:hover a.info2 {
        -webkit-transition-delay:.2s;
        transition-delay:.2s;
        }
  
        /*Bild3*/
    .hovereffect3 {
        width:505px;
        height:300px;
        float:left;
        overflow:hidden;
        position:relative;
        text-align:center;
        cursor:default;
        }
        
        .hovereffect3 .overlay3 {
        width:270px;
        height:100px;
        position:absolute;
        overflow:hidden;
        top:0;
        left:-5;
        opacity:0;
        background-color:rgba(0,0,0,0.5);
        -webkit-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out
        }
        
        .hovereffect3 img {
        margin-left: 0px;
        display:block;
        position:relative;
        -webkit-transition:all .4s linear;
        transition:all .4s linear;
        }
        
        .hovereffect3 h2 {
        text-transform:uppercase;
        color:#fff;
        text-align:center;
        position:relative;
        font-size:17px;
        background:rgba(0,0,0,0.6);
        -webkit-transform:translatey(-100px);
        -ms-transform:translatey(-100px);
        transform:translatey(-100px);
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        padding:10px;
        }
        
        .hovereffect3 a.info3 {
        text-decoration:none;
        display:inline-block;
        text-transform:uppercase;
        color:#fff;
        border:1px solid #fff;
        background-color:transparent;
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;
        margin:50px 0 0;
        padding:7px 14px;
        }
        
        .hovereffect3 a.info3:hover {
        box-shadow:0 0 5px #fff;
        }
        
        .hovereffect3:hover img {
        -ms-transform:scale(1.2);
        -webkit-transform:scale(1.2);
        transform:scale(1.2);
        }
        
        .hovereffect3:hover .overlay3 {
        opacity:1;
        filter:alpha(opacity=100);
        }
        
        .hovereffect3:hover h2,.hovereffect3:hover a.info3 {
        opacity:1;
        filter:alpha(opacity=100);
        -ms-transform:translatey(0);
        -webkit-transform:translatey(0);
        transform:translatey(0);
        }
        
        .hovereffect3:hover a.info3 {
        -webkit-transition-delay:.2s;
        transition-delay:.2s;
        }</pre></body></html>