

/*
	INDEX SEITE
*/



/* CAROUSEL */
.carousel-inner {
	border-radius: 2px;
	/*border: 1px solid #E1E1E1;*/
}
.carousel-indicators {
	height:30px;
	left: auto;
	right: 1%;
	top: 2%;
	margin-left: 0;
	margin-right: 0;
	text-align: right;
	z-index:17;
	width:100%;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 4px;
	background: #D67F1A;
	box-shadow: 0px 0px 0px 1px #D67F1A;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	text-indent: -999px;
	cursor: pointer;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 0px 1px #D67F1A;
}
.carousel-control {
	width:15%;
	z-index:16;
	font-size:36px;
}
.carousel-control.left,
.carousel-control.right {
	background-image:none;
}
.carousel-control .glyphicon-chevron-left {
	left: 20%;
}
.carousel-control .glyphicon-chevron-right {
	right: 20%;
}
.carousel-control:hover span, 
.carousel-control:focus span {
	text-shadow: 0 2px 2px #D67F1A;
}
.carousel-caption {
	left:7%;
	text-align:left;
}
.carousel-caption h3{
    font-family: 'PT Sans';
	font-weight:bold;
	font-size:25px;
	color: #333;
	background-color:#CCCCCC;
	display: inline-block;
	margin: 0 0 0px 0;
	padding: 16px;
	background: rgba(242,242,242, 0.7);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
}
.carousel-caption p{
	font-size:16px;
	color: #FFFFFF;
	background-color:#000000;
	display: inline-block;
	margin: 0 0 0px 0;
	padding: 16px;
	background: rgba(0,0,0, 0.7);
	text-shadow: 0 1px 1px rgba(100, 100, 100, 0.7);
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	margin-left: 0;
}



/* QUICKSEARCH */

