/* Write your custom css code here */


/* WEBFONTS ######################################
################################################## */

@font-face {
    font-family:'Klavika Light';
    src: url('fonts/Klavika-Light.eot');
	src: url('fonts/Klavika-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Klavika-Light.woff2') format('woff2'),
		url('fonts/Klavika-Light.woff') format('woff'),
		url('fonts/Klavika-Light.svg#Klavika-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Klavika Regular';
    src: url('fonts/Klavika-Regular.eot');
	src: url('fonts/Klavika-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Klavika-Regular.woff2') format('woff2'),
		url('fonts/Klavika-Regular.woff') format('woff'),
		url('fonts/Klavika-Regular.svg#Klavika-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'Klavika Bold';
    src: url('fonts/Klavika-Bold.eot');
	src: url('fonts/Klavika-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Klavika-Bold.woff2') format('woff2'),
		url('fonts/Klavika-Bold.woff') format('woff'),
		url('fonts/Klavika-Bold.svg#Klavika-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}


/* CLASS SECTION #################################
################################################### */

body, html {
	font-family:'Klavika Light';
	font-size: 18px!important;
}

strong {
	font-family:'Klavika Bold';
}

.cc-message,
.cc-message a {
	font-family:'Klavika Light';
} 

.large_format {
	font-style: normal;
	text-transform: uppercase;
	font-size: 120px!important;
	font-family:'Klavika Light';
	letterspacing: 2px;
	}
	
.large_format strong {
	font-family:'Klavika Bold';
}

.small_format {
	/*font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;*/
}


h3.interessiert {
	font-family:'Klavika Bold';
	font-size: 30px;
}

h2 span {
	font-size: 16px;
}

section#34 a {
	 -moz-transition: background .6s ease-in;
 	 -webkit-transition: background .6s ease-in;
  	 -o-transition: background .6s ease-in;
 	 transition: background .6s ease-in;
    
	background-color: #333;
	color: #fff;
}

.grid__column a:hover {
	 -moz-transition: background .2s ease-in;
  	 -webkit-transition: background .2s ease-in;
 	 -o-transition: background .2s ease-in;
  	 transition: background .2s ease-in;
}

.portfolio img{
	/*opacity: .5;*/
	
	-moz-transition: all .6s ease-in;
 	 -webkit-transition: all .6s ease-in;
  	 -o-transition: all .6s ease-in;
 	 transition: all .6s ease-in;
  	 
  	 filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.portfolio img:hover {
	filter: none;
	
	-moz-transition: all .2s ease-in;
  	 -webkit-transition: all .2s ease-in;
 	 -o-transition: all .2s ease-in;
  	 transition: all .2s ease-in;
}


/* PROJEKTFILTERNAVI ############################## */

/*#_62k0rWD_ > div {
	text-align: center;
}*/

.filter ul > li {
	display: inline-flex;
}

/*.filter ul > li::after {
	content: "|";
	margin: 0 10px;
	color: rgba(255, 255, 255, .5);
}*/

.filter ul li a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	transition: all 0.5s ease;
	padding: 15px;
}

.filter ul li.current.active a {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	color: #333;
	background: #fff;
	font-family:'Klavika Bold';
}

.filter ul li.current.active a:hover {
	text-decoration: none;
	color: #333;
	background: #fff;
}

.filter ul li a:hover,
.filter ul li a:focus {
	background: transparent;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	transition: all 0.2s ease;
	color: #333;
	background: #fff;
}

#_62k0rWD_ > div > ul > li.item-186::after {
	margin: 0;
	content:"";
}

.filter .grid__column {
	padding: 0!important;
}


/* KUNDENÜBERSICHT LISTEN #########################
###################################################
################################################### */

.kundenuebersicht > ul {
	padding-left: 0;
}

.kundenuebersicht > ul > li {
	border-bottom: 1px dotted #717171;
	list-style: none!important;
	color: #fff!important;
	padding: 5px 10px;
	font-size: 16px;
}

.leistungsuebersicht > ul {
	padding-left: 0;
}

.leistungsuebersicht > h3.first {
	margin-top: 0;
}

.leistungsuebersicht > h3 {
	margin-top: 40px;
	font-family:'Klavika Bold';
}

.leistungsuebersicht > ul > li {
	border-bottom: 1px dotted #ddd;
	list-style: none!important;
	color: #333!important;
	padding: 5px 10px;
	font-size: 16px;
}

/* HEADER SECTION #################################
################################################### */







#sunfw_section_slidersection {
	/*position: absolute;
	top: 0;*/
}

/* NAVIGATION +++++++++++++++++++++++++++++++++++++ */


#sunfw_section_header {
	width: 100%;
	/*height: 75px !important;*/
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	/*background: rgba(255,255,255, .0);	*/
	background-color: rgba(0, 0, 0, .5)!important;
	z-index: 999;    
    -webkit-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: height 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.sunfw-sticky {
	position: fixed !important;top: 0;left: 0;
	/*background-color: rgba(0, 0, 0, .5)!important;*/
}

.sunfw-sticky.sunfw-sticky-open {
background-color: rgba(0, 0, 0, .5)!important;


}

.sunfw-section.sunfw-sticky.sunfw-sticky-open {
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

/* THE GRUEMENU #################################
################################################# */

#gruemenu.grue_89 {
    /*padding-top: 25.5px;
    padding-bottom: 13.5px;*/
    background: transparent!important;
    padding-top: 40px;
}

#gruemenu > ul {
	box-shadow: none!important;
	float: right;
	
}

