/* Steffi.css 
  mojoPortal - Layoutelemente  "Steffi"
  Ck, JH, 01.02.2010
  Cg, 2019-2020
  */
  
/* 2019-10 Cg - Media, Anleihe bootstrap */
body {
    margin: 0;
	font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;

}
/*font-family: -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";*/

*, ::after, ::before {
    box-sizing: border-box;
}

.pagebody {
	background-color: rgba(161, 182, 239, 0.25);
}
/* container = wrapwebsite */
/* #wrapheader { 
	background: rgba(161, 182, 239, 0.25) url('bgheader.png') no-repeat left bottom;
	background-size: contain;
	}
	*/
}
#wrapwebsite, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#wrapwebsite {
	font-size:1.1em;
    background-color: #FFFFFF;
    text-align: left;
    margin: .875rem auto;
}
#wrapheader {
	height: 165px;
} 
.leftside {
    float: left;
    width: 100%;
    margin: .5rem .2rem 0 .2rem;
}
.center-rightmargin, .center-leftmargin {
    float: left;
    width: 100%;
    margin: .5rem 0 0 .2rem;
}
/*
.IframeModule iframe, .myDiv, #tabTermine.termin {
	width: 500px!important;
	width: 95vW!important;
	}
	*/


@media (min-width: 576px) {
#wrapwebsite, #wrapheader {
    max-width: 540px;
	font-size: .875rem;
	}
#wrapheader { 
	background: rgba(161, 182, 239, 0.25) url('bgheader.png') no-repeat left bottom;
	height: 165px;
	}
.leftside {
    float: left;
    width: 80%;
    margin: .5rem .2rem 0 .2rem;
}
.center-rightmargin, .center-leftmargin {
    float: left;
    width: 100%;
    margin: .5rem 0 0 .2rem;
}

} 

@media (min-width: 768px) {
#wrapwebsite, #wrapheader  {
    max-width: 720px;
	font-size: .875rem;
	}
#wrapheader { 
	background: rgba(161, 182, 239, 0.25) url('bgheader.png') no-repeat left bottom;
	height: 140px;
	}
.leftside {
    float: left;
    width: 28%;
    margin: .5rem .2rem 0 .2rem;
}
.center-rightmargin, .center-leftmargin {
    float: left;
    width: 70%;
    margin: .5rem 0 0 .2rem;
}
}

@media (min-width: 992px) {
#wrapwebsite, #wrapheader {
    max-width: 960px;
	font-size: .875rem;
	}
#wrapheader { 
	background: rgba(161, 182, 239, 0.25) url('bgheader.png') no-repeat left bottom;
	height: 140px;
	}
.leftside {
    float: left;
    width: 28%;
    margin: .5rem .2rem 0 .2rem;
}
.center-rightmargin, .center-leftmargin {
    float: left;
    width: 70%;
    margin: .5rem 0 0 .2rem;
}
 }
/*
.IframeModule iframe, .myDiv, #tabTermine.termin {
	max-width: 672px!important;
	width: 672px!important;
	width: 95vW!important;
	}
	*/


@media (min-width: 1450px) {
#wrapwebsite, #wrapheader, #wrapfooter {
    min-width: 1400px;
	font-size: 1rem;
}
#wrapheader { 
	background: rgba(161, 182, 239, 0.25) url('bgheader-1400.png') no-repeat left bottom;
	height: 140px;
	}
.leftside {
    float: left;
    width: 28%;
    margin: .5rem .2rem 0 .2rem;
	}
.center-rightmargin, .center-leftmargin {
    float: left;
    width: 70%;
    margin: .5rem 0 0 .2rem;
}
}
/*
.IframeModule iframe, .myDiv, #tabTermine.termin {
	max-width: 1000px!important;
	width: 1000px!important;
	width: 95vW!important;
	}
*/
}

/* Kurse.aspx - Default Width >>> xs .. sm .. md .. lg .. xl */
.IframeModule iframe  {
	width: 500px!important;
	width: 95vW!important;
	}
@media (min-width: 576px) {
.IframeModule iframe  {
	max-width: 540px!important;
	width: 540px!important;
	width: 95vW!important;
	}
}
@media (min-width: 768px) {
.IframeModule iframe  {
	max-width: 504px!important;
	width: 504px!important;
	width: 95vW!important;
	}
}
@media (min-width: 992px) {
.IframeModule iframe  {
	max-width: 670px!important;
	width: 670px!important;
	width: 95vW!important;
	}	
}
@media (min-width: 1450px) {
.IframeModule iframe {
	max-width: 980px!important;
	width: 980px!important;
	width: 95vW!important;
	}
}

