html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  padding-bottom: 2.8rem; 
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {

  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 2px #F0F0F0, 0 0 10px #F0F0F0;
          box-shadow: 0 0 2px 2px #F0F0F0, 0 0 10px #F0F0F0;
}

.active {
  background-color: #40f !important;
}

.active-sub {
  background-color: #2EFE2E !important;
}

/* === NAVIGATIONSLEISTE === */
#header-nav {
  width: 100%;
  height: 50px;
  background-color: #000;
  position: relative;
  font-weight: bold;
  font-size: 1.1rem;
}
#header-nav a > img {
  height: 30px;
  width: auto;
  margin: .55rem;
  float: left;
}
#header-nav ul {
  margin: 0;
  padding: 0;
  float: right;
  height: 100%;
}
#header-nav ul > li {
  display: inline-block;
  height: 100%;
  padding: 0 .4rem 0 .4rem;
}
#header-nav ul > li > a {
  margin-top: .8rem;
  display: inline-block;
}
#header-nav ul > li > a:link {
  color: #fff;
  text-decoration: none;
}
#header-nav ul > li > a:visited {
  color: #FFF;
  text-decoration: none;
}
#header-nav ul > li > a:active {
  color: #fff;
  text-decoration: none;
}
#header-nav ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
#header-nav .col-6 {
  padding-top: 0;
  padding-bottom: 0;
}
#header-nav .container,
#header-nav .row,
#header-nav .col-6 {
  height: 100%;
}
.logo-link {
  display: inline-block;
  padding-bottom: .5rem;
  text-decoration: none;
}

/* === NAVIGATIONSLEISTE (MOBIL) === */
#mobile-nav-button {
  color: #FFF;
  float: right;
  font-size: 2rem;
  width: 37px;
  height: 37px;
  position: relative;
  margin-top: .4rem;
  margin-bottom: .5rem;
}
#mobile-nav-button > span {
  position: absolute;
  top: -2px;
  left: 7px;
}
#mobile-nav-content > ul > li {
  display: block;
  background-color: #3D3F45;
  height: 50px;
  padding: 0 1.2rem;
  text-align: center;
}
#mobile-nav-dropdown {
  position: relative;
  display: inline-block;
  float: right;
}
#mobile-nav-content {
  position: absolute;
  right: 0;
  top: 50px;
  display: none;
}
#mobile-nav-dropdown:hover > #mobile-nav-content {
  display: block;
}
#mobile-nav {
  display: none;
}

@media (max-width: 812px) {
  #desktop-nav {
    display: none;
  }
  #mobile-nav {
    display: block;
  }
}

/* index */
.index{
  background-color: rgba(68, 0,255, 0.60);
  height: 15rem;
  width: auto;
}

.index h1{
  font-size: 1.5rem;
  color: #000;
  text-align: center;
  padding: .4rem;
}

.index p{
  font-size: 1rem;
  color: #000;
  text-align: center;
  padding: .4rem;
}

#index1{
  font-size: 3rem;
  text-align: center;
}

#inde{
  font-size: 2rem;
  font-weight: bold;
}

#maint{
  font-size: 1.3rem;
}

/* === KONTAKT-SEITE === */
#kontakt-bereich {
  padding-top: 1rem;
}

#kontakt-formular input,
#kontakt-formular textarea,
#kontakt-formular select {
  width: 100%;
  border: 2px solid #00C9FF;
  padding: .5rem;
  font-size: 1rem;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  color: #3D3F45;
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
}
#seler  {
  width: 100%;
  border: 2px solid #3D3F45;
  padding: .5rem;
  font-size: 1rem;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  color: #3D3F45;
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  background-color: #00C9FF;
}

#kontakt-formular textarea {
  height: 100px;
}

#kontakt-formular input:hover,
#kontakt-formular textarea:hover {
  border: 2px solid #A62C21;
}

#absendenButton {
  width: 150px;
  height: 39px;
}

#kontakt-formular {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label  input {
 width: auto !important;
 height: 100%;
}
.checkbox-label a {
  margin-left: 5px; /* Passen Sie den Abstand an, wie es Ihnen gefällt */
}
@media (max-width: 1366px) {
  #kontakt-formular {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  #kontakt-formular {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #kontakt-formular button {
    width: 100%;
  }
}



