.content ul li span {
  color: #333333;
}

.content ul {
  color: #333333;
}

.carousel{
	height: auto;
}

.carousel-inner{
	height: auto;
}

.carousel .item{
	height: auto;
}

.carousel-inner>.item>img{
	position: relative;
	height: auto;
}

.carousel .slider-text{
	height: auto;
}

@media (max-width: 1468px) {
	.carousel-caption{
		top: 0px;
	}
	.carousel-caption h2 span{
		font-size: 30px;
	}
	.carousel-caption p span{
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.carousel-caption{
		top: 0px;
	}
	.carousel-caption h2 span{
		font-size: 24px;
	}
	.carousel-caption p span{
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.carousel-caption{
		display: none;
	}
}

a {
    color: #cd0a1e;
}

.content a + a {
    margin-left: 0px;
}
.meldungrot
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: red;
  display:none;
}

.meldunggelb
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: grey;
  text-align: center;
  background-color: yellow;
  display:none;
}

.meldunggruen
{
  font-family: sans-serif;
  line-height: 20px;
  padding: 15px;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: green;
  display:none;
}

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


/* Menu */
.mobileMenuHidden{
	display: none !important;
}
@media (max-width: 767px) {
	.mobileMenuHidden{
		display: block !important;
	}
}

.dropdown-menu{
    display: none;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.sub-dropdown:hover .dropdown-submenu{
    display: block;
}

.dropdown-submenu{
    display: none;
}

.subsub-dropdown:hover .dropdown-subsubmenu{
    display: block;
}

.dropdown-subsubmenu{
    display: none;
}

.dropdown-submenu,
.dropdown-subsubmenu{
    position: absolute;
    top: 0;
    left: 95%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
        margin-top: 2px;
    list-style: none;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    border: none;
}

.dropdown-submenu li a,
.dropdown-subsubmenu li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.3;
    color: #333;
    white-space: nowrap;
}

.dropdown-submenu li a:hover,
.dropdown-subsubmenu li a:hover{
    background-color: #e0e0e0;
    color: #333;
}



/* Artikel/Menu Übersicht */

.uebersicht{
    margin-left: 0px;
    margin-right: 0px;
}

.uebersicht .headline{
    margin-top: 0px;
}

.page-title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.page-title h1{
    margin-bottom: 10px;
}

.content hr{
    margin: 19px 0px;
    border-width: revert;
}

.menuUebersichtUeberschrift{
    margin-bottom: 20px !important;
    padding-left: 15px;
}

.menuKachel{
    margin-bottom: 20px;
}

.menuUebersichtKachel{
    position: relative;
}

.menuUebersichtTitel{
    position: absolute;
    bottom: 0px;
    width: 100%;
    
    text-align: center;
    z-index: 1;
    
    padding: 8px;
    background: #eee;
    opacity: 0.8;
}
.menuUebersichtTitel:hover{
    background: #cd0a1e;
}
.menuUebersichtTitel:hover .menuReiter{
    background: #cd0a1e;
}
.menuUebersichtTitel:hover .menuReiter:before{
    border-bottom: 25px solid #cd0a1e;
}
.menuUebersichtTitel:hover h4{
    color: white;
}

.artikelUebersichtTitel{
	height: 65px;
    /*sie wollten 3-zeilig, also jetzt 65px. wenn so wie vorher, dann wieder 45px
	height: 45px;*/
    overflow: hidden;
    margin-bottom: 5px;
}
.artikelUebersichtTitel h4{
	font-size: 18px;
}

.pressemitteilungSucheContainer{
    overflow: initial !important;
    height: 75px !important;
}

.pressemitteilungTitelSuche{
    padding: 10px 15px 5px 15px;
    height: 55px;
    overflow: hidden;
}
.pressemitteilungTitelSuche h4{
    font-size: 18px !important;
}

.pressemitteilungTextSuche{
    height: 129px;
    color: #333;
    padding: 0px 15px;
    overflow: hidden;
    font-size: 14px !important;
}

.pressemitteilungPlatzhalterSuche{
    height: 130px;
    color: #333;
    padding: 0px 15px;
}

.menuReiter{
	width: 105px;
	height: 25px;
	position: absolute;
	top: -33px;
	right: -8px;
	
	background: #eee;
	border-top-left-radius: 2px;	
}

.menuReiter::before {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	
	background: transparent;
	content: '';
}

.menuReiter::before {
    left: -9px;
    border-left: 10px solid transparent;
    border-bottom: 25px solid #eee;
}

