@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,300italic,300,100italic,100);


/** RESET **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { vertical-align:3px; font-size:.75em; }
.ContentRow:before, .ContentRow:after, .clearfix:before, .clearfix:after { content:""; display:table; }
.ContentRow:after, .clearfix:after { clear:both; }
.ContentRow, .clearfix { zoom:1; }

*, *:before, *:after {
	box-sizing:inherit;
}

::-moz-selection {
	color:#FFFFFF;
	background-color:#9f1518;
}

::selection {
	color:#FFFFFF;
	background-color:#9f1518;
}



html {
	min-height:100%;
	font-family:'Roboto', Arial, Geneva, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#181818;
	text-rendering:optimizeLegibility;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family:'Roboto', Arial, Geneva, sans-serif;
	width:100%;
	top:0;
	min-height:100%;
	margin:0 auto;
	padding:0px;
	background: #ffffff;
}

a, a:link, a:active, a:visited {
	color: #9f1518;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

a:hover {
	
}

/*
a, a:before, a:after, a[rel^='lightbox'] img,
.Button, .Button::after {
	-webkit-transition:all .1s ease 0s;
	transition:all .1s ease 0s;
}

a[target="_blank"]:not(.NoIcon):after {
	content:"\f08e";
	margin:0 0 0 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	color:#aaaaaa;
}
*/

/*a.NoIcon[target="_blank"]:after {
	display:none;
}*/

button.Button,
a.Button {
	padding-right:10px;
	color:#A0C666;
	background-color:transparent;
	border:0 none;
	outline:none;
	position:relative;
}

.Button::after {
	content:'';
	border-top:6px solid transparent;
	border-left:6px solid #A0C666;
	border-bottom:6px solid transparent;
	position:absolute;
	top:2px;
	right:0;
}


.ContentWrapper {
	margin-top:30px;
}

.ContentColums {
	padding:0px;
}


.Transition {
	-webkit-transition:all .3s ease 0s;
	transition:all .3s ease 0s;
}

.Uppercase { text-transform:uppercase; }
.Colored { color:#a0c666; }
.Smaller { font-size:11px; }
.Normal { font-size:14px; }

h1 {
	font-size:25px;
	line-height:40px;
	color: #9f1518;
	font-weight:500;


}


#ContentContainerInner h2 {
	
	font-size:16px;
	line-height:20px;
}


h2 {
	font-size:18px;
	line-height:20px;
	font-weight:300;
	font-weight: bold;

}


h3 {
	font-size:15px;
	line-height:20px;
	color: #9f1518;
	font-weight:500;


}
/* site structure */

#HeaderWrapperOuter {
	width:100%;
	height:170px;
	background:#f2f2f2;
	
}

#HeaderWrapperInner {
	position: relative;
	max-width:100%;
	width:1050px;
	margin:0 auto;

}
#SiteWrapper {
	margin:0 auto;
	width:1050px;
	max-width:100%;
}

#LogoArea {
	padding-top:40px;
}

#SloganArea {
	position: absolute;
	left:300px;
	top:80px;
	font-size:14px;
	font-weight: bold;
	
}

.SloganItem {
	float:left;
	padding-right:40px;
}


.Clear {
	clear:both;
}

#GoogleMapsWrapper {
	margin-top:20px;	
	
}

#MarkertContactForm {
	
	margin-top:20px;
}


#PhoneBadge, #PhoneBadgeFooter {
	position: absolute;
	width: 200px;
	padding:10px;
	background: #9f1518;
	color: #ffffff;
	font-size:25px;
	font-weight:bold;
	line-height:30px;
	right:0;
	top:-30px;
	
}


#PhoneBadge a {
	color: #ffffff;
}


#PhoneBadgeFooter {
	position: relative;
	margin-top:50px;
	background:#DB1B22;
	
}


#PhoneBadge .small, #PhoneBadgeFooter .small {
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	margin-bottom:5px;
	text-align: center;
}

#PhoneBadgeFooter .small {
	text-align:left;
}

ul { list-style-type: disc; margin-top: 10px;  }
li { list-style-type: disc; list-style-position:inside; } 

ul > li
{
    color: #9f1518;
}

ul > li > span
{
    color: black;
}


#FooterOuter li { list-style-type: none; list-style-position:none; } 



#TopLineOuter {
	width:100%;
	height:30px;
	background:#cccccc;
}

#TopLineInner {
	width:1050px;
	max-width:100%;
	margin:0 auto;
	font-size:13px;
	line-height: 30px;

}

#TopLineInner a {
	color: #49659F;

}

#TopLineInner a:hover {
	text-decoration: underline;
}

