/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Wichtiger Fix für iOS */
}

@supports (-moz-appearance: none) {
    .fixed-bottom {
        bottom: env(safe-area-inset-bottom);
    }
}


body {
  height: -webkit-fill-available;
  padding-top: 70px;
  font-size: 1.2rem;
  font-weight: 400;
		
		/*color:#686868;*/
		color:#222222;
		line-height: 2em;		
		background-color:#fff;
		background-repeat:repeat;
	hyphens: auto;
}


p {
    display: block;
	hyphens: auto;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.2rem;
    line-height: 1.7em;
	
}



h1  { font-size: 2.4rem ; font-weight: 400; text-transform:none; line-height: 2em;}
h2  { font-size: 1.9rem ; font-weight: 400; text-transform:none; line-height: 2em;}
h3  { font-size: 1.6rem ; font-weight: 400; text-transform:none; line-height: 2em;}
h4  { font-size: 1.5rem ; font-weight: 400; text-transform:none; line-height: 2em;}	
h5  { font-size: 1.3rem ; font-weight: 400; text-transform:none; line-height: 2em;}	
seminartermine  { font-size: 90%; font-weight: 400; text-transform:none; line-height: 2em;}	

@media only screen and (max-width: 600px) {

#terminliste .seminarcontainer {
    /* Hier deine gewünschten Formatierungen */
   padding: 5px 5px 5px 5px;
	width: 100%;
   font-size: 1rem;
   line-height: 1.6; 
   box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.5);

  }
#terminliste p {
    /* Hier deine gewünschten Formatierungen */
   font-size: 1rem;
   line-height: 1.4em;

  }	
	


}


@media only screen and (max-width: 600px) {

h1  { font-size: 2rem ; font-weight: 400; text-transform:none; }
h2  { font-size: 1.7rem ; font-weight: 400; text-transform:none; }
h3  { font-size: 1.5rem ; font-weight: 400; text-transform:none; }
h4  { font-size: 1.3rem ; font-weight: 400; text-transform:none; }	
.text-muted  {font-size: 1.2rem; font-weight: 400; text-transform:none;}
.navbar-brand { margin-right: 0;}
.display-4 { font-size: 2.4rem ; font-weight: 300;}	
.blockquote-footer {
   font-size: 90%;
 	
}
}

 .teaser-rotiert {
            transform: rotate(-15deg); /* Dreht den Text um 45 Grad */
            display: inline-block; /* Stellt sicher, dass transform richtig funktioniert */
            font-size: 20px; /* Optional: Schriftgröße anpassen */
			color: #99CC00;
	        padding-left: 10px;
	 		padding-right: 10px;
			margin-top: 5vH;
			margin-bottom: 5vH;
	 
	
    max-width: 80vw; /* Verhindert, dass das Element zu breit wird */
    word-wrap: break-word; /* Falls nötig, um Umbrüche zu erzwingen */
    white-space: normal; /* Verhindert, dass langer Text überläuft */
    overflow: hidden; /* Stellt sicher, dass nichts über den Viewport ragt */
	 
}


.bluebuttonpill {
	background-color: #001f3f; /* #53789F */ 
    color: #FFFFFF;
    border: solid;
	border-color: #FFFFFF;
	padding: 2px 30px 2px 30px;
	border-radius: 25px; /* Einstellen des Radius für abgerundete Ecken */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	hyphens: none;
	
}



.bluebuttonpill:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #001f3f;
	text-decoration: none;
	border: solid;
	border-color: #001f3f;

}	

/* Menuebutton TOP
-------------------------------------------------- */
/*                                                 */

li {  line-height: 2em; margin-bottom: 10px;}



.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


#topBtn {
    
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    background-color: #344B64;
    color: #FFFFF;
    border: solid;
	text-decoration: none;
	font-weight: 400;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px 20px 20px 20px; /* Some padding */
    border-radius: 40px 40px 40px 40px; /* Rounded corners */
    font-size: 1rem; /* Increase font size */
	
}

#topBtn:hover {
    background-color: #0d6efd; /* Add a dark-grey background on hover */
	text-decoration: none;
	
}

