/*Allgemein über die ganze Seite*/


/*Schriftarten*/
@font-face{
	font-family: 'bedrockregular';
    src: url('bedrockn/bedrockn-webfont.woff2') format('woff2'),
         url('bedrockn/bedrockn-webfont.woff') format('woff'),
		 url('bedrockn/bedrockn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html{
	overflow-x: hidden;
}
body{
	position: relative;
	background-color: white;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 100%;
	width: 100%;
}
#layout_luki{
	padding: 10px;
}
#anker_affix{
	/*NICHT LÖSCHEN*/
	/*
	position: relative;
	height: 1px;
	width: 100%;
	background-color: red;
	*/
}


/*Anpassung der Titel/Überschriften*/
/*Anpassung Seitentitel bei Visforms (über Seitentitel von Menülink)*/
#inhalt_links_content .page-header,
.visforms-form h1{
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: 1px solid #b3b3b3;
}
#inhalt_links_content .page-header h2{
	margin: 0 0 10px 0;
}
#inhalt_links_content .page-header h1{
	margin: 0 0 10px 0;
	font-size: 30px;
}
.visforms-form h1{
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	font-size: 30px;
}

p {
	margin-bottom: 5px;
}
h2 a{
	font-size: inherit;
}

body.modal-open{
	/*padding: 0 !Important;
	overflow-y: scroll;*/
	padding: 0 !Important;
}

#button_top_inhalt,
#button_down_inhalt,
#image_intro{
	box-shadow: 4px 8px 8px 4px rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
#inhalt_links_content .page-header{
	margin-top: 0;
}

/*Modal Bereich*/
#myModal{
	z-index: 9999;
}



/*Header-Bereich*/
#header{
	padding-bottom: 0;	
}
#header_inhalt{
	padding: 10px;
}
/*Spezial-Header für mobile Ansicht -> Breite kleiner 400px*/
#platzhalter_spezial_header{
	/*background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px;
	overflow: hidden;*/
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
#image_intro{
	width: 90%;
	margin-top: 10px;
	/*height: auto;
	position: absolute;
	z-index: 1001;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;*/
	
}



/*Navigation-Bereich*/
.affix{
	top: 0;
	z-index: 9999;
}
.dropdown-menu > li > a{
	margin-right: 0px !Important;
}


/*Div Element Vertikal zentrieren*/
/*.lacky_parent{
	display: block;
	position: absolute;
	width: 100%;
}
.lacky_child{
	display: block;	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	
	width: auto;
	height: 50px;
}
#logo_in_navigation{
		
	float: left;
}*/




#platzhalter_nav_intern{
	display: none;
}
#platzhalter_nav_search_login,
.navbar-header #nav_btn_search{
	display: none;
}
#nav_open_close{
	width: auto;
	float: left;
}

/*Schrift in Navigation ausblenden*/
#text_navigation_mobile{
	display: none;
}

/*Input Search*/
#nav_btn_search label,
#nav_btn_search br{
	display: none;
}
#nav_btn_search{
	padding: 8px;
	float: right;
	width: 200px;
}
#nav_btn_search #mod-search-searchword{
	border-radius: 4px 0 0 4px;
}
#nav_btn_search .input-group-btn button{
	border-left: none;
	border-radius: 0 4px 4px 0;
}
#nav_btn_search form .button{
	float: right;
	margin-left: 10px;
	display: none;			/*Search Button ein/ausschalten*/
}

/*Input Login*/
#nav_btn_login{
	padding-right: 5px;
	float: right;
}
#nav_btn_login a{
	padding: 15px;
	line-height: 20px;
	text-decoration: none;
	display: block;
	height: 50px;
}

/*Glyphcons*/
#nav_open_close .dropdown .dropdown-toggle:after{
	font-family: 'Glyphicons Halflings';
	font-size: 8px;
	content: "\e252";
	margin-left: 10px;
	line-height: 0;
}
#nav_open_close .open .dropdown-toggle:after{
	content: "\e253";
}


#button_navigation,
#button_login{
	float: right;
}

#nav_search label,
#nav_search br{
	display: none;
}



/*Breadcrumb Bereich*/
#inhalt_links_breadcrumb li, 
#inhalt_links_breadcrumb a, 
#inhalt_links_breadcrumb span{
	font-size: 14px;
}
#inhalt_links_breadcrumb .breadcrumb{
	margin: 0;
}


