@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------------
    REVOLUTION SLIDER
-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 600px !important;
    overflow: hidden !important;
}
.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}
.tp-caption.bold {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #FFF;
}
.tp-caption.lite {
    font-size: 22px;
    line-height: 1;
    color: #F5F5F5;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}
.tp-caption.white-bg {
	color: #FFFFFF !important;
	padding: 10px 15px 11px 15px;
	background-color: rgba(255,255,255,0.5);
}
.tp-caption.black-bg {
	color: #FFFFFF !important;
	padding: 10px 15px 11px 15px;
	background-color: rgba(0,0,0,0.5);
}
.tp-caption.opacity-bg {
    background: rgba(0,0,0,0.3);
    color: #FFF;
    padding: 10px 15px;
}
.tp-caption a.btn {
    color: #fff
}
.tp-caption .dotted {
    border-bottom: 1px dotted #2d6987
}
.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 12px 19px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}
.tp-leftarrow.default:before {
    content: '\e75d'
}
.tp-rightarrow.default:before {
    content: '\e75e'
}
.tparrows:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0,0,0,0.3);
}
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0,0,0,0.5)
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-loader {
	background-color: #fff;
	margin: -15px -15px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	background-image: url(../images/basics/loading.gif);
	background-repeat: no-repeat;
}

.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	background-image: url(../images/basics/timer.png);
}

/*-----------------------------------------------------------------------------------*/
/*	   MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { 

.tp-loader {
	    background-image: url(style/images/loading@2x.gif)
	}
}

/*-----------------------------------------------------------------------------------*/
/*	   MEDIA QUERIES    Woher kommen diese MQ ??????
/*-----------------------------------------------------------------------------------*/

@media (max-width: 767px) { 

.tp-bullets {
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	    -moz-opacity: 0 !important;
	    -khtml-opacity: 0 !important;
	    opacity: 0 !important;
	}
	
.tp-caption .btn-large {
	    padding: 5px 14px 8px 14px !important;
	    font-size: 11px;
	}
}