.container,.container-fluid  {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
} 
}
@media (min-width: 1200px) {
.container {
    max-width: 1140px;
}
}
@media (min-width: 1450px) {
.container {
    max-width: 1400px;
}
}

.row {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row h1, .row h2, .row h3, .row h4 {
} /*margin:inherit;*/


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
.d-sm-none { display:none!important; }
.d-sm-block { display: block!important; }
.d-sm-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (min-width: 768px) {
.d-md-none { display:none!important; }
.d-md-block { display: block!important; }
.d-md-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (min-width: 922px) {
.d-lg-none { display:none!important; }	
.d-lg-block { display: block!important; }
.d-lg-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (min-width: 1450px) {
.d-xl-none { display:none!important; }	
.d-xl-block { display: block!important; }
.d-xl-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}


/* allg */
.modulelinks {
	display: inline;
}
.cleared {
	clear: both;
}
.d-none {
	display: none;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
img {
    vertical-align: middle;
    border-style: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.slide-img {
	max-height: 285px;
	margin: auto; 
} 
.img-startheader {
	object-fit: cover;
    object-position: center;
    width: max-content;

}
.img-startheader.slim {
	object-fit: cover;
    object-position: center;
    width: max-content;
    max-block-size: 300px;
	max-height: 300px;
	width: 100vw;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}


p {
    margin-top: 0;
    margin-bottom: 1.25rem;
}

h1,h2,h3,h4 { 
	font-family: 'PT Sans', sans-serif; 
	font-weight: 700; 
	margin:1.4rem 0; 
} 
h1 { 
	font-size:2.5rem; 
	text-transform: uppercase; 
}
h2 { 
	font-size:1.75rem; 
	color:#F57E00; 
	text-transform: uppercase; 
}
h3 { 
	font-size:1.5rem; 
}
h4 { 
	font-size:1.25rem; 
	color:#F57E00; 
}

.display-1 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.4;
}
.display-2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.4;
}
.display-3 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.4;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.4;
}
.lead {
    font-size: 1.1rem;
    font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 990px) {
h1 { font-size:2rem; }
h2 { font-size:1.5rem; }
h3 { font-size:1.25rem; }
h4 { font-size:1.2rem; }
.display-1 { font-size: 3rem; }
.display-2 { font-size: 2.5rem; }
.display-3 { font-size: 2rem; }
.display-4 { font-size: 1.75rem; }
.lead { font-size: 1rem; }
}

.space5 {
	padding-left: 5%;
	padding-right: 5%;
}
.space10 {
	padding-left: 10%;
	padding-right: 10%;
}
.space15 {
	padding-left: 15%;
	padding-right: 15%;
}
.font-bold {
    font-weight: 700!important;
}
.font-bolder {
    font-weight: bolder!important;
}
.font-normal {
    font-weight: 400!important;
}
.font-light {
    font-weight: 300!important;
}
.font-lighter {
    font-weight: lighter!important;
}
.font-italic {
    font-style: italic!important;
}

.text-upper {
	    text-transform: uppercase;
}

/*
.display-1 {
    color: #F57E00!important;
    font-size: 2rem;
    font-weight: 400;
    line-height: .75;
    margin: 21rem 2rem .5rem 2rem;
    color: white!important;
	text-shadow: 1px 1px #5e3203;
}
*/

.m-1 { margin:.25rem!important;}
.m-2 { margin:.5rem!important;}
.m-3 { margin:1rem!important;}
.m-4 { margin:1.5rem!important;}
.m-5 { margin:2rem!important;}

.p-1 { padding:.25rem!important;}
.p-2 { padding:.5rem!important;}
.p-3 { padding:1rem!important;}
.p-4 { padding:1.5rem!important;}
.p-5 { padding:2rem!important;}

.p-t-1 {padding-top: .25rem!important;}
.p-t-2 {padding-top: .5rem!important;}
.p-t-3 {padding-top: 1rem!important;}
.p-t-4 {padding-top: 1.5rem!important;}
.p-t-5 {padding-top: 2rem!important;}

.p-b-1 {padding-bottom: .25rem!important;}
.p-b-2 {padding-bottom: .5rem!important;}
.p-b-3 {padding-bottom: 1rem!important;}
.p-b-4 {padding-bottom: 1.5rem!important;}
.p-b-5 {padding-bottom: 2rem!important;}


.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}
.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}
.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}
/* --- */  