/*Logo Bereich bei fixierter Navigation -> gemäss CMS-Paramaeter*/
#logo_in_navigation{
	width: auto;
	min-height: inherit;
	float: left;
}

.eltern-element{
	display: table;
}
.kind-element{
	display: table-cell;
}




/*Hauptteil-Bereich*/	

#hauptteil{
	padding-top: 0;
	padding-bottom: 0;
}

/*Anpassung Login-Modul/Login-Bereich*/
#inhalt_links_content .form-control-feedback{
	/*display: none !important;
	color: red;*/
}

/*Anpassung bei Joomla 5 Kontakt-Formular*/
#inhalt_links_content #contact-form .form-control-feedback{
	display: none !Important;
	
	/*display: none !important;
	color: red;*/
}

.mod-login__username .input-group .visually-hidden,
.mod-login__password .input-group .visually-hidden{
	display: none;
}
.mod-login .input-group{
	width: 100%;
}
.mod-login .mod-login__password .input-group input{
	float: left;
	width: 85%;
	/*border: 1px solid red;*/
}
.mod-login .mod-login__password .input-group button{
	/*float: right;*/
	/*border: 1px solid blue;*/
	width: 15%;
}
#com-users-login__form .form-control-feedback{
	display: none;
}
#com-users-login__form #password-lbl,
#com-users-login__form #username-lbl{
	float: left;
}
#com-users-login__form .password-group .input-group{
	width: 100%;
}
#com-users-login__form .password-group .input-group input{
	float: left;
	width: 70%;
}
#com-users-login__form .password-group .input-group button{
	float: right;
	width: auto;
}
	





/*Navigation Intern*/
#nav_intern_rechts{
	/*padding: 5px;*/
}
#nav_intern_rechts ul li,
#inhalt_rechts_module .menu li{
	width: 100%;	
}
#nav_intern_rechts h3,
#platzhalter_nav_intern h3,
#inhalt_rechts_module h3{
	/*font-size: 16px;
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color: transparent;
	border-bottom: 1px solid black;*/
	font-size: 20px;
	margin: 5px 0 5px 0;
	padding: 10px;
	border-bottom: 1px solid #b3b3b3;
}

/*Hauptteil Links (Inhalt)*/
#inhalt_links_content{
	padding: 20px 10px 10px 10px;
}


/*Hauptteil Links (Inhalt) Anpassung Eigene Felder*/
/*#inhalt_links_content .fields-container{
	background-color: red;
		
	list-style-type: none;
}
#inhalt_links_content .fields-container .seite-design-anpassen{
	display: none;
}*/



/*Joomla normale Beiträge*/
#inhalt_links_content .pull-right.item-image{
	margin: 0 0 10px 10px;
}
#inhalt_links_content .pull-left.item-image{
	margin: 0 10px 10px 0;
}
#inhalt_links_content .pull-left.item-image,
#inhalt_links_content .pull-right.item-image{
	width: 50%;
}
#inhalt_links_content .article-info.muted dd{
	margin-left: 10px;
}
#inhalt_links_content .form-inline{
	margin: 10px 0 10px 0;
}

/*Anpassung Komplettes Beitragsbild / ANPASSUNGEN Joomla 5 -> NEU: mit Klasse .beitragsbild_komplett im CMS versehen*/
#inhalt_links_content > .item-page > .pull-none.item-image,
#inhalt_links_content > .item-page > .beitragsbild_komplett,
#inhalt_links_content > #visformcontainer > .category-desc > .pull-none.item-image,
#inhalt_rechts_module > .moduletable > .custom > .pull-none.item-image{
	overflow: hidden;
	/*background-color: inherit;*/
	/*background-color: red;*/		
	
	position: relative;
}

