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

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

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

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


html, body {
	padding:0;
	margin:0px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#454545;
	font-size:100%;
	}

h1 {font-weight: 500;color:#1d5ea7; font-size:2.5em;margin-top:0;}
h2 {font-weight: 500;color:#1d5ea7;font-size:1.8em;line-height:1.3em;margin-top:30px;margin-bottom:0px;}
h3 {font-weight: 500;color:#1d5ea7;font-size:1.4em;line-height:1.3em;margin-top:20px;margin-bottom:0px;}
h4 {font-weight: 500;color:#1d5ea7;font-size:1.8em;line-height:1.3em;margin-top:30px;margin-bottom:0px;}


.clear {clear:both;height:0px;padding:0px;margin:0;visibility: hidden;}

i {width: 25px;text-align: center;}

a {color:#1d5ea7;text-decoration:none;}
a:hover {color:#1d5ea7;text-decoration:underline;}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Kopf */
#head {width:100%;border-bottom:4px solid #1d5ea7;}
.inner-header {max-width:1200px;margin:0 auto;display:flex;justify-content : space-between;}
.custom_logo {margin:20px 0;}
.custom_logo img{max-width:380px;height:auto;margin-left: 20px;}
.custom_kontakt {font-family: 'Rajdhani', sans-serif;font-weight: 600;color:#1d5ea7;font-size:1.4em;letter-spacing: 0.5;display: flex;justify-content: center;flex-direction: column;}
.custom_kontakt p{margin:3px 0;}
.custom_kontakt a:hover{color:#1d5ea7;}

@media only screen and (max-width: 800px) {
	.inner-header {padding:0 0 0 20px;}
}

@media only screen and (max-width: 660px) {
	.custom_kontakt {display:none}
}

@media only screen and (max-width: 359px) {
	.custom_logo img{margin:20px 0;}
}

/* Sticky Header 

.sticky {
	position: fixed;
	top: 0;
	  width: 100%;
	z-index:5000;
	background-color: rgba(255,255,255,0.95)
}

.sticky + #wrapper {padding-top: 192px;}
.leistungen_anchor {position:absolute;top:-191px;}

@media only screen and (max-width: 1040px) {
	.sticky + #wrapper {padding-top: 166px;}
}

@media only screen and (max-width: 750px) {
	.sticky + #wrapper {padding-top: 126px;}
}*/

/* Menü */

#menu1 {}
.inner-header ul {padding:0;margin:0;list-style:none;height:100%;}
.inner-header ul li{float:left;height:100%;position:relative;}
.inner-header ul li a{display:block;padding:0 20px;color:#454545;text-decoration:none;font-size:1.3em;line-height:8.7em;font-family: 'Rajdhani', sans-serif;font-weight: 500;text-transform:uppercase;letter-spacing: 0.5;height:100%;}
.inner-header ul li a:hover{background:#1d5ea7;color:white;}
.inner-header ul li.active a{background:#1d5ea7;color:white;}

/* Menü ebene 2 */
.inner-header ul ul {display:none;position:absolute;z-index:1000;padding:20px 0;background: rgba(26,57,104,0.8);height:auto;border-top:4px solid #1d5ea7;}
.inner-header ul li:hover ul {display:block;}
.inner-header ul ul li {height:auto;width:100%;}
.inner-header ul ul li a{display:block;padding:0 20px;color:white;text-decoration:none;font-size:1.15em;line-height:2em;background:none;font-family: 'Rajdhani', sans-serif;font-weight: 600;text-transform:uppercase;letter-spacing: 0.5;height:auto;white-space: nowrap;}
.inner-header ul li.active ul a {background:none;color:white;}
.inner-header ul ul li a:hover{background:#1d5ea7;color:white;}


@media only screen and (max-width: 1040px) {
	/*#head {width:100%;height:110px;}*/
	.custom_logo img {max-width:220px;height:auto;margin-left:20px;}
	/*.inner-header ul li a{line-height:6.5em;}*/
}

@media only screen and (max-width: 750px) {
	/*#head {width:100%;height:100px;}*/
	.custom_logo img {max-width:220px;height:auto;}
	/*.inner-header ul li a{display:block;padding:0 15px;color:white;text-decoration:none;font-size:1.0em;line-height:6em;}*/
}

@media only screen and (max-width: 359px) {
	.custom_logo img {max-width:180px;height:auto;}
	.custom_logo {margin: 0;}
}

.nav-toggle {display:none;padding:0px;}
a.nav-toggle {color:white;text-decoration:none;font-size:1.2em;}
a.nav-toggle img{margin-right:5px;cursor: pointer;}

#menu1:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Menü mobil */

@media only screen and (max-width: 1040px) {
	#menu1 {float:right;margin-top:50px;}
	.inner-menu1 {width:100%;padding:0;}
	.nav-toggle {display: flex;align-items: center;}
	.inner-menu1 ul ul{display:none!important;position:absolute;top:166px;right:0;left:auto;}
	.inner-menu1 ul {list-style:none;padding:0;margin:0;height:0;overflow:hidden;position:absolute;z-index:1000;background: rgba(26,57,104,0.88);width:200px;top:148px;right:0;}
	.inner-menu1 ul li{float:none;border-bottom:1px solid white;}
	.inner-menu1 ul li a:hover{background:#194570;color:white;}
	#nav-open:target .nav-closed {display: flex;align-items: center;}
	.nav-closed, #navi-closed:target .nav-closed, #nav-open:target .nav-open {display:none;}
	#nav-open:target ul {height:auto;}
	.inner-header ul li a{line-height:3em;color:white;}
}

@media only screen and (max-width: 359px) {
	.inner-menu1 ul {top:135px;}
}

/* Banner */

.custom_banner {overflow:hidden;text-align:center;height:401px;position: relative;margin-bottom:30px;background:#1d5ea7;}
.custom_banner p{margin:0;}
.custom_banner img{height:401px;width:1600px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}

@media only screen and (max-width: 1000px) {
	.custom_banner {height:500px;}
	.custom_banner img{height:500px;width:auto;}
}

@media only screen and (max-width: 800px) {
	.custom_banner {height:400px;}
	.custom_banner img{height:400px;width:auto;}
}

@media only screen and (max-width: 660px) {
	.custom_banner {height:300px;}
	.custom_banner img{height:300px;width:auto;}
}

@media only screen and (max-width: 500px) {
	.custom_banner {height:250px;}
	.custom_banner img{height:250px;width:auto;}
}

@media only screen and (max-width: 400px) {
	.custom_banner {height:200px;}
	.custom_banner img{height:200px;width:auto;}
}

/* Content */

#content {width:100%;}
.inner-content {/*max-width:1200px;margin:0 auto;*/}
.inner-content p{font-size:1.1em;line-height:1.5em;margin:20px 0;}
.inner-content .item-page, .inner-content .bottom-wrapper {max-width:1200px;margin:0 auto;}

.flex_wrap {display:flex;}
.left-big {margin-right:50px;}
.right-small {margin-bottom:20px;}
.right-small ul {margin:0px;padding:0px;list-style:none;}
.right-small ul li{background:#1d5ea7;color:white;text-transform: uppercase;margin-bottom:5px;font-family: 'Rajdhani', sans-serif;font-weight: 600;font-size:1.7em;white-space: nowrap;}
.right-small ul li a {display:block;color:white;text-decoration:none;padding:10px 15px 10px 10px;}
.right-small ul li a:hover {background:#454545;}
.right-small .fa-square-full {font-size: 0.4em; vertical-align: 40%;}

.bottom-wrapper {display:flex;}
.custom_kontaktblau .inner{background:#1d5ea7;padding:30px;color:white;font-family: 'Rajdhani', sans-serif;font-weight: 500;font-size:1.5em;white-space: nowrap;letter-spacing: 0.6;margin-top:60px;margin-right:60px;}
.custom_kontaktblau .inner i{margin-right:10px;}
.custom_kontaktblau .inner p{margin-top:0px;}
.custom_kontaktblau .inner p:last-of-type{margin-bottom:0px;}

@media only screen and (max-width: 1220px) {
	.inner-content .item-page, .inner-content .bottom-wrapper {padding:0 20px;}
}

@media only screen and (max-width: 850px) {
	.flex_wrap {display:block;}
	.left-big {margin-right:0px;}
}

@media only screen and (max-width: 400px) {
	.right-small ul li{font-size:1.4em;}
	.inner-content p{font-size:0.9em;line-height:1.5em;}
	.custom_kontaktblau .inner{padding:15px;font-size:1.2em;}
}

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

/* Partner*/
.partner_wrap {max-width:1200px;margin:0 auto;padding:20px 0;}
.custom_partner {background:#f4f4f4;padding:30px 0;}
.custom_partner h2{font-size:2.2em;margin-top:0;}
.custom_partner .images {display:flex;justify-content:center;align-items:center;flex-wrap: wrap;}
.custom_partner .images img{margin:0 20px;max-width: 150px;}

@media only screen and (max-width: 1220px) {
	.custom_partner {padding:0 20px;}
}

@media only screen and (max-width: 1000px) {
	.custom_partner .images img{margin:0 20px;max-width: 120px;}
}


/* Leistungen */
.wrapper_leistungen {display:flex;position:relative;}
.wrapper_leistungen h2{font-size:2.0em;margin-top:0;}
.wrapper_leistungen_blau {background:#1d5ea7;color:white;}
.wrapper_leistungen_blau h2{color:white;}
.text_leistungen {padding:30px;}
.text_leistungen h5{padding:30px;}
.text_leistungen ul{padding:0 0 0 18px;margin:10px 0 0 0;font-size:1.1em;list-style-type: square;line-height:1.5em;}
.bild_leistungen {height:auto;min-width:300px;background:rgba(90,90,90,1.00);overflow:hidden;}
.bild_leistungen img{height:100%;}
.bild_leistungen_1 {
	background-image:url("../../../images/leistungen/500x500_leistungen_werkschutz.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -110px;
}

.bild_leistungen_2 {
	background-image:url("../../../images/leistungen/500x500_leistungen_baustelle.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -90px;
}

.bild_leistungen_3 {
	background-image:url("../../../images/leistungen/500x500_leistungen_brandwache.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -90px;
}

.bild_leistungen_4 {
	background-image:url("../../../images/leistungen/500x500_leistungen_empfang.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -20px;
}

.bild_leistungen_5 {
	background-image:url("../../../images/leistungen/500x500_leistungen_ordner.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -70px;
}

.bild_leistungen_6 {
	background-image:url("../../../images/leistungen/500x500_leistungen_door.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -20px;
}

.bild_leistungen_7 {
	background-image:url("../../../images/leistungen/500x500_leistungen_transport.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -20px;
}

.bild_leistungen_8 {
	background-image:url("../../../images/leistungen/500x500_leistungen_facility.jpg");
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position: -90px;
}

@media only screen and (max-width: 799px) {
	.bild_leistungen  {display:none;}
}

/* Slider-Leistungen */

.rl_sliders.accordion>.accordion-group .panel-heading {padding: 0;font-size: 1.3em;font-weight: 500;}



/* Formular */

#userForm h2 {font-size:2.2em;letter-spacing: 0.5;text-transform: uppercase;margin-top:0;margin-bottom:20px;}
.bottom-wrapper .rsform {margin-top:60px;}
.rsform .formControlLabel {display:none;}
.rsform .formControls {margin-left:0px!important;}

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	border-radius:0px;
	border:0;
	background:#f4f4f4;
	font-family: 'Rajdhani', sans-serif;
	font-weight: 400;
	font-size:1.4em;
	color:#969696;
	box-shadow:none;
	padding: 12px 2%;
	width: 96%;
}

.rsform .formDescription {display:none;}

.formResponsive .formControls label {font-size:0.8em;}

.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
	font-size:1.6em;
	text-transform:uppercase;
	letter-spacing: 0.5;
	background:#1d5ea7;
	border-radius:0;
	border:0;
	text-shadow:none;
	padding:15px 15px;
}

.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
	background:#1d5ea7;
}

.formResponsive .formHorizontal .rsform-block-senden {margin-bottom:0;}

@media only screen and (max-width: 800px) {
	.bottom-wrapper {display:block;}
	.bottom-wrapper .custom_kontaktblau {width:100%;}
	.bottom-wrapper .custom_kontaktblau .inner{margin-right:0;}
	.bottom-wrapper .rsform {width:100%;}
}

/* GMAP-Banner*/

.custom_gmap p {margin:0;}
.custom_gmap iframe{width:100%;}

/* Footer */

#footer {width:100%;background:#707070;margin-top:40px;}
.inner-footer {margin:0 auto;max-width:1200px;}
.inner-footer ul{float:left;padding:0;list-style:none;margin:15px 20px;}
.inner-footer ul li{margin-bottom:10px;}
.inner-footer ul li a{display:block;color:white;text-decoration:none;font-family: 'Rajdhani', sans-serif;font-weight: 600;text-transform: uppercase;font-size:1.1em;letter-spacing: 0.5;}
.inner-footer ul li a:hover{}


.custom_verband {float:right;display:flex;max-width:300px;color:white;}
.custom_verband img {margin-right:10px;}
.custom_verband p {margin:15px 0;}

@media only screen and (max-width: 500px) {
	.inner-footer ul{float:none;padding-top:15px;}
	.custom_verband {float:none;margin-left:20px;}
	.custom_verband img {max-width:50px;height:auto;}
}

/* Cookie Consent Plugin */

.cc-revoke, .cc-window {font-family: 'Rajdhani', sans-serif;font-size:19px;}
.cc-color-override-889524001 .cc-btn:hover, .cc-color-override-889524001 .cc-btn:focus {background-color:#1d5ea7!important;}
.cc-revoke.cc-bottom {bottom: -9px;}
.cc-revoke, .cc-window {font-family: 'Rajdhani', sans-serif;font-size:19px;}
.cc-revoke {display:none}

/* Bearbeiten-ausblenden*/

.icons {display:none;}
