/* zentriert K2 seite Responsive*/
 #k2Container {
    padding: 0px 0 24px 0;
	margin-right: auto;
    margin-left: auto;
}

/* überschreibt border und hintergrundfarbe der K2 description */
div.itemListCategory {
    background: white;
    border: none;
    margin: 0 0 24px 0;
	margin-right: auto;
    margin-left: auto;
    padding: 8px;
}
/* backgroundImage für News Header */
.bgImage{
	background-color:rgb(42,175,234);
	background-image: url(/images/joomlabuff/Medexter/Header/header_news.png);
	width:100%;
	height:280px;
}
/*Syle der Jahreszahlen buttons unter header*/
.jahresbutton{
	border-radius:3px; 
	margin-bottom:5px;
	margin-top:10px;
	padding: 5px 10px !important;
	margin-left:5px;
}
/*Hide Category Div*/
div.itemListCategory{
	padding:0px;
}
/* zentriert news überschrift */
.textcenter{
	color:white;
	position:relative;
	top:125px;
	left:0px;
	text-align:center;
}
/* schiebt jahres buttons under header */
.K2categorieTopmargin{
	margin-top:20px;
	text-align:center;
	background-color:white;
	z-index: 100;
}
/* News überschriften */
.catItemTitle{
	font-size: 18px;
    color: #3a3a3a !important;
    font-weight: 600;
    line-height: 27px !important;
    margin-top: 0px !important;
}
/* überschreibt border und padding von K2 anzeige bildern in kategorie */
.img-thumbnail {
    padding: 0px;
    border: none;
}
/* styles für intortext bei categorie ansicht */
.catItemIntroText{
	font-size: 13px !important;
    line-height: 27px !important;  
	margin-left: 0px !important; 
	margin-bottom: 10px !important; 
}
/* diablen von featured stern */
div.catItemIsFeatured::before{
	display:none;
}
/* diablen von  categorieüberschrift*/
.blog-single-post .post-content .post-share h3 {
	display: none;
} 
/* disablen von überflüssiger trennlinie*/
 div .post-block.post-author.clearfix {
	display: none;
 }
 /* disablen von  überschrift des Extra fields*/
div #k2Container.recent-posts.itemView div.itemBody div.itemExtraFields h3{
	display: none;
}
/* disablen von label des extra fields */
div #k2Container.recent-posts.itemView div.itemBody div.itemExtraFields ul li.even.typeTextarea.group1 span.itemExtraFieldsLabel{
	display: none;
}


/* disablen von  categorie header*/
div .itemListCategory h2 {
	display: none;
}
/* disablen von  back to top von K2*/
div #k2Container.recent-posts.itemView div.itemBackToTop {
	display: none;
}
/* disablen von  platzhalter*/
div #k2Container.recent-posts.itemView div.clr {
	display: none;
}
/*read more button*/
.catItemReadMore a.btn.btn-xs.btn-primary.pull-right{
	background-color: transparent;
	border: none;
	color: #2aafea;
	font-style: italic;
	text-transform: capitalize;
	font-size:17px;
	font-weight:400;
}
/*read more button on hover*/
.catItemReadMore a.btn.btn-xs.btn-primary.pull-right:hover{
	border: none;
}
/*Image on Category View Responsive*/
 .post-image{
	padding: 0px;
    margin: 0px;
}
/*Border above Image and Text on Category View */
 div.itemContainer{
	border-top: 1px #ccc solid;
 }
 /*not used?*/
 .page-header h1{
	border: none !important;
	font-size: 2.6em;
 }
 /*Dates in Category View*/
 .date_custom{
	font-style:italic;
	float: left;
	line-height: 17px;
	font-size:14px;
    margin-top: 5px;
 }
 /*image top margin in Category view*/
 .catItemTopMarg{
	 margin-top: 40px;
 }
 /*full image and text of article in Category View*/
 div.catItemView {
    margin-bottom: 30px !important;
	padding-left: 0px;
}
/*margin on custom Date*/
 .post-meta{
	margin-left:0px !important;
 }
 /*margin on image Responsive*/
