/*
Theme Name: Pitch Child
Theme URI: http://pitch.select-themes.com
Description: A child theme of Pitch Theme
Author: Pitch Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Template: pitchwp
*/
@import url("../pitchwp/style.css");

/*
edited by Brotbeck: 13.12.16
im styleMin.css  ist die line höhe in 24px was bei den Überschriften zB Ihre Ansprechpartner bei gewissen 
medien ein problem gibt. Ich hoffe es hat damit nirgends ein Seitenefekt */
body {
xxline-height: normal;
}
nav.main_menu > ul > li:last-child > a::after {
width : 0;
}
/* link grau und bei hover blau:  */
.link_blauOld {
color : #949494;
}

/* used for Impressum grau/blau */
.linkGrau {
color : #949494;
}
.linkGrau:hover{
color :#11c1ff ;
}

/* language switcher text should be changed in mobile
*********************/
@media screen and (min-width:740px){
  .longmnu {
    display :none;
  }
  .shortmnu {
    display :block;
    padding : 0 10px 0 10px;
  }
}

@media screen and (max-width:959px){
  .longmnu {
    display :block;
  }
  .shortmnu {
    display :none;
  }

}

/* Header - Pitch
*********************/
header .fixed .scrolled .header_bottom{
	background-color: transparent;
}

.header_bottom{
	background-color: transparent;
}

/* HomeSlider
*********************/

.homeSlider_txt{
	font-weight: bold;
	font-size: 98px;
	color: white;
	letter-spacing: 1px;
}

.homeSlider_txt_blue{
	color: cyan;	
}

/* Content Text
*********************/
.cnt_title_1{
	font-size: 72px;
	font-weight: 700;
}
.cnt_title_blue{
	color: #11c1ff;
}


.dienstleistung_schritte .q_circle_arrow{
	display: none;
}

.testimonial_text{
	padding-right: 55px;
}

/* Footer
*********************/
.footer_col{
	width: 80%;
	font-family: montserrat;
}