.artikelKachel{
    vertical-align: top;
    margin-bottom: 20px;
    padding-right: 0px;
}
.artikelKachel:nth-child(3n+2) {
    padding-right: 10px !important;
    padding-left: 0px !important;
}
.artikelKachel:nth-child(3n) {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.artikelKachel:nth-child(3n+1) {
    padding-right: 0px !important;
    padding-left: 10px !important;
}

.artikelUebersichtKachel{
/*  background: #f9f9f9;*/
    background: #fff;
}

.artikelSuche{
/*  background: #f9f9f9;*/
    background: #f9f9f9;
}

.artikelText{
    /*padding: 10px 15px 5px 0px;*/
    padding: 10px 15px 5px 0px;
}

.artikelVorschauText{
    height: 44px;
    overflow: hidden;
    margin-bottom: 5px;
	font-size: 15px !important;
    
    color: #333;
}

.imageContainter{
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.absoluteImageContainer{
	position: absolute;
	left: -225px;
	top: -10px;
	
	width: 250%;
}

@media (max-width: 765px) {
	.artikelKachel{
		padding-right: 15px;
	}
    .artikelKachel:nth-child(3n+2) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .artikelKachel:nth-child(3n) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .artikelKachel:nth-child(3n+1) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
@media (max-width: 765px){
    .headline{
		padding-right: 15px;
        padding-left: 15px;
	}
}

.nutzenHandwerk h3{
	margin-bottom: 5px !important;
}

.nutzenHandwerk h4{
	margin-top: 0px !important;
}

.nutzenHandwerk h4,
.graueUeberschrift{
	color: #666;
}


/* Singlepost */


.singlePost h1{
    margin-bottom: 10px;    
}

.singlePostText{
    margin-bottom: 25px;
}

.artikelBild{
    width: 100%;
    margin-bottom: 20px;
    //height: 370px;
    overflow: hidden;
}

.artikelBild img{
    width: 100%;
}

.artikelErstellt{
    font-size: 13px;
    color: #999;
}

.vorschautext{
    font-weight: bold;
}

.taglist{
    /*
    padding-left: 15px;
    padding-right: 15px;
    */
}

.tagcloud a{
    background-color: #cd0a1e;
    color: #ffffff;
    border: 1px solid transparent;
    display: inline-block;
    opacity: 0.5;
    margin: 5px 5px 0 0 !important;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: small;
    transition: all 200ms linear;
}

.tagcloud a:hover{
    opacity: 1;
}

.inhalt img {
     /* height: auto; */
     width: auto;
}

/* kundenSaveForm */

.passwortAendernForm,
.kundenSaveForm{
    width: 50%;
    
    padding: 25px 20px;
    background: #eee;
    
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.passwortAenderForm .passwortInput input:focus,
.kundenSaveForm .kundenSaveInput input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.kundenSaveForm .kundenSaveInput{
    margin-bottom: 10px;
}


/* singlePostGalerie */

.singlePostGalerie{
    margin-top: 40px;
}

.singlePostGalerie div{
    margin-bottom: 20px;
    padding: 5px;
}

/* Slider */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
    border-top: 1px solid;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

/* Hide the images by default */
.mySlides {
  display: none;
  background-size: cover;
  transition:   margin-right .5s ease-in-out,
                margin-left .5s ease-in-out;
}

/* Next & previous buttons */
.prev, .next {
    position: absolute;
    top: 0;
    width: 100px;
    height: 400px;
	
    color: white;
    opacity: 0.2;
    font-weight: bold;
    font-size: 40px;
    cursor: pointer;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    opacity: 1;
    color: white !important;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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: #717171;
}

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

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

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

.containerHeight{
    height: 400px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.dynamicslidercaption{
    z-index: 10;
    text-align: left;
    left: 0;
    top: 40px;
    text-shadow: none;
    
    right: 20%;
    padding-bottom: 30px;
    
    position: absolute;
    right: 15%;
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.dynamicsliderueberschrift h2{
    opacity: 1;
    color: #f9f9f9 !important;
    z-index: 10;
    padding: 0;
    font-weight: 400 !important;
}

.dynamicsliderueberschrift h2 span{
    font-size: 36px;
    background-color: RGBA(178, 10, 14, 0.8);
    padding: 0 5px;
}

.dynamicsliderunterschrift p{
    font-size: 21px;
    line-height: 1.4;
    
    opacity: 1;
    color: #f9f9f9 !important;
    z-index: 10;
    padding: 0;
    font-weight: 400 !important;
}

.dynamicsliderunterschrift p span{
    font-size: 18px;
    background-color: RGBA(0, 0, 0, 0.6);
}

.dynamicsliderdots{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.carousel .item{
    opacity: 1;
}


/* Veranstaltungen */

.veranstaltungscontent{
    float: none;
}

.veranstaltungsAnmeldung{
    float: none;
    padding: 20px;
    margin-bottom: 15px;
}

.veranstaltungsAnmeldung .headline{
    margin-top: 0px;
}

.veranstaltungsAnmeldung [type="radio"]{
    all: revert;
}

.radioButtonDiv{
    margin-bottom: 10px;
}
.radioButtonLabel{
    display: inline-block !important;
    width: auto !important;
}

.anmeldeFormDiv{
	margin-bottom: 20px;
}
.anmeldeFormDiv input{
	margin-bottom: 0px;
}

.halfWidth{
	display: inline-block;
	width: 50%;
}

.thirdWidth{
	display: inline-block;
	width: 33.3333%;
}

.formularRechte{
    font-size: 11px;
    margin-bottom: 10px;
}

.date p{
    margin: 0px;
}

.date2{
    top: 5.6em !important;
    left: 1.3em !important;
    
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.45em 1em 0em 0.45em !important;
}
.date2::after{
    display: none;
}
.date2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -1.2em;
    border-right: solid 1.25em #cd0a1e;
    border-top: solid 1.75em transparent;
    border-bottom: solid 1.75em transparent;
    border-left: 0px !important;
}

.veranstaltungscontent p{
    margin-bottom: 5px !important;
}

.veranstaltungsuebersichtueberschrift{
    position: relative;
}

#monatSelect{
    position: absolute;
    
    top: 30px;
    right: 15px;
}

.zurAnmeldung{
    position: absolute;
    
    top: 15px;
    right: 10px;
}

.etage{
    display: none !important;
}

.einrücken{
    margin-left: 15px;
    margin-right: 15px;
}


/* Galerie */

#singlePostGalerieModal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    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.4); /* Black w/ opacity */
}

#singlePostGalerieModalContent{
    position: relative;
    background-color: #fefefe;
    margin: auto; /* centered */
    margin-top: 7%;
    margin-bottom: 0px;
    width: 60%;
}

#close{
    position: absolute;
    top: 0;
    right: 0px;
    color: black;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: gray;
    opacity: 0.5;
    width: 40px;
    text-align: center;
    background: gray;
}

.rightButtonGalerie,
.leftButtonGalerie{
    position: absolute;
    top: 50%;
    
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: black;
    background-color: #f1f1f1 !important;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.leftButtonGalerie{
    left: 0px;
}
.rightButtonGalerie{
    right: 0px;
}

.galerieImg{
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}


/* Footer */

#mc-embedded-subscribe-form{
	padding: 0px !important;
}

#mc_embed_signup{
	background: #cd0a1e;
}
#mc_embed_signup_scroll h2{
	margin-bottom: 0px;
	color: #fff;
}