.glow {
  width: 100%;
  min-height: 40px;
  height: auto;
  font-size: 1rem;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow:before {
  content: '';
  background: linear-gradient(45deg,#9FC8EC, #7ABAE7, #5CB2E4, #37A7DF, #0097D3, #9FC8EC, #7ABAE7, #5CB2E4, #37A7DF);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.glow:active {
}

.glow:active:after {
  background: transparent;
}

.glow:hover:before {
  opacity: 1;
}

.glow:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:black;
  left: 0;
  top: 0;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}


.accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}


.active, .accordion:hover {
  background-color: #ccc;
}


/* alletabellen */
.containeri{
 max-width: 85%;
 height: 1000px;
 margin-left: auto;
 margin-right: auto;
background-color: #EFF8FB;
margin-top: 50px;
margin-bottom: 50px;
}

caption {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #2EFE2E;
  text-transform: uppercase;
}

table {
  width: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 5px solid #EFF8FB;
}

tr {
  height: 1rem;
}

tr:nth-of-type(even) {
  background-color: #CEECF5;
}

th {
  text-align: left;
}

th, td {
  padding: 0.8rem;
  height: 1rem !important;
}

tbody > th, td::after {
 content: "0";
 height: 1rem;
 color: #fff;
 opacity: 0;
}

thead {
  background-color: #40f;
}

tbody {
  border-bottom: 2px solid #fff;
  bottom: 2rem;
}

tfoot tr:first-of-type td {
  font-weight: bold;
}



#trenner {
color: #40f;
display: none;
border-left: solid black 2px;
}

#trenner1 {
background-color: none;
display: none;
border-left: solid black 2px;
}

#namecot {
text-align: center;
color: #fff;
font-size: 1.5rem;
background-color: black;
padding: 0.4rem;
text-transform: capitalize;
margin-bottom: 0;
margin-top: 0;

}

#inhaltco {
  color: #0B3B0B;
  text-align: left;
  font-size: 1.0rem;
  width: 100%;
}

.btn {
  font-size: 1rem;
   border: 2px solid #000;
   background-color: #0f0;
   font-weight: bold;
   color: #00f;
   height: 40px;
  display: inline-block;
   padding-top: 0.5rem;
   width: 100%;
padding: .5rem .6rem;
padding-left: .9rem;
-webkit-transition: color .5s ease-in-out, border .5s ease-in-out;
transition: color .5s ease-in-out, border .5s ease-in-out;
text-align: center;
}

.btn:link {
  color: #00f;
  text-decoration: none;
}

.btn:visited {
  color: #00f;
  text-decoration: none;
}

.btn:active {
  color: #00f;
  text-decoration: none;
}

.btn:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border: solid #000;
  color: #000;
  border: 2px solid #000;
  font-weight: normal;
}

.btn-index {
  width: 100%;
  text-align: center;
}

.btn-index1 {
  width: 100%;
  text-align: center;
}

#linkfco{
 text-decoration: none;
color:#40f;
}
#linkfco:link{
 text-decoration: none;
 color:#40f;
}
#linkfco:visited{
 text-decoration: none;
  color:#40f;
}
#linkfco:active{
 text-decoration: none;
 color:#40f;
}
#linkfco:hover{
 text-decoration: none;
 color:#0f0;
}

#linkfcoco2{
 text-decoration: none;
color:#000
}
#linkfcoco2:link{
 text-decoration: none;
 color:#000;
}
#linkfcoco2:visited{
 text-decoration: none;
  color:#000;
}
#linkfcoco2:active{
 text-decoration: none;
 color:#000;
}
#linkfcoco2:hover{
 text-decoration: none;
 color:#0f0;
}



.show-port-div{
  background-image: linear-gradient(#fafafa,#f4f4f4);

}
.show-port-a{
  text-decoration: none;
  
}
.show-port-a > h2{
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1400px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.5rem;
  }

}

@media (max-width: 1200px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.2rem;
  }

}

@media (max-width: 1100px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.9rem;
  }

}
@media (max-width: 930px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.5rem;
  }

}
.show-port-img{
  width: 100%;
  height: auto;
  
}

.show-port-h1{
  text-align: center;
}


/* mob tab  */
@media (max-width:981px)  {
  table {
    max-width: auto;
  }
  .mini-info{
    max-width: 100%;
  }
  #t2{
    font-size: 2.5rem;
  }
  }
  @media (max-width: 632px) {
  caption {text-align: left;}
  th, td{padding: 0.5rem;}
  table {
    width: 100%;
  }
  .mini-info{
    max-width: 100%;
  }
  }
  @media (max-width: 321px) {
    th, td{padding: 0.4rem; font-size: 0.8rem;}
  }

  #imgess {
  width: 100%;
  height: auto;
  padding: 0px;
  position: static;
  float: left;
}

