:root {
  --generaltxt-color: black;
  --footer-bg-color: #4cf0fc;
  --general-bg-color: #4cf0fc;
  --invertedText-color:#39c2cc;
  --navActivBg-color: #39c2cc;  
  --navHoverBg-color:  #ff9438;
  --navActivTxt-color: black;
  --navBg-color:  #39c2cc; /*also footer background-color  (original icon 01B697 , F68423)*/
  --navTxt-color: white; /* b7d9b1 salvia */
  --textFrame-color:#39c2cc;
  --pictureFrame-color:#39c2cc;
  --teamImgFrame-color:#39c2cc;
  --btnHoverBg-color:#ff9438;
  --topButtonFrame-color:#399dcc;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}
/*scroll-behavior kills sometimes anchor links - so its currently not used - its anyway not supported by safari*/
/* html  { 
  scroll-behavior: smooth;
} */
.background-light,.background-hover-light:hover{color:#000!important;background-color:var(--general-bg-color)!important} /* #91fff6 */
.background-dark,.background-hover-dark:hover{color:#000!important;background-color:var(--footer-bg-color)!important}/* #39C9BB */


 .gelber-stern {
    display: inline-block;
    width: 1em; /* Beispiel-Größe */
    height: 1em; /* Beispiel-Größe */
    background-color: #ffd700; /* Goldgelb */
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  }

/*Aktionen*/
.giftcontainer img {
/*   float: left; */
  margin-right: 5px;
  border-radius: 10%;
  border: 2px solid var(--pictureFrame-color);
}
/*end Aktionen*/

/*NAVIGATION*/


.topnav {
  overflow: hidden;
  background-color:transparent;
 /*  margin-bottom: 20px; */
}

.topnav a {
  float: left;
  display: block;
  color: var(--navTxt-color);
  background-color: var( --navBg-color);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin: 10px 10px 10px 0px;
  box-sizing: border-box;
  border-radius:15px;
  font-weight: bold;
}

.active {
  background-color: var( --navActivBg-color);
  color: var( --navActivTxt-color);
}

.inactive {
  background-color: var( --navBg-color);
  color: var( --navTxt-color);
}

 .burger {
	/*  width: 50%; */
	 min-width: 10%;
	/*  margin:0px; */	
	 float:left;
 }

.topnav .burger {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  border-radius:15px;
  margin: 10px 10px 10px 0px;
}
.dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: var( --navTxt-color);
  padding: 14px 16px;
  background-color: var( --navBg-color);
  font-family: inherit;
  font-weight: bold;
  border-radius:15px;
}

.dropdown-content {
  
  position: absolute;
  background-color: var( --navBg-color);
/*   min-width: 1600px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:15px;
  margin:  0px  0px  0px 10px;
}

.dropdown-content a {
  float: none;
  color: var(--navTxt-color);
  padding: 12px 12px 12px 30px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin: 0px;
 /*  background-color: var( --navBg-color); */
}

.topnav a:hover, .dropbtn:hover ,.collapsibleCookieInfo:hover {
  background-color: var(--navHoverBg-color);
  color: black;
}

.hide {
   display: none;
}

.dropdown-content a:hover {
/*   background-color: var(--navHoverBg-color);
  color: black; */
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}



/*END NAVIGATION*/



.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}


.mySlides {  border-radius:15px;}
.linkCollection { color: var( --invertedText-color); }

.pictureFrame{	
  /* float: left; */
 /*  margin-right: 20px; */
  border-radius: 15px;
  border: 2px solid var(--pictureFrame-color);
  width:33%;
}

.contactIconsContainer
{
	
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: bold 16px sans-serif;
	
}

.contactIcons{
	float:left;
	width:100%
}
	
.contactIcons i{
	background-color:  #33383b;
	color: var( --invertedText-color);/* #ffffff; */
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;	
	
}

.ShowMoreLink 
{
	color: var(--textFrame-color);
	text-decoration: underline;
	font-weight: bold;
	cursor: cell;
}

.collapsibleCookieInfo
{
	  padding: 8px;
	  margin: 16px;
}

/*Up Button*/

#upBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: 4px solid var(--topButtonFrame-color);
  outline: none;
  background-color: var(--navBg-color);
  color: var(--navTxt-color);
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#upBtn:hover {
  background-color: var(--navHoverBg-color);
}
/*END Up Button*/