#menueBtn {
    
    position: fixed; /* Fixed/sticky position */
    top: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    background-color: #99CC00;
    color: #FFFFF;
    border: solid;
	border-color: #FFFFFF;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px 20px 20px 20px; /* Some padding */
    border-radius: 30px 30px 30px 30px; /* Rounded corners */
    font-size: 0.8rem; /* Increase font size */

	
}

#menueBtn:hover {
    background-color: #0d6efd; /* Add a dark-grey background on hover */
}

#aktivBtn {
    
    position: fixed; /* Fixed/sticky position */
    top: 3rem; /* Place the button */
    left: 10px; /* Place the button 30px from the left */
    z-index: 9999; /* Make sure it does not overlap */
    background: #fff;
    color: #0d6efd;
    border: solid 1px;
	border-color: #fff;
    cursor: pointer; /* Add a mouse pointer on hover */
	margin-top: 0px;
    padding: 0px 10px 0px 10px; /* Some padding */
	vertical-align: top; 
    font-size: 0.8rem; /* Increase font size */

	
}

#aktivBtn:hover {
    background-color: #0d6efd; /* Add a dark-grey background on hover */
	color: #fff;
}


#bottomBtn {
    
    background-color: #99CC00;
    color: #FFFFF;
    border: solid;
	border-color: #FFFFFF;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 20px 20px 20px 20px; /* Some padding */
    border-radius: 30px 30px 30px 30px; /* Rounded corners */
    font-size: 0.8rem; /* Increase font size */
	margin: 5vH;
	
}

#bottomBtn:hover {
    background-color: #0d6efd; /* Add a dark-grey background on hover */
}



	
.btntext {
  display: inline-block;
  font-weight: 600;
  color: #003269;
  background-color: #ffffff;	
  border-bottom: 2px solid #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
  padding: 0.3rem 0.3rem;
  font-size: 1rem;
  line-height: 1.5;
  min-width: 250px;	
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: sans-serif; 	
  text-decoration: none;	
}
.btntext:hover {
  color: #003269;	
  border-bottom: 2px solid #003269;
  text-decoration: none;	
}	
	
	
.overlay {
  height: 100%;
  width: 0%;
  font-size: 18px;	
  font-weight: 500;	
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #ffffff; /* #344B64 rgb(0,0,0) Schwarz */
   /* background-color: rgba(0,0,0, 0.9); Schwarz mit opacity */
  overflow-x: hidden; /* kein horizontalerscroll */
  transition: 0.5s; /* 0.5 second transition effect für slide  */
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #000000;
  display: block;  
  transition: 0.3s;
  border-bottom: 2px solid;
  border-color: #ffffff;
	} 


.overlay a:hover, .overlay a:focus {
  color: #000000;
  border-bottom: 2px solid;
  border-color: #99CC00;	
} 
	
.overlaymenue-content {
  position: relative;
  top: 5vH;
  border-top: thin #99CC00;	
  width: 100%; 
  text-align: center;  
  margin-top: 30px;  
}

/* Position X */

.overlay .xbtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}



.menue  {
	
  position: relative;
  top: 10%; 
  width: 100%; 
  text-align: center;  
  margin-top: 30px; 
  	
	} 	
	
	
.menue a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #344B64;
  display: block;  
  transition: 0.3s;
  border-bottom: 2px solid;
  border-color: #ffffff;
	} 


.menue a:hover, .menue a:focus {
  color: #344B64;
  border-bottom: 2px solid;
  border-color: #344B64;	
} 		
	
	
/* Schriftanpassung kleiner Bildschirmn */

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .xbtn {
    font-size: 40px;
    top: 15px;
    right: 35px;

}
}




/* -------------------------------------------------- */
/*                                                 */


.bg-booking {
	background-color: #001f3f; /* #344B64;  */
    text-align: center;
	color: white;
	min-height: 220px;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.9rem ; font-weight: 400; text-transform:none; line-height: 2em;
}

.bg-bluebook {
	background-color: #001f3f;
    text-align: center;
	color: white;
	min-height: 350px;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}


.brownbutton {
	background-color: #FFFFFF;
    color: #A57F60;
    border: solid;
	border-color: #A57F60;
	padding: 5px 30px 5px 30px;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	
}