.fullwidth {
	margin: 0!important;
}
.fullwidth .modulecontent { vertical-align:top; text-align:left; padding:0; }

blockquote {
    padding: 1.25rem 5% 0 5%;
    line-height: 1.8;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
	border-top: 3px solid lightgrey;
    border-bottom: 3px solid lightgrey;
	margin-left: 15%;
	margin-right: 15%;
}



/* top-text */

.top-text {
	position: relative;
	top: -19rem;
	padding: 1.5rem 10%;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
} /*background: rgba(82,82,82,.45); margin: 0 25%; border-radius: 7px;*/
.top-text h1, .top-text h2, .top-text h3, .top-text h4, .top-text p {
	color: rgba(0,0,0,0.7);
	text-shadow: 0px 2px 2px rgba(0,0,0,0.25)
}/*color: rgba(255,255,255,0.8);*/

.top-text h1 {
	font-size: 250%;
	font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
}
.top-text h2 {
	font-size: 175%;
	font-size: 2.5rem;
}
.top-text h3 {
	font-size: 125%;
	font-size: 2rem;
}
.top-text h4 {
	font-size: 100%;
	font-size: 1.75rem;
}


/* top-layer */
.top-layer {
    position: relative;
	top: -3rem;
    padding: .8rem .3rem;
	margin: 0 10%;
    color: rgba(0,0,0,.8);
    background: #fff;
    border-radius: 7px;
	box-shadow: 0px 16px 16px -16px #DDD;
}

.d-xs-none{display:none!important}

@media (min-width: 576px) {
	
.slide-img {
	max-height: 285px;
}
.top-text {
	top: -25rem;
}
/*
.top-text h1 {
	font-size: 250%;
}
.top-text h2 {
	font-size: 175%;
}
.top-text h3 {
	font-size: 125%;
}
.top-text h4 {
	font-size: 100%;
}*/
}
@media (min-width: 768px) {	
.slide-img {
	max-height: 380px;
}	
.top-text {
	top: -25rem;
}
/*	
.top-text h1 {
	font-size: 250%;
}
.top-text h2 {
	font-size: 175%;
}
.top-text h3 {
	font-size: 125%;
}
.top-text h4 {
	font-size: 100%;
} */
.top-layer {
    padding: 1rem .5rem;
}
}
@media (min-width: 960px) {
.slide-img {
	max-height: 510px;
}	
.top-text {
	top: -32rem;
}	
/*
.top-text h1 {
	font-size: 300%;
}
.top-text h2 {
	font-size: 250%;
}
.top-text h3 {
	font-size: 175%;
}
.top-text h4 {
	font-size: 125%;
} */
.top-layer {
	padding: 1rem;
}
}
@media (min-width:1200px){
.d-xl-none{display:none!important;}
.d-xl-block {display: block!important;}
.d-xl-flex {
	display: -ms-flexbox!important;
    display: flex!important;}
/*
.top-text h1 {
	font-size: 400%;
}
.top-text h2 {
	font-size: 300%;
}
.top-text h3 {
	font-size: 200%;
}
.top-text h4 {
	font-size: 150%;
}*/
}

@media (min-width:1450px){	
.slide-img {
	max-height: 750px;
}	
.top-text {
	top: -42rem;
}	
/*
.top-text h1,  {
	font-size: 500%;
}
.top-text h2 {
	font-size: 350%;
}
.top-text h3 {
	font-size: 250%;
}
.top-text h4 {
	font-size: 200%;
} */
}


.p-1 {padding: 1rem;}

.text-left {
    text-align: left!important;
}
.text-center {
    text-align: center!important;
}
.text-right {
    text-align: right!important;
}
.text-justify {
    text-align: justify!important;
}
/* Start Center */
h2 a, h2 a:link {
	text-decoration: none;
}
h2 a:hover, h2 a:focus, h2 a:active {
	color: #F57E00;
	text-decoration: underline;
}
h2 a:hover, h2 a:focus {
	color: #F57E00;
}
h2 a:active {
	color: #DD7303;
}

/* Kurse.aspx - Default Width >>> xs .. sm .. md .. lg .. xl */
/*	.IframeModule iframe, .myDiv, #tabTermine.termin {
	width: 500px!important;}

@media (max-width: 922px) {
	.IframeModule iframe, .myDiv, #tabTermine.termin {
		width: 650px!important;}
}

@media (min-width: 922px) {
	.IframeModule iframe, .myDiv, #tabTermine.termin {
		width: 650px!important;}
} /*

/* Samsung Galaxy S3, iPhone 6 Portrait */
@media only screen and (min-device-width: 300px) and (max-device-width: 667px) and (orientation : portrait) {
 }
 
