body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

/* //////////////////////// ALLGEMEIN //////////////////////////// */

@font-face {
  font-family: 'RobotoSlab';
  src: url('../../files/css/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}

.center {
  text-align: center;
  }
  
.flex-hori {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  #gap: 20px;
  }
  
  /* ///////////////////////////// BODY /////////////////////////// */

body {
  font-family: 'RobotoSlab', sans-serif;
  background-image: url('../../files/img/bg_3.jpg');
}

wrapper {
  width: 100%;
  }
  
.inside {
  width: 1600px;
  margin: auto;
  }  

  
/* ///////////////////////////// HEADER /////////////////////////// */

#JVs_Header {
  width: 1600px;
  height: 900px;
  background-image: url('../../files/img/w13_header.jpg');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  box-shadow: 5px 5px 5px #444;
}

#TitelClaim {
  position: relative;
  top: 40px;
  right: 150px;
  z-index: 20;
  text-align: right;
  }
  
#Titel {
  font-weight: bold;
  font-size: 3.0rem;
  color: white;
  }
  
#Claim {
  font-weight: bold;
  font-size: 2.0rem;
  color: white;
  }
  
  /* /////////////////////////// NAVI //////////////////////////// */
  
.mod_navigation ul {
  display: flex;
  gap: 10px;
  list-style: none;
  }
  
.mod_navigation a {
  display: inline-block; 
  background-color: orange;
  color: black; 
  line-height: 3.0rem;
  padding: 0 20px;
  text-decoration: none; 
  border-radius: 8px;
  transition: 0.3s;
}

.mod_navigation a:hover {
  background-color: seagreen;
  color: white;
}

.mod_navigation .active {
  display: inline-block;
  line-height: 3.0rem;
  padding: 0 20px;
  border-radius: 8px;
  background-color: seagreen;
  color: white;
}

/* //////////////////////// Sub-Header ///////////////////////// */

#Sub-Header {
  background: linear-gradient(to top, lightgrey 0%, white 50%, lightgrey 100%);
  }
  
/* ////////////////////////////// MAIN /////////////////////////////// */

#main {
  margin: 0 0 40px 0;
  }
  
button.handorgel__header__button {
    background: orange;
    transition: 0.3s;
    }
    
button.handorgel__header__button:hover {
  background-color: seagreen;
  color: white;
  }
  
/* ////////////////////////// FORM /////////////////////////// */

/* Grundlayout */
.ce_form {
  max-width: 500px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Fieldset + Legend */
.ce_form fieldset {
  border: 2px solid seagreen;
  border-radius: 8px;
  padding: 20px;
}

.ce_form legend {
  font-size: 1.2rem;
  font-weight: bold;
  color: seagreen;
  padding: 0 10px;
}

/* Labels */
.ce_form label {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Inputs + Textarea */
.ce_form input,
.ce_form textarea {
  width: 92%;
  padding: 12px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 1rem;
  transition: border-color 0.3s, background 0.3s;
}

.ce_form input:focus,
.ce_form textarea:focus {
  border-color: seagreen;
  background: #fff;
  outline: none;
}

/* Button */
.ce_form button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 25px;
  background: orange;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}

.ce_form button:hover {
  background: seagreen;
}

/* Pflichtfelder optisch markieren */
.ce_form input[required],
.ce_form textarea[required] {
  border-left: 4px solid orange;
}

  
/* /////////////////////////// Footer /////////////////////////////// */

#footer {
  background: linear-gradient(to top, grey 0%, #222 50%, black 100%);
  padding: 30px 0 60px 0;
  }
  
#Impressum {
  color: white;
  }