.fa.fa-facebook-square {
	font-size:15px;
	color: #49659F;
}

#NavLine {
	width:100%;
	background:#ffffff;
	padding:15px 10px;
	text-align: center;
	

}

#NavLine a {
	line-height:30px;
	color: #181818;
	text-transform: uppercase;
	font-size:15px;
	padding-bottom:3px;
	

}

#NavLine a:hover  {
	color: #9f1518;
	/* border-bottom:3px solid #9f1518; */
}

.activeLink {
	color: #9f1518!important;
	border-bottom:3px solid #9f1518;
}

#NavLine li {
	display: inline;
	padding-right:50px;
	position: relative;
}

.Level2 {
	
}

.Level2 {
	background:#ffffff;
	width:200px;
	height:100px;
	display: block;
	display: none;

}

#ContentContainer {
	width:100%;
	padding-top:150px;
	
}

#ContentContainerInner {
	background:#ffffff;
	margin:0 auto;
	width:90%;
	min-height:600px;
	padding:20px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	
}

.fa-check {
	color: #1C9970;
}

.FooterHeadline {
	margin-bottom:15px;
	text-transform: uppercase;
	font-weight:bold;
}

#FooterOuter {
	width:100%;
	background:#9f1518;

	color:#ffffff;
}

#FooterInner {
	margin:0 auto;
	width:900px;
	max-width:100%;
	padding-top:20px;
	margin: 0 auto;
	
}

#FooterInner a {
	
	color: #ffffff;
}

#FooterInner a:hover {
	
	text-decoration: underline;
}

#FooterLogoArea {
	
}

.panel-heading {
	background:#F2F2F2;
}

#ButtonContact, #ButtonContactMobile {
	width:100%;
	max-width:100%;
	margin-bottom:20px;
	padding:15px;
	font-size:16px;
}


#ButtonContactMobile {
	display: none;
}

.Width100 {
	width:100%;
	max-width:100%;
}

#UntHM {
	margin-top:20px;
}


.darkred {
	color: #9f1518;
}

.ButtonDarkRed {
	background:#9f1518;
	width:100%;
	color: #ffffff;
	margin-top:20px;
}

.ButtonDarkRed:hover, .ButtonDarkRed:active, .ButtonDarkRed:focus {
	color: #ffffff;
	background:#DB1B22;
}

.ServiceIntroContent {
/* 	margin-top:15px; */
}

.ServiceMainContent {
	margin-top:15px;
}

.ImageWrapper {
	width:100%;
	margin-bottom:20px;

}

.ImageItem {
	float:left;
	margin-right:15px;
	margin-top:15px;
}

.ServiceDescription {
	padding-top:15px;
}

.col-md-6.services {
	padding-left:0px;
}

.ColorGreen {
	color: #449D44!important;

}




/* the menu */

#cssmenu {
	margin:0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
/*   width: 900px; */
width:700px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  background: #ffffff;
  margin:0 auto;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #9f1518;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
  width:175px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  font-weight:bold;
  text-transform: uppercase;
  color: #333333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #9f1518;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #9f1518;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 20px 20px;
  width: 200px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  text-align: left;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.1s ease;
  -moz-transition: border-color 0.1s ease;
  -ms-transition: border-color 0.1s ease;
  -o-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #333333;
    background: none;
    text-align: center;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #333333;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #333333;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #333333;
    border-bottom: 2px solid #333333;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #333333;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #333333;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


/* MEDIA QUERIES */
@media screen and (max-width: 1014px) {

	#SloganArea {
    	top: 60px;
    }
    
    .SloganItem {
	    width:100%;
	    padding-right:0px;
    }
	

}


@media screen and (max-width: 992px) {

	.col-md-4 {
    	width:100%;
    }
    
    #FooterInner {
	    padding:30px;
    }
    
    #FooterLogoArea, #HeadlineLeistungen {
	    padding-top:20px;
    }
    
    #ButtonContactMobile {
	    display: block;
    }

    #ButtonContact {
	    display: none;
    }
}




@media screen and (max-width: 540px) {

	#SloganArea {
    	top:60px;
    	left:250px;
    }
    
    #ContentContainer {
	    padding-top:10px;
    }
   
}



@media screen and (max-width: 670px) {

	.ContactColumn {
		width:100%;
	}   
	
	#ContactForm, #ContactArea {
		margin-top:20px;
	}
	
	#GoogleMapsWrapper {
		display: none;
	}
}





@media screen and (max-width: 485px) {

	#SloganArea {
    	display: none;
    }
    
    #LogoItem {
	    display:block;
	    margin:0 auto;
	    margin-top:20px;
    }
    
    #TopLineItemFacebook {
	    display: none;
    }
   
}


