html {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  overflow:hidden;
  font-family: 'Be Vietnam Pro', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
body {
  margin: 0px;
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden;
  display: block;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

a {
  text-decoration: none;
}

img {
  border: 0px;
}




#cookie .dataprotect {
  color: #15477c;
  text-decoration: underline;
}



.audio-player {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 500;
  display: none;
}


.btn {
  display:block!important;
  float: left!important;
  background-color: #4b8acd!important;
  color: #ffffff!important;
  text-decoration: none!important;
  font-size: 12px!important;
  font-weight: 600!important;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  transition: all 0.5s;
}

.btn:hover {
  background-color: #ffffff!important;
  color: #4b8acd!important;
  transition: all 0.5s;
}





.feeding_submit, .feeding_form_in {
  min-height: 50px;
} 

.feeding_form_out {
  top:-130px;
  width: 100%;
  height: 0px;
  position: fixed;
  z-index: 256;
}

.feeding_form_in {
  width: 100%;
  margin: 0px auto 0px;
  height: 100%;
  display: block;
}

.feeding_form {
  width: 100%;
  height: 100%;
  display: block;
}

.feeding_submit {
}

.feeding_form_out_off {
  top:-130px!important;
  transition: all 0.5s;
}

.feeding_form_out_on {
  top:0px;
  transition: all 0.5s;
}

.feeding_submit {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,0.5);
  border: 0px;
  font-size: 22px;
  font-weight: 700;
  color: #636363;
}














.logo-box-out {
  display: block;
  height: 100%;
  float: left;
}

.logo-box-in {
  display: block;
  height: 100%;
}

.logo-box-in a {
  position: relative;
  display: block;
  height: 100%;
}

.logo-box-in img{
  position: relative;
  display: block;
  max-height: 35px;
  margin-top: 10px;
  width: auto;
}






.item-page-backgroundbox {
  height: 100%;
  width: 100%;
  position: fixed;
  display: block;
  top: 0vw;
  left: 0px;
  z-index: -20;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform:scale(1.1);
  

  
}

  .fishline {
    width: 100%;
    position: relative;
    margin: 0px auto 0px;
    max-width: 1920px;
    animation-direction:normal;
}



@keyframes fish01{
	
	0% {
		background-position: 0px 0;
	}
	
	100% {
		background-position: -900px 0%;
	}
	
}

.swim {
    position: relative;
}

.fish {
  animation-name: fish01;
  animation-duration: 1.5s;
  animation-timing-function: steps(5);
  animation-iteration-count: infinite;
  animation-direction:normal;
  background-size:auto auto;
  width: 180px;
  height: 100px;
  overflow: visible;
  position: relative;
}

.swimline {
    position: absolute;
}

.swarm {
  position: absolute;
}

.swarmin {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
}

.fishbox {
  top:0px;
}


.fishbox01 {
  z-index: 99;
  display: block;
  position: fixed;
  width: 100vw;
  height: 75vh;
}

.fishbox01 .fish {
}

.fishbox02 {
  z-index: 40;
  display: block;
  position: fixed;
  width: 100vw;
  height: 85vh;
}

.fishbox02 .fish {
}




.kies {
  z-index: 120;
  width: 100vw;
  height: 125px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0vw;
  background-size: 1980px;
}

.kies img {
  display: none;
  width: 100%;
  height: auto;
}









.recalbutton {
  text-align:center;
  position: fixed;
  display: block;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 244;
  cursor: pointer;
}

.close {
  display: table;
  background-image: url("../img/close.png");
  background-position: right 0% bottom 70%;
  background-repeat: no-repeat;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  bottom: 0px;
  left: 0px;
  position: absolute;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;    

  background: rgba(0,0,0,0.5);
  transition: linear 1s;  
}

.close:hover {
  transition: linear 0.1s;
  background-color: rgba(1, 53, 109, 0.4);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
}