#einzelnercon {
  background-color: #EFF8FB;
  border: 0.5rem solid black;
}


/* unterteil der scoa*/
#imges {
  width: 200px;
  height: auto;
  padding: 0px;
  position: relative;
  float: left;
}

#Zubereitung2{
  text-align: center;
}

#Zubereitung1{
  text-align: center;
}

/* ===Zusatzinfos mob ===*/
#z4{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -5px;
}

#z4 > table > thead{
  background-color: #EFF8FB;
  font-size: 1.5rem;
  text-align: center;
}
#z4 > table > tbody > tr{
  background-color: #EFF8FB;
}
#z4 > table > thead >th{

  padding-top: 0 !important;
}
#z4 > table > tbody > tr >td{

  padding-bottom:0 !important ;
}

#z4 > table {
  margin-bottom: -5px;
}
/* === Cookie-Tool === */
.cookie-tool {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  z-index: 9999;
}

.cookie-tool .col-2,
.cookie-tool .col-4{
 padding: 0; 
}

.cookie-tool a{
 text-decoration: none;
 color: #000;
}

.cookie-tool h2{
font-size: 2rem;
 }
 .cookie-tool h3{
  color: #000;
   }

   .cookie-tool p{
    color: #000;
     }

 .cookie-tool button{
  background-color: #1d1d1d;
  color: #FFF;
  border: #1d1d1d;
  font-size: 1.48rem;
  font-weight: bold;
  width:100%;
  height: 45px;
   }

   @media (max-width: 1209px) {
    .cookie-tool button{
      height: 70px;
       }
  }
  @media (max-width: 850px) {
    .cookie-tool button{
      font-size: 1.35rem;
      height: 70px;
       }
  }
  @media (max-width: 779px) {
    .cookie-tool #kontakt-formular{
      margin-bottom: 10px;
       }
       .cookie-tool button{
        font-size: 1rem;
        height: 40px;
         }
  }


/* ===glow btn === */

.glow-on-hover {
  width: 100%;
  height: 40px;
  font-size: 1rem;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow-on-hover:before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.glow-on-hover:active {
}

.glow-on-hover:active:after {
  background: transparent;
}

.glow-on-hover:hover:before {
  opacity: 1;
}

.glow-on-hover:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:black;
  left: 0;
  top: 0;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}


/* === footer === */
#footer {
  position:fixed;
   background-color: #000;
   height: 2.8rem;
   width: 100% !important;
   color: #fff;
   margin-top: 30px !important;
   bottom: 0;
 }
 #footer-nav{
   display: inline-block;
   float: right !important;
 }
 #footer-nav a:link {
   text-decoration: none;
   color: #fff;
 }
 #footer-nav a:visited {
   text-decoration: none;
     color: #fff;
 }
 #footer-nav a:active {
   text-decoration: none;
     color: #FFF;
 }
 #footer-nav a:hover {
   text-decoration: none;
   color: #0f0;
 }
 #footer span {
   color: #fff;
   float: left;
 }
 @media (max-width: 565px) {
   #footer span{ font-size: 0.5rem;
   }
 }
 #footer-a,
 #footer-a:link,
 #footer-a:visited,
 #footer-a:active {
   text-decoration: none;
   color: #00C9FF;
 }
 
 #footer-a:hover {
   color: #0f0;
 }
/* === GRID-SYSTEM === */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*='col-'] {
  float: left;
  min-height: 1px;
  padding: .8rem;
}
.col-1 { width: 25%;}
.col-1-5 {width: 25%}
.col-2 { width: 33.333%;}
.col-3 { width: 50%;}
.col-4 { width: 66.666%;}
.col-5 { width: 75%;}
.col-6 { width: 100%;}

@media (max-width: 1480px) {
  .col-1 { width: 33.333%;}
  .col-1-5 {width: 33.333%}
}

@media (max-width: 1024px) {
  .col-1 { width: 33.333%;}
  .col-1-5 {width: 33.333%}
}

@media (max-width: 768px) {
  .col-1-5 {width: 50%}
  .col-1 { width: 50%;}
  .col-2 { width: 100%;}
  .col-3 { width: 100%;}
  .col-4 { width: 100%;}
}

@media (max-width: 480px) {
  .col-1-5 {width: 100%}
  .col-1 { width: 100%;}
  .col-2 { width: 100%;}
  .col-3 { width: 100%;}
  .col-4 { width: 100%;}
}