#gruemenu > ul a {
	border: 0!important;
	font-size: 14px;
	color: rgba(255, 255, 255, .5)!important;
}

#gruemenu.grue_89 > ul > li:hover > a, 
#gruemenu.grue_89 > ul > li > a:hover, 
#gruemenu.grue_89 > ul > li.active > a {
	color: #fff!important;
	background-color: transparent!important;
}

#gruemenu.grue_89 > ul > li.active > a::before { content: " [ "}
#gruemenu.grue_89 > ul > li.active > a::after { content: " ] "}

/* HEADER SLIDER ###################################
#################################################### */

/* CONTENTAREA #####################################
#################################################### */




/* FOOTER SECTION ##################################
#################################################### */

#sunfw_section_footersection {
	background-color: #333;
	color: #9d9d9d;
}

.footer1 {
	text-align: center;
	margin: 20px 0 40px 0;
	text-transform: uppercase;
	font-size: 12px;
}

.sunfw-scrollup {
	text-transform: uppercase;
	font-size: 12px;
}

/* FOOTERNAVIGATION ++++++++++++++++++++++++++++++++ */


#column_spalte-4 > div > div > div > div > ul {
	display: table!important;
	margin: auto!important;
}

#column_spalte-4 > div > div > div > div > ul > li {
	position: unset;
	display: -webkit-inline-box;
}

#column_spalte-4 a {
	color: #9d9d9d;
	padding-left:10px;
	padding-right:10px;
	font-size: 12px;
	text-transform: uppercase;
}

.nav > li > a {
	padding:0;
}

#column_spalte-4 a:hover,
#column_spalte-4 a:focus {
	color: #808080;
	background: transparent;
}

#column_spalte-4 > div > div > div > div > ul > li:before {
	content:' | ';
	font-size: 12px;
	vertical-align: super;
	}
	
#column_spalte-4 > div > div > div > div > ul > li:first-child:before { content:''; }


/* CCC2CLICK ##########################################
####################################################### */

.tccontentbefore {
	background: #fff;
	color: #000;
	margin: auto;
	padding: 15px;
}

.tccontentafter {
	text-align: center;
}

/* KONTAKT #########################################
#################################################### */

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls input {
	padding: 10px;
	/*width: 100%;*/
}

#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .controls textarea {
	width: 100%;
	padding: 10px;
}


/* GLOBAL ##########################################
#################################################### */

/* GLOBAL ##########################################
#################################################### */

/* GLOBAL ##########################################
#################################################### */