#mc_embed_signup .indicates-required{
	float: right;
}

.mc-field-group{
	padding-bottom: 0px !important;
}
#mc_embed_signup .mc-field-group label{
	margin-bottom: 0px;
}

#mergeRow-gdpr{
	margin-top: 0px;
}

#mc-embedded-subscribe-form input[type="checkbox"]{
	margin-right: 0px !important;
}

#mc_embed_signup .button{
	background-color: #999;
}

.footer{
	background: #ddd;
	
	
	width: 100%;
}
.footer2{
  background: #cd0a1e;
	color: #fff;
	font-size: 14px;
}

.footerContainer{
	position: relative !important;
}

.footerLeftSide a{
    color: #666;
}
.footerLeftSide a:hover{
    color: #cd0a1e;
}
.footerRotHover{
	display: inline-block;
}
.footerRotHover:hover{
    color: #cd0a1e ;
}
.footerRotHover a:hover{
    color: #cd0a1e !important;
}

.footerLeftSide, 
.footerSocialMedia,
.footerKontakt,
.footerImages{
	padding-top: 20px;
	padding-bottom: 20px;
}

.menuPunkteDiv ul{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	
	font-size: 13px;
}

.menuPunkteDiv ul li i{
	color: #666;
}

.wikiDiv{
	padding: 10px 0px;
}


.newsletterDiv{
	margin: 0px;
}
.menuPunkteDiv h4,
.footerKontakt h4,
.newsletterDiv h4{
	margin-top: 0px;
}

.footerSocialMediaButtons{
	color: #999;
	margin-bottom: 5px;
}