/* Samsung Galaxy S3, iPhone 6 landscape  */
@media only screen and (min-device-width: 300px) and (max-device-width: 667px) and (orientation : landscape) {
}

/* Screen size middle - Tablet portrait and landscape */
@media only screen and (min-device-width: 668px) and (max-device-width: 1199px)  {

}

/* Screen size large */
@media only screen and (min-device-width: 1200px) and (max-device-width: 2048px) {

}

/* Screen size very large */
@media only screen and (min-device-width: 2049px) and (max-device-width: 4000px) {

}



/* --- */
.Hinweis {
border:1px solid #F57E00;
padding:10px;
}
.Pflicht:after, .require:after {
    content: " *";
}


#wrapfooter h3 {
	margin-left: 0;
	color: #F57E00;
	color: White;
	font-size: 1.3em;
}
#wrapfooter h5 {
	margin-top:.5rem;
	margin-bottom:.5rem;
}
#wrapfooter ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
}
#wrapfooter  li {
	line-height: 180%;
}
#wrapfooter,#wrapfooter a { 
	text-decoration:none; 
	color: #F5F5F5;
} /*color:#555; font-weight:700; */
#wrapfooter, #wrapfooter a:link, #wrapfooter  a:visited {
	font-weight: 500;
	color: #F5F5F5;
	text-align: unset;
    font-size: .875rem;
} /*color: #555;*/
#wrapfooter  a:hover, #wrapfooter a:active {
	color: White;
	text-decoration: underline;
} /* color: #F57E00!important;*/

.bgdust {
	background-color: rgba(161, 182, 239, 0.15);
}
.bg-light {
    background-color: #f8f9fa!important;
}
.bg-lightgrey {
    background-color: lightgrey!important;
}
.rounded {
	border-radius: .25rem;
}
.bgKochLustGemuese {
	background: url('../../media/kochlust-gemuese.jpg') no-repeat;
}
.bgSelingStoll {
	background: url('../../media/stefanie-seling-stoll-kochlust-960.jpg') no-repeat;
}



.font-important .btn {font-size:inherit;}


/* Navbar */
button {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: center;
    cursor: default;
    font: 400 13.3333px Arial;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('burgermenu.png');
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
} /*-ms-flex-pack: justify;
    justify-content: space-between;*/

@media (min-width: 992px) {
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.collapse:not(.show) {
    display: none;
}
.collapse:(.show) {
    display: flex;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
}


/* Slide Cycles vs Pagenumbers */

.cyclenav {
margin-left:auto;
margin-right:auto;
text-align: center;
font-size: 2rem;
}

.cyclenav a {
color: transparent;
}

.cyclenav a::before {
height: 10px;
width: 10px; 
content: " • ";
color: #BBB;
}

.cyclenav a.activeSlide::before {
color: #F57E00;
}


/* Blend - Beschriftung von Bildern beim Hovern */
#blend{
   position:relative;
}
#hint {
   position:absolute; 
   bottom: 0px;
   background: hsla(0,0%,0%,0.5);
   opacity:0; 
   transition: opacity 1s; 
   width: 100%; 
   text-align:center;
   display:block;
}
#blend img:hover + #hint { 
   opacity: 1
}


/* Hintergund-Bild-Button */
#bg-img {
    height: 50vh;
	min-height: 15rem;
	background-image: url(../../media/newpics/Bremer-KochLust-Kochzeile-schmal-1400.jpg);	
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.contbox {
    height: 30vh;
	min-height: 14.375rem;
    width: 50vw;
	min-width: 50vw;
	max-width: 90%;
    background-color: rgba(245, 126, 0, 0.7); /*Orange*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 2px 30px 10px rgba(0, 0, 0, 0.4);
    align-items: center;
} 
.contbox .btn {
    margin: 0 auto;
}

/* cards */

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
	width: 100%;
}
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-title {
    margin-bottom: .75rem;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
} /*font-size: 120%;*/
.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}
.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.li-ohne {
    list-style-type: none;
    padding-inline-start: 0;
}


/* Test CG*/

a .imglink, a .img-fluid {
  /*overflow: hidden;
  transition: transform .5s ease;*/
}
a .imglink:hover, a .img-fluid:hover {
	/*transform: scale(1.01);
	width: inherit;
	height: inherit;*/
	
}




