/* assistant-regular - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/assistant-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/assistant-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/assistant-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/assistant-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/assistant-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/assistant-v18-latin-regular.svg#Assistant') format('svg'); /* Legacy iOS */
}




body * {
	font-family: 'Assistant', sans-serif;
	font-size: 14px;
	/*color: #000;*/
	line-height: 22px;
}

.spruch {
	background-size:cover;
}

.weiss {
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	padding-top:10px;
	padding-bottom:10px;
}

.black {
	background-color:#000;
}

.inhalt * {
	font-size: 18px;
	color: #000;
	line-height: 150%;
	font-weight: 300;
}

.kontakt .moduletable {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.kontakt {
	background-color:#282851;
	padding-top: 80px;
	padding-bottom: 40px;
}

.kontakt .custom {
	display: inline-block;
}

.kontakt * {
	color:white;
	font-size:25px;
}

.kontakt p:first-child, .kontakt p:last-child {
	border: 2px solid white;
	width:auto;
	padding:10px 20px;
}

.kontakt h3 {
	font-size: 30px;
	color: white;
	text-align: center;
	width: auto;
	line-height: 150%;
	margin-bottom: 30px;
}

.off-canvas-content {
	background: #ffffff;
}

.title-bar {
	cursor:pointer;
	background:#212121;
	border-bottom:2px solid white;
	z-index:10;
	position:relative;
}

.background {
	background-size:cover;
}

.leistungen {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

a.left-off-canvas-toggle.menu-icon {
	width: 800px;
	padding-top:8px;
	padding-left:10px;
}

.divider:last-child {
	visibility:hidden;
}

hr {
	border: none;
	border-bottom: 1px #ccc solid;
	margin-bottom: 30px;
	margin-top:40px;
}

/* Headerbild */

.headerbild, .footer {
	background-size:cover;
}

.headerbild {
	width: 100%;
}

.navibild > .moduletable {
	border-top: 10px #00A282 solid;
	border-bottom: 2px #00A282 solid;
	padding-top: 4px;
	background-color: #FDEF82;
}

/* Logo */

.logo, .header {
	margin-top:0px;
}

.logo p, .header p {
	padding-bottom:0;
	margin-bottom:0;
}

.logo, .navi {
	margin-top: 25px;
	margin-bottom: 25px;
	/* display: inline; */
	position: relative;
}

.navi .moduletable_menu {
	display: inline-block;
	width: 100%;
}

.logo * {
	font-size:14px;
}

.logo img {
	/* height:auto; */
	/* max-height: 100px; */
}

.logo_unten {
	line-height:21px;
}

.header * {
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

.header strong {
	font-size: 14px;
	color: #026EB7;
	line-height: 19px;
}

.headertext {
	margin-top:26px;
}

.footertext .columns {
	margin-bottom:30px;
}

/* Navi */

.off-canvas img {
	display:none !important;
}

.left-off-canvas-menu li a:not(.button) {
	color: white;
}

.off-canvas-wrapper .off-canvas li a {
	padding-left:20px;
	margin-top:7px;
	margin-bottom:7px;
}

.off-canvas li.active > a:first-child:not(.button), .off-canvas li a:not(.button):hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.off-canvas ul {
	list-style-type:none;
	margin-left:0;
}

.off-canvas li {
	border-bottom:1px solid #555555;
}

.off-canvas li.divider {
	border-top:0;
	border-bottom:none;
	margin:0;
}

.footer .menu > li {
	float: left;
	clear: both;
}

.footer .menu > li a {
	text-decoration:none;
	padding-left:0;
}

.footerlogo {
	margin-bottom:60px;
}

/* Mobile Navi */

.title-bar-title {
	color:white;
}

.off-canvas-wrapper {
	background:#333333;
}

.off-canvas {
	background-color:#333333;
}

.off-canvas h3{
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	margin-top: 40px;
	padding-top:0px;
	display:inline-block;
}

.off-canvas li {
	float:left;
	width:100%;
}

.off-canvas .deeper li:first-child {
	border-top: 1px solid #555555;
}

.off-canvas a, .off-canvas span {
	color:#ffffff !important;
}

.menu > li > a {
	padding: 12px 0px 12px 12px;
}

.off-canvas > div > .menu > li > a {
	padding:7px 15px;
}

.off-canvas .deeper {
	background:#444;
}

.off-canvas li a:not(.button):hover, .off-canvas li.active > a:first-child:not(.button) {
	text-decoration:none;
}

.container {
	border-top: 6px solid #F5A623;
	margin-top: 6px;
	padding-top:80px;
}

/* Inhalt */

.seitenspalte h1 {
	text-transform:none;
	text-align:center;
	font-size:24px;
	color: #1B387C;
}

.seitenspalte p {
	font-size: 20px;
	font-weight: 800;
	color: #000;
	text-align:right;
}

.seitenspalte ul {
	list-style-type: none;
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	padding-bottom: 20px;
}

.seitenspalte li {
	width:100%;
	float: left;
	border-top: 1px solid #cccccc;
	margin-top:20px;
	padding-top:20px;
	text-align:center;
	color:#999999;
	font-size:18px;
}

.seitenspalte li strong {
	font-weight:normal;
	font-size:20px;
	color:#0E487F;
}

.inhalt {
	margin-bottom:60px;
}

.kunden img {
	margin-bottom:30px;
}

.inhalt .page-header h1, .inhalt .page-header h2 {
	font-size:25px;
	color:#2B1E95;
	margin-bottom:0;
}

.inhalt .page-header , .leistungen h3 {
	color:#282851;
	font-size:40px;
	
}

.inhalt .page-header h2, h2,.page-header h1{
	color: #DF7925!important;
	font-size: 30px!important;
	font-weight: 800!important;
	margin-bottom: 30px!important;
	margin-top:60px!important;
}


.inhalt img {
	border: 1px solid #979797;
	padding:1px;
}



.seitenspalte h3 {
	background-color: #636759;
	color: white;
	border-right: 30px solid red;
	background-image:url(../images/weiss.png);
	background-repeat:repeat-y;
	background-size:2px 2px;
	background-position:right center;
	padding-left:10px;
	margin-bottom:25px;
}

.leistungen_links {
	background-size: contain;
}

.leistungen_rechts {
	/* padding-top:80px; */
	/* padding-bottom:80px; */
}

.seitenspalte ul, .footer ul {
	list-style-image: url(../images/rot.png);
}

.leistungen h2{
  font-size:25px;!important;
}


/* Linie */

.linie {
	max-width:100vw;
	width:100vw;
	border: none;
	border-top: 1px solid #3CAF56;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/* Seitenspalte */

figcaption {
	z-index: 100;
	color: white;
	font-size: 14px !important;
	line-height: 40px;
	text-transform: uppercase;
	width: 100%;
	padding: 20px;
	position: relative;
	left: 0px;
}

/* Grün */

.gruen {
	height:117px;
	background-color: #97D467;
	margin-top:15px;
}

/* Leistungen */

.blau *, .blauinhalt * {
	color:white;
}


.blauinhalt h3 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:50px;
}



.blauinhalt ul { 
	list-style-type:none;
	margin-left:0;
	margin-bottom:50px;
}

.blauinhalt ul li {
	background:url(../images/zahnrad.png) no-repeat;
	background-size:18px;
	background-position:center left;
	height:24px;
	padding-left:28px;
	margin-bottom:10px;
}

.blauinhalt {
	margin-bottom:50px;
}

.leistungen {
	padding-bottom:50px;
}

.leistungen * {
	font-size: 16px;
	line-height: 150%;
}

.leistungen p:not(:first-child) {
	width:90%;
}

.leistungen h2 {
	font-size:25px;
	font-weight:800;
	border-bottom:3px solid #DF7925;
	padding-bottom:10px;
}

.leistungen a {
	font-weight:800;
}

.leistungen a:hover {
	color:white;
}

.spruch .columns {
	background: rgba(0, 0, 0, 0.85);
	margin-top: 70px;
	padding-top: 30px;
	margin-bottom: 70px;
	padding-bottom: 15px;
}

.spruch h3 {
	color: #DF7925;
	font-size: 30px;
	font-weight: 800;
	margin-bottom:25px;
	line-height:150%;
}

.spruch p {
	color:white;
	font-size:18px;
	font-weight:600;
	line-height:150%;
}

/* Footer */

.footer h3 {
	line-height:150%;
}

.footer {
	padding-bottom:50px;
}

.footer strong {
	color:#D0021B;
	font-weight:normal;
}

.footer .moduletable {
	width:100%;
	float:left;
	margin-bottom:60px;
}

/* Made */

.dunkelgrau {
	background-color:#444;
}

.made {
	text-align:left;
	padding-top: 40px;
	padding-bottom: 80px;
}

.made *, .made {
	font-size: 16px;
	color: #999999;
	text-align: center;
}

.made a:hover {
	color:white;
}

.made img {
}

figure {
	margin: 0 0;
}

.viereck {
	width:100%;
	height: 20px;
	background-image:url(../images/viereck.png);
	background-size: 30px 20px;
	background-repeat:repeat-x;
	background-position: 5px center;
	margin-bottom:10px;
}

.seitenspalte .moduletable {
	
}

.seitenspalte h3 {
	
}

.seitenspalte a {
	font-size:14px;
	text-transform:uppercase;
	color:#0C47C7;
}

.leistungen img {
	
}

.grau .medium-2 {
	text-align:center;
	margin-bottom:30px;
}

.footer * {
	color:#fff;
	font-size:16px;
	line-height:150%;
	font-weight:600;
}

.footer h3 {
	color: #DF7925;
	font-size: 20px;
	font-weight:800;
	text-transform:uppercase;
}

.footer h2 {
	color: #fff!important;
	font-size: 20px!important;
	margin-bottom: 5px!important;
  	font-weight:800!important;
}

.footer {
	background:#000;
	padding-top:40px;
}

.made.columns:last-child:not(:first-child) {
	float:none;
}

.footer a:hover {
	color:white;
	text-decoration:underline;
}

.made * {
	color:#666;
	font-size:14px;
	font-weight:800;
}

.leistungen .moduletable {
	margin-bottom:30px;
}

.leistungen h2 {
    font-size: 25px!important;
    font-weight: 800;
    border-bottom: 3px solid #DF7925;
    padding-bottom: 10px;
}

a.copyright-link {
    display: none;
}
@media only screen and (min-width: 40.0625em) {

.footer .moduletable:nth-child(1) {
	width:30%;
	margin-left:0%;
	margin-right:5%;
}

.footer .moduletable:nth-child(2) {
	width:30%;
	margin-left:5%;
	margin-right:5%;
}

.footer .moduletable:nth-child(3) {
	width:20%;
	margin-left:5%;
}

.leistungen .moduletable {
	width: 100%;
	float: left;
	margin-left:1%;
	margin-right:1%;
}

.leistungen .moduletable:nth-child(2n) {
	margin-right:0;
}

.leistungen .moduletable:nth-child(2n+1) {
	margin-left:0;
}

.footer .menu > li a:hover {
	text-decoration:underline;
}

.black {
	height:68px;
}

.kontakt p:first-child, .kontakt p:last-child {
	float:left;
	margin-left:20px;
	margin-right:20px;
}

.kontakt h3 {
	width: 600px;
}

.leistungen p {
	
}

.menu > li {
	vertical-align:top;
}

.logonavi {
	min-height: 107px;
}

.grau .medium-2 {
	text-align:left;
	margin-bottom:0px;
}

.grau .medium-2 img {
    max-width: 120px;
}

.leistungen {
	margin-top:80px;
}

.leistungen_rechts {
    padding-top: 80px;
    padding-bottom: 80px;
}

.header * {
	font-size: 16px;
	color: #000;
	line-height: 19px;
}

.logo, .navi {
	margin-top: 15px;
	margin-bottom: 0px;
}

.page-header {
	
}

.item-page > div:last-child {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
}

.seitenspalte li {
	width: 50%;
}

.footer .moduletable {
	margin-bottom:0;
}

figure {
	margin-bottom: -75px !important;
	border-left:15px solid white;
	border-right:15px solid white;
}

.logo img {
	max-height: 40px;
}

.menu > li > a {
	padding: 4px 0px;
}

.headertext {
	margin-bottom:26px;
}


.inhalt, .seitenspalte {
	margin-bottom:0px;
}

.seitenspalte {
	margin-top: 75px;
}

ul.nav.menu.off-canvas {
	display: inline-block;
	margin-bottom: -24px;
}

.divider {
	margin-top:10px;
}

/* Navi */

.navi * {
	font-weight:normal;
	font-size: 13px;
	color:#666;
}

.navi ul {
	text-align:justify !important;
	height: 24px;
}

.navi li {
	display:inline-block;
	/* margin-top:20px; */
	margin-right:60px;
}

.navi li a {
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: white;
	font-weight: 800;
	border-bottom: 5px none #DF7925;
}

.navi li a img {
	display:table-cell;
	margin-left:auto;
	margin-right:auto;
}

.navi li a span {
	font-size:13px;
	color:white;
}

.navi li.active > a:first-child:not(.button), .navi li a:not(.button):hover {
	color: #DF7925;
	border-bottom: 5px solid #DF7925;
}

.navi .deeper ul {
	margin-left:0;
	visibility:hidden;
	display: block;
	position: absolute;
	padding-top:20px;
}

.navi .deeper:hover ul {
	visibility:inherit;
}

.navi .deeper li {
	display:block;
	height:41px;
	background:#666 !important;
	z-index:1000;
	position:relative;
	width:200px;
	border-top:1px solid white;
}

.navi .deeper li:last-child {
	border-right:none;
}

.navi .deeper li a {
	display:block;
	width:100%;
	height:100%;
	padding-top:11px;
	padding-left:15px;
	font-size:16px;
	color:white;
}

.navi .deeper .active, .navi .deeper li:hover {
	background: #282851 !important;
}

.navi .deeper .active a, .navi .deeper li:hover a {
	color: white !important;
}

.navibild ul {
	overflow:hidden;
}

.off-canvas li {
	border-bottom:none;
	float: left;
	width:100%;
}

.navibild ul li {
	text-align: center;
	display:inline-block;
	height:40px;
}

.subnavi ul li {
	margin-left:20px;
	float:right;
}

.navibild ul li a {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
	font-weight:bold !important;
	font-size:15px;
	color:#00A282;
}

.navibild ul li:first-child a {
	border-left:none;
}

.navibild ul li:last-child a {
	border-right:none;
}

.navibild ul li.current.active a, .navibild ul li a:hover, .navibild ul li:hover a {
	color: #ffffff !important;
	text-decoration:none;
}

.navibild ul li.current.active, .navibild ul li:hover {
	background-color:#00A282;
}

.off-canvas li a {
	padding-left: 0 !important;
	padding-right: 0;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:right;
	font-size: 16px;
	color: #777;
	line-height: 25px;
	font-weight:bold;
}

.subnavi li a {
	padding-top: 16px;
}

.navi .divider:last-child {
	width: 100%;
  	height:0;
	margin-bottom:0;
}

/* Seitenspalte */


.header {border-top: 2px solid #2B1E95;padding-top: 15px;padding-bottom: 20px;}

.copyright {
	text-align:left;
}

.navi {
	margin-top:10px;
  	height:60px;
}

  .leistungen h2 {
    font-size: 20px!important;
    font-weight: 800;
    border-bottom: 3px solid #DF7925;
    padding-bottom: 10px;
}

}

@media only screen and (min-width: 64.0625em) {

.footer .moduletable:nth-child(1) {
	width:30%;
	margin-left:10%;
	margin-right:5%;
}

.footer .moduletable:nth-child(2) {
	width:20%;
	margin-left:5%;
	margin-right:5%;
}

.seitenspalte p {
	font-size: 25px;
}




.leistungen .moduletable:last-child {
	margin-right:0;
}

.black {
	height:70px;
}

figure {
	margin-bottom: -120px !important;
}
/*
.navi * {
	font-size: 16px;
}
*/


ul.mod-menu.mod-list.nav.top_menu a {
    font-size: 14px !important;


}


figcaption {
	position: relative;
	left: 0px;
	background: rgba(0,102,167,0.80);
/*	top: -120px;*/
}
  
  .leistungen h2 {
    font-size: 25px!important;
    font-weight: 800;
    border-bottom: 3px solid #DF7925;
    padding-bottom: 10px;
}

}
