.brownbutton:hover {
    background-color:  #001f3f; /* White Green #EFA222; */
	color: #ffffff;
	text-decoration: none;
	border: solid;
	border-color:  #001f3f;

}

.buchenbutton {
	background-color: #001f3f; /* #53789F */ 
    color: #FFFFFF;
    border: solid;
	border-color: #FFFFFF;
	padding: 5px 30px 5px 30px;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	
}



.buchenbutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #001f3f;
	text-decoration: none;
	border: solid;
	border-color: #001f3f;

}

.optionbutton {
	display: inline-block;
	background-color: #001f3f; /* #53789F */ 
    color: #FFFFFF;
    border: solid;
	border-color: #FFFFFF;
	padding: 2px 30px 2px 30px;
	border-radius: 25px; /* Einstellen des Radius für abgerundete Ecken */
    text-align: center;
    text-decoration: none;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	hyphens: none;
	
}



.optionbutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #001f3f;
	text-decoration: none;
	border: solid;
	border-color: #001f3f;

}

.preisbutton {
	background-color: #001f3f; /* #53789F */ 
    color: #FFFFFF;
    border: solid;
	border-color: #FFFFFF;
	padding: 2px 30px 2px 30px;
	border-radius: 25px; /* Einstellen des Radius für abgerundete Ecken */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	hyphens: none;
	
}



.preisbutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #001f3f;
	text-decoration: none;
	border: solid;
	border-color: #001f3f;

}



@media only screen and (max-width: 800px) {
    .optionbutton {
	z-index: 1100;
	position: fixed;
	left: 2px;	
	background-color: #001f3f; /* #53789F */ 
    color: #FFFFFF;
    border: solid;
	border-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	border-radius: 25px; /* Einstellen des Radius für abgerundete Ecken */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	hyphens: none;
	
}
}

 .Kunden900 {
        z-index: 2050;
        background-color: #001f3f;
        color: #FFFFFF;
        border: solid;
        border-color: #FFFFFF;
        padding: 2px 30px 2px 30px;
        border-radius: 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        hyphens: none;

        /* Textanimation */
        animation: customAnimation 10s infinite alternate;
        white-space: nowrap;
        transition: 2s; /* 0.5 Sekunden Übergangseffekt für slide */
    }

    .Kunden900:hover {
        background-color: #FFFFFF;
        color: #001f3f;
        text-decoration: none;
        border: solid;
        border-color: #001f3f;
    }

    @keyframes customAnimation {
    0% {
        opacity: 0.5;
        letter-spacing: 0px;
        font-size: 12px;
    }  
    100% {
        opacity: 1;
        letter-spacing: 4px; /* Ändere dies auf deine gewünschte End-Letter-Spacing */
        font-size: 20px;
    }
}
@media only screen and (max-width: 800px) {
  

	
    @keyframes customAnimation {
        0% {
            opacity: 1;
			font-weight: 500;
			letter-spacing: 0px;
            font-size: 12px;
        }  
        100% {
            opacity: 1;
			font-weight: 500;
			 /* letter-spacing: 2px; Ändere dies auf deine gewünschte End-Letter-Spacing */
            font-size: 12px;
        }
    }
}


@media only screen and (max-width: 800px) {
    .Kunden900 {
        max-width: 250px;
        padding: 0px 15px 0px 15px;
        border-radius: 25px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
    }
 }
   



.sidebutton {
	
	position: fixed; /* Fixed/sticky position */
    bottom: 5px; /* Place the button at the bottom of the page */
     /* Place the button 0px from the left */
    z-index: 334; /* Make sure it does not overlap */
	width: auto;
	
	height: auto;
	background-color: #FFFFFF; /* #53789F */ 
    color: #001f3f;
    border: solid;
	border-left: 5px;
	border-color: #001f3f;
	border-left-color: #ffffff;
	padding: 5px 30px 5px 30px;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform: none;
	
	animation: sideAnimation 1s;
 /*       white-space: nowrap; Verhindert, dass der Text umgebrochen wird */ 
     transition: transform 0.4s; /* Use transform for smoother animation */
	
}

   

.sidebutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #001f3f;
	text-decoration: none;
	border: solid;
	border-color: #001f3f;
	border-left: 5px;
	border-left-color: #ffffff;

}


.sidecontainer {
    top: 0px;
	position: fixed; /* Fixed/sticky position */
    transform: translateX(-300px); /* Use translateX for smoother animation */
    z-index: 333;
    max-width: 300px;
	min-width: 300px;
	
    background-color: #ffffff;
    color: #001f3f;
    border: solid;
    border-color: #001f3f;
	border-left: 5px;
	border-left-color: #ffffff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
	font-size: 20px;
	font-weight: 500;
    display: inline-block;
    transition: transform 0.4s; /* Use transform for smoother animation */
}



.sidebutton a {
    text-decoration: none;
    color: currentColor;
	
}

.sidecontainer.hidden {
    transform: translateX(-300px); /* Hide the container off-screen initially */
}

.sidecontainer.visible {
    transform: translateX(0); /* Show the container by bringing it to the original position */
}
.sidebutton.hidden {
    transform: translateX(0px); /* Show the container by bringing it to the original position */
}

.sidebutton.visible {
    transform: translateX(297px); /* Show the container by bringing it to the original position */
}

@keyframes sideAnimation {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}


.headgreen {
  height:150px;
  background-color: #001f3f; /* #53789F */
  position:relative;
  margin-bottom: 150px;	
  width:100%;
text-align: center;	
}


.headimage {
  position:relative;
  top: 50px;
  	
}				
	


p {
    display: block;
	hyphens: auto;
    margin-block-start: 2em;
    margin-block-end: 2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 1.2rem;
    line-height: 1.65em;
	
}


.dropdown-item {
  font-weight: 400;
  color: #212529;
}


.mobilnot {
	
	display:none;
	
}	


	
.headgreen {
  height:150px;
  background-color: #001f3f; /* #53789F;*/
  position:relative;
  margin-bottom: 150px;	
  width:100%;
text-align: center;	
}


.headimage {
  position:relative;
  top: 50px;
  	
}				
	

	
.content {
  font-size: 1rem;
  
}

#seminartext {
  font-size: 1rem;
  
}

  

.bluelist {
                 list-style:square url("../Bilder/spacer_blue.gif");
 
	          }

 .logocontainer {
                  /* The image used */
                  background-color: #FFFFFF;
                  /* Set a specific height */
                  height: 30px;
                  width: 150px;
	          }

 .ui-datepicker-prev span {
    background-image: url(../Bilder/datepfeillinks.gif)  !important;
        background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url("../Bilder/datepfeilrechts.gif") !important;
        background-position: 0px 0px !important;  
} 

.breadcrumb {
  background-color: #FFFFFF;
 
}

.darkblue {
  color: #00274B;   /* darkblue vorher #024DB3 */
}


.blueback {
  padding: 1rem;
  text-align: center;
  font-weight: 400;
		
		/*color:#686868;*/
		color:#FFFFFF;
		line-height:175%;		
		background-color:#024DB3;
		
	hyphens: auto;
}

rahmen-white {
  padding: 2rem 2rem 2rem 2rem;
  border: 2px solid;
  boder-color: #FFFFFF;
  color: #FFFFFF;
  min-height: 15rem;  
}

