/* ==================== Menü ==================== */

#main{
	background: url(../bilder/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* Markieren */

::selection {
    background: #ff0000;
    color: #fff;
}
::-moz-selection {
    background: #ff0000;
    color: #fff;
}

/* ==================== Menü ==================== */
.gtco-nav a {
    padding: 0px 0px;
}
.offset_spring {
	height: 150px;
	background: transparent;
}


.gtco-nav {
	background-image: linear-gradient(20deg, black, black, #900000, #900000);
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: red;
}

.gtco-nav ul li a {
	padding: 30px 5px;
	font-size: 17px;
	color: white;
	line-height: 2;
}
.main-nav ul li:hover {
	color: red;
	text-shadow: 2px 2px black;
}
.main-nav ul li a:hover {
 color: red;
 vertical-align: middle;
}
.main-nav ul li a:focus {
 color: white;
}

.offcanvas #gtco-offcanvas {
	width: 100%;
	top: 74px;
	text-align: center;

}

#gtco-offcanvas a {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	
}

#gtco-offcanvas a:hover {
	color:#ff0000;
}

.gtco-nav ul li.active > a {
	color:#ff0000 !important;
	text-shadow: 2px 2px black;
}


.gtco-nav #gtco-logo{
	color:#fff !important;
}

.client p {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}



/* ==================== Slider ==================== */
#gtco-hero .js-fullheight {
	z-index:0;

}
.container {
    margin-right: 0;
    margin-left: 0;
}

#gtco-hero .flexslider .slides li .overlay {
	background: rgba(0, 0, 0, 0.4);
}

.text-center {
	color: #FFF;
}
.offset_spring_farbe {
	height: 50px;
	background: transparent;
	background: linear-gradient(to bottom, #900000, 20%,black); 
}



/* ==================== Titel ==================== */

.gtco-heading h2::before {
    background: #ff0000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.gtco-heading {
	margin-bottom: 0;
}

.gtco-heading h2 {
	color: #f00;
	text-shadow: 2px 2px black;
}

.gtco-heading p {
	color: #fff;
	
}




/* ==================== Abschnitte ==================== */
.gtco-section {
	background: linear-gradient(to bottom, black, #900000, black); 
	padding: 3em 0;
}

.display-tc .col-md-6 p a{
	color:red;
}

/* Vermietung */
.feature-left .icon  i{
	color: red;
	text-shadow: 2px 2px black;
}
.feature-copy h3 {
	color:#ff0000 !important; 
	font-weight: bold;
	text-shadow: 2px 2px black;
	
	font-size: 24px !important;
	line-height: 1.5;
}

.feature-copy p {
	color:#ffffff;
	font-size: 20px;
	line-height: 1.5;
	
}


/* Möglichkeiten */


#gtco-moglichkeit > .gtco-container{
	max-width:none !important;
}


/* ==================== footer ==================== */
/* Links */
.link {
	text-shadow: 2px 2px black;
	
}
.link > p > a 
{
	color: #ff0000;
}

.link p a:hover {
	text-shadow: 2px 2px white;
}

.footerabsatz {
	line-height: 1.3;
}





