@font-face {
  font-family: "poppins-bold";
  src: url('../Fonts/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: "poppins-light";
  src: url('../Fonts/Poppins-Light.ttf') format('truetype');
}

@font-face {
  font-family: "poppins-medium";
  src: url('../Fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
  font-family: "poppins-regular";
  src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "poppins-semibold";
  src: url('../Fonts/Poppins-SemiBold.ttf') format('truetype');
}


body {
   font-family: 'poppins-light', sans-serif;  
   font-size:13px;
}

a, a:hover, a:link, a:visited {
   text-decoration:none;	
}

a, a:hover {
 
   color:#00477F;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-decoration: none !important;
}

.text-center {
	text-align:center;
}

.align-left { text-align: left }
.align-right, .ce-headline-right { text-align: right }
.align-center, .ce-headline-center { text-align: center }


h1 {
	font-family:'Poppins-Bold';
	font-size:16px;
	color:#00477f;
	text-transform:uppercase;
}

.frame-einleitung  h1 {
	font-family:'Poppins-Light';
	color:#33333F;
	line-height:36px;
}

.ui-widget {
	font-family:'Poppins-Light';
}


h1, h2, h3, h4 {
	margin-bottom:14px;
}

h2 {
	font-family:'Poppins-Bold';
	font-size:14px;
	color:#33333F;
	text-transform:uppercase;
	font-weight:bold;
}

h2.blue {
	font-family:'Poppins-Bold';
	font-size:14px;
	color:#00477f;
	text-transform:uppercase;
}

h3 {
	font-family:'Poppins-Medium';
	font-size:13px;
	color:#33333F;
	text-transform:uppercase;
	font-weight:bold;
}

button.accordion {
	font-family:'Poppins-Medium';
}

.poppinsw20 {
	font-size:16px;
	font-family:'Poppins-Bold';
}

.poppinsw16 {
	font-size:14px;
	font-family:'Poppins-Light';
}

#c4 {
	text-align:center;
}

.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left:0;
	padding-right:0;
}

.container {
	padding-left:0;
	padding-right:0;
}

.pageheader .container {
	padding-left:0;
	padding-right:0;
}

.news .no-news-found {
    color: #333339;
    font-style: normal;
	margin-bottom:40px;
}


/* FORMAT HEADER   */

.topnavline {
	float:right;
    margin-top:10px;	
}

.topnav, .searchform , .jobcorner, .support {
    float:left;	
}

.topnav {
	margin-top:3px;
	padding-right:24px;
}

.topnav a, .topnav a:visited , .topnav a:active , .topnav a:hover {
	color:#333339;
}

.jobcorner {
	background:#ef5034;
	padding:8px;
	/*margin-left:20px;*/
	margin-top:-10px;
}

.support {
	background:#bfcc00;
	padding:8px;
	margin-left:20px;
	margin-top:-10px;
}

.jobcorner a , .support a{
	color:white;
	padding:8px !important;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    font-family: 'poppins-regular', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 12px;
    text-decoration: none;
	color:#333339;
}

.form-control {
    padding: 0.25rem 0.5rem;
}
/*.btn {
    padding: 0.25rem 0.75rem;
}

.btn-primary {
    background-color: #BFCC00;
    border-color: #BFCC00;
    color: #fff;
}
*/

.btn-primary {
	padding:0;
	background:white;
	border:0;
}

#navigationline {
    background: #00477f none repeat scroll 0 0;
    display: block;
    height: 3px;
	width:100%;
    margin-top: 70px;
    position: absolute;    
}

.Home #navigationline , .Home .rootline, .test #navigationline {
	display:none !important;
}

.topnav, .footernavigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.topnav li , .footernavigation li {
	display: inline-block;
	margin-right: 1rem;
}

.footernavigation li:last-child {
	margin-right: 0;
}

.footerjoblist {
	margin-bottom:1rem;
}

.rootline {
    clear: both;
    padding-top: 82px;
	padding-left:5px;
    position: relative;
}

.breadcrumb {
	padding: 0.75rem 0;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	font-size: 90%;
	border: 0;
	clear:left;
}

.breadcrumb-item + .breadcrumb-item::before {
	content:">";
	color:#AFB6BA;
}

.breadcrumb-item a {
	color:#AFB6BA;
}