#inhalt_links_content > .item-page > .pull-none.item-image::after,
#inhalt_links_content > .item-page > .beitragsbild_komplett::after,
#inhalt_links_content > #visformcontainer > .category-desc > .pull-none.item-image::after,
#inhalt_rechts_module > .moduletable > .custom > .pull-none.item-image::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: inherit;	
	
	background: none; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(75, 77, 89, 0), rgba(75, 77, 89, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(75, 77, 89, 0), rgba(75, 77, 89, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(75, 77, 89, 0), rgba(75, 77, 89, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(75, 77, 89, 0), rgba(75, 77, 89, 1)); /* Standard syntax */
}

#inhalt_links_content > .item-page > .pull-none.item-image img,
#inhalt_links_content > .item-page > .beitragsbild_komplett img,
#inhalt_rechts_module > .moduletable > .custom > .pull-none.item-image img{
	height: 100%;
	max-width: inherit;
}
#inhalt_rechts_module > .moduletable > .custom > .pull-none.item-image img{
	float: right;
}
#inhalt_links_content > .item-page > .pull-none.item-image img,
#inhalt_links_content > .item-page > .beitragsbild_komplett img{
	float: left;
}
#visformcontainer > .category-desc > .pull-none.item-image img{
	height: 100%;
	max-width: inherit;
	float: right;
}




/*Joomla Blog-Beiträge Spalten etc.*/
#inhalt_links_content .items-row .span6:first-child{
	width: 49.3%;
	float: left;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
#inhalt_links_content .items-row .span6:last-child{
	width: 49.3%;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#inhalt_links_content .span6,
#inhalt_links_content .span12,
#inhalt_links_content .span4,
#inhalt_links_content .leading-0,
#inhalt_links_content .leading-1{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

/*mit drei Spalten*/
#inhalt_links_content .items-row .span4{
	width: 32.7327%;
	float: left;
	margin: 0 10px 10px 0;
}
#inhalt_links_content .items-row .span4:last-child{
	margin-right: 0px;
}
#inhalt_links_content .items-row{
	display: inline-block;
	width: 100%;
}

/*Klickbare Box -> Class zum Eintragen in normalen Beitrag (div)*/
.klickbare_box{
	cursor: pointer;
	padding: 10px;
	background-color: #62525b;
}


/*Gestaltung von Boxen für Titel-Seite*/
.boxen_mit_bild{
	/*Hier ist die "Grundbasis"*/
	position: relative;
}

.boxen_mit_bild_haupt{
	position: relative;
	margin-bottom: 10px;
}

.boxen_mit_bild_before{
	/*Hier ist der Inhalt*/
	height: 100%;
	z-index: 2;
	position: relative;
	/*background-color: rgba(0, 0, 0, 0.6);*/
	color: white;
	
	/*Inhalte in ihrem Eltern-Element zentrieren*/
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px){
	.boxen_mit_bild_before p{
		font-size: 24pt;
	}	
}
@media screen and (min-width: 768px)
{
	.boxen_mit_bild_before p{
		font-size: 16pt;
	}	
}
@media screen and (min-width: 992px)
{
	.boxen_mit_bild_before p{
		font-size: 20pt;
	}	
}
@media screen and (min-width: 1200px)
{	
	.boxen_mit_bild_before p{
		font-size: 24pt;
	}		
}
.boxen_mit_bild_after{
	/*Hier wird das Bild "untergeschoben"*/
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 100%;
	z-index: 1;
}
.boxen_mit_bild_haupt .boxen_mit_bild_after{
	background-size: 100%;
}

/*Gestaltung Spezial-Link (weisser halb-runder Hintergrund*/
.spezial_link{
	background: rgba(255, 255, 255, 1); /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)); /* For Firefox 3.6 to 15 */
	background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.1)); /* Standard syntax */
	
	padding: 5px 20px 5px 20px;
	border-radius: 25px;
}



/*Tabellen im Content*/

#inhalt_links_content table{
	width: 100% !Important;
	height: auto !Important;
}


/*Kontaktanzeige Joomla / Kontaktformular*/

#selectForm{
	margin-bottom: 20px;
	display: table;
	width: 100%;
}
#selectForm .form-control{
	float: right;
}
#contact-form > .control-group{
	margin-top: 10px;
}
#jform_captcha{
	background-color: inherit !important;
	height: auto;
	padding: 0px;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none; 
}
.contact-miscinfo > dl > dd{
	margin-left: 0px !important;
}
.contact-miscinfo > dl > dt{
	display: none;
}


/*Gestaltung Kontaktanzeige mit Google Maps*/

.container_kontaktseite_maps .contact-field-entry{
	margin-left: 0px !important;
	height: 100%;
}
.container_kontaktseite_maps dl dt{
	display: none;
}

.container_kontaktseite_maps dl.fields-container{
	height: 100%;
	overflow: hidden;
}

