/*
Theme Name: FogFox
Theme URI: http://moodyarts.de
Author: MOODYARTS
Author URI: http://moodyarts.de
Description: Das FogFox-Theme wurde speziell für die individuelle Anpassung an das Corporate Design hauseigener Kunden erstellt.
Version: 1.1
*/

/**
 * @license
 * MyFonts Webfont Build ID 3599858, 2018-06-23T08:54:27-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaLTPro-Medium by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/futura/pro-medium/
 * Copyright: Copyright &#x00A9; 2014 Monotype Imaging Inc. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3599858
 * 
 * © 2018 MyFonts Inc
*/

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

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

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

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

/* font-family: 'Raleway', sans-serif; */



/* Colors */
.main-color {
	color: #002a48;
}

.second-color {
	
}

.white {
	color: #ffffff;
}

.grey {
	color: #666666;
}

.black {
	color: #000000;
}


.center {
	text-align: center !important;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.align-center {
	float:left;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
}

.align-right {
	float:right !important;
	width: 100%;
}

.align-left {
	float:left !important;
	width: 100%;
}
/*---HEADER---*/

.titelheader {
	margin-top: -30px;
	text-transform: none !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/*Spaces*/
/*
---SPACES---
*/

.toppadding-s {
	padding-top: 1em !important;
}

.bottompadding-s {
	padding-bottom: 1em !important;
}

.toppadding-m {
	padding-top: 4em !important;
}

.bottompadding-m {
	padding-bottom: 4em !important;
}

.toppadding-l {
	padding-top: 6em !important;
}

.bottompadding-l {
	padding-bottom: 6em !important;
}

.toppadding-xl {
	padding-top: 8em !important;
}

.bottompadding-xl {
	padding-bottom: 8em !important;
}

@media screen and (max-width:1200px) {
	.toppadding-s {
	padding-top: 1em !important;
}

.bottompadding-s {
	padding-bottom: 1em !important;
}

.toppadding-m {
	padding-top: 2em !important;
}

.bottompadding-m {
	padding-bottom: 2em !important;
}

.toppadding-l {
	padding-top: 3em !important;
}

.bottompadding-l {
	padding-bottom: 3em !important;
}

.toppadding-xl {
	padding-top: 4em !important;
}

.bottompadding-xl {
	padding-bottom: 4em !important;
}
	
	.mobil-space {
		padding-bottom: 3em;
	}

}

/* Formular */


/* Gutenberg */

/* Bilder */

/*Grafiken*/


/*Beitragsbilder */

/* Spalten Column */

/*FORMULARE*/
/* Required Color */


a {
	color: #002a48;
	text-decoration: none;
	transition-duration: 200ms;
		font-weight: 800;
}

a:hover {
	transition-duration: 200ms;
	font-weight: 500;
}

/*BUTTON*/

.button:hover {
	transition-duration: 200ms;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #002a48 !important;
    background-color: #ffffff;
}
.vc_btn3.vc_btn3-size-md {
    font-size: 17px !important;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.titel {
	font-size: 3.5em !important;
}

h1, .h1 {
	font-family: 'Raleway';
	text-transform: uppercase;
	font-size: 2.3em;
	line-height: 1.0em;
	font-weight: 800;
	margin-top: -0.6em;
}

h1.big, .h1.big {
	font-size: 3.2em !important;
}

h2, .h2 {
	font-size: 1.5em;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
}

.h2-titel {
	font-size: 0.5em;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 600;
}

h3, .h3 {
	font-family: 'Raleway';
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: -0.5em !important;
}

p {
		z-index: 600 !important;
   	   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
   word-wrap:break-word;
}

em {
	font-size: 0.8em;
}

   
li {
   padding-bottom: 0.5em;
}

@media screen and (max-width:1200px) {
	
		h1, .h1 {
		font-size: 2.6em;
}
   
   h1.big, .h1.big {
	font-size: 2.8em !important;
}

h2, .h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.0em;
}

p, .p, li {
	
	font-size: 0.8em;
}
	
	
}

@media screen and (max-width:1200px) {
	
	h1, .h1 {
		font-size: 1.3em;
}

h2, .h2 {
	font-size: 1.0em;
}

h3 {
	font-size: 0.9em;
}

p {
	
	font-size: 0.8em;
}
	
	.titel {
	font-size: 1.9em !important;
}
	
			.mobil-center {
		text-align: center !important;
	}
	
}


/*LISTENELEMENTE*/
.list li {
	list-style: none;
	font-family: 'Raleway';
	font-size: 1.2em;
	padding-bottom: 1em;
}

/* Globals */

* {
	box-sizing: border-box;
}

.container {
	max-width: 4000px;
	margin: 0 auto;
}

.menu {
	margin: 0;
	padding: 0;
}

/* Header */


/* Logo */
/*
---LOGO---
*/
      .nav-partner {
         width: 4em;
      }

.nav-logo {
	width: 15em;
}

@media screen and (max-width:1600px) {
	
	.nav-logo {
		width: 100% !important;
		float: none !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
   
         .nav-partner {
         display: none !important;
      }	
}



/* Navigation */

/*Layout Navigation*/

.nav-left {
	width: 20%;
	padding-left: 2em;
		float: left;
}

.nav-middle {
    width: 60%;
    padding-left: 2em;
    padding-right: 2em;
		float: left;
	padding-top: 1.5em !important;
}

.nav-right {
	width: 20%;
	padding-right: 2em;
		float: left;
}


.main-nav ul {
	text-align: center;
     margin: 0;
     padding: 0;
}

.main-nav a {
	padding: 0.5em;
	text-decoration: none;
	color: #000000;
	transition-duration: 200ms;
	text-transform: uppercase;
	font-weight: 500;
}

.main-nav a:hover {
	opacity: 1.0 !important;
	color: #002a48 !important;
	transition-duration: 300ms;
	font-weight: 800;
}

a:active {
	font-weight: 600;
}

.main-nav li {
	display: inline;
	padding: 0px;
	list-style:none;
	font-family: 'Raleway';
	font-size: 1.0em;
}


#toggle-nav {
		visibility: hidden;
	display: none !important;
	}

.underlay {
	background-color: rgba(255,255,255,0.5);
	padding: 1em !important;
}
	
@media screen and (max-width:1200px) {
	
				.mobil-invis {
		display: none !important;
	}

}

@media screen and (min-width:1200px) {

	.desktop-invis {
		display: none !important;
	}
}

@media screen and (max-width:1200px) {
	/*.js .main-nav {
		display: none;
	}*/
	
	.main-nav a {
	padding: 0em !important;
}
	
	.toggle-symbol {
		margin-left: auto;
		margin-right: auto;
		display: block;
		transition-duration: 200ms;
	}
	
	.toggle-symbol:hover {
		cursor: pointer;
		opacity: 0.5;
		transition-duration: 200ms;
	}
	
	.toggle-symbol:active {
		opacity: 0.5;
	}
	
	.main-nav li {
	padding: 0.5em;
	width: 100%;
	display: block;
	list-style:none;
	font-size: 1.7em;
	text-align: center;
	right: 0;
}
	
	.main-nav {
	position: fixed;
	padding-top: 0.6em;
	background-color: #ffffff;
	width: 100%;
	opacity: 1.0;
	left: 0;
	z-index: 1000;
	padding-bottom: 0.6em;
	}
	
	.main-nav li:before {
  content: "";
}
	
	.nav-logo {
	width: 100% !important;
}
	
	.nav-right {
		width: 200px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding: 0em !important;
	}

}

.site-main {
	width: 100%;
}
/* Main */



/* Content */

.sidepadding {
	padding-left: 15%;
	padding-right: 15%;
}

	.site-content {
		float:left;
		width:100%;
	}


@media screen and (max-width:1200px) {
	
	.sidepadding {
	padding-left: 8%;
	padding-right: 8%;
}

}



/* Gekürzter Text */

/* Maps und .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-white .vc_icon_element-iconFooter*/




.vc_icon_element-color-white .vc_icon_element-inner:hover {
    color: yellow !important;
}

/* Footer */
.footer-bottom {
	position: relative;
	background-color: #fff !important;
	padding-top: 1em;
	padding-bottom: 4em;
	display: none !important;
}
.footer-left {
	width: 50%;
	position: relative;
	float: left;
	z-index: 1000;
}

.footer-right {
	width: 50%;
	float: right;
	z-index: 1000;
}

.anfahrt {
	text-align: center;
	text-transform: uppercase;
}

.anfahrt-zeile .vc_column-inner {
   padding-top: 0px !important;
}

.site-footer {
	width: 100%;
	z-index: 1400;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

.nav-footer {
	float: left;
	text-transform: uppercase;
	z-index: 1000;
	width: 100%;
	padding-top: 0em;
}

.nav-footer ul {
	text-align: right;
	margin: 0;
	padding: 0;
}

.nav-footer li {
	list-style:none;
	font-size: 1.0em;
	padding: 0;
	float: right;
}

.nav-footer a {
	font-family: 'Raleway';
	text-decoration: none;
	transition-duration: 200ms;
		padding-left: 0.3em;
	padding-right: 0.3em;
		color: #fff;
	font-weight: 500;
}


	
a:hover {
	transition-duration: 200ms;
	opacity: 1.0;
	font-weight: 800;
}
	

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

	.nav-footer {
		width: 100%;
		display: block;
		margin-top: 1em;
	}
	
	.nav-footer li {
    display: inline !important;
    list-style: none;
    font-size: 0.8em;
    padding: 0;
	float: none;
}
	
	.nav-footer ul {
    text-align: center !important;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
}
   
   li.solutions {
 width: 100% !important;
}
   
   ul.solutions {
   padding-left: 1em;
   padding-right: 1em;
}
   
   .footer-map {
  margin-top: -52px !important;
  padding: 0px !important;
  margin-bottom: -40px !important;
  margin-left: -17px;
  margin-right: -17px;
}

}


   .footer-map {
  margin-top: -38px;
        margin-bottom: -38px !important;
}
/* TO TOP */

.to-top {
  position: fixed;
  bottom: -35px;
  width: 46px;
  text-align: center;
  margin-left: -23px;
  padding-left: 10%;
  z-index: 1500 !important;
}

.to-top-icon {
	width: 2.5em;
}

/*SLIDER*/

.vc_images_carousel {
    position: relative;
    width: 100% !important;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
    content: url(/wp-content/themes/fogfox/img/to-top.png) !important;
	transform: rotate(45deg);

}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: url(/wp-content/themes/fogfox/img/to-top.png) !important;
	transform: rotate(-45deg);

}

.vc_right.vc_carousel-control {
    position: absolute;
    padding: 0;
    top: 50%;
    margin-right: -9.2em !important;
    margin-top: 0px;
    width: 30px !important;
    height: 38px;
    opacity: 1.0 !important;
    transform: rotate(90deg) !important;
	margin-left: -33px;
}

.vc_left.vc_carousel-control {
    position: absolute;
    padding: 0;
    top: 50%;
    margin-left: -9.2em !important;
    margin-top: 0px;
    width: 30px !important;
    height: 38px;
    opacity: 1.0 !important;
    transform: rotate(-90deg) !important;
}

.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    margin-left: -33px !important;
}