/* Eigene CSS Definitionen */

img {
	max-width: 100%;
	height: auto;
}

.Impressum img {
	max-width:150px;
}

.pageheader {
	padding-top: 0;
	font-size: 14px;
	z-index:100;
	/*height:140px;*/
	position:relative;
	z-index:1000;
}

.startboxen, .start3boxen {
	padding:14px !important;
    color:white;	
    font-size:17px;	
	height:68px;
}

.startboxen a {
	color:white;
}

.startcontent, .maincontent {
    margin-top: -76px;
}

.Notfallhandbuch .startcontent {
    margin-top: 108px;
}

.Karriere.mit.Lehre .startcontent {
	margin-top:20px;
}

.c1140, .footer {
	margin-left:auto;
	margin-right:auto;
	max-width:1140px;	
}

.c1920 {
	margin-left:auto;
	margin-right:auto;
	max-width:1920px;	
}

.pagefooter .row.footer {
    padding: 20px 20px;
	text-align:center;
}

#footerlogo1, #footerlogo2 {
	display:inline-block;
}



.darkbluebg {
	background:#00477F;
	color:white;
	padding:30px 20px;
}
.lightbluebg {
	background:#017ec1;
	color:white;
}

.darkbluebg h1, .darkbluebg h2, .darkbluebg h3 {
	color:white;
	text-align:center;
	margin-bottom:20px;
}

.lightbluebg h2 {
	color:white !important;
	text-transform:none !important;
	margin-top:0 !important;
	line-height:22px;
	font-weight:normal;
	font-size:16px;	
}

.lightbluebg {
	padding:50px 0;
}

.lightgraybg {
	background:#f5f7fa;
}

.darkbluebg a {
	color:white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#eff3f4;
	border:0;
}

.ui-state-default a, .ui-state-default a:link {
   color: #555;
   font-weight:normal;
}

.ui-state-default .ui-icon {
    background-image: url(../Images/ui-icons_888888_256x240.png);
}

.ui-widget-content {
    border: 0;
    background: white;
    color: #333333;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr , .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{
	border-radius:0;
	border:0;
}

/* .textlinks .t3ddy h3 {
	color:#bfcc00;	
}
*/
.grayboxes {
	margin-top:35px;
}

.frame-lightbluebox33, .frame-lightgraybox33, .frame-graybox33 , .frame-newsbox33gray {
	/*width:31.333333%;*/
	width:100%;
	float:left;
	padding:20px 20px;
	/*margin-right:3%;*/
}


.frame-lightbluebox33 .ce-above .ce-gallery, .frame-lightgraybox33 .ce-above .ce-gallery , .frame-graybox33 .ce-above .ce-gallery {
    margin-bottom: 18px;
}

.frame-lightbluebox33 {
	color:white;
}

.frame-lightgraybox33, .frame-graybox25, .frame-graybox33 , .frame-newsbox33gray {
	background:#eff3f4;
}
 
.frame-lightbluebox33, .frame-lightbluebox25 {
	background:#017ec1;
}


.lightbluebox {
    background:#017ec1;
	color:white;
	padding:42px 20px;
}

.lightgraybox {
    background:#EFF3F4;
	color:#333339;
	padding:42px 20px;
	margin-bottom:40px !important;
}

.lightbluebox  h2, .lightgraybox  h2 {
    color:white;
	padding:0 0 15px 0;
	text-align:center;
	line-height:26px;
}

.lightgraybox  h2 {
   color:#333339;
}

.frame-box25, .frame-lightbluebox25, .frame-graybox25, .frame-box50 {
	float:left;
	width:100%;
	padding:15px;
	margin-bottom:20px;
	/*text-align:center;*/
}

.Karriere.mit.Lehre .frame-box50 {
	text-align:center;
}

.Karriere.mit.Lehre .frame-box25 {
	padding:0;
	margin-bottom:0;
}

.frame-newsbox66 {
	float:left;
	width:100%;
}

.frame-lightbluebox25, .frame-lightbluebox25 h2 {
	color:white;
}

.frame-box25:last-child, .frame-graybox25:last-child, .frame-lightbluebox25:last-child {
	margin-right:0;	
}

.partnerschaften, .einleitung_news {
	min-height:100px;
    padding:40px 0;	
}