.close p {
  display: table-cell;
  vertical-align: middle;
  margin: 0px;
  padding: 5px 5px 5px 5px;
  color:#ffffff;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.66);

  -webkit-animation-name: pulsenew2; 
  -webkit-animation-duration: 0.2s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes pulsenew2 {
  from {
      -webkit-transform:scale(0.99);
  }
  to { 
    -webkit-transform:scale(1.0);
  }
}

.close img {
  display: table-cell;
  height: 20px;
  width: auto;
  vertical-align: middle;
  padding: 5px 2px 5px 2px;
}

.contentoff {
  margin-top: -100vh!important;
  transition: all 1s ease-out;
}

.contenton  {
  margin-top: 0px!important;
  transition: all 1s ease-out;
}

.contentoff2 {
  margin-top: -60px!important;
  transition: all 1s ease-out;
}

.contenton2  {
  margin-top: 0px!important;
  transition: all 1s ease-out;
}


.contentoff3 {
  margin-bottom: -150px!important;
  transition: all 1s ease-out;
}

.contenton3  {
  margin-bottom: 0px!important;
  transition: all 1s ease-out;
}

.contentboxout {
  position: relative;
  text-align:center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 287;
}

.contentboxin {
  width: 100%;
  max-width: 1200px;
  min-height: 200px;
  margin: auto;
  display: block;
  margin-top: 0px;

  position: absolute;   
  left: 50%;   
  top: 50%;   
  transform: translateX(-50%) translateY(-50%) scale(1); 
}

.contentout {
  display: inline;
}


.wideside .contentboxin {
  max-width: 1600px;
}

.contentend {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.contentbeginn {
   border-top-right-radius: 15px;
}

.contentend, .contentbeginn {
  height: 40px;
}

.contentend, .contentbeginn, .content {
  background-color:rgba(0, 0, 0, 0.9);
}














.web_icon_box_out .web_icon_box_in a {
  display: inline-block;
  margin:12px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 15px 5px 15px;
}

.web_icon_box_out .web_icon_box_in a img {
  width: auto;
  height: 60px;
}

.web_icon_box_out .web_icon_box_in {
}




.menulsb {
  min-height: 50px;
  position: relative;
}

.menubutton {
  right:3px;
  width: 30px;
  bottom: 0px;
  position: absolute;
}

.menubutton a {
  float: left;
  cursor: pointer;
}

.menubutton a img {
  width: 100%;
  height: auto;
}


.menuout {
  position: fixed;
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 22306;
  background-color: rgba(0, 0, 0, 0.7);
}

.menuin {
  text-align: center;
  position: relative;

  margin: 0px auto 0px;

  height: 100vh;
  max-height: 100vh;
  width: 30vw;
  z-index: 267;
  overflow-y: scroll;
}

.menuoff .menuin {
  left: -0%;
  transition-duration: 0.5s;
}

.menuon .menuin {
  transition-duration: 1s;
}

.menuoff {
  left:-0vw;
  top:-100vh;
  transition-duration: 0.2s;
}

.menuon {
  left:0vw;
  top:-0vh;
  transition-duration: 0.3s;
}



.menu {
  padding: 40px 5% 40px 5%;
  width: 90%;
  max-width: 500px;
  display: table;
  position: absolute;
  margin-top: 15%;
  border-radius: 15px;
  background-color: #ffffff;
}

.menu ul {
  margin: 0px;
  padding: 0px;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}

.menu ul li {
  list-style: none;
  margin-bottom: 1px;
}

.menu ul li a {
  display: block;
  text-transform: uppercase;
  text-decoration: underline 1px;
  text-underline-offset: 3px;
  font-weight:100;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 10px 5% 10px 5%;
  color: #ffffff;
  background-color: rgba(21, 71, 124, 0.9);
  border-radius: 5px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: linear 0.5s;
  text-align: center;

  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}

.menu ul li a:hover {
  transition: linear 0.1s;
  color: #15477c;
  background-color: rgba(21, 71, 124, 0.1);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11);
}



.content {
  padding: 0px 0% 0px 0%;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 60vh;
}

.textblock {
  padding: 0px 4% 0px 4%;
  float: left;
  width: 92%;
}

.content .textblock ul {
  padding:0px 0px 0px 0px;
}

.content .textblock ul li {
  padding:6px 0px 8px 14px;
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  font-weight: 100;
}

.content .textblock ul li:nth-child(odd) {
  color: #ffffff;
  background-color: #8d8d8d;
  border-bottom: solid 1px #ffffff;
}

.content .textblock ul li:nth-child(even) {
  color: #ffffff;
  background-color: #686868;
  border-bottom: solid 1px #ffffff;
}

.content .textblock ul li:first-child {
  border-radius: 5px 5px 0px 0px;
}

.content .textblock ul li:last-child {
  border-radius: 0px 0px 5px 5px;
  border-bottom: solid 0px #ffffff;
}

.content a, .content p, .content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
}
.content p {
  color: #bfbfbf;
  text-align:left;
  vertical-align: baseline;
  margin:0px 0px 18px 0px;
}

