@charset "UTF-8";

/* CSS Document 

* Theme Name: EV Landshut Nachwuchs
* Author: Dennis Wagensohn
* Version: 1.0.0

*/

@import url(css/normalize.min.css);
@import url(css/main.css);

/* ===================
    Headings
   =================== */

.wpcf7 button, html .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], input, select, textarea, body, h2, h3, h5 { font-family: 'Outfit', sans-serif !important; }
h1, h4 { font-family: 'Roboto Slab', serif !important; }
h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: inherit;}
h1 { font-size: 80px; margin: 0 0 20px 0; font-weight: 900; letter-spacing: 1px; color: #ce2820 !important; line-height: 84px; text-transform: uppercase; }
h2 { font-size: 30px; margin: 0 0 40px 0; font-weight: 600; letter-spacing: 1px; color: #333 !important; line-height: 34px; }
h3 { font-size: 26px; margin: 30px 0 15px 0; font-weight: 600; letter-spacing: 1px; color: #ab2019 !important; line-height: 30px; text-transform: uppercase; }
h4 { font-size: 100px; margin: 0; font-weight: 900 !important; letter-spacing: 1px; color: #ab2019 !important; line-height: 104px; text-transform: uppercase; }
h5 { font-size: 30px; margin: 0; font-weight: 600; letter-spacing: 1px; color: #fff !important; line-height: 34px; text-transform: uppercase; }
.main article h1 { font-size: 80px; }

h2:last-child { margin: 0; }
h3:first-child { margin: 0 0 15px 0; }

a, a:visited { color: #ce2820; }
a, .bold { font-weight: 600 !important; }
a { text-decoration: none; }
a:hover, a:focus, a:active { color: #ab2019; text-decoration: none; outline: none; }

p, pre { margin: 0 0 15px 0; }
p:empty { display: none; }
p:last-child { margin-bottom: 0; }

a, img, #header-container, #header-container::before, nav li, nav li a, .sub-menu, .beitrag { -webkit-transition: all 0.5s; transition: all 0.5s; }

strong, .bold { font-weight: 600; }

/* ===================
    ALL: Kunden Theme
   =================== */

* { -moz-box-sizing: border-box; box-sizing: border-box; }

html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 300;
    font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.3px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	color: #333;
}

.wrapper {
    margin: 0 auto;
	width: 1350px;
}

.wrapper, #nav-container, #main-container, #footer-container {
	position: relative;
}

body, #main-container {
	background: #eee;
}

#header-container {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 20px;
	background: none;
	z-index: 999;
	box-shadow: 0px 8px 15px rgba(0,0,0,0.3);
}

/* #header-container::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-image: url("http://evl.mdis-consulting.de/wp-content/uploads/skyline-la.png");
	background-size: 1920px 250px;
	background-position: center center;
	opacity: 1;
}*/

#nav-container {
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	background: #fff;
	padding: 0;
}

#footer-container {
	padding: 50px;
	background: #ce2820;
	border-top: 10px solid #ab2019;
}

/* ===================
    Nav
   =================== */

nav {
	text-align: left;
	width: auto;
}

nav li, nav li a {
	height: 80px;
	line-height: 80px;
	margin: 0;
}

nav li {
	display: block;
	float: left;
	padding: 0 5px 0 0;
	position: relative;
}

nav li:last-child {
	padding: 0;
}

nav li a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	display: block;
	padding: 0 15px;
	width: auto;
	background: transparent;
	color: #333;
	border-bottom: 3px solid #fff;
}

nav a:visited {
	color: #333;
}

nav .current-menu-item a, nav .current_page_item a, nav a:hover, nav a:focus, nav a:active, nav .current-menu-ancestor a {
	color: #ce2820; border-bottom: 3px solid #ce2820;
}

/* Submenü */

.menu-item-has-children:hover ul {
	opacity: 1;
	z-index: 1;
	height: auto;
}