.partnerschaften {
    min-height:330px;	
}

.flex-direction-nav a:before  { 
    content: " ";
    display: block;
    background: url('../Images/flexslider-left.png') no-repeat;
    width: 40px;
    height: 40px;
}
.flex-direction-nav a.flex-next:before  { 
    content: " ";
    display: block;
    background: url('../Images/flexslider-right.png') no-repeat;
    width: 40px;
    height: 40px;
}

.flex-direction-nav a {
	opacity:1;
}

.news-text-wrap {
     clear: left;
}

.newsletter, .infobox {
	background:#00477F;
    padding:62px 20px;	
	color:white;	
	font-size:12px;
	font-family:Poppins-Light;
}

.newsletter {
	text-align:center;
}

.pagefooter .row {
	margin:0 auto;
}

.pagefooter {
	background:#EFF3F4;
	min-height:250px;
	font-size:13px;
	/*margin-top:20px;*/
}

.pagefooter h2 {
	font-size:20px;
	text-transform:uppercase;
	padding-bottom:20px;
}

.pagefooter2 {
	font-size:12px;
	padding:30px 0;
}

.pagefooter2 a {
	color:#333339;
}

.footernav {
	float:right;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: white;    
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background-color: white;    
}

.White_Button, .Blue_Button, .Green_Button, .Red_Button {
	font-size:12px;
	padding:4px 10px;
}

.White_Button, .White_Button:visited {
    background:white;
	text-decoration:none !important;
	text-transform:uppercase;
	color:#00477F;
	font-family:poppins-regular;
}

.Blue_Button, .Blue_Button:visited {
    background:#00477F;
	text-decoration:none !important;
	text-transform:uppercase;
	color:white;
	font-family:poppins-regular;
	border:0;
}

.Green_Button, .Green_Button:visited {
    background: #bfcc00 none repeat scroll 0 0;
    color: #333339;
    font-family: poppins-regular;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
	border:0;
}

.Red_Button, .Red_Button:visited {
    background: #ef5034 none repeat scroll 0 0;
    color: white;
    font-family: poppins-regular;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
	border:0;
}

.Red_Button:hover {
	background:#f2806c;
}

.frame-graybox .Green_Button, .frame-bluebox .Green_Button {
    padding: 6px 8px;
	font-size:10px;
}

.Green_Button:hover {
	background:#00477F;
	color:white;
}

.bluebox1 .Green_Button:hover, .bluebox2 .Green_Button:hover, .bluebox3 .Green_Button:hover {
	background:white;
	color:#00477f;
}

.White_Button:hover, .Blue_Button:hover {
	background:#bfcc00;
	color:#333339;
}

.frame-graybox {
	background:#eff3f4;
	padding:20px !important;
	margin-bottom:30px;
}

.frame-graybox:last-child {
	margin-bottom:0;
}

.frame-bluebox {
	background:#017ec1;
	padding:20px !important;
	margin-bottom:30px;
	color:white;
}

.frame-bluebox h2 {
	color:white;
}

.col-md-3 .frame-graybox h2, .col-md-3 .frame-bluebox h2 {
	text-align:center;
}

.col-md-3 .frame-graybox, .col-md-3 .frame-bluebox {
    padding-top:40px !important;	
	padding-bottom:40px !important;
}

.frame-graybox .ce-bodytext h2, .frame-bluebox .ce-bodytext h2 {
	text-transform:uppercase;
	font-size:20px;
	font-family:'Poppins-Bold';
}

.col-md-3 .frame-graybox .ce-bodytext, .col-md-3 .frame-bluebox .ce-bodytext {
	padding-left:0;
}


body.News .startarticle {
    margin-bottom: 30px;
}


.newsboxtext {
    padding:26px 24px 10px 24px;
}

.newsboxtext ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
	line-height:15px;
}

.newsboxtext li {
	color:#afb6ba;
}
.newsboxtext h3 {
	font-weight:bold;
	margin-top:30px;
	clear:both;
}

.news-list-category {
    color:#afb6ba;
	font-size:14px;
}


.newsboxtext h3 a {
	color:#333339;
	font-size:15px;
}

.teaser-text  a {
	color:#333339;
}