.container_kontaktseite_maps iframe{
	width: 100%;
	height: 100%;
}

.container_kontaktseite_adresse dd,
.container_kontaktseite_adresse .zeile_eigen{
	/*background-color: transparent;
	width: 45%;
	float: right;*/
	margin-left: 100px;
}
.container_kontaktseite_adresse dt,
.container_kontaktseite_adresse .zeile_eigen_dt{
	width: 80px;
}

.container_kontaktseite_adresse dl.contact-address{
	position: relative;
	z-index: 2;
	height: 100%;
	overflow: hidden;
	margin-bottom: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	/*background: rgba(0, 0, 0, 0.5);*/
	
	/*background: red; /* For browsers that do not support gradients */
    /*background: -webkit-linear-gradient(rgba(75, 77, 89, 1), rgba(75, 77, 89, 0.5)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(rgba(75, 77, 89, 1), rgba(75, 77, 89, 0.5)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(rgba(75, 77, 89, 1), rgba(75, 77, 89, 0.5)); /* For Firefox 3.6 to 15 */
    /*background: linear-gradient(rgba(75, 77, 89, 1), rgba(75, 77, 89, 0.5)); /* Standard syntax */
	
}

#anker{
	display: none;	
}

.container_kontaktseite_adresse dl.contact-address .unterteilung_kontaktangaben{
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
	/*background-color: rgba(0, 0, 0 , 1);*/
	width: 100%;
}
.container_kontaktseite_adresse dl.contact-address .unterteilung_kontaktangaben:last-child{
	margin-bottom: 0;
}
.contact-adress-hintergrundbild{
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background-size: 100% auto;
	/*margin: 0 15px 0 15px;*/
}



.kontakt_text_kontakt,
.container_kontaktseite_adresse .visually-hidden{
	display: none;
}




/*
@media screen and (max-width: 768px){
	.container_kontaktseite_maps iframe{
		width: 100%;
		height: 550px;
	}
}

@media screen and (min-width: 768px){
	.container_kontaktseite_maps iframe{
		width: 340px;
		height: 550px;
	}
}
@media screen and (min-width: 992px){
	.container_kontaktseite_maps iframe{
		width: 450px;
		height: 550px;
	}
}
@media screen and (min-width: 1200px){
	.container_kontaktseite_maps iframe{
		width: 550px;
		height: 550px;
	}
}*/






/*Google Captcha anpassen*/
.g-recaptcha {
	transform: scale(0.77);
	-webkit-transform: scale(0.77);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}
#rc-imageselect .g-recaptcha{
	transform: scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin: 0;
	-webkit-transform-origin: 0;
}





/*Visforms anpassen (Formulare)*/

/*NEU für Joomla 5 / MIT EIGENER KLASSE -> Muss im Formular auch entsprechend hinterlegt werden*/

.lukasdesign_bez{
	padding-left: 10px;
	/*color: yellow;*/
	cursor: pointer;
	font-weight: inherit;
	
	margin-right: 0px !important;
}
.lukasdesign_feld{
	/*color: red;*/
}
.lukasdesign_feld{
	
}


/*unter Joomla 3*/
.visCSSlabel{
	
}
.radio_auswahl input{
	cursor: pointer;
}
.visCSSrllst.radio_auswahl_label{
	cursor: pointer;
}
#searchForm label{
	background-color: inherit;
	width: 100%;
}
#searchForm label input{
	margin: 5px;
	padding: 0px;
	position: static;
}









/*Hauptteil Rechts (Sidebar)*/

#hpt_rechts_luki_platzhalter{
	display: none;
}


#inhalt_rechts_module{
	/*width: 100%;
	display: table;*/
	
	/*display: table;
	width: auto;*/
}
#inhalt_rechts_module .moduletable{
	/*padding: 5px;
	width: auto;
	display: table;*/
	
	/*display: table;
	width: auto;*/
	padding: 5px;
}
#inhalt_rechts_module .moduletable .navbar-nav,
#nav_intern_rechts .moduletable .navbar-nav{
	float: none;
}

#inhalt_rechts_module .moduletable img{
	/*width: 100% !Important;*/
}
#inhalt_rechts_module .moduletable .menu{
	/*display: table;
	width: 50%;*/
}