.teaser_quicksearch .btn{
	margin-top: 40px;
}
.teaser_quicksearch{
	border-radius: 2px;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
	height: 350px;
	margin-bottom:30px;
	padding:20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	background-color:#E1E1E1;
	border-color: #E1E1E1;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#E1E1E1),to(#FFFFFF));
	background-image: -webkit-linear-gradient(top,#E1E1E1 0,#FFFFFF 100%);
	background-image: -moz-linear-gradient(top,#E1E1E1 0,#FFFFFF 100%);
	background-image: linear-gradient(to bottom,#E1E1E1 0,#FFFFFF 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE1E1E1',endColorstr='#ffFFFFFF',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.teaser_quicksearch label{
	font-weight:normal;
	font-size: 14px;
}
.teaser_quicksearch h3{
    font-family: 'PT Sans';
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	color: #333333;
	text-shadow: 0 1px 1px #FFFFFF;
	margin-top:0px;
}
.teaser_quicksearch .radio, .teaser_quicksearch .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

.teaser_quicksearch .pull-right{
	padding-top: 15px;
}

.teaser_quicksearch .form-group .col-sm-4{
	padding-left:0px;
}

.teaser_quicksearch .form-group .col-sm-6:first-child{
	padding-right:10px;
}
.teaser_quicksearch .form-group .col-sm-6:last-child{
	padding-left:10px;
}



h3>.ad_title{
	text-transform:none;
	color:#333333;
}


/* TEASER TITELBANNER */


/* Abstand verringern */
.row_titelbanner{
	padding: 0px 0px 7px 10px;
	margin-right: -5px;
	margin-left: -15px;
}
.row_titelbanner>.col-xs-2, 
.row_titelbanner>.col-sm-2, 
.row_titelbanner>.col-md-2, 
.row_titelbanner>.col-lg-2, 
.row_titelbanner>.col-xs-3, 
.row_titelbanner>.col-sm-3, 
.row_titelbanner>.col-md-3, 
.row_titelbanner>.col-lg-3, 
.row_titelbanner>.col-xs-4, 
.row_titelbanner>.col-sm-4, 
.row_titelbanner>.col-md-4, 
.row_titelbanner>.col-lg-4,
.row_titelbanner>.col-xs-6, 
.row_titelbanner>.col-sm-6, 
.row_titelbanner>.col-md-6, 
.row_titelbanner>.col-lg-6 {
	padding-right: 5px;
	padding-left: 5px;
}

/* Überschriften */
.row_titelbanner>h3{
	text-transform:uppercase;
	margin: 0px 0px 10px 5px;
}

.row_titelbanner .teaser_start_angebote{
	position:relative;
	text-align:center;
	margin-bottom:10px;
}

.next_teaser {
	/*padding-top:10px;*/
}

/* Typo */
.row_titelbanner .teaser_start_angebote a,
.row_titelbanner .teaser_start_angebote a{
	color: #333333;
	text-decoration:none;
}
.row_titelbanner .teaser_start_angebote a:hover{
	color: #D67F1A;
	text-decoration:none;
}
.row_titelbanner .teaser_start_angebote h5{
    font-family: 'PT Sans';
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	padding:10px 0 0 0;
	margin: 0 0 0 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.row_titelbanner .teaser_start_angebote h3{
    font-family: 'PT Sans';
	font-weight:bold;
	font-size:17px;
	line-height:20px;
	padding: 0 0 0 0;
	margin: 2px 0 0 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/* Bild Div */
.titel-item{
	width:223px;
	height:223px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.neueste-item{
	width:160px;
	height:160px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.cross-item{
	width:145px;
	height:145px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.moretiteltoggle{
	display:none;
	padding-top:0px;
}
.moretitel{
	color:#5E638E;
	font-size:16px;
	cursor:pointer;
	position:relative;
}

/* TOGGLE*/

.moretiteltoggle{
	display:none;
	padding-top:0px;
}


/* SEO TEXT */


/* Typo */
.row_seo>.col-lg-12>h3{
    font-family: 'PT Sans';
	font-size:17px;
	font-weight:bold;
	margin: 0px 0 5px 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.row_seo>.col-lg-12>p{
    font-family: 'PT Sans';
	font-size:14px;
	margin: 0px 0 0 0px;
	text-align:justify;
}

.row_seo>.col-lg-12:last-child h3{
	padding-bottom: 0px;
}

/*
.row_mehrthemen a{
	color: #333333;
	text-align:center;
}
.row_mehrthemen a:hover{
	color:#D67F1A !important;
	text-decoration:none !important;
}
*/

.row_mehrthemen a {
	font-weight:normal;	
}

.row_mehrthemen p{
	margin: 10px 0 0 0;	
}

.row_ad_left{
	margin:20px 0px 20px 10px;
	padding:0;
}
.row_ad_left>div{
	padding:0;
	margin: 0;
}


ul.ui-autocomplete {
	background-color: white;
    border: 1px solid #CCC;
    margin: 0;
    padding: 2px;
    position: absolute;
    z-index: 1019;    
    list-style-type: none;
}

ul.ui-autocomplete li {
    cursor: pointer;
    display: block;
    list-style-type: none; 
    position: relative;
    z-index: 1019;
}

.ui-autocomplete {
    cursor: default;
    position: absolute;
}
* html .ui-autocomplete {
    width: 1px;
}
.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    clear: left;
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: 0.2em 0.4em;
    text-decoration: none;
    color: #555;
    font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background-color: #EBEBEB;
}

.ui-autocomplete-loading {
	background: url('/images/site/ajax-loader.gif') no-repeat right center;
}

.ui-autocomplete-input {
	background-color: #FFF;
}

.ui-helper-hidden-accessible {
	display: none;
}

/* Mirago Ads */

.mirago1>div { 
	width:100%;
}
.mirago1 .n1, .mirago1 .n2 {
	margin-bottom:20px;
}
.mirago1 img { 
	border: none; 
	max-width:100%;
} 
.mirago1 .a { 
	width: 100%; 
	height: auto;  
	display: block; 
	text-decoration: none; 
	font-size:14px;
	color: #333333;
	font-weight:normal;
	display: block; 
	overflow: hidden; 
} 
.mirago1 .a:hover .u { 
	color:#D67F1A;
} 
.mirago1 .a .i, 
.mirago1 .a .x { 
	float: left; 
}
.mirago1 .a .i { 
	width:120px;
} 
.mirago1 .a .x { 
	width:190px;
	margin-top:-5px;
	padding-left:10px;
} 
.mirago1 .a .t { 
	font-weight: bold; 
	/*height: 20%;*/ 
} 
.mirago1 .a .d { 
	overflow: hidden; 
	/*height: 60%;*/ 
} 
.mirago1 .a .u { 
	color: #666A98; 
	/*height: 20%;*/ 
} 


/* Anpassungen Auflösungen */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) and (min-width : 992px) {
	.teaser_quicksearch .btn{
		margin-top: 20px;
	}
	.teaser_quicksearch{
		height: 288px;
	}
	.col-right{
		margin-top: 20px;
	}
	.row_ad_left{
		margin:20px 0px 20px 101px;
	}
	/* Bild Div */
	.titel-item{
		width:287px;
		height:287px;
	}
	.neueste-item{
		width:208px;
		height:208px;
	}
	.cross-item{
		width:203px;
		height:203px;
	}
	.mirago1 .a .x { 
		width:650px;
		padding-left:20px;
	} 
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) and (min-width : 768px) {
	.teaser_quicksearch .btn{
		margin-top: 20px;
	}
	.teaser_quicksearch{
		margin-top:20px;
		height:auto;
	}
	.col-right{
		margin-top: 20px;
	}
	.row_ad_left{
		margin:20px 0px;
	}
	.teaser_quicksearch label{
		font-size:16px;
	}
	input {
		height: 46px !important;
		padding: 10px 16px !important;
		font-size: 18px !important;
		line-height: 1.33 !important;
		border-radius: 6px !important;
	}
	button {
		padding: 10px 16px !important;
		font-size: 18px !important;
		line-height: 1.33 !important;
		border-radius: 6px !important;
	}
	select {
		height: 46px !important;
		font-size: 18px !important;
		line-height: 46px !important;
	}	
	/* Bild Div */
	.titel-item{
		width:213px;
		height:213px;
	}
	.neueste-item{
		width:153px;
		height:153px;
	}
	.cross-item{
		width:148px;
		height:148px;
	}
	.mirago1 .a .x { 
		width:540px;
		padding-left:20px;
	} 
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.col-right{
		margin-top: 20px;
	}
	.row_ad_left{
		margin:20px 0px;
	}
	.teaser_quicksearch{
		margin-top:20px;
		height:auto;
	}
	.teaser_quicksearch .form-group .col-sm-4 {
		padding-left: 15px;
	}
	/* Bild Div */
	.titel-item{
		width:213px;
		height:213px;
	}
	.neueste-item{
		width:153px;
		height:153px;
	}
	.cross-item{
		width:148px;
		height:148px;
	}
	.mirago1 .a .x { 
		width:250px;
	} 
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.mirago1 .a .x { 
		width:100%;
		padding-left:0px;
		margin-top:10px;
	} 
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