.Services .frame-lightbluebox25 {
    min-height: 300px;
}

.Kunden .newsboxtext {
    min-height: 170px;
}

.Fortinet .frame-lightbluebox25  .ce-bodytext, .Academy .frame-lightbluebox33  .ce-bodytext, .Jobs .frame-lightbluebox33  .ce-bodytext , .Business .frame-lightbluebox33  .ce-bodytext {
    margin-top:30px;
}

.textlinks p {
	/*text-align:justify;*/
}

.text-justify {
    text-align: left !important;
}


.col-md-12 {
	padding:0;
}

/* SUCHE */

.form-control, .btn {
    border-radius:0;
}

.tx-ws-flexslider .caption-text {
	top:0;
	padding-top:0;
}

.tx-ws-flexslider .caption-align-right .caption-text {
	right:50px;
}

.Projektmanagement .caption-title {
	display:none;
}

.flex-control-nav {
	display:none;
}

.flexslider {
    background: none !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: 0 0 0 !important; 
    margin: 0;
    position: relative;
}

.tx-ws-flexslider .caption-text {
	background:none !important;
}

#headersymbols {
    display: block;
    position: absolute;
    right: 20px;
    top: 290px;
    z-index: 1;
}

.Home #headersymbols {
	top:210px;
}

.startarticle {
    float: left;
	width: 100%;
    background:#eff3f4;
	margin-bottom:20px;
	max-width:363px;
}

.notfaelle {
  /* background:url("../Backgrounds/headerbild_xs.jpg");
   background-repeat: no-repeat; */
   /*background-attachment: fixed;*/
   background-position: top center; 
   display:block;
   margin-top:-190px;
   position:relative;
   z-index:0;
}

.notfaelle figure {
    margin: 0;
}

#headergrafik {
   display:block;
   height:auto;
   margin-top:-25px;
}

.mobpad {
	margin-left:20px;
	margin-right:20px;
}

.topnavline, #headersymbols, .startboxen .ce-bodytext , .rootline, .start3boxen .ce-bodytext {
	display:none;
}


.Karriere.mit.Lehre .ce-right .ce-gallery {
	float:none;
}

.main-nav {
	background:none;
}

.navigation {
    margin: -24px auto 0;  
}

.logonav {
	height:50px;
}

.flex-direction-nav a {
	width:17px;
}

.flexslider .slides img {
	width:auto;
	margin:0 auto;	
}

.flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}



body.Service .ce-gallery, body.Unternehmen .ce-gallery  {
    display: none;
}

body.Unternehmen .pagefooter .ce-gallery {
	display:block;
}

/* Bootstrap Badges */
.badge {
	border: 1px solid #00477f;
}

.badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

a.badge:focus, a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.indexedsearch .badge-pill {
	float: right;
}

.badge-default {
	background-color: #00477f;
}

.badge-default[href]:focus, .badge-default[href]:hover {
	background-color: #4b5257;
}

.badge-primary {
	background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
	background-color: #025aa5;
}

.badge-success {
	background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
	background-color: #449d44;
}

.badge-info {
	background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
	background-color: #31b0d5;
}

.badge-warning {
	background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
	background-color: #ec971f;
}

.badge-danger {
	background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
	background-color: #c9302c;
}

/* Anpassungen indexed_search */

.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
	display: inline-block;
}

.tx-indexedsearch-info dd {
	margin-right: 1rem;
}

ul.tx-indexedsearch-browsebox {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 80%;
}

ul.tx-indexedsearch-browsebox, .tx-indexedsearch-browsebox li {
	list-style-type: none;
}

.tx-indexedsearch-browsebox li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0 .5rem 0 0;
}

.tx-indexedsearch-browsebox {
    clear: left;   
}

.tx-indexedsearch-redMarkup {
	display: inline-block;
	background: rgba(255,255,0,.5);
}

.tx-indexedsearch-title {
	font-family:"Poppins-Light";
	font-weight:bold;
}

.input {
	width:200px;
}

.input textarea {
	width:200px;
	height:200px;
}


.Newsletter label {
    display: inline-block;
    margin-top: .5rem;
	margin-bottom:0;
}

.Newsletter input, .Newsletter select {
	width:250px;
}