#container-bild {
 display:none;
	
}
#container-rechts {
 display:none;
	
}

   .herotop {
                    /* The image used for"../Bilder/Berlinbackgroundblue.jpg"normal  background-size: cover;  background-position: center; background-attachment: fixed; WENN PARALLAX DANN FIXED hier SCREEN */
                    background-image: url("../Bilder/mto-startseite-mobil.jpg");
                    /* Set a specific height */
                    height: 70vH; 
                    /* Create the parallax scrolling effect */
                    background-attachment: scroll; 
                    background-position: center; 
                    background-repeat: no-repeat;
                    background-size: cover;
                    
                    padding-top: 20px;
                    padding-bottom: 0px;
                }

	.heroimage {
                    /* The image used for"../Bilder/Berlinbackgroundblue.jpg"normal  background-size: cover;  background-position: center; background-attachment: fixed; WENN PARALLAX DANN FIXED hier SCREEN */
                    
                    /* Set a specific height */
                    background-image: url("../Bilder/mto-startseite-mobil.jpg");
                    /* Set a specific height */
                    height: 70vH; 
                    /* Create the parallax scrolling effect */
                    background-attachment: scroll; 
                    background-position:  right bottom; 
                    background-repeat: no-repeat;
                    background-size: cover;
                    
                    padding-top: 20px;
                    padding-bottom: 0px;
                }


	  		
	.overlaptext  { position: relative;  min-height: 50px; margin-top: 550px; width: 90%; }
	  
 
	

  @media screen and (min-width: 680px) {
                .herotop {
                   /* The image used for"../Bilder/Berlinbackgroundblue.jpg"normal  background-size: cover;  background-position: center; background-attachment: fixed; WENN PARALLAX DANN FIXED hier SCREEN */
                    background-image: url("../Bilder/mto-startseite.jpg");
                    /* Set a specific height */
                    height: 70vH;
                    /* Create the parallax scrolling effect */
                    background-attachment: scroll;
                    background-position: left;
                    background-repeat: no-repeat;
                    background-size: cover;
                    
                    padding-top: 20px;
                    padding-bottom: 0px;
                }
	  		
	  
  
	  
	.overlaptext  { position: relative;  min-height: 50px; margin-top: 70vH; width: 90% }
	  
 }


.parallaxseminar {
               /* Create the parallax scrolling effect hsla(211,100%,50%,0.18) rgba(168, 185, 209, 0.4) rgba(0,124,255,0.1)*/
                background-color: #001f3f; /* #53789F;*/
                padding-top: 20px;
                padding-bottom: 20px;
            }


	

  @media screen and (min-width: 680px) {
                .parallaxseminar {
                    
                background-color: #001f3f; /* #53789F;*/
                padding-top: 40px;
                padding-bottom: 40px;
                    
                   
                }
	  			.noshow {
 				   display:none;
	
				}
	   }

@media screen and (min-width: 1200px) {
                
	  			.displaynot {
 				   display:none;
	
				}
	   }

.uraltcontent {
 display:none;
	
}


.space { 
margin-bottom: 2rem;
}
.spacer { 
margin-top: 1rem;
margin-bottom: 1rem;
}

.content {
  font-size: 1.25rem;
  
}

#seminartext {
  font-size: 1.25rem;
  
}


.normalfont {
  font-size: 1rem;
  font-weight: normal;
}



#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
	bottom: 5px; /* Place the button at the bottom of the page */
    right: 2px; /* Place the button 30px from the right */
    z-index: 99999; /* Make sure it does not overlap */
    padding: 5px;
	border: solid 1px #fffff;
	outline: none; /* Remove outline */
    background-color: #001f3f;
	color: #ffffff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 2rem; /* Increase font size */
	
}

#myBtn:hover {
    border: solid 1px #fffff;
	background-color: #ffffff;
	color: #001f3f; /* Text color */
}  

.backtoTopBtn {
    
    padding: 5px;
	border: solid 1px #fffff;
	outline: none; /* Remove outline */
    background-color: #001f3f;
	color: #ffffff; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    font-size: 2rem; /* Increase font size */
	
}



.backtoTopBtn:hover {
   border: solid 1px #fffff;
	background-color: #ffffff;
	color: #001f3f; /* Text color */
} 


.card {
	
	margin-bottom: 1rem; 
}



.xsmall {
	
	font-size: 70%; 
}



.schutz {
	
	display:none;
	input-height: 2px;
}

.text-muted  {font-size: 1.4rem; font-weight: 400; text-transform: none;}