/*Beitraege*/

.vc_gitem-post-data-source-post_title {
  min-height: 100px !important;
}

.vc_gitem-post-data-source-post_excerpt {
  min-height: 170px !important;
}

/*Underline Linie HR*/
.vc_sep_width_20 {
    padding-top: 0.8em;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels {
    background-color: rgba(255,255,255,0.0) !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab > a {
    color: #002a48 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active > a, .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat > a, #ipt_fsqm_form_52_button_submit {
	background: #000 !important;
	color: #fff !important;
}

#ipt_fsqm_form_52_button_submit:hover span {
	font-weight: 800 !important;
}
.infobox .vc_column-inner {
	background: linear-gradient(-41deg, #002a48, #004562, #002a48) !important;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}

.wpb-js-composer .vc_tta-tabs:not([class*="vc_tta-gap"]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tabs-container {
    margin-top: 0;
    margin-bottom: 1em !important;
}

body .mobilheader-left {
	background-position-x: 35% !important;
}

/*CookieInfo*/

#jquery-cookie-law-script #cookie-law-container {
	font-family: 'Raleway' !important;
}

#jquery-cookie-law-script a.cookie-law-button {
    background-color: #3B89C7;
    color: #ffffff;
}

.cookie-law-button {
	background: linear-gradient(-41deg, #002a48, #004562, #002a48) !important;
	font-size: 14px !important;
	font-weight: 800 !important;
}

.cookie-law-button:hover {
	font-weight: 400 !important;
}

/*EFORM*/
.eform-dp-clear {
   font-weight: 800 !important;
   font-size: 2em !important;
   line-height: 1.4em !important;
   padding-right: 0.9em !important;
}

.emptysite, .post-password-required {
   width: 100%;
   text-align: center;
   margin-top: 45vh;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  color: #fff;
  background: linear-gradient(-41deg, #002a48, #004562, #002a48);
  border: none;
  padding: 15px;
   font-weight: 700;
}

button:hover, [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  cursor: pointer;
   font-weight: 400;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 13px;
}

.videobackground {
   background-image: url(https://dienetzwerft.de/wp-content/uploads/2024/02/Karriere-bei-der-netzwerft-mobil.gif);
} 

.bg-overlay {
background-color: rgba(0,0,0,0.5) !important;
  width: calc(100% + 60em) !important;
  position: absolute !important;
  height: 140vh !important;
  top: -40vh !important;
  margin-left: -30em !important;
}

.bg-overlay.vc_inner.vc_row.wpb_row.vc_row-fluid {
  max-width: calc(100% + 60em);
}
.gradient-bg {
   background: linear-gradient(-41deg, #002a48, #004562, #002a48) !important;
}


ul.info {
   list-style: none !important;
   padding-right:1em;
}

ul.info li {
   padding-top:1.5em;
}


li.plus::after {
   content: url(https://dienetzwerft.de/wp-content/uploads/2024/02/icon-126.svg);
}

li.euro::after {
   content: url(https://dienetzwerft.de/wp-content/uploads/2024/02/icon-127.svg);
}
li.ort::after {
   content: url(https://dienetzwerft.de/wp-content/uploads/2024/02/icon-128.svg);
}
li.frage::after {
   content: url(https://dienetzwerft.de/wp-content/uploads/2024/02/icon-129.svg);
}
li.kunden::after {
   content: url(https://dienetzwerft.de/wp-content/uploads/2024/02/icon-130.svg);
}

li.plus::after, li.euro::after, li.ort::after, li.kunden::after, li.frage::after {
  padding-left: 1em;
  position: absolute;
  margin-top: -6px;
   width: 35px;
}

.bg-blau {
   background: linear-gradient(-41deg, #002a48, #004562, #002a48) !important;
}

.bg-schwarz {
   background-color: #000 !important;
}

ul.haken {
   list-style: none; 
   padding-left:30px;
}

ul.haken-white {
   list-style: none; 
   padding-left:30px;
}

.haken-white li::before {
   content: url(/wp-content/themes/fogfox/img/haken-white.svg);
  width: 15px;
   left: 30px;
   position: absolute;
}

.haken li::before {
   content: url(/wp-content/themes/fogfox/img/haken.svg);
  width: 15px;
   left: 30px;
   position: absolute;
}

.small-svg img {
  border-style: none;
  width: 35px;
}

.middle-svg img {
  border-style: none;
  width: 110px;
}
ul.solutions {
   display: block;
   padding-left: 3em;
   padding-right: 3em;
   list-style: none;
   padding-bottom: 5em;
   padding-top: 5em;
}
 li.solutions {
 width: calc(25% - 2em) ;
  float: left;
  text-align: center; padding-left:2em; padding-right:2em; padding-top: 2em; background-color: #eee;
    padding-bottom: 2em;
    margin: 1em;
}

div.solution-height {
   height: 240px;
}

.compose-mode .vc_vc_row > .vc_parallax, .compose-mode .vc_vc_row > [data-vc-full-width="true"], .compose-mode .vc_vc_row_inner, .compose-mode .vc_vc_section > .vc_parallax, .compose-mode .vc_vc_section > [data-vc-full-width="true"], .compose-mode .vc_vc_video {
  padding-top: 0 !important;
}

.ref-logo .wpb_single_image img:hover {
	filter: invert(100)  !important;
	transition-duration:200ms !important;
}

/* PERSONIO */
body.jb-title {
  color: #002a48 !important;
	text-transform: uppercase !important;
}

.detail-title {
  color: red !important;
}

.nav-footer {
margin-bottom: 2em !important;
}