#mxCFF_datenschutz, #otwebinar01_webinar01am23042020, #otwebinar01_webinar02am07052020, #otwebinar01_allewebinare, #otwebinar01_webinar03am28052020 {
    width:14px;
	margin-right: 10px;
}

.field__error.field-validation-error {
	color:red;
	margin-left:10px;
}
.field.bool .field__error.field-validation-error {
	margin-left:0;
}

#datenschutzform {
	margin:10px 0 20px 30px;	
}

.actions .btn-primary {
	background: #bfcc00 none repeat scroll 0 0;
    clear: left;
    color: #333339;
    float: left;
    font-family: poppins-regular;
    margin-bottom: 10px;
    padding: 6px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.actions .btn-primary:hover {
	background:#00477F;
	color:white;
}

.news-backlink-wrap {
	margin-top:30px;
	margin-bottom:30px;
}

.ce-left .ce-gallery {
	float:none;
}

.category-breadcrumb li {
	float:left;
	padding-right:10px;
}

.category-breadcrumb li:nth-of-type(2) {
	padding-left:10px;
	border-left:1px solid #AFB6BA;
}

.social:nth-of-type(1) {
    margin-right: 18px;
}

.Home .newsletter {
	margin-top:20px;
}

.cc_container .cc_message {
    font-size: 14x !important;
    line-height: 14px !important;
}

#headerslider {
	display:none;
}

.KONTAKT .blue {
    text-align: center;
}

.frame-box20 {
    float: left;
	display:none;
}

.frame-mfbluebox, .headerangebot .col-md-12 {
	background:#00477f;	
}

.headerangebot {
	margin-top:30px;
}

.headerangebot .col-md-12, .textangebot .col-md-12, .vorteile, .addons, .dreischritte, .unterschied {
	padding-top:30px;
}

.frame-mfbluebox h1, .frame-mfbluebox, .frame-mfbluebox h2 {
	color:white !important;
}

.frame-mfgreenbox, .textangebot .col-md-12 {
	background:#bfcc00;	
}

.frame-mfgraybox {
	background:#eff4f7;
}

.headermf {
	background-image:url('https://www.netlogix.at/fileadmin/images/GRAFIKEN/BG_Managed_Firewall.jpg');
	margin-top:-25px;
	padding-top:48px;
	height:280px;
}

.headermf h1, .headermf h2, .headermf {
	color:white !important;
}

.input.checkbox {
    width: 100%;
}

.form-check-label {
   padding-left:0;
}

.form-check span {
    margin-left: 15px;
}

.form-check span .required {
	margin-left:0;
}
/

.Artikel .ce-textpic.ce-right .ce-gallery, .ce-textpic.ce-right .ce-gallery {
	clear:left;
	margin-left:0;
}
.Artikel .ce-textpic.ce-right .ce-bodytext, .ce-textpic.ce-right .ce-bodytext {
	clear:left;
}

.ds {
	font-size:13px;
	margin-bottom:10px;
}

.caption-body {
	padding:0 20px;
}

.ds_small {
	font-size:12px;
	margin-bottom:16px;
}

.news-list-date, .bcrumb {
    color: #afb6ba;
    font-size: 13px;
	float:left;
	line-height:15px;
}

.bcrumb {
	float:left;
}

.whitebg .ce-textpic.ce-left.ce-intext.ce-nowrap, .lehrbetrieb .ce-textpic.ce-right.ce-intext.ce-nowrap {
    text-align: center;
}

.whitebg .ce-gallery figure {
    margin: 0 auto;
}

.lehrbetrieb figure {
	display:none;
}

.whitebg .ce-left .ce-gallery .ce-column {
	float:none;
}

.ce-textpic figcaption {
	padding-top:6px;
}

.whitebox1, .whitebox2, .whitebox3, .lightbluebox1, .bluebox1, .bluebox2, .bluebox3 {
	padding:20px 20px;
}

.maincontent {
	padding-top:20px;
}

.bluebox1, .bluebox2, .bluebox3 {
	background:#00477f;
	color:white;
}

.bluebox1 {
	text-align:center;
}

.Notfallhandbuch .bluebox1 {
	text-align:left;
}

.Notfallhandbuch .bluebox1 img {
	display:none;
}