.sub-menu {
    opacity: 0;
    position: absolute;
	width: 230px;
	height: 0px;
    left: 0;
    top: 80px;
    z-index: 1;
	background: none;
	text-align: left;
	overflow: hidden;
}

.sub-menu li {
	display: block !important;
	width: 100% !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 !important;
}

.sub-menu li a {
    color: #333 !important;
	background: rgba(255,255,255,0.9) !important;
	width: 100% !important;
	text-align: left;
	border-bottom: none !important;
	height: 40px !important;
	line-height: 40px !important;
}

.sub-menu .current-menu-item a {
	color: #ce2820 !important;
	background: rgba(255,255,255,0.9) !important;
}

.sub-menu li a:hover {
	color: #ce2820 !important;
	background: rgba(255,255,255,0.9) !important;
}

/* ===================
    Header
   =================== */
   
/* Header Logo */

#logo {
	position: absolute;
	bottom: -10px;
	left: 50px;
	z-index: 2;
}

#logo img {
	width: 100px;
	height: auto;
}

/* ===================
    Main
   =================== */

.main img {
	width: 100%;
	height: auto;
}

.mainhome, .mainnews {
	padding: 0 0 100px 0 !important;
}

.main, .mainsingle, .tribe-common {
	padding: 360px 0 100px 0;
}

.main article {
	width: 100%;
	float: none;
	padding: 0px;
}

.full-width, #newsheader {
    left: calc((100vw - 100%) / 2 * -1);
    position: relative;
    width: 100vw;
    z-index: 0;
}

#first h1, #first h2 {
	color: #fff !important;
}

/* Headerbild */

/* Home */


/* Abteilung */

.abteilung h3 {
	color: #fff !important;
}

/* Aktueller Beitrag */

#news-home h4 {
	color: #fff !important;
}

.postsbycategory {
	margin: 0 -25px;
	display: flex;
	flex-wrap: wrap;
}

.beitrag-container {
	position: relative;
	display: block;
	margin-bottom: 50px;
	padding: 0 25px;
	width: 33.333%;
}
.beitrag-container::before {
	position: absolute;
	content: "";
	width: calc(100% - 50px);
	height: 100%;
	top: 0;
	left: 25px;
	background: #fff;
	border-radius: 30px;
	z-index: 0;
}

.beitrag-container .beitrag {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	z-index: 2;
}

.beitrag-container .thumbnail {
	width: 100%;
	height: auto;
}

.beitrag-container .text {
	width: 100%;
	padding: 30px;
}

.beitrag-container h3 {
	margin: 30px 0 0 0;
}

.beitrag-container a {
	color: #ce2820;
}

.beitrag-container a:hover {
	color: #ab2019;
}

.beitrag-container .date {
    font-size: 16px;
	line-height: 16px;
    font-style: italic;
	color: #333;
}

/* Aktuelles */

.recent-posts {
	margin: 0 -25px;
	display: flex;
	flex-wrap: wrap;
}

.post-container {
	position: relative;
	display: block;
	margin-bottom: 50px;
	padding: 0 25px;
	width: 33.333%;
}

.post-container::before {
	position: absolute;
	content: "";
	width: calc(100% - 50px);
	height: 100%;
	top: 0;
	left: 25px;
	background: #ce2820;
	border-radius: 30px;
	z-index: 0;
}

.post-container .beitrag {
	position: relative;
	overflow: hidden;
	border-radius: 30px;
	z-index: 2;
}

.post-container .thumbnail {
	width: 100%;
	height: auto;
}

.post-container .text {
	width: 100%;
	padding: 30px;
}

.post-container h3 {
	margin: 30px 0 0 0;
}

.post-container a {
	color: #fff;
}

.post-container a:hover {
	color: #fff600;
}

.post-container .date {
    font-size: 16px;
	line-height: 16px;
    font-style: italic;
	color: #fff;
}

