


/*===== FONTS =====*/



body {
    font-family: 'Roboto Condensed', sans-serif;

 }

#containerwrapper {
font-size: 16px;
color: #666666;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;

 }

#intro-text h1, #intro-text h1 small, #subpage-intro-text h1 {
	color: #ffffff!important;
		text-shadow: 0px 0px 5px rgba(7, 7, 7, 1);
}









body, #containerwrapper, .panel  {
		
			background-color: transparent;	
				
}

#intro-image, #rd-carousel .item {
height: 75vh;
}

#subpage-intro-image {
height: 33vh;
}



/* color1 */

h1, h2, h3, h4, h5, h6, a, a:visited, a:hover, a:focus, a:active, #to-top a:hover {
	color: #000000;
}

/* color1 as background-color  */

#header.row, .rd-btn, .team-no-link .glyphicon, .team-no-link .glyphicon:hover, .team-link .glyphicon, .portfolio-box.pd-1 .title-content h4 span, .section-testimonials, .section-contact .glyphicon, .section-contact .glyphicon:hover, .section-contact i.fa, .wpcf7 form input.wpcf7-submit, #autor-box, #footerwrapper {
	background: #000000;
}

/* color2 as background-color  */
.rd-btn:hover, .team-link .glyphicon:hover, .section-contact i.fa:hover, .wpcf7 form input.wpcf7-submit:hover, #to-top {
	background: #616161;
}

/* color1b (opacity) as background-color  */

.portfolio-box.pd-1 .item-image:hover .title-content {
	background: rgba(0,0,0,0.75);
}

/* color1b (opacity) as border-color */
.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select {
	border-color: rgba(0,0,0,0.75);
}

#commentform input[type=text]:hover, #commentform input[type=text]:focus, #commentform textarea:hover, #commentform textarea:focus  {
	border-bottom-color: #000000;
}

#sidebar .sidebar-widget-title {
	border-bottom-color: #616161;
}



/*===== Individuelle Farben unabhängig vom Design-Stil=====*/






/* color1 */

h1, h2, h3, h4, h5, h6, a, a:visited, a:hover, a:focus, a:active, #to-top a:hover  {
	color: #003f7d;
}

/* color1 as background-color  */

#header.row, .rd-btn, .team-no-link .glyphicon, .team-no-link .glyphicon:hover, .team-link .glyphicon, .portfolio-box.pd-1 .title-content h4 span, .section-testimonials, .section-contact .glyphicon, .section-contact .glyphicon:hover, .section-contact i.fa, .wpcf7 form input.wpcf7-submit, #autor-box, #footerwrapper {
	background: #003f7d;
}


#commentform input[type=text]:hover, #commentform input[type=text]:focus, #commentform textarea:hover, #commentform textarea:focus, .wpcf7 form input, .wpcf7 form textarea, .wpcf7 form select  {
	border-color: #003f7d;
}





/* color2 as background-color  */

.rd-btn:hover, .team-link .glyphicon:hover, .section-contact i.fa:hover, .wpcf7 form input.wpcf7-submit:hover, #to-top  {
	background: #fcc86b;
}

#sidebar .sidebar-widget-title {
	border-bottom-color: #fcc86b;
}


p a:link, p a:visited {
	color: #003f7d;
}

p a:hover, p a:active {
	color: #0063c3;
}

h1, h2, h3, h4, h5, h6 {
color: #666666!important;
}


.onepage-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-custom5{
padding: 50px 30px;
}