.lightbluebox1 {
	background:#2886bf;
	color:white;
	box-shadow: rgba(10,10,10,0.6) 0 0 12px;
	position:relative;
	z-index:2;
}

.bluebox1 h1, .bluebox1 h2, .bluebox2 h1, .bluebox2 h2, .lightbluebox1 h1, .lightbluebox1 h2 {
	color:white;
}

.BUSINESS .lightbluebox1 .poppinsw20  {
	font-family:'Poppins-Light';
}
	
.bluebox2 h2 {
	text-align:center;
	margin-bottom:30px;
}

.toplogos {
	float:left;
}
.toplogos.l1 {
	margin-right:24px;
}

#c1, #c2 {
	float:right;
	clear:both;
}

#c26, #c13 {
	text-align:center;
}

/* 3. graue Box Margin */
#c32, #c42, #c60 {
	margin-right:0 !important;
}

.frame-graybox33 {
	margin-bottom:20px;
}

.ce-textpic.ce-center.ce-above h2 {
    text-align: center;
}

.frame-space-before-medium {
    padding-top: 20px;
}

#c33 {
	clear:left;
}
.frame-graybox33 .ce-above .ce-gallery, #c54 {
	text-align:center;
}
.ce-textpic.ce-center.ce-above .ce-gallery {
    text-align: center;
}

ul {
	list-style-type:"+";
	margin-left:10px;
	padding-left:0;
}
li {
	padding-left:10px;
}

.Datenschutz .infobox, .Impressum .infobox, .KONTAKT .infobox, .Suche .infobox {
	display:none;
}

.bluebox3, .BUSINESS .bluebox2, .WORKSHOP .bluebox2, .WORKSHOP .bluebox1 {
	font-size:18px;
}

#c43, .toplogos, #c25 {
	display:none;
}

.topheader {
	height:155px;
}

.toplogosmobil {
	float:left;
	width:122px;
}

.toplogosmobil.l1 {
	margin-right:12px !important;
}

.logo {
	margin-top:13px;
}

.col-md-9.textlinks {
    padding-bottom: 20px;
}

.pagefooter2 {
    text-align: center;
}

.copyright {
	padding-bottom:10px;
}

.WORKSHOP .whitebox1, .BUSINESS .whitebox1 {
	text-align:center;
}

.pagefooter2 {
	font-size:14px;	
}

.mainnav {
    float: left;
    height: 50px;
    padding-top: 0;
    width: 100%;
}

button:focus {
    outline: 0 !important;
}

.ce-right .ce-gallery {
    float: none;
}

body.Bestätigung .infobox {
    display: none;
}

@media (min-width: 400px) {

.boxen, .start3boxen {
	width:50%;	
}

.input {
	width:250px;
}

.input textarea {
	width:370px;
	height:200px;
}

.Netzwerksicherheit .lightgraybox .Blue_Button {
	font-size:12px;
}

}

@media (min-width: 600px) {

.frame-mobil {
	display:none;
}

#c43 {
	display:block;
}

#footerlogo1 {
	padding-right:40px;
}

}

@media (min-width: 640px) {
	
.headermf {
	height:250px;
}	
	
.mobpad {
	margin-left:40px;
	margin-right:40px;
}

.lightbluebox {
	padding:42px 40px;
}

.footernavigation.text-md-right > li:first-child {
    display: inline;
}
}

@media (min-width: 740px) {

.poppinsw20 {
	font-size:24px;
}

.poppinsw16 {
	font-size:16px;
}

.whitebox1, .whitebox2, .whitebox3, .lightbluebox1, .bluebox1, .bluebox2, .bluebox3 {
	padding:40px 20px;
}

.bluebox1 {
	text-align:left;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 40px;
}

.pagefooter .row.footer {
    padding: 40px 20px;
}

#c25 {
	display:block;
}

.frame-box40 {
	width:36%;
}
.frame-box20 {
    display:block;
	width:28%;
}

.ce-left .ce-gallery {
	float:left;
}
.newsboxtext {
   	min-height:240px;
}
	
body.Service .ce-gallery, body.Unternehmen .ce-gallery  {
    display: block;
}

.frame-graybox .ce-bodytext, .frame-bluebox .ce-bodytext  {
	padding-left:15px;
}

.Green_Button, .Red_Button {
	padding:6px 20px;	
}