/* Single Seite */

/*.single-post {
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 30px;
	overflow: hidden;
}*/

.single-post h1 {
	font-size: 40px !important;
	line-height: 44px;
	margin: 0 0 50px 0;
}

.thumbnail-single {
	margin-bottom: 50px;
	border-radius: 30px;
	overflow: hidden;
}

.thumbnail-single img {
	width: 100%;
	height: auto;
}

.single-post-text {
	width: 100%;
}

/*-- Kontaktformular --*/

.left {
	float: left;
	width: 50%;
	padding-right: 7.5px;
	margin-bottom: 15px;
}

.right {
	float: right;
	width: 50%;
	padding-left: 7.5px;
	margin-bottom: 15px;
}

.wpcf7 {
	width: 100%;
	float: left;
}

#wpcf7-f4-p55-o1 {
	margin-right: 10%;
}

input, select, textarea {
    background-color: #fff;
	letter-spacing: 1px;
    border: none !important;
    color: #333;
    padding: 20px;
	width: 100%;
	border-radius: 20px;
}

textarea {
	height: 219px;
	resize: inherit !important;
}

.wpcf7-form p {
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.datcheck {
	color: #fff;
	font-weight: 300 !important;
	font-size: 10px !important;
	line-height: 14px;
	margin: 10px 0 25px 0;
}

.datcheck a {
	color: #fff;
}

.datcheck a:hover {
	text-decoration: underline;
}

.datcheck .wpcf7-list-item {
    margin: 0 5px 0 0 !important;
}

.datcheck input {
	width: 13px !important;
	height: 13px !important;
}

span.wpcf7-form-control-wrap {
    margin: 0px;
    position: relative;
}

.wpcf7 button, html .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"] {
	background: #fff;
	text-transform: uppercase;
	box-shadow: none;
    border: 0 none;
    border-radius: 20px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
	width: 100%;
	letter-spacing: 1px;
	border-left: none;
	-webkit-transition: all 0.5s;
  	transition: all 0.5s;
}

.wpcf7 button:hover, html .wpcf7 input[type="button"]:hover, .wpcf7 input[type="reset"]:hover, .wpcf7 input[type="submit"]:hover {
    color: #ce2820;
}

#btn {
	border-left: none;
}

.wpcf7-submit {
    clear: both;
    display: table;
    margin: 0px auto;
}

#goog-wm-qt, #goog-wm-sb {
	margin-top: 15px;
}

.ajax-loader {
    width: auto !important;
	position: absolute;
	top: 0;
}

/* ===================
    Footer
   =================== */
   
#footer-container footer {
	padding: 0;
}

#footer-container footer nav {
    float: right;
    width: 100%;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

footer nav li {
	position: relative;
	display: inline-flex;
	float: none;
	height: 20px;
	line-height: 20px;
	padding-right: 30px;
}

footer nav li:last-child {
	padding: 0;
}

footer nav li a	{
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	width: auto;
	background: none;
	color: rgba(255,255,255,0.7);
	margin: 0;
	border-bottom: none !important;
}

footer nav a:visited { color: rgba(255,255,255,0.7); }
footer nav a:hover { color: #fff; text-decoration: none; outline: none; } 
footer nav a:focus { color: #fff; outline: none; }
footer nav a:active { color: #fff; outline: none; }
footer nav .current-menu-item a, footer nav .current_page_item a, footer nav a:hover {
	color: #fff;
	background: none;
}

.copyright {
	position: relative;
	background: #ab2019;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 15px 50px;
}

/* ===================
    Responsive
   =================== */

@media only screen and (max-width: 1450px) {
	.wrapper { margin: 0 5%; width: 90%; }
}
@media only screen and (max-width: 1000px) {
	#nav-container { display: none; }
}
@media only screen and (max-width: 780px) {
}
@media only screen and (max-width: 650px) {
}
@media only screen and (max-width: 450px) {
}