.view-itemlist .post-image img.img-responsive {
    margin: 0px;
}
/*text in Newsletter module*/
.t3-mastcol.t3-mastcol-1.custom-mastcol #footerEmail {
    font-size: 15px;
	color: #3a3a3a !important;
    line-height: 27px;
}
/*scaling of reCaptcha*/
.t3-mastcol.t3-mastcol-1.custom-mastcol .g-recaptcha {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	margin-left: -37px;
	margin-top: -10px;
}
/*Subscribe Btn in Newsletter module*/
.t3-mastcol.t3-mastcol-1.custom-mastcol .ui.button.green.chronoNewsBTN {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
} 
/*Subscribe Btn in Newsletter module :Hover:active:focus*/
.t3-mastcol.t3-mastcol-1.custom-mastcol .ui.button.green.chronoNewsBTN:hover ,
.t3-mastcol.t3-mastcol-1.custom-mastcol .ui.button.green.chronoNewsBTN:active,
.t3-mastcol.t3-mastcol-1.custom-mastcol .ui.button.green.chronoNewsBTN:focus{
    text-decoration:none !important;
}     
/*Headings of mastcol modules*/
.t3-mastcol.t3-mastcol-1.custom-mastcol h3.module-title {
    font-size: 21px;
    font-style: italic;
    color: #5c5c5c;
    border-bottom: #ccc solid 1px;
    padding-bottom: 5px;
    font-weight: 300;
	margin-bottom: 10px;
}
/*padding of main content Responsive*/
.t3-content {
	padding-right:15px !important;
	padding-top: 0px !important;
	padding-bottom:0px;
}
/*padding of sidebar Responsive*/
.t3-sidebar {
    padding-top: 0px;
}
/*JahresBTN :hover:focus:active*/
a.btn.btn-primary.btn-borders.btn-sm.jahresbutton:hover ,
a.btn.btn-primary.btn-borders.btn-sm.jahresbutton:active ,
a.btn.btn-primary.btn-borders.btn-sm.jahresbutton:focus {
    border-color: #2aafea !important;
}
/*margin above text Responsive*/
.post-content.col-12.col-md-8.catItemTopMarg {
	text-align: center;
	margin-top:20px;
}
/*center image Responsive*/
.post-image.col-12.col-md-4.catItemTopMarg {
    text-align: center;
}
/*Content and Sidebar*/
html.layout-category div#t3-mainbody {
    padding-top: 0px !important;
}
/*K2 Content Responsive */
#k2Container {
    padding: 0px;
}
/*----------------------------------------------------------------------------------------------------------*/
/* -------MASTHEAD/MASTCOL NEWS---*/
/*----------------------------------------------------------------------------------------------------------*/
/*Header*/
div.wrap.t3-sl-1.jb-breadcrumb.page-header {
	margin: 70px 0px 0px 0px;
	padding: 0px;
	border:none;
	background-color:white;
}
/*Header inner Container*/
 div.wrap.t3-sl-1.jb-breadcrumb.page-header div.container{
	width: 100%;
	padding: 0px;
}
/*MastCol 1-4 Responsive*/
.custom-mastcol{
	border:1px #ccc solid;
	background-color:rgb(249,249,250);
	padding:25px;
    margin-bottom: 30px;
}
/*Read Newsletter MastCol*/
.custom-mastcol-full{
	border:1px #ccc solid;
	background-color:rgb(249,249,250);
    margin-top: 30px;
}
/*ArdenSyntax MastCol*/
.custom-mastcol-blue{
	background-color: #2aafea;
	background-image: url("/images/joomlabuff/Medexter/News/Arden_Syntax_training_bg_blue.png");
    margin-top: 30px;
	padding: 30px 0px;
}
/*all Mast Col Responsive*/
.custom-mastcol,.custom-mastcol-blue,.custom-mastcol-full{
    margin-left: auto;
    margin-right: auto;
	max-width: 260px;
}
/*inner part of mastcol 1-4*/
.t3-sidebar .t3-module {
    margin-bottom: 0px;
}
/*register Now Btn*/
.btn_registerNow_news:hover,.btn_registerNow_news:active,.btn_registerNow_news:focus{
	text-decoration:none !important;
}
/*Header, Mastcol, Footer*/
.module-ct {
    font-size: 14px;
}
/*read more button*/
span.thumb-info-caption span button.btn.btn-xs.btn-primary.pull-right{
	background-color: transparent;
	border: none;
	color: #2aafea;
	font-style: italic;
	text-transform: capitalize;
	font-size:17px;
	font-weight:600;
}
/*read more button :hover*/
span.thumb-info-caption span button.btn.btn-xs.btn-primary.pull-right:hover{
	text-decoration:underline;
}
/*get in tough Button*/
.btn_getintouch_mastCol{
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	color: #fff;
    text-shadow: none;
    background-image: none;
	height: auto;
	font-size: 14px;
	cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
	margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
	font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 4.00000006px;
	background-color: rgb(42,175,234) !important;
}
/*get in tough Button :hover:active:focus*/
.btn_getintouch_mastCol:hover,.btn_getintouch_mastCol:focus,.btn_getintouch_mastCol:active{
	color:white;
	text-decoration:none !important;
}