.frame-box25, .frame-lightbluebox25, .frame-graybox25, .frame-box50 {
	float:left;
	width:48%;	
}

.frame-box25:nth-child(1), .frame-lightbluebox25:nth-child(1), .frame-graybox25:nth-child(1), .frame-box25:nth-child(3), .frame-lightbluebox25:nth-child(3), .frame-graybox25:nth-child(3) {
	margin-right:2%;
}

.flexslider .slides img {
	margin-left:15%;	
}

.tx-ws-flexslider .caption-text {
	width:460px;
}

.whitebg .ce-textpic.ce-left.ce-intext.ce-nowrap {
    text-align: left;
}

.whitebg .ce-gallery figure {
    margin: 0;
}

.whitebg .ce-left .ce-gallery .ce-column {
	float:left;
}

.whitebg {
	padding:40px 0;
}

.frame-lightbluebox33, .frame-lightgraybox33, .frame-graybox33 , .frame-newsbox33gray {
	padding:42px 30px;
}

}

@media (min-width: 768px) {

.textlinks {
	padding-right:25px;	
}

.col-md-6.form50 {
    padding-right: 20px;
}

.frame-graybox:last-child {
	margin-bottom:30px;
}

}


@media (min-width: 980px) {

.caption-body {
	padding:0;
}	

.unterschied .frame-graybox {
    max-width: 60%;
    margin-left: 20%;
}

.col-xs-12.col-xl-3.vorteilebox {
    max-width: 25%;
    padding: 0 2%;
}

.Home .newsletter {
	margin-top:0;
}


.tx-ws-flexslider .caption-text {
	width:550px;
}

.notfaelle {
	/*background:url("../../../../../../fileadmin/images/headerbild.jpg");
	background-position: top center;
	background-repeat:no-repeat;*/
}

.partnerschaften {
    padding:82px 0;	
}	
.einleitung_news {
    padding:80px 0 40px 0;	
}	

.frame-graybox .Green_Button, .frame-bluebox .Green_Button, .White_Button, .Blue_Button, .Green_Button, .Red_Button {
    padding: 6px 15px;
	font-size:13px;
}

.lightbluebg h2 {
    line-height: 50px;
	font-weight:bold;
    font-size: 28px;
}

.ce-right .ce-gallery {
    float: right;
}

}
@media (min-width: 1050px) {
	
.frame-centeredform {
    padding: 0 25%;
}

.White_Button, .Blue_Button, .Green_Button, .Red_Button {
    padding: 6px 20px;
	font-size:14px;
}
}
@media (min-width: 1140px) {

.startcontent {
    margin-top: -30px;
}

.maincontent {
    margin-top: 30px;
	padding-bottom:30px;
}

.ce-right .ce-gallery {
	float:left;
}

.WORKSHOP .whitebox1, .BUSINESS .whitebox1 {
	text-align:left;
}


.pagefooter2 {
    text-align: left;
}

.copyright {
	padding-bottom:0;
}

.poppinsw20 {
	font-size:27px;
}

.poppinsw16 {
	font-size:17px;
}

.whitebox1, .whitebox2, .whitebox3, .lightbluebox1, .bluebox1, .bluebox2, .bluebox3 {
	padding:80px 20px;
}

.toplogosmobil {
	display:none;
}

.toplogos {
	display:block;
}

.logo img {
	width:164px; 
}

.logonav {
	height:155px;
}

.logo {
	margin-top:0;
}

#navigationline {
    margin-top: 112px;
}

.headermf {
	margin-top:-78px;
	padding-top:88px;
	height:296px;
}

.lightgraybox, .dreischritte, .addons, .unterschied {
 	padding:42px 0;
}

.tx-ws-flexslider .caption-text {
	width:660px;
}
	
.frame-space-after-medium {
    margin-bottom: 42px;
}
.frame-space-before-extra-large {
    margin-top: 42px;
}

.frame-box25, .frame-lightbluebox25, .frame-graybox25 {
	float:left;
	width:23%;
	margin-right:2.666666% !important;
	padding:15px;
}

.frame-newsbox66 {
	float:left;
	width:63%;
	margin-right:3%;
}

.frame-newsbox33gray {
	float:left;
	width:33%;
	margin-right:0;
}