.content .textblock h3 {
  color: #ffffff;
  line-height: 130%;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  font-size: 30px;
  margin:10px 0px 10px 0px;
  color: #cccccc;
}

.content .textblock.small h3 {
  text-align: left;
}

.content .textblock h4 {
  color: #ffffff;
  line-height: 130%;
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  font-size: 17px;
  margin:5px 0px 5px 0px;
  color: #ffffff;
}

.content .textblock .c_box h4 {
  text-align: center;
}

.content .textblock .c_boxes_1 .c_box1 h4 {
  margin:25px 0px 5px 0px;
  width: 90%;
}

.content .textblock .c_boxes_3 .c_box h4 {
  margin:25px 0px 5px 0px;
  width: 90%;
}


.content a {
  color: #4b8acd;
  text-decoration: underline;
}


.content .c_logoout {
  height: auto;
  margin: 0px 4% 0px 4%;
  border-radius: 5px;

  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
}

.content .c_logoout:hover {
}

.content .c_logoout .logo {
  width: 80%;
  max-width: 300px;
  height: auto;
  margin: 0px auto 0px;
  padding:20px 0px 20px 0px;
}

.content .logo img {
  width: 100%;
  height: auto;
}


.content .textblock .c_boxes_3 .c_box1 {
}

.content .textblock .c_boxes .c_box {
  padding-bottom: 20px;
}

.content .textblock .c_boxes {
  width: 100%;
  height: auto;
  float: left;
  font-size: 0px;
  margin-top: 0px;
  margin-bottom: 20px;

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content .textblock .c_boxes .c_box h4 {
  font-size: 20px;
  color: #cccccc;
  margin-left:5%;
  margin-right:5%;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.content .textblock .c_boxes .c_box p {
  color: #cccccc;
  margin-left:5%;
  margin-right:5%;
  text-align: center;
  transition: all 0.5s;

  font-size: 14px;
  font-weight: 500;
}

.content .textblock .c_boxes .c_box {
  border-radius: 5px;
  border: 1px solid #636363;
  box-sizing: border-box;
}

.content .textblock .c_boxes_3 .c_box {
  width: 32%;
  margin-right: 2%;
  float: left;
  background-color: #ffffff;
  transition: all 0.5s;

  border-radius: 5px;
  border: 1px solid #636363;
  box-sizing: border-box;
}

.content .textblock .c_boxes_1 .c_box {
  width: 100%;
  padding-bottom:20px;
}






.codepen-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
  padding: 0px 4% 0px 4%;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ffffff;
}

.codepen-wrapper iframe {
  margin: 0;
  padding: 0;
  display: block;
}

.codepen-wrapper .editor-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.codepen-wrapper .editor-group label {
  text-align: left;
}

.codepen-wrapper .preview-group {
  width: 100%;
  height: 100%; 
}

.codepen-wrapper textarea {
  width: 100%;
  height: 100%;
  font-family: monospace;
  resize: none; /* resize übernimmt der Container */
  border: none;
  background: transparent;
  color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
}

.codepen-wrapper .resizable-editor {
  resize: horizontal;
  overflow: auto;
  min-height: 100px;
  max-height: 600px;
  border: 1px solid #444;
  padding: 0;
  background: #1e1e1e;
}

.codepen-wrapper .resizable-frame {
  resize: both;
  overflow: auto;
  min-width: 200px;
  min-height: 150px;
  border: 1px solid #ccc;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  margin-top: 7px;
  float: left;
}

.codepen-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.codepen-wrapper button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  width: fit-content;
}

.codepen-wrapper label {
  color:#ffffff;
  margin: 10px 0px 3px 0px;
  float: left;
  width: 100%;
}

.previewlabel {
  display: block;
}

.codeform {
  float: left;
  width: 100%;
}



.copytext {
  text-align: right;
  margin: 0px 0px 0px 0px;
  line-height: 50%!important;
  font-size: 12px!important;
}


.naviline_out {
  padding: 0px 4% 0px 4%;
  float: left;
  width: 92%;
}