/* LIST  */
ul.text-ul{
	list-style-type:none;
	padding:0;
	margin:0;

}
ul.text-ul li{
	padding:8px 16px;
	border-bottom:2px solid; 
	border-bottom-color:rgba(252, 145, 55, 0.39);
}
ul.text-ul li:last-child{border-bottom:none}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

/* endLIST */

.terminCard{ 
  box-shadow:0px 0px 2px 2px rgba(252, 145, 55, 0.39) ;
  transition: 0.3s;
  border-radius: 15px; /* 5px rounded corners */
  width: -moz-fit-content;
  width: fit-content;
  margin:auto;
  padding:15px;
	
}

.activityCard {
	border: 3px solid #ccc;
	background-color: #eee;
	border-radius: 15px;
	border-color:var(--textFrame-color);
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
  
}

.activityCard img {
  /* float: left; */
  /* margin-right: 20px; */
  border-radius: 15px;
  border: 2px solid var(--pictureFrame-color);
}

.activityCardHeader {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 3px solid;
	border-color:var(--textFrame-color);
	background-color: #fbc99d;
	padding:0px 10px 0px 10px; 
	margin:0px;
    width:100%;
}
.activityCardHeader h2 {
	margin-top:0px;
	padding-left:10px;
}
.activityCardContent {
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:16px;
}

.partnerCard{
	box-shadow:0px 0px 2px 2px rgba(252, 145, 55, 0.39) ;
	transition: 0.3s;
	border-radius: 15px; /* 5px rounded corners */
}


hr.roundedTitle {
  border-top: 8px solid;
  border-color:var(--textFrame-color);
  border-radius: 15px;
  margin: auto;
  width:10vw;
}

hr.roundedSeparator {
  border-top: 3px solid;
  border-color:rgba(252, 145, 55, 0.39);
  border-radius: 15px;
  width:25%;
  max-width:25%; 
  margin-right:100%; 
}



.textcontainer {
  border: 3px solid #ccc;
  background-color: #eee;
  border-radius: 15px;
  border-color:var(--textFrame-color);
  padding: 16px;
  margin: 16px 0;
}


/*TEAM*/
.staffcontainer {
  border: 3px solid #ccc;
  background-color: #eee;
  border-radius: 15px;
  border-color:var(--pictureFrame-color);
  padding: 16px;
  margin: 16px 0
}

.staffcontainer::after {
  content: "";
  clear: both;
  display: table;
}

.staffcontainer img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid var(--pictureFrame-color);
}

.staffcontainer span {
  font-size: 20px;
  margin-right: 15px;
}
/*end TEAM*/



/*KURS*/
.kurscontainer {
  border: 3px solid #ccc;
  background-color: #eee;
  border-radius: 15px;
  border-color:var(--pictureFrame-color);
  padding: 16px;
  margin: 16px 0
}

.kurscontainer::after {
  content: "";
  clear: both;
  display: table;
}

.kurscontainer img {
  /* float: left; */
  /* margin-right: 20px; */
  border-radius: 15px;
  border: 2px solid var(--pictureFrame-color);
}

.kurscontainer span {
  font-size: 20px;
  margin-right: 15px;
}
/*end KURS*/


.responsiveLogo {
  width: 90%;
  height: auto;
  margin:10px;
}
.responsivePadiLogo {
  height: 50%;
  margin:10px;
}

.offerButton{
  display: block;
  color: var(--navTxt-color);
  background-color: var( --navBg-color);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  margin: 15px 0px 0px 0px;
  box-sizing: border-box;
  border-radius:15px;
				animation-name: stretch;
				animation-duration: 2.0s;
				animation-timing-function: ease-out;
				animation-direction: alternate;
				animation-iteration-count: infinite;
				animation-play-state: running;
}



/*courses*/
.column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}


.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
   font-size: 17px;    
  border: 2px solid rgba(252, 145, 55, 0.39);
  outline: none;
  color: var(--navTxt-color);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  border-radius:15px;
}

.button:hover {
  color: var(--navActivTxt-color);
  
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: rgba(252, 145, 55, 0.39);
  color: var(--navTxt-color);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: 2px solid rgba(252, 145, 55, 0.39);
  outline: none;
  transition: 0.4s;
  border-radius:15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
   /* background-color: var(--btnHoverBg-color); */
   color: var(--navActivTxt-colorTxt-color);
}

.accordion.active {
	background-color: var(--btnHoverBg-color);
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: inherit;
  display: none;
  overflow: hidden;
}


/*end courses*/