#inhalt_rechts_module .pull-none.item-image{
	margin-top: 12px;	
}






/*Footer Bereich*/
#inhalt_footer,
#inhalt_footer_2{
	width: 100%;
	margin-bottom: 0;
	padding: 10px;
	overflow: hidden;
}
#inhalt_footer_2{
	padding: 0px;
}
#inhalt_footer_fixiert{
	width: 100%;
	margin-bottom: 0;
	padding: 10px;
}
#inhalt_footer_links{
	/*display: table-cell;
	vertical-align: middle;*/
	display: table;
	width: 100%;
}
#inhalt_footer_links .btn-social-icon{
	margin: 3px;
}
#inhalt_footer_links p{
	margin: 0;
}
#inhalt_footer_rechts{
	width: 100%;
	display: table;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	background-color: inherit;
}
#inhalt_footer_rechts .navbar-nav{
	float: right;
}
#inhalt_footer_links hr{
	height: 1px;
	color: black;
	background-color: black;
	margin: 5px 0 5px 0;
	border-top: 0px solid black;
}
#inhalt_footer_rechts li a{
	/*Muss ins CMS als Parameter implentiert werden*/
	
}


#inhalt_footer_rechts li a:hover{
	/*Muss ins CMS als Parameter implentiert werden*/
	color: black;
}




/*Button to Top*/

#button_top_inhalt span{
	color: black;
	text-align: center;
	width: 100%;
}
#button_top_inhalt p{
	text-align: center;
}
#button_top{
	display: block;
	position: fixed;
	/*cursor: pointer;*/
	width: 100%;
	left: 0;
	z-index: 100;
}
#button_top_inhalt{
	cursor: pointer;
}


/*Button Down (mobile Ansicht)*/


#button_down_inhalt{
	/*display: direction;
	justify-content: center;*/
	display: row;
	justify-content: center;
	align-items: center;
	
}
#button_down_inhalt p,
#button_down_inhalt span{
	text-align: center;
	width: 100%;
}
#button_down_inhalt span{
	margin: 0;
}



/*---GRÖSSER ALS MOBILE-SCREEN---*/
@media screen and (min-width: 768px) {
	
	/*Bereich ganze Seite*/
	
	/*Bereich Header*/
	#img_header_mobile{
		display: none;
	}
	#img_header_desktop{
		display: table;
	}
	
	
	/*Navigation-Bereich*/
	
	#myNavbar{
		height: 50px !Important;
		float: left;
	}
	#nav_login_search{
		float: right;
	}
	#nav_open_close{
		/*float: left;*/
	}
	
	/*Navigation Intern*/
	#nav_intern_rechts{
		/*display: table;
		margin-left: 10px;
		margin-bottom: 10px;*/
	}
	
		
	/*Hauptteil Links*/
	#hpt_links_luki{
		padding-right: 0;
	}
	.dropdown-menu > li > a{
		padding: 8px 15px 8px 15px !Important;
	}
	
	
	
	/*BEREICH ALT*/
	#hauptteil_links{
		padding-right: 0;
	}
	#hauptteil_links_inhalt{
		padding: 15px;
	}
	
	/*Hauptteil Rechts (Modul-Breich)*/
	#hpt_rechts_luki{
		padding-left: 0;
	}
		
	
	
	#inhalt_rechts{
		margin-left: 10px;
	}
	#inhalt_rechts_module .moduletable,
	#nav_intern_rechts .moduletable{
		margin-left: 10px;
		margin-bottom: 10px;
		padding: 8px;
	}
	
	/*BEREICH ALT*/
	#hauptteil_rechts{
		padding-left: 5px;
	}
}



/*---MOBILE SCREEN NEU--*/
@media screen and (max-width: 400px) {
	/*Bereich Inhalt / Content*/
	.content_inhalt{
		padding: 10px 0 10px 0;
	}
	.contact .page-header{
		/*padding: 10px;*/
	}
	.well.well-sm{
		padding: 10px;
	}
	#visformcontainer p,
	#visformcontainer h2,
	#visformcontainer form{
		/*padding-left: 10px;
		padding-right: 10px;*/
	}
	
	/*Anpassung für Visforms*/
	#visformcontainer .visCSSbot5.visCSSrllst{
		width: 85% !Important;
		float: right !Important;
	}
	
}