.naviline_in {
  background-color: #ffffff;
}

.backbutton {
  display: inline-block!important;
  color: #000000!important;
  padding: 0px 10px 0px 10px;
}



.content .textblock .c_boxes .c_box1 {
  background-color: #15477c;
}
.content .textblock .c_boxes .c_box1:hover {
  background-color: rgba(1, 53, 109, 0.4);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
}

.content .textblock .c_boxes .c_box2 {
  background-color: #15477c;
}
.content .textblock .c_boxes .c_box2:hover {
  background-color: rgba(1, 53, 109, 0.4);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
}

.content .textblock .c_boxes .c_box3 {
  background-color: #15477c;
  margin-right: 0px;
}
.content .textblock .c_boxes .c_box3:hover {
  background-color: rgba(1, 53, 109, 0.4);
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
  box-shadow: 2px 2px 5px 2px rgba(0, 16, 34, 0.11); 
}


.content .textblock .c_boxes .btn {
  margin:20px auto 20px;
  text-decoration: none!important;
}

.content .textblock .c_box_e {
  float: left;
  font-size: 0px;
  display: table;
  width: 100%;

  border-radius: 5px;

  background-color: #15477c;
}

.content .textblock .c_box_e:hover {

}

.content .textblock .c_box_e p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  color: #ffffff;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.content .textblock .c_box_e .co_img_left {
}


.content .textblock .c_boxes .step_img {
  width: 50%;
  max-width: 110px;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transition: all 0.5s;
}

.content .textblock .c_boxes .c_box:hover .step_img {
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transition: all 0.2s;
}

.content .textblock .c_boxes .c_box:hover h4 {
  color:#fff;
  transition: all 0.1s;
}

.content .textblock .c_boxes .c_box:hover p {
  color:#fff;
  transition: all 0.1s;
}


.content_img_w {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}





.backend .contentbeginn, .backend .content, .backend .contentend {
  background-color: #ececec!important;
}


.projecttitle {
  color:#ffffff;
  text-align: center;
  font-size: 30px;
  margin: 20px 0px 0px 0px;
}


.person {
  max-width:140px;
}

.co_img_left {
  text-align: center;
  float:left;
  margin:0px 10px 0px 0px;
}

.co_img_middle {
  text-align: center;
}


@-webkit-keyframes rotatenew {
    from {
        -webkit-transform: rotate(0deg) scale(0.8);
    }
    to { 
        -webkit-transform: rotate(360deg) scale(0.8);
    }
}

@-webkit-keyframes pulsenew {
  from {
      -webkit-transform:scale(0.8);
  }
  to { 
    -webkit-transform:scale(0.9);
  }
}


.loadnew {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
}

  .loadnew:hover img {
    -webkit-animation-name: rotatenew; 
    -webkit-animation-duration: 1.5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: normal;
  }

  .loadnew img {
    max-width: 40px;
    -webkit-animation-name: pulsenew; 
    -webkit-animation-duration: 0.2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    vertical-align: middle;
  }

  .slogan {
    font-size: 24px!important;
    margin: 20px 0px 20px 0px!important;
    font-weight: 400;
    color: #ececec!important;
    text-align: center!important;
    width: 90%;
    padding:0px 5% 0px 5%;
    line-height: 100%!important;
  }


  .headboxout {
    display: block;
    width: 100%;
    height: 55px;
    z-index: 346;
    position: fixed;
    background-color:rgba(0, 0, 0, 0.4);
  }

  .headboxin {
    width: 96%;
    height: 100%;
    max-width: 1900px;
    margin: 0px auto 0px;
    display:block;
    padding:0px 1% 0px 1%;
    position: relative;
  }

  .colorline {
    height: 0px;
    width: 100%;
    background-color: #fff;
    /*
    background: rgb(76,140,207);
    background: linear-gradient(90deg, rgba(76,140,207,1) 0%, rgba(75,110,179,1) 8%, rgba(100,92,159,1) 16%, rgba(187,82,141,1) 24%, rgba(193,70,105,1) 33%, rgba(186,51,56,1) 41%, rgba(194,95,54,1) 50%, rgba(211,164,53,1) 59%, rgba(228,240,51,1) 68%, rgba(167,208,63,1) 75%, rgba(90,172,79,1) 83%, rgba(97,172,114,1) 92%, rgba(104,175,157,1) 100%);
    */
  }

  .language-link-box, .hcont-box-out {
    display: table;
    height: 100%;
    float: right;
    position: relative;
  }


  .hcont-box-out img {
    margin-left: -25px;
    max-height: 20px;
    width: auto;
    position: absolute;
  }

  .hcont-box-out a {
    padding-left: 30px!important;
  }


  .language-link-box-mid {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }

  .language-link-item {
    width: 38px;
    height: 25px;
    background-image: url("../img/languages.jpg");
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    margin: 10px 5px 0px 0px;
  }

  .language-link-item:hover {
  }