/*COOKIE*/
#myCookieConsent {
    z-index: 999;
    min-height: 30%;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position:fixed;
    color: #FFF;
	top: 10%;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#myCookieConsent div {
    padding: 5px 0 0;
}
#myCookieConsent a {
    color:var( --navActivBg-color);
    display: inline-block;
    padding: 0 10px;
}
#myCookieConsent a:hover {
	color: var(--navHoverBg-color);
}
#myCookieConsent a#cookieButton {
    display: inline-block;
    font-size: 1.1em;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    /* float: center; */
    border-radius: 20px;
	background-color: var( --navActivBg-color);
	color: var( --navActivTxt-color);
	/* margin-top: 10%; */
}
#myCookieConsent a#cookieButton:hover {
     background-color: var(--navHoverBg-color);
	 color: black;
}

.collapsibleCookieInfo {
  background-color: #777;
  color: white;
  cursor: pointer;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  border-radius:15px;
}
.collapsibleCookieInfo:hover {
  background-color: var(--navHoverBg-color);
}


.collapsibleCookieInfo:after {
  color: white;
  font-weight: bold;
  float: right;
  display: none;
  margin-left: 5px;
}
.contentCookieInfo {
  display:none;
  max-height: 0;
  max-width:600px;
  overflow: auto;
  transition: max-height 0.2s ease-out;
  background-color: #777;
  border-radius:15px;
}
/*END COOKIE*/
/*FOOTER*/
/* The footer is fixed to the bottom of the page */

footer{
	position: bottom;
	bottom: 0;
}

.footer-distributed{
	background-color: #2c292f;/* #2c292f */
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
}

.footer-logo 
{
	width: 80%;
	max-width: 240px;
	min-width: 120px;
}

.footer-distributed h3{
	color: var( --invertedText-color); /* #ffffff; */
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

/* The company logo */

.footer-distributed .footer-left {
	width: 30%;
}

.footer-distributed h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  var( --invertedText-color);/* #ffffff; */
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: var( --invertedText-color);/* #ffffff; */
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color:var( --invertedText-color); /* #ffffff; */
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #e0ac1c;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-links{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-links span{
	display: block;
	color: var( --invertedText-color);/*  #ffffff; */
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: var( --invertedText-color); /*  #ffffff; */
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* Here is the code for Responsive Footer */
/* You can remove below code if you don't want Footer to be responsive */

/*GALLERY and MODAL*/

/* Hide the images by default */
.myGallerySlides{
  display: none;  
}
.myGallerySlides img{ 
  width: 80%;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: var(--btnHoverBg-color);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/*MODAL*/
/* Style the Image Used to Trigger the Modal */
#staffClaudia:hover {opacity: 0.7;}
#staffAndi:hover {opacity: 0.7;}
#staffZwucky:hover {opacity: 0.7;}
#staffNicole:hover {opacity: 0.7;}
#staffMichael:hover {opacity: 0.7;}
#staffMarkus:hover {opacity: 0.7;}
#staffGrisu:hover {opacity: 0.7;}
#staffRobert:hover {opacity: 0.7;}
#gift:hover {opacity: 0.7;}
#nitrox:hover {opacity: 0.7;}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 400px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/*END MODAL*/

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
/*END GALLERY and MODAL*/

@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: left;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
@media (max-height:800px){
	footer { position: static; }
	/* header { padding-top:40px; } */
}

/*END FOOTER*/


@media (max-width: 600px) {
  .staffcontainer {
      text-align: center;
  }
  .staffcontainer img {
      margin: auto;
      float: none;
      display: block;
  }
  .pictureFrame{
	  width:50%;
  }
  .slider img{
	  min-height: 110px;
	  object-fit: cover;
  }
  
}

@media (min-width: 300px) {
	.contactIcons{
		width:33.33333%;
	}
}

@media screen and (max-width: 400px)  {
	.myGallerySlides img{ 
	  width: 100%;
	}
	.responsiveLogo {
	  width: 90%;
	}
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.burger  {
    float: left;
    display: block;
  }
   .topnav.responsive {position: relative;}
  .topnav.responsive .burger  {
    position: relative;
    left: 0;
    top: 0;
	min-width: 10%;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
   .modal-content {
    width: 100%;
  }
}


 @keyframes stretch {
            0% {
                transform: scale(.98);
				 background-color:#F68423;
            }
  
            50% {
              
            }
  
            100% {
                transform: scale(1.0);
				 background-color: orange;
				 box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
               
            }
        }