/*----------------------------------------------------------------------------------------------------------*/
/* -------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------ITEMDETAIL------*/
/*----------------------------------------------------------------------------------------------------------*/
/*Hide featured star*/
div.itemIsFeatured:before, div.catItemIsFeatured:before, div.userItemIsFeatured:before {
	display:none;
}
/*--position/style image in the center(mobile)/ on the left side Responsive--*/
.post.post-large.blog-single-post .post-image {
    text-align:center;
}
/*Back Button :hover:active:focus*/
input.btn.btn-borders.btn-primary.btn-k2-back:hover,
input.btn.btn-borders.btn-primary.btn-k2-back:active,
input.btn.btn-borders.btn-primary.btn-k2-back:focus
 {
	border-color: #2aafea !important;
	outline: none !important;
}
/*Text Content Responsive*/
.blog-single-post .post-content {
    margin-left: 0px !important;
	text-align:center;
}
/*Image*/
.post.post-large.blog-single-post img.img-responsive {
    border: solid #ababab 1px;
}
/*Date*/
.blog-single-post .post-content .post-meta {
    display: inline-block;
    margin-bottom: 10px;
}
/*style article heading*/
.blog-single-post h2.newsItemTitle {
    color: #3a3a3a !important;
    font-size: 20px !important;
    font-weight: 600 !important;
	line-height: 30px !important;
	text-transform: none !important;
}
/*set background for previous/next article*/
.itemNavigation {
    background-color: transparent !important;
    display: inline-block;
	margin-top: 20px !important;
}

/* disablen von  border des extra fields*/
div.itemExtraFields {
    margin: 0px;
    padding: 8px 0 0 0;
    border-top: none;
}

.itemExtraFieldsLabel {
	display:none !important;
}

div.itemExtraFields ul li {
    margin-top: 50px;
}

/*set full text style Responsive*/
.itemFullText>p {
    line-height: 30px !important;
	text-align: center;
}
/*Hide Social Buttons V 1.3*/
div#addThisDIV {
    /*display: none !important;*/
	line-height:30px;
    display: block;
    text-align: center;
     margin-top: 20px;
}
/*Back Button Responsive*/
.itemExtraFields form {
    text-align: center;
}
/*previous/next article Responsive*/
.itemNavigation.col-xs-12 {
    text-align: center;
}
/*date Responsive*/
.post.post-large.blog-single-post .date_custom {
    float: none;
}
/*hide K2 itemLinks*/
div.itemLinks {
    margin:0px;
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE----------RESPONSIVE---------- */
/*----------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Smartphones (portrait and landscape) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 480px){

}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Smartphones (portrait) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px){
	
	
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Smartphones (landscape) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 321px){
/*padding for missing slider on home*/
	
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Tablets, iPads (portrait and landscape) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1024px){

}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Tablets, iPads (portrait) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px){
	/*MastCol 1-4 Responsive*/
	.custom-mastcol {
		margin-left: 10px;
	}
	/*K2 Content Responsive */
	#k2Container {
		padding: 0 0 24px 0;
	}
	/*padding of main content Responsive*/
	.t3-content {
		padding-right: 30px !important;
		padding-bottom: 20px;
	}
	/*padding of sidebar Responsive*/
	.t3-sidebar {
		padding-top: 24px;
	}
	/*all Mast Col Responsive*/
	.custom-mastcol,.custom-mastcol-full,.custom-mastcol-blue{
		margin-left: 0px;
		margin-right: 0px;
	}
	/*margin above text Responsive*/
	.post-content.col-12.col-md-8.catItemTopMarg {
		text-align:left;
	}
	/*set full text style Responsive*/
	.itemFullText>p {
		text-align: justify;
	}
	/*Text Content Responsive*/
	.blog-single-post .post-content {
		text-align:left;
	}
	/*--position/style image in the center(mobile)/ on the left side Responsive--*/
	.post.post-large.blog-single-post .post-image {
		text-align: left;
	}
	/*Back Button Responsive*/
	.itemExtraFields form {
		float: left;
		text-align: left;
	}
	/*previous/next article Responsive*/
	.itemNavigation.col-xs-12 {
		text-align: left;
	}
	/*date Responsive*/
	.post.post-large.blog-single-post .date_custom {
		float: left;
	}
	/*full article image and text Responsive*/
	.blog-posts.single-post {
		margin-top: 24px;
	}
	div#addThisDIV {
		float: right;
		margin-top: 0px;
	}
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Tablets, iPads (landscape) ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px){
	/*margin above text Responsive*/
	.post-content.col-12.col-md-8.catItemTopMarg {
		text-align:left;
		padding-left: 40px !important;
		margin-top:40px;
	}
	 /*margin on image category Responsive*/
	.view-itemlist .post-image img.img-responsive {
		margin: 7px 40px 15px 0px;
	}
	 /*margin on image detail Responsive*/
	.view-item .img-thumbnail img.img-responsive {
		margin: 2px 25px 0px 0px;
	}
	/*center image Responsive*/
	.post-image.col-12.col-md-4.catItemTopMarg {
		text-align: left;
	}
	/*--position/style image in the center(mobile)/ on the left side Responsive--*/
	.post.post-large.blog-single-post .post-image {
		float: left;
	}
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Desktops and laptops ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1224px){
	/*margin above text Responsive*/
	.post-content.col-12.col-md-8.catItemTopMarg {
		padding-left: 15px !important;
	}
}
/*----------------------------------------------------------------------------------------------------------*/
/* ------------------Large screens ---------- */
/*----------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1824px){

}