.frame-lightbluebox33, .frame-lightgraybox33, .frame-graybox33 , .High.Performance.IT .frame-graybox33 {
	float:left;
	width:31.33333%;
	margin-right:3% !important;
}

.frame-lightbluebox33:nth-of-type(3n), .frame-lightgraybox33:nth-of-type(3n) {
	margin-right:0;
} 

.frame-box25:last-child, .frame-lightbluebox25:last-child, .frame-graybox25:last-child {
	margin-right:0 !important;
}

.BUSINESS .frame-graybox33 {
	min-height:644px;
}
.WORKSHOP .frame-graybox33 {
	min-height:600px;
}

.WORKSHOP .whitebox3 .frame-graybox33 {
	min-height:350px;
} 

.sm li {
	background:none;
}

.pagefooter .row.footer {
    padding: 64px 20px;
}

.grayboxes {
	margin-top:40px !important;
}
/*
.pageheader {
	height:190px;
}
*/
.navigation {
    margin: -106px auto 0;  
}

.pagefooter .row.footer {
    padding: 64px 0;
}

.textlinks {
	padding-right:40px;
}

/*.notfaelle {	
	height:594px;
}	
*/
.mainnav {
    padding-top:26px;
    float:right;
	height:50px;
}

.mainnav li.active {
	border-bottom:3px solid #BFCC00;
}

.Notfallhandbuch .mainnav li:first-child {
	border-bottom:3px solid #BFCC00;
}


.mainnav li li.activenav {
	border-bottom:0;
}

.mainnav li li.activenav  > a {
	background:#EFF3F4;
}

.mainnav .activenav a:hover, .mainnav .activenav a:focus, .mainnav .activenav a:active, .mainnav .activenav a.highlighted { 
    border:0;
}

h1 {
	font-size:28px;
}

.infobox h1 {
	color:white;
}

.frame-einleitung  h1 {
	line-height:36px;
}

h2 {
	font-size:20px;
}

h2.blue {
	font-size:20px;
}

h3 {
	font-size:18px;
}

.bluebox1 h2, .bluebox2 h2 {
	font-size:26px;
}


body {
   font-family: 'poppins-light', sans-serif;  
   font-size:15px;
}

.Netzwerksicherheit .lightgraybox .Blue_Button {
	font-size:15px;
}

.sub-arrow {
	display:none;
}

.sm-simple a.has-submenu {
    padding-right: 20px;
}

.flexslider .slides img {
	margin-left:15%;	
}

.kompetenzen  h2, .partnerschaften h2 {
	padding-bottom:40px;
}


.startarticle {
	width:32%;
}

.startarticle:nth-of-type(1), .startarticle:nth-of-type(2) {
	margin-right:2%;
}
.startarticle:nth-of-type(3n), .News .startarticle:nth-of-type(3n){
	margin-right:0;
}


.News .startarticle:nth-of-type(2n+1) {
    clear: none;
}

.News .startarticle:nth-of-type(3n+1) {
    clear: left;
}


.topnavline, .startboxen .ce-bodytext, .rootline, .start3boxen .ce-bodytext {
	display:block;
}

.ce-right .ce-gallery {
	float:right;
}

.startboxen h2, .start3boxen h2 {
   font-size:26px;   
}

.startboxen img {
    padding-bottom: 20px;
}

#headersymbols {
	display:block;
}

.mobpad {
	margin:0 auto;
}

#headerslider, #headergrafik {
	margin-top:44px;
	/* margin-top:-78px; */
}

.notfaelle {
	margin-top:-148px;
}

.newsletter, .infobox {
	font-size:18px;
	padding:82px 20px;
}

.lightbluebox {
   	padding:42px 0;
}

.col-xl-4 {
    max-width: 33.333%;
}

.ce-textpic.ce-right .ce-gallery img {
	padding-left:30px;
}

.ce-textpic figcaption {
	padding-left:30px;
}

.Notfallhandbuch .bluebox1 img {
	display:block;
}


@media (min-width: 1200px) {
	
.Home #headerimage {
	display:none;
}

#headerslider {
	display:block;
	margin-top:-78px;
}	

.Home .startboxen {
	display:none;
}

}
@media (min-width: 1500px) {

.Home #headersymbols {
	top:290px;
}

}