.footerEmailName,
.footerEmail{
	width: 100%;
	padding: 0px 5px;
	background-color: #fff;
	
	font-size: 12px;
}

.footer input{
	margin-bottom: 5px;
}

.footer input::placeholder,
.footer textarea::placeholder {
    font-size: 12px !important;
}
.footer textarea{
	height: 70px !important;
}
.footer input[type=submit]{
	font-size: 15px !important;
}


.footerKontakt .footerAnmeldung {
	width: 90% !important;
	padding: 0px;
	margin-top: 5px;
}
.footerKontakt .footerAnmeldung input{
	font-size: 12px;
}

.footerImages img{
	width: 100%;
	padding-bottom: 10px; 
}

.footerPlatzhalter{
	width: 15px;
	display: inline-block;
	color: #cd0a1e;
}

.footerNewsletter{
    padding: 0px 15px;
}

.footerAnmeldung{
    width: 95%;
}

.vorname,
.nachname,
.email,
.newsletterText, 
.newsletterInputs,
.anmeldenButton{
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}              

.vorname,
.nachname,
.email,
.anmeldenButton{
    padding-right: 5px;
} 

.anmeldenButton{
    margin-top: 1.5px;
}   

.newsletterInputs{
    margin-top: 30px;
}

.footerContainer {
	padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
	padding-bottom: 15px;
}

.footerEmailButton{
	background-color: #eee;
	color: #cd0a1e;
}
.footerEmailButton:hover{
	background-color: #ccc;
}

.greylink{
	color: #aaa;
}

.iconPlatzhalter{
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center
}

.headlineStartseite{
    margin-top: 0px;
}

.indexKachel{
    margin-bottom: 0px;
}

.veranstaltungsArchivDate:after{
    border-left: solid 17px #ddd !important;
    border-top: solid 17px transparent !important;
    border-bottom: solid 17px transparent !important;
    right: -17px !important;
}

.ausgebuchtbutton{
	float: none;
	display: block;
	width: 110px;
	margin-left: 100px;
	pointer-events: none;
	font-size: 11px;
	border-radius: 13px;
}

.loginIframe{
    margin-top: 40px;
}

#kontaktIframe{
    border: 0px;
    width: 100%;
}

.kontaktIframeBody{
    background: #ddd;
}

.mittelstandDigital{
	margin-top: 25px;
}

.bmwi{
	margin-top: -20px;
}

.logoimg{
	margin: 0px !important;
	width: 100% !important;
	padding: 5.5px 0px;
}

@media (max-width: 992px) {
	.bmwi{
		margin-top: 0px !important;
	}
	.mittelstandDigital{
		margin-top: 12% !important;
	}
	.logoimg{
		width: 80% !important;
	}
}

@media screen and (max-width: 45em) {
	tr, th, td {
 		display: block;
	}
	
	tr {
		padding: 1em;
		border-top: 0 none;
	}
	
	th {
		padding: 0;
	}
	
	td {
		padding: 1em 0 0;
	}
}

.kundendatenanfordern p{
	margin-bottom: 0px !important;
}

.kundendatenanfordern p input{
	margin-bottom: 10px !important;
}

.form-control{
	padding: 5px 12px;
}

.presseVerteiler{
	font-size: 14px;
	position: relative;
	margin-top: 20px;
	padding: 0px;
}

.presseVerteiler .headline{
	margin-top: 0px;
}

.presseVerteiler input[type="checkbox"]{
	margin-right: 5px;
}

.pflichtangaben{
	position: absolute;
	top: 30px;
	right: 30px;
}

/*
@media screen and (max-width: 60em) {
	table {
		width: 100%;
		margin: 0;
		border: none;
	}
	td {
		hyphens: auto;
	}
	table a {
		white-space: normal;
		hyphens: none;
	}
}
*/

.responsive
{
  max-width: 100%;
  height: auto;

}
/*
img {

     max-width: 100%;
  height: auto;
}
*/






#container {
  text-align: center;
  margin: 0;
}

#qr-canvas {
  margin: auto;
  width: calc(100% - 20px);
  max-width: 400px;
}

#btn-scan-qr {
  cursor: pointer;
}

#btn-scan-qr img {
  height: 10em;
  padding: 15px;
  margin: 15px;
  background: white;
}

#qr-result {
  font-size: 30px;
  margin: 20px auto;
  padding: 20px;
  max-width: 700px;
  background-color: white;
}

.erlaubt{
	color: green;
}

.nichterlaubt{
	color: red;
}