.hcont-box-out {
  position: relative;
  display: table;
  height: 100%;
  bottom:0px;
  float: right;
}

.hcont-box-in {
  position: relative;
  display: table;
  height: 100%;
  bottom:0px;
  float: right;
  padding-right: 10px;
}

.hcont-box-in a {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  padding-top: 10px;
}








.examplelinkbox_out {
  width: 100%;
  font-size: 0px;
}

.examplelinkbox_in {
}

.examplelinkbox_link {
  width: 33.33%;
  display: inline-block;
  max-width: 160px;
  vertical-align: top;
  text-decoration: none!important;
  line-height: 140%!important;
  margin-left: 5px;
  margin-right: 5px;
  margin: 10px 5px 15px 5px;
}

.examplelinkbox_link img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.examplelinkbox_link span {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 140%!important;
}











.footer_out {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.8);
}





  @media (max-width: 1920px) {
    .kies {
      height:max-content;
      bottom:0px;
      background-image: none;
      font-size: 0px;
    }
    .kies img {
      display: block;
    }
  }

  @media (max-width: 1680px) {
    .wideside .contentboxin {
      max-width: 95vw;
    }
  }

  @media (max-width: 1400px) {
    .contentboxin {
      max-width: 90vw;
    }
  }


  @media (max-width: 1200px) {
    .contentboxin {
      max-width: 90vw;
    }

    .menu ul {
      padding-top: 50px;
      padding-bottom:120px;
    }
  }

  @media (max-width: 900px) {
    .menuin {
      width: 80vw;
    }

    .menu {
      margin-top: 5%;
    }
    

    .content {
      height: 65vh;
    }
    .hcont-box-out {
      display:none;
    }

    .contentend, .contentbeginn {
      height: 25px;6666 
    }

    .content .logo {
      margin-top: 10px;
    }

    .contentboxin {
      top: 45%;
    }

    .slogan {
      font-size: 4vw!important;
      margin: 20px 0px 10px 0px !important;
    }

    .content .textblock h3 {
      line-height: 130%;
      font-size: 5vw!important;
    }

    .textblock {
      padding: 0px 6% 0px 6%;
      width: 88%;
    }

    .content .c_logoout {
      margin: 0px 6% 0px 6%;
    }

    .codepen-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0rem;
      padding: 1rem;
      padding: 0px 4% 0px 4%;
    }

    .preview-group {
      margin-top: 20px;
      margin-bottom: 20px;
      min-height: 200px;
    }

  }

  @media (max-width: 660px) {
    .content .textblock .c_boxes .c_box {
      width: 100%;
      margin-right: 0%;
      margin-top:10px;
      margin-bottom:10px;
    }

    .content .textblock .c_boxes .c_box1 {
      margin-top:0px;
    }

    .content .textblock .c_box_e p {
      display: block;
      height: 100%;
      padding-top: 10px!important;
      padding-bottom: 10px!important;
      padding: 0px 10px 0px 10px;
    }
    
    .content .textblock .c_box_e .co_img_left {
    }


    .adressboxesc_right {
      margin-top: 20px;
    }

    .feeding_submit {
      height: 200%;
    }
  }

  @media (max-width: 420px) {
    .menuin {
      width: 90vw;
    }

    .content {
      height: 50vh;
    }
  }




  @media (max-height: 700px) {
    .contentboxin {
      margin-top: 0px;
    }
  }

  @media (max-height: 590px) {
    .content {
      height: 40vh!important;
    }
  }

  @media (max-height: 460px) {
    .content {
      height: 30vh!important;
    }
  }

  @media (max-height: 370px) {
    .content {
      height: 20vh!important;
    }
  }