@media only screen and (max-width: 768px) {


	
.dropdown-menu { max-width: 100%;
	background: #FFFFFF;}
.dropdown-menu2 { max-width: 100%;}
	
	.display-5 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}
.schutz {
	
	display:none;
	input-height: 2px;
}
	
.seminarcontainer2 {
	background-color: #FFFFFF; /* White */
    margin-left: 0px;
	margin-right: 0px;
    border: none;
	padding: 5px 5px 5px 5px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width: 100%;
}
	



.seminarcontainer2:hover {
    background-color: #FFFFFF; /* White Green #99CC00; */
	text-decoration: none;
	border: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
	
	
}
@media (min-width: 680px) {
   .jsSticky {
      position: relative;
      width: 100%;
      height: 70px;
	  }  
	
  
  	
 .mobilmenue-unten { 
	   display:none;
	   
	   }  
	
	
	

}
	

   .jsSticky.clone {
      position: fixed;
      top: 40px;
      left: 0;
      right: 0;
      transform: translateY(-100%);
      transition: 0.2s transform ease-in;
	  z-index: 20;
   }

   body.down .jsSticky.clone {
      transform: translateY(0);
   }



ul {
  list-style:square url(../Bilder/spacer_limegreen.gif);
  margin-left: 0.3em; 
  padding-left: 0.6em;
  
  }

li {
  padding-left: 0.3em;
  
  }

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.background {
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color:#E6E6E6 ;
  
}


.nav
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
 
}



.nav .dropdown-menu ul {
	list-style-type : none;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
	overflow: visible;
	visibility: visible;
}
.nav .dropdown-menu li {
	margin-right: 5px;
	float :left;
	text-align : left;
}

.nav .dropdown-menu li a {
	text-decoration : none;
	color:#FFFFFF;
	display : block;
	width : 100%;
	}

.nav .dropdown-menu li a:hover {
    color:#FF000; 
	text-decoration:none; 
	display: block; 

}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #001f3f;
    z-index: 1000;
}



.fixed-top {
min-height: 4rem;
padding-top: 0.5rem;
border-bottom: solid 1px #024DB3;
	
	}

.seminarliste {
	background-color: #FFFFFF; /* White */
 
    border: none;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.seminarliste li ul{
	list-style: none;
	
}

.seminarliste:hover {
    background-color: #3B545C;
	color: white;
	border: 5px #366272;
	

}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
  
}



.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}

.carousel-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,.3);
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}

.marketing h1 {
  font-weight: 400;
}

.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing .col-lg-4 li {
  margin-right: .75rem;
  margin-left: .75rem;
}

.marketing-top .col-lg-4 p {
  margin-right: 0rem;
  margin-left: 0rem;
}


/* Seminarbild 
-------------------------------------------------- */
  
.containertitel img {
  width: 100%;
  heigth: auto;
}

/* Seminarcontainer 
-------------------------------------------------- */

.containerbox {
  width: 100%;
  padding: 3px,3px, 3px,3px;
  
}	