/*---MOBILE SCREEN---*/
@media screen and (max-width: 768px) {
	
	/*Bereich ganze Seite*/
	#layout_luki{
		padding: 5px;
	}
	#inhalt_links,
	#inhalt_rechts,
	#inhalt_footer{
		min-height: 50px !Important;
		margin-bottom: 5px;
	}
	#inhalt_nav_luki,
	#inhalt_rechts_module .moduletable{
		margin-bottom: 5px;
	}
	
	
	/*Bereich Header*/
	#img_header_mobile{
		display: table;
	}
	#img_header_desktop{
		display: none;
	}
	#header_inhalt{
		/*background-position: top left !Important;*/
		margin-bottom: 0px !Important;
	}
	#anker{
		height: 10px;
	}
	
	
	/*Bereich Navigation*/	
	#platzhalter_nav_search_login{
		display: table;
		float: right;
	}
	#inhalt_nav_luki > #nav_btn_login,
	#inhalt_nav_luki > #nav_btn_search,
	#inhalt_nav_luki > #logo_in_navigation{
		display: none;
	}
	
	#inhalt_nav_luki > .container > #nav_btn_login,
	#inhalt_nav_luki > .container > #nav_btn_search,
	#inhalt_nav_luki > .container #eltern-element-nav-logo{
		display: none;
	}
	
	#eltern-element-nav-fix{
		height: auto !Important;
	}
	
	
	.navbar-header #nav_btn_search{
		width: 100%;
		display: table;
		padding-right: 15px;
	}
	#nav_open_close{
		width: 100%;
	}
	#nav_open_close .dropdown-menu{
		border-bottom: 1px solid black;
		padding-left: 20px;
	}
	/*Text für Mobile Ansicht*/
	#text_navigation_mobile{
		/*display: block;
		background-color: transparent;
		height: auto;
		margin: 14px;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		vertical-align: middle;*/
		
		display: block;
		width: 50%;
		position: absolute;
		height: 100%;
		text-align: left;
		background-color: transparent;
		border: none;
		vertical-align: top;
		padding: 0 10px 0 10px;
	}
	#text_navigation_mobile p{
		position: absolute;
		top: 0;
		margin: 12px 0 8px 0;
	}
	#anker{
		display: block;	
	}
	/*Logo bei fixierter Navigation oben*/
	#platzhalter_logo_in_navigation{
		display: table;
		float: left;
	}
	#platzhalter_logo_in_navigation img{
		cursor: default;
	}
	
	
	/*Navigation Intern*/
	#hpt_rechts_luki #nav_intern_rechts{
		display: none;
	}
	#platzhalter_nav_intern{
		display: table;
		width: 100%;
	}
	#platzhalter_nav_intern .moduletable .navbar-nav{
		padding: 0 10px 0 10px;
	}
	#platzhalter_nav_intern h3{
		/*border-bottom: 1px solid black;
		background-color: transparent;
		font-size: 16px;
		padding: 5px;
		margin: 5px 0 5px 0;
		background-color: transparent;
		font-weight: bold;*/
	}
	#platzhalter_nav_intern ul li{
		margin-left: 0px;
	}
	
	/*Bereich Hauptteil Links*/
		
	/*Anpassung Tabellen im Content -> Responsive*/
	#inhalt_links_content thead, th{
		display: none;
	}
	#inhalt_links_content tr{
		float: left;
		width: 100%;
		height: auto !Important;
		border-bottom: 1px solid black;
	}
	#inhalt_links_content td{
		float: left;
		width: 100% !Important;
		height: auto !Important;
		white-space: normal;
	}
	#inhalt_links_content thead{
		display: none;
	}
	#inhalt_links_content #mit_data_label td::before{
		content: attr(data-label);
		width: 25%;
		float: left;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	#inhalt_links_content #mit_data_label_2 td::before{
		content: attr(data-label);
		width: 30%;
		float: left;
		font-weight: bold;
		padding: 0 0 10px 0;
	}
	
	
	/*Joomla normale Beiträge*/
	#inhalt_links_content .pull-left.item-image,
	#inhalt_links_content .pull-right.item-image{
		width: 40%;
	}
	
	
	/*Joomla Blog-Beiträge Spalten etc.*/
	#inhalt_links_content .items-row .span6:first-child{
		width: 100% !Important;
	}
	#inhalt_links_content .items-row .span6:last-child{
		width: 100% !Important;
	}
	#inhalt_links_content .items-row .span4{
		width: 100% !Important;
	}
	
	
	/*Module Rechts*/
	
	#hpt_rechts_luki_platzhalter{
		display: block;
	}
	#hpt_rechts_luki_out{
		display: none;
	}
	#inhalt_rechts_module .pull-none.item-image{
		margin-top: 0;
	}
	
	
	#inhalt_rechts_module .moduletable{
		width: 100%;
		padding: 0px;
		padding-bottom: 10px;
	}
	#inhalt_rechts_module .moduletable h2,
	#inhalt_rechts_module .moduletable p{
		padding: 0 10px 0 10px;
	}
	#inhalt_rechts_module .moduletable div.table-responsive{
		margin: 10px;
		width: auto;
	}
	
	
	#inhalt_rechts_module .menu li{
		width: auto;
		margin: 0 15px 0 15px;
	}
	
	
	/*Kontaktanzeige Adresse usw.*/
	#inhalt_links_content .contact-address dt,
	#inhalt_links_content .contact-address dd{
		/*background-color: #f5f5f5;*/
	}
	#inhalt_links_content .contact-address dt{
		/*margin: 5px 0 0 0;
		padding: 5px 0 0 5px;*/
	}
	#inhalt_links_content .contact-address dd{
		/*padding-left: 5px;*/
	}
	.unterteilung_kontaktangaben dt,
	.unterteilung_kontaktangaben .zeile_eigen_dt,
	.unterteilung_kontaktangaben dd,
	.unterteilung_kontaktangaben .zeile_eigen{
		margin-left: 10px;
	}
	.container_kontaktseite_adresse .contact-adress-hintergrundbild{
		background-image: none !Important;
	}
	
	/*Anpassung mit Google Maps zusammen*/
	.container_kontaktseite_maps, 
	.container_kontaktseite_adresse{
		height: 100% !Important;
		margin-top: 15px;
		padding: 0 10px 0 10px !important;
	}
	.container_kontaktseite_maps iframe{
		height: 500px;
	}
	.container_kontaktseite_adresse dl.contact-address{
		display: block;
	}
	

	
	/*Bereich Footer*/
	#inhalt_footer_rechts{
		width: 100%;
	}
	#inhalt_footer_rechts .navbar-nav{
		float: none;
	}
	#inhalt_footer_rechts ul li a{
		float: right;
	}
	#inhalt_footer_rechts ul li{
		/*float: right;*/
	}
	#inhalt_footer_rechts ul{
		width: 100%;
	}
	
	#inhalt_footer_links{
		display: table;
	}
	
	/*Anpassung Visforms Formulare*/
	.visCSSlabel.radio_auswahl_label{
		width: 100%;	
	}

	.visCSSlabel{
		width: 100%;
	}
	
		
	
	
	
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	/*Bereich Navigation*/
	#nav_btn_search{
		width: 100% !Important;
	}	
	#nav_open_close{
		
	}
	#nav_btn_login{
		
	}
	
	
	#inhalt_links_content .items-row .span6:first-child{
		width: 49%;
	}
	#inhalt_links_content .items-row .span6:last-child{
		width: 49%;
	}
	#inhalt_links_content .items-row .span4{
		width: 32.2581%;
	}
	
	
}

@media screen and (min-width: 768px) and (max-width: 992px) {

	#inhalt_links_content .items-row .span6:first-child{
		width: 48.8%;
	}
	#inhalt_links_content .items-row .span6:last-child{
		width: 48.8%;
	}

}





@media screen and (min-width: 1199px){
	/*Bereich Navigation*/
	#inhalt_nav_luki{
		/*display: table;
		width: 100%;*/
	}
	#nav_btn_search{
		/*display: table-cell;
		vertical-align: middle;
		height: 20px;
		float: none !Important;
		margin-right: 100px !Important;*/
	}	
	#nav_open_close{
		/*display: table-cell;
		vertical-align: middle;*/
	}
	#nav_btn_login{
		/*display: table-cell;
		vertical-align: middle;*/
	}
}



/*Anpassungen für eigene Felder -> angelegte Felder in der Komponente "Kontakte"*/
.contact-field-entry {
	/*color: red;
	margin-left: 5px !important;*/
}







