
/**** GENERAL ****/
a:hover, a:focus{
	color:#e2001a
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
/**** PRELOADING ****/
.mask-color, .social-share ul.social li:hover a, #showRightPush:hover, .slicknav_btn:hover, .slicknav_nav a:hover, .slicknav_nav .slicknav_item:hover {
	background-color:#e2001a;
}

.prev:hover, .next:hover, .close-port:hover i, .read-more:hover, .read-more i, .view-all-blog:hover, .view-all-blog:hover span i, a.et-like-post.active span i, .btn.get-in-touch:hover, .et-post-data-left.single-blog a.home-icon:hover i, .form-submit input[type="submit"]:hover, .social-footer li a:hover i, .contact-form-wrapper input[type="submit"]:hover, #test_content .item .name-client, h1.title-blog a:hover, .btn.btn-oe:hover{
	color:#e2001a;
}
.close-port:hover, .view-all-blog:hover span, .btn.get-in-touch:hover, .image-blog-wrapper, .et-post-data-left.single-blog a.home-icon:hover, .form-submit input[type="submit"]:hover, .contact-form-wrapper input[type="submit"]:hover, .btn.btn-oe:hover, .popup-video:hover .icon-play-video{
	border-color:#e2001a;
}
.line-wrapper .line-circle, .pie-content h2, .percent-chart, .et-post-month, .et-post-date, .title-blog, .counter .timer, .btn.get-in-touch, .title-single, .post-tags a, .oe-comments-title, .copyright, .contact-form-wrapper input[type="submit"], .text-slider, a#scroll_to, .quote-charater, #test_content .item .name-client, .slicknav_menu  .slicknav_menutxt, .slicknav_nav a, .form-submit input[type="submit"], .btn.btn-oe, .blog-filer ul li a{
	font-weight:700;
}
.color-white *{
	color:#ffffff !important;
}
.color-white .popup-video:hover, .color-white .popup-video:hover .icon-play-video i{
	color:#e2001a !important;
}

                /* Fixes fuer mobile */
/* Parallax abschalten, weil's die Bilder auf'm iPhone zerschiesst */
@media only screen and (min-width: 320px) and (max-width: 989px) {
.parallax {
    background-attachment: scroll !important;
}

.footer-img {
    background-attachment: scroll !important;
    background-position: center top;
}

/* NG Portrait */
.ng-portrait-img {
    margin-bottom: 10px;
}

/* IMG 100%, weil die sonst aus dem Bild laufen */
.img-full-width-mobile {
    width: 100%;
}
}


/* Navi rot*/
header {
   background-color: #e2001a;
}

#header.stuck-sticky {
    background: none repeat scroll 0% 0% #e2001a;
}

#header{
margin: 0 auto;
}


#main-menu-top {
    text-align: center;
}


/* Navi mittig. Meeega dirty, geht aber auf die Schnelle nicht anders  */
.col-md-3 {
    width: 0px;
}

.col-md-9 {
    width: 100%;
}


.logo {
    display: none;
}


/* Slidertext ausblenden */
#scroll_to {
    visibility: hidden;
}

/* Überschriftenfarbe */
.heading-title-wrapper h2.title {
    color: #3c3c3c;
}


/* PHILOSOPHIE */
.img-philosophie {
    width: 100%;
    max-width: 900px;
}


/* Anfuehrungszeichen aus Testimonials raus */
.quote-charater {
    display: none;
}

/* Keinen Abstand bei Kontakt */
.list-contact-wrapper {
    margin-top: 0px;
}

/* Abbinder */
.copyright {
    font-size: 12px;
    color: #FFF;
}

.copyright a {
    text-decoration: underline;
    font-size: 12px;
    color: #FFF;
}


/* CF7 - kann mann nicht stylen, wenn man nicht in der wp-config.php das interne CSS abschaltet und es hier nochmal neu aufzieht */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

/* ORIGINAL
div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}
*/

div.wpcf7-response-output {
	margin: 5em 0.5em 1em;
    border: none;
    color: #FFF;
    padding: 5px 70px;
    font-weight: bold;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background: none repeat scroll 0% 0% #46BDED;
}

div.wpcf7-mail-sent-ng {
	border: none;
	background: none repeat scroll 0% 0% #46BDED;
}

div.wpcf7-spam-blocked {
	border: none;
	background: none repeat scroll 0% 0% #FF0000;
}

div.wpcf7-validation-errors {
	border: none;
	background: none repeat scroll 0% 0% #FF0000;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: none;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
/* CF7 - ENDE */

/* TRIKOT-SEITE*/
 .maxbreite {
     width: 100%;
     height: 1.8em;
 }
 
  .maxhoehe {
     height: 1.8em;
 }
 
 .senden {
     width: 100%;
     height: 2.5em;
 }            