.seminarcontainer {
	background-color: #FFFFFF; /* White */
    border: thin #C7C7C7 solid;
	padding: 20px 20px 20px 20px;
	margin: 7vh 0;	
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
}


	
.seminarcontainer:hover {
    background-color: #FFFFFF; /* White Green #99CC00; */
	text-decoration: none;
	border: thin solid;
	border: primary;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {

.seminarcontainer {
	
	padding: 10px 10px 10px 10px;	
	
}
.containerbox {
  padding: 0px,0px, 0px,0px;
  
}		
}	


/* Seminarcontainer 
-------------------------------------------------- */

.seminarcontainerblue {
	background-color: #FFFFFF; /* White */
    
    border: thin #C7C7C7 solid;
	padding: 20px 20px 20px 20px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width: 100%;
}


.seminarcontainerblue:hover {
    background-color: #C0D1FB; /* White Green #C0D1FB; */
	text-decoration: none;
	border: thin solid;
	border: primary;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.seminarcontainerblue>a:hover {
    background-color: #C0D1FB; /* White Green #C0D1FB; */
	text-decoration: none;
	border: thin solid;
	border: primary;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.seminarcontainer2 {
	background-color: #FFFFFF; /* White */
    margin-left: 0px;
	margin-right: 5px;
    border: thin #C7C7C7 solid;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	width: 100%;
}
	



.seminarcontainer2:hover {
    background-color: #FFFFFF; /* White Green #99CC00; */
	text-decoration: none;
	border: thin solid;
	border: primary;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.nav-item dropdown {
    padding-right: 10px;
}
.dropdown-item  {
    width: 100%;
}



/* Seminar Buttons 
-------------------------------------------------- */
  
.seminarbutton {
	background-color: #FFFFFF; /* White */
    color: #024DB3;
    border: none;
	padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	font-weight: 500;
}


.seminarbutton:hover {
    background-color: #024DB3; /* Green */
	color: white;
	border: none;
	text-decoration: none;
	font-weight: 500;
	text-transform:uppercase;
}

.seminarbuttonbuchen {
	background-color: #024DB3;
    color: #FFFFFF;
    border: 1px;
	border-color: #3B4F00;
	padding: 5px 30px 5px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	fonz-weight: 300;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	font-weight: 500;
}
	

.seminarbuttonbuchen:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #024DB3;
	text-decoration: none;
	border: thin solid;
	border: #024DB3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.fragebutton {
	background-color: #024DB3;
    color: #FFFFFF;
    border: 1px;
	border-color: #3B4F00;
	padding: 5px 30px 5px 30px;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	
}



.fragebutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #024DB3;
	text-decoration: none;
	border: thin solid;
	border: #024DB3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.menuebutton {
	background-color: #FFFFFF;
    color: #000000;
    border: 1px;
	border-color: #FFFFFFF;
	padding: 5px 30px 5px 30px;
	
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
	font-weight: 500;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:none;
	
}



.menuebutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	color: #4F4F4F;
	text-decoration: none;
	border: thin solid;
	border: #4F4F4F;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ibutton {
	
	           
       -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.ibutton:hover {
               	
                
	   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}

.seminaransehen {
	background-image: url("../Bilder/buttonbackground.gif");
                    background-position: left;
                    background-repeat: repeat-y;
                    
    color: #024DB3;
    border: thin solid;
	border-color: #024DB3;
	border-left: 0px;
	padding: 5px 20px 5px 40px;
	margin-top: 5vh;
	width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform: uppercase;
	
}



.seminaransehen:hover {
    background-image: url("../Bilder/buttonbackgroundblue.gif");
                    background-position: left;
                    background-repeat: repeat-y;
                    	
	color: #FFFFFF;
	border: thin solid;
	border-left: 0px;
	border-color: #024DB3;
	margin-top: 5vh;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.terminansehen {
	background-color: #FFFFFF;
    color: #024DB3;
	border-bottom: thin solid;
	border-color: #024DB3;
	padding: 5px 20px 5px 10px;
	margin-top: 2vh;
	margin-bottom: 2vh;
	width: 100%;
    text-decoration: none;
    display: inline-block;
	font-weight: 800;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform: uppercase;
	
}



.terminansehen:hover {
    background-color: #024DB3; /* White Green #EFA222; */
	color: #FFFFFF;
	border-bottom: thin solid;
	border-color: #024DB3;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.headcolor {
	
    color: #001f3f;
	
}

.headfont {
	
    color: #001f3f;
	text-decoration: none;
   font-weight: 600;
   text-transform: none;
	
}
.headunderline {
	
    background-color: #FFFFFF;
    color: #001f3f;
	border-bottom: thin solid;
	border-color: #001f3f;
	padding: 5px 0px 5px 0px;
	 /* margin-bottom: 7vh; */
	width: 100%;
    text-decoration: none;
    display: inline-block;
	font-weight: 600;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:none;
}

.headline {
	background-color: #FFFFFF;
    color: #001f3f;
	border-bottom: thin solid;
	border-color: #001f3f;
	padding: 5px 20px 5px 10px;
	 /* margin-bottom: 7vh; */
	width: 100%;
    text-decoration: none;
    display: inline-block;
	font-weight: 600;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform: none;
	
}

.bluebutton {
	background-color: #024DB3;
    color: #FFFFFF;
    border: 1px;
	border-color: #3B4F00;
	padding: 5px 30px 5px 30px;
	width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
	font-weight: 500;
}



.bluebutton:hover {
    background-color: #FFFFFF; /* White Green #EFA222; */
	width: 100%;
	color: #024DB3;
	text-decoration: none;
	border: thin solid;
	border: #024DB3;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.inclusive {
	background-color: #FFFFFF; /* White */
    color: #024DB3;
    border: none;
	padding: 5px 5px;
    text-align: center;
	font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
}


.inclusive:hover {
    /* Green */
	color: #007bff;
	border: none;
	font-weight: 500;
	text-transform:uppercase;

}



.seminarbutton2 {
	background-color: #FFFFFF; /* White */
    color: #024DB3;
    border-bottom: #024DB3 1px solid;
	padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}


.seminarbutton2:hover {
    background-color: #024DB3; /* Green */
	color: white;
	border: none;
	

}

.seminarbutton3 {
	background-color: #FFFFFF; /* White */
    color: #0C86FF;
    border: none;
	padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	
}


.seminarbutton3:hover {
    background-color: #0C86FF; /* Green */
	color: white;
	border: none;
	

}

.seminarbutton4 {
	background-color: #FFFFFF; /* White */
    color: #012453;
    border: none;
	padding: 0px 0px ; /*  */
    text-align: center;
	font-weight: 600;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
}


.seminarbutton4:hover {
    /* Green */
	color: #007bff;
	border: none;
	font-weight: 600;
	text-transform:uppercase;

}

.navside {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}


.nav-seminar {
    
	background: #6c757d;
	min-height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
}

@media (max-width: 786px) {
.nav-seminar {
    background: #FFFFFF;
	min-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
}

.nav-seminar2 {
    
	background: #FFFFFF;
	margin-top: 10px;
	border-bottom: none;
	min-height: 80px;
}




/* bei beiden nav-seminar border-bottom: 2px solid #99CC00 -statt none   und custom toggler border-color: #99CC00;!!! 
------------------------- */

.custom-toggler.navbar-toggler {
    border-color: none;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* 

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

.seminar-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

.seminaroben {
background-color: #FFFFFF; /* White */
    color: #6c757d;
	border-bottom: 1px solid #6c757d; 
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
width: 80%;
	

}

.seminarbuchen {
background-color: #FFFFFF; /* White */
    color: #6c757d;
	border-bottom: none; 
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
   -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	text-transform:uppercase;
width: auto;
	

}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 786px) {
.seminaroben {
    display:none
	
}
.seminarbuchen {
    display:none
	
}	
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* Hover mit Javascript und touchstart-Event
-------------------------------------------------- */

.box .touch-button {
	height: 150px;
	width: 400px;
	margin-top: -80px;
	border-color: seashell;
	background-color: seashell;
	transform: translateX(-200px);
}

.box .touch-button .btn {
	opacity: 1;
}

.box .touch-button .btn:nth-child(1) {
	transition: 0.6s;
	transition-delay: 0.9s;
}

.box .touch-button .btn:nth-child(2) {
	transition: 0.6s;
	transition-delay: 1.2s;
}

.box .touch-button .btn:nth-child(3) {
	transition: 0.6s;
	transition-delay: 1.5s;
}

/* i class 
-------------------------------------------------- */

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.iright {
  
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);	
}

.ileft {
  
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);	
}

.iup {
  
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
	
}

.idown {
	
  
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 	
}


.seminarbox {
  
  background-color: #ffffff;
  color: #99CC00;  /*  #A57F60 1.325em; */
  border: 1px solid #A57F60;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  width: 100%;	
  min-height: 30vH;
  line-height: 1.325em;	
  font-size: 1.325em;
  font-weight: 500;	
  margin-bottom: 20px;	
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;	
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);		
}
	
.seminarbox p {
  /* Hier kommen die CSS-Stile für <p> innerhalb von .seminarbox  */
  font-size: 16px;
  font-weight: 400px;	
  color: #000000;
  margin-top: 1vH;	
  /* Weitere Stile nach Bedarf */
}
	
	
.seminarbox:hover {
  
  text-decoration: none;
  color: #007bff;	
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);	
 	
	
}	
.seminarbox:not(:first-child) {
  margin-left: 10px;
}

.seminarbox:not(:last-child) {
  margin-right: 10px;
}
	
	
.seminar {
  
  color: #A57F60;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  border-bottom: 1px solid #A57F60;	
  margin-left: 0px;
  margin-bottom: 3vh;	

}
.seminar:hover {
  
  color: #A57F60;
  text-decoration: none;

	
}
