/*!
Theme Name: Wimmer CNC Theme
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>Wimmer CNC Theme</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Wimmer CNC Theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wimmer CNC Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FONTS */

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

/* START CSS */

/* GENERAL START */
body {font-family: 'Assistant', sans-serif; font-size: 18px; color:#001530;}
h1, h2, h3, h4 {font-size:72px; font-weight: 700; line-height: 1.15em; margin-bottom: 2.25rem;}
h2, h3 {position: relative;}
h3 {font-size:48px;}
h4 {font-size:24px;}
h2:before, h3:before {transition: 0.5s; content : ""; position: absolute; left: 0; bottom: -18px; height: 1px; width: 50px; border-bottom:3px solid #00ccff;}
p.subline {font-weight:700; margin-bottom: 22px; font-size:22px;}
p {margin-bottom:1.5rem; margin-top:1rem; line-height: 1.75rem;}
a {color:#001530; text-decoration:none; font-weight: 700;}
a.internal {padding:1rem 1.25rem; border:2px solid #001530; margin-top:1.5rem; display: inline-block; transition: 0.5s; position:relative; line-height: 1.5rem;}
a.internal.white {border:2px solid #efefef; color:#efefef;}
a.internal img {position:absolute; left:10px; top:12px; opacity: 0;width:30px; transition: 0.5s;}
a.internal:hover {border-color: #00ccff; color:#00ccff; transition: 0.5s; padding-left:3.5rem;}
a.internal:hover img {opacity: 100%; display:block;}
b, strong {font-weight:700;}
figcaption {padding:0.5rem; background: #001530; color:#efefef; line-height:1.75rem; font-size: 1rem; font-weight:500;}
.wp-caption a {display:flex;}

/* QUOTES */
blockquote { border-left: 10px solid #00ccff; margin: 1.5em 0; padding: 0.5em 10px;quotes: "\201C""\201D""\2018""\2019"; }
blockquote:before {color: #00ccff;  content: open-quote;  font-size: 4em;  line-height: 0.1em;  margin-right: 0.25em;  vertical-align: -0.4em;}
blockquote p { }

/* COLOURS */
.electric-blue {color:#00ccff;}

/* GENERAL END */

/* HEADER START */
header {width:100%; height:100vh; position:relative; overflow: hidden;}
header .header-bg {width:100%; height: 100%; position: absolute; z-index:-99;}
header .header-bg img {object-fit: cover;width:100%; height:100%;}
header .header-bg video {object-fit: cover;width:100%; height:100%; z-index:-99; position: absolute; top:0; left:0;}
header .header-bg .overlay {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(0,0,0,0) 30%);
	width:100%; 
	height:100%; 
	position:absolute; 
	top:0; 
	left:0;
}
header .logo-wrap {width:100%; display:flex; justify-content: space-between;}
header .logo {width:200px; height: auto; padding:20px;}
header nav.main {width:50px;height:auto; padding:20px;}
header #caption {width:100%; text-align: center; position: absolute; top:20%; z-index:1; color:#fff; mix-blend-mode:hard-light;}
header .precaption {font-weight:700; margin-bottom: 22px; font-size:22px;}
header .focuses {display:flex; justify-content:space-around; width:70%; margin: auto; margin-top:50px; flex-wrap:wrap;}
header .twoline {margin-top:0; width:55%;}
header .focuses div {width:33%; position: relative; margin-bottom:20px;}
header .focuses .twoline div {width:50%;}
header .focuses div a {color:#fff; width:33%; position: relative; text-align: left; font-size:24px;}
header .focuses div a:before {transition: 0.5s; content : ""; position: absolute; left: 0; top:30px; bottom: 0; height: 1px; width: 30px; border-bottom:3px solid #001530;}
header .focuses div a:hover:before {width:100%; border-color: #00ccff;}
#videobutton {color:#fff; margin:auto; display:inline-block; font-weight:700; width:auto; border:2px solid #fff; border-radius:15px; padding:1rem 1.25rem;}
#videobutton img {opacity:0;}
#videobutton:hover {background-color: #00ccff; color:#fff; transition: 0.5s; padding-left:3.5rem;}
#videobutton:hover img {opacity: 100%; display:block;}
/* HEADER END */

/* MAIN NAVIGATION */
.nav-container {transition:0.5s; margin-right:-100%; width:300px; height:auto; background:#001530; position:fixed; top:0; right:0; z-index:9999; opacity: 0;}
.nav-container ul {margin-top:80px;}
.nav-container ul li {cursor:pointer; transition:0.5s; position:relative; padding:1.5rem 60px; border-bottom:2px solid #00ccff; background:rgba(0,204,255,0.5);}
.nav-container ul li {background:url(img/menu-icon.svg); background-size: 20px; background-repeat: no-repeat; background-position:30px center;}
.nav-container ul li:hover {padding-left:65px; background-color:rgba(0,204,255,0.78);}
.nav-container ul li a {color:#fff;}
.nav-container img {position:absolute; top:20px; right:30px;}
.nav-container.active {margin-right:0px; opacity:1;}

/* SECTION MAIN START */
section#main {width:100%; height: auto; background:#efefef; padding-bottom:200px;}
section .content {width:auto;  display: flex;}
section .content div.image {width: 50%; max-height: 750px; overflow: hidden;}
section .content div.image img {object-fit: cover; object-position: center center; min-width: 100%; min-height: 100%; width:auto; height:auto; o}
section .content div.text {padding:1.5%; width: 47%;}
section .content div.col-100 {width:97%; padding:1.5%; padding-bottom: 0.5rem;}
section .content div.col-66 {width:63%; padding:1.5%;}
section .content div.col-66.videocontainer {width:63%; margin-left:1.5%; padding:0; overflow: hidden;}
section .content div.col-66.videocontainer video {height: 100%; max-width: 100%;  object-fit: cover;}
section .content div.col-33 {width:31%; padding:1.5%;}
section .content .white-bg {background:#001530; color:#fff;}
section .content .space-up {margin-top:170px;}
section .content ul.aufzaehlung {margin-bottom:30px; list-style: none; list-style-position: inside;}
section .content ul.aufzaehlung li {line-height:24px; margin-bottom:1.5rem; padding-left: 1rem;}
section .content ul.aufzaehlung li::before { content: "\25AA";  color: #00ccff; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
section .content ul.aufzaehlung-anfahrt {margin-bottom:30px; list-style: none; list-style-position: inside;}
section .content ul.aufzaehlung-anfahrt li {line-height:18px; margin-bottom:1rem; padding-left: 1rem;}
section .content ul.aufzaehlung-anfahrt li::before { content: "\25AA";  color: #00ccff; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }

/* SECTION MAIN END */

/* VIDEO */
section .content div video {max-width:100%;}

/* FORMS */
label {display:block; font-weight:700; margin-bottom:1rem;}
input[type=text], input[type=submit] {padding:10px; font-size: 1rem; width:100%; border:2px solid #efefef; transition:0.5s; margin-bottom:1.25rem;}
input[type=text]:hover, input[type=submit]:hover {border:2px solid #00ccff;}
input[type=submit] {width:auto; display:block; background:none; border:2px solid #001530; color:#001530; font-weight: 700; cursor: pointer;}
input[type=submit]:hover {color:#00ccff;}
input[type=checkbox] {outline:none; border:2px solid #001530; background:none; vertical-align: top;}
input:focus {border:2px solid #00ccff; outline:0;}
label.checktext {display:inline-block; width:80%; font-weight: 400; line-height: 1.5rem;}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {max-width: 100% !important;}

/* FOOTER */
footer {width:97%; padding:1.5%; background: #efefef; border-top:3px solid #001530; display:flex; justify-content: space-between;}
footer .technav ul li {float:left;}
footer .technav ul li:after {content: "|";  padding-right:10px; padding-left:10px;  color:#00ccff;}
footer .technav ul li:last-child:after {content: ""; padding-right:0;}
footer .technav {width:auto;}
footer .copyright {width:auto;}

/* ACCORDEON */
dt {cursor:pointer; padding:1rem 1.25rem; font-weight: 700;border:2px solid #001530; margin-top:1.5rem; display: block; transition: 0.5s; position:relative;}
dt img {position:absolute; left:10px; top:10px; opacity: 0;width:30px; transition: 0.5s;}
dd { display:none; padding:15px 15px; background:#001530; color:#efefef;}

dt:hover {border-color: #00ccff; color:#00ccff; transition: 0.5s; padding-left:3.5rem;}
dt:hover img {opacity: 100%; display:block;}

/* SCROLL ANIMATION */
.mouse { 	margin:auto;	width: 30px;	height: 60px;	border: 3px solid #fff;	border-radius: 60px;	position: relative;}
.mouse:before {	content: '';	width: 8px;	height: 8px;	position: absolute;	top: 10px;	left: 50%;	transform: translateX(-50%);	background-color: #fff;	border-radius: 50%;	opacity: 1;	animation: wheel 2s infinite;	-webkit-animation: wheel 2s infinite;}
@keyframes wheel {	to {		opacity: 0;		top: 60px;	}}
@-webkit-keyframes wheel {	to {		opacity: 0;		top: 60px;	}}

/* WP FORMS */

div.wpforms-container-full .wpforms-form label.wpforms-error {color:#ff0000 !important;}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  background-color: inherit !important;
  border: 2px solid #001530; !important;
  color: #001530; !important;
  font-size: 1rem !important;
	font-weight: 700;
  padding: 1rem 1.25rem !important;
	transition:0.5s !important;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {border:2px solid #00ccff !important; color:#00ccff !important;}
.wpforms-required-label {color:#00ccff !important;}

/* ANIMATED BUTTON */
.express {
	padding:1.5rem 1.25rem;
	border: 2px solid #001530;
	padding-left:3.5rem;
	background: url(img/stopwatch.svg);
	background-position:0.5rem 50%;
	background-repeat:no-repeat;
	background-size: 35px 35px;
	font-weight:700;
	color:#00ccff;
}

/* Karriere-Box */
#career {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); 
	width:200px; 
	height:300px; 
	position:fixed; 
	bottom:40px; 
	right:40px; 
	background:#001530; 
	border:3px solid #00ccff; 
	border-radius: 0px 15px 15px 15px; 
	padding:20px; 
	color:#fff;
	z-index:9999;
}

#career.small {width:35px; height:35px; overflow:hidden; transition:0.5s;bottom:15px; right:15px;}

#closebox {
	 cursor:pointer;
}

/* < 1280PX */
@media screen and (max-width:1280px) {
	header .focuses {display:flex; justify-content:space-around; width:70%; margin: auto; margin-top:30px; flex-wrap:wrap;}
	#career {width:35px; height:35px; overflow:hidden; transition:0.5s;bottom:15px; right:15px;}
	#closebox {display:none;}
	.mobile-career {
		width:200px !important; 
		height:300px !important; 
		bottom:40px !important; 
		right:40px !important; 	
	}
}

@media screen and (max-width:1150px) {
	header .focuses {display:flex; justify-content:space-around; width:100%; margin: auto; margin-top:30px; flex-wrap:wrap;}
}
/* < 980PX */
@media screen and (max-width:980px) {
	header {height:850px;}
	.nav-container {  width: 100%; height: 100%; background: rgba(0,21,48,0.95); position: absolute; top: 0; right: 0; z-index: 9999;}
	h1, h2 {font-size: 3rem; font-weight: 700; line-height: 4rem; margin-bottom: 2.25rem; word-wrap: break-word;}
	h1 {line-height: 3rem; }
	header .focuses {display: inherit; width: 90%; margin-top:1rem;}
	header .focuses div {width:inherit; margin-bottom: 2rem;}
	header .focuses div a {width: inherit; position: relative; text-align: center;}
	header .focuses div a:before {left: 50%; width: 30px; transform: translateX(-15px);}
	header .focuses div a:hover:before {left:0;  transform: translateX(0px); }
	header #caption {top:20%;}
	section .content {width:auto;  display: flex; flex-wrap: wrap;}
	section .content div.image { width: 100%; display: none; overflow: hidden; }
	section .content div.text {padding:2.5%; width: 95%; margin-bottom: 75px;}
	section .content div.col-66 {width:95%; padding:2.5%; padding-bottom: 75px;}
	section .content div.col-66.videocontainer {width:97%;}
	section .content div.col-66.videocontainer video {height: auto; width:auto; max-width: 100%;}
	section .content div.col-33 {width:95%; padding:2.5%; padding-bottom: 75px;}
	footer {flex-wrap: wrap-reverse;}
	footer .technav li {width:95%;  padding:2.5%; border-bottom:1px solid #00ccff; transition: 0.5s;}
	footer .technav li:hover {background:#00ccff; color:#efefef;}
	footer .technav ul li:after {content: ""; padding:0;}
	footer .copyright {width:95%;  padding:2.5%;}
	header .precaption {display:none;}
}



/* SEO INFOS */
.addinfos {

}

