/*
Theme Name: Carstenoliverjung Theme
Theme URI: http://carstenoliverjung.de
Author: Carstenoliverjung
*/
 

/* Add your custom styles here... */ 
html, body, div, span, applet, object, iframe,
 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, h1, h2, h3, h4, h5, h6{
	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.2;
	font-family: "acumin-pro-semi-condensed";
	display: block;
	overflow-x: hidden;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{	box-sizing:border-box;	}

em {	font-style: italic;}
strong{	font-weight:bold;	}
a {	text-decoration: none; color:#000; }

.alignright, .alignleft , .aligncenter{
	padding: 5px 10px;
}
.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Styling */
h1 {
	font-size: 40px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 25px;
}
p{
	font-size: 18px;
	margin:10px 0;
}
h1, h2, h3, h4, h5, h6{
 	margin:20px 0;
}
.wpb_text_column ol, .wpb_text_column ul {
	margin-left:20px;
}

.content-center{
	width:100%;
	max-width:1240px;
	margin:0 auto;
	display:block;
}
/* Transition Effect */
a , .menu-mobile span , .menu-container{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

/* Header */
.logo-container .websitelogo {
	max-width: 175px;
}
.logo-container {
	width: 175px;
	display: inline-block;
}
.menu-container {
	width: calc(100% - 175px);
	display: inline-block;
	vertical-align: top;
	margin-top: 65px;
}
.header-container {
	font-size: 0;
	padding: 45px 0 40px;
}
.menu-container .menu li {
	font-size: 25px;
	display: inline-block;
	margin-right: 65px;

}
.menu-container .menu li:last-child{
	margin-right: 0;
}
.menu-container .menu li a{
	color: #000;
}
.menu-container .menu li a:hover , .wpb_text_column a:hover{
	opacity:0.6;
}
.logo-container a {
	display: block;
}
/* Footer */

.footer-copyright {
	text-align: center;
	padding: 55px 0;
}
.footer-copyright p{
	font-size: 25px;
}
.footer-copyright p {
	margin: 0;
}

/* Homepage Gallery */

.homepage-gallery {
	font-size: 0;
}
.homepage-gallery .gallery-image-single {
	display: inline-block;
}
.image-holder img {
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

.homepage-gallery.col50 .gallery-image-single{
	width: 50%;
}
.homepage-gallery.col33 .gallery-image-single{
	width: 33.33%;
}
.homepage-gallery.col60 .gallery-image-single:first-child , .homepage-gallery.col40 .gallery-image-single:last-child{
	width: 66.66%;
}
.homepage-gallery.col60 .gallery-image-single:last-child , .homepage-gallery.col40 .gallery-image-single:first-child{
	width: 33.33%;
}
.gallery-image-single .image-holder {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.gallery-image-single .fancy-box-gallery {
	width: 100%;
	height: 100%;
	display: block;
}
.about-page {
	margin: 40px auto 0 !important;
}
.about-page p {
	margin-top: 0;
	font-size: 22px;
}
.about-page .vc_column-inner {
	padding: 0 !important;
}
.about-page .vc_col-sm-6:last-child {
	float:left;
}
.about-page .vc_col-sm-6:first-child{
	float:right;
	padding-left: 30px;
}
.about-page .wpb_text_column .wpb_wrapper {
	text-align: justify;
}
.content-area .wpb_wrapper .wpb_video_widget:last-child {
	margin-bottom: 0 !important;
}
/* Error 404 */
.error404 #primary {
	text-align: center;
	padding: 40px 0;
}
.error404 span {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.error404 h1 {
	font-size: 150px;
	font-weight: bold;
	line-height:1;
}
.error404 h3 {
	margin: 10px 0;
}
.error404 h3 a {	opacity: 0.6;}
.error404 h3 a:hover{opacity:1;}

.special--content .wpb_video_widget.wpb_content_element iframe {
	width: 100%;
	height: 80vh;
	top: 50%;
	transform: translateY(-50%);
}
.special--wrap .wpb_video_wrapper {
	padding: 0 !important;
}
.special--content .wpb_video_widget.wpb_content_element {
	width: 100%;
	height: 100%;
}
.special--content .wpb_single_image img {
	width: auto;
	height: 90vh;
}
.page-template-meadia-teamplate header, .page-template-meadia-teamplate footer {
	display: none !important;
}
.special--content {
	min-height: 100px !important;
}
.special--wrap {
	height: 100vh;
	display: table;
	width: 100%;
}
.special--wrap > div {
	display: table-cell;
	vertical-align: middle;
}
.special--wrap .wpb_wrapper.vc_figure {
	display: table;
	margin: auto;
}
.special--wrap .wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: auto;
}


/* Responsive */
@media(max-width:1600px){
	.header-container {	padding: 30px 0 25px;}
	.footer-copyright {		padding: 35px 0;}
	.logo-container .websitelogo {	max-width: 145px;}
	.logo-container {	width: 145px;}
	.menu-container {	width: calc(100% - 145px);	margin-top: 55px;}
	.menu-container .menu li {	font-size: 22px;	margin-right: 55px;}
	.footer-copyright p {	font-size: 22px;}
}
@media(max-width:1400px){
	.content-center {	max-width: 1160px;}
	.logo-container .websitelogo {	max-width: 135px;}
	.logo-container {	width: 135px;}
	.menu-container {	width: calc(100% - 135px);}
	.footer-copyright {	padding: 40px 0;}
	.about-page p {	font-size: 20px;}
	h1 {	font-size: 38px;}
	h2 {	font-size: 34px;}
	h3 {	font-size: 30px;}
	h4 {	font-size: 28px;}
	h5 {	font-size: 26px;}
	
	
}
@media(max-width:1279px){
	.content-center{		max-width: 92%;}
	.logo-container .websitelogo {	max-width: 130px;}
	.logo-container {	width: 130px;}
	.menu-container {	width: calc(100% - 130px); margin-top: 45px;}
	.menu-container .menu li {	font-size: 20px;	margin-right: 50px;}
	.header-container {	padding: 25px 0 20px;}
	.footer-copyright p {	font-size: 20px;}
	.footer-copyright {	padding: 35px 0;}
	.about-page {	margin: 30px auto 0 !important;}
	.error404 span {	font-size: 26px;}
	.error404 h1 {	font-size: 130px;}
	.error404 h3 {	font-size: 28px;}
	
	.special--wrap .wpb_wrapper.vc_figure {width: 100%;}
	.special--wrap .wpb_wrapper.vc_figure .vc_single_image-wrapper {width: 100%;}
	.special--content .wpb_single_image img {width: 100%;height: auto;}
}

@media(max-width:1023px){
	/*Responsive Menu*/
	body.open-menu {	overflow: hidden;}
	.menu-mobile {display:inline-block !important;  z-index: 99; position:relative; width: calc(100% - 120px);}
	.stripes-holder {	width: 30px; cursor:pointer;}
	.menu-mobile span{display:block; width:100%; height:3px; background-color:#222; margin-bottom: 6px; }
	.menu-mobile span:last-child{margin-bottom:0;}
	.open-menu .menu-mobile span:nth-child(2){opacity:0; }
	.open-menu .menu-mobile span:first-child{transform: rotate(45deg) translate(8px,4px); -webkit-transform: rotate(45deg) translate(8px,4px); -moz-transform: rotate(45deg) translate(8px,4px); background-color:#000;}
	.open-menu .menu-mobile span:last-child{transform: rotate(-45deg) translate(8px,-5px); -webkit-transform: rotate(-45deg) translate(8px,-5px); -moz-transform: rotate(-45deg) translate(8px,-5px); background-color:#000;}
	.open-menu .menu-mobile {	}
	.menu-container {	position: fixed;	left: -1000px;	top: 0;	width: 100%;	height: 100%;	background: #fff;	z-index: 9;	margin: 0; text-align: center;}
	.open-menu .menu-container{ left:0;	}
	
	.header-container {	padding: 20px 0 15px;	position: relative;}
	.logo-container .websitelogo {	max-width: 120px;}
	.logo-container {	width: 120px;}
	.menu-mobile, .logo-container {	vertical-align: middle;}
	.menu-container .menu li {	margin-right: 0;	display: block;	margin-bottom: 20px;}
	.logo-container.mobile-logo {	display: block !important;	margin: 0 auto 30px;}
	.menu-container .menu-holder {	position: absolute;	top: 50%;	left: 50%;	transform: translate(-50%,-50%);	-webkit-transform: translate(-50%,-50%);	-moz-transform: translate(-50%,-50%);}
	.about-page p {	font-size: 18px;}
	.about-page .vc_col-sm-6:first-child {	padding-left: 20px;}
	.about-page {	margin: 20px auto 0 !important;}
	h1 {	font-size: 34px;}
	h2 {	font-size: 32px;}
	h3 {	font-size: 28px;}
	h4 {	font-size: 26px;}
	h5 {	font-size: 24px;}
	h6 {	font-size: 22px; }
	h1, h2, h3, h4, h5, h6{ 	margin:16px 0;}
	p {	font-size: 17px;}
	.error404 span {	font-size: 24px;}
	.error404 h1 {	font-size: 120px;}
	.error404 h3 {	font-size: 26px;}
	
	
}
@media(max-width:767px){
	.logo-container .websitelogo {	max-width: 100px;}
	.logo-container {	width: 100px;}
	.menu-mobile {	width: calc(100% - 100px);}
	.logo-container.mobile-logo {	margin: 0 auto 20px;}
	.homepage-gallery .gallery-image-single {	width: 100% !important; height: auto !important;}
	.gallery-image-single .image-holder {	background-image: none !important;}
	.image-holder img {	opacity: 1;	visibility: visible;}
	.footer-copyright p {	font-size: 18px;}
	.footer-copyright {	padding: 30px 0;}
	.content-area .wpb_wrapper .wpb_video_widget , .about-page .vc_col-sm-6:first-child .wpb_content_element {margin-bottom:20px;}
	.about-page {	max-width: 100%;	}
	.about-page .vc_col-sm-6:first-child {	padding-left: 0; padding-bottom:10px;}
	.about-page .wpb_text_column .wpb_wrapper {	text-align: left;}
	.about-page p {	font-size: 17px;}
	.about-page .vc_col-sm-6:last-child .wpb_content_element {	margin-bottom: 0;}
	p {	font-size: 16px;}
	body {-webkit-text-size-adjust: none;}
	
	
}
@media(max-width:639px){
	.content-center{	max-width: 90%;}
	.logo-container {	width: 80px;}
	.menu-mobile {	width: calc(100% - 80px);}
	.logo-container .websitelogo {	max-width: 100%;}
	.logo-container.mobile-logo {	width: 100px;}
	.content-area .wpb_wrapper .wpb_video_widget ,  .about-page .vc_col-sm-6:first-child .wpb_content_element{margin-bottom:15px;}
	.about-page p {	font-size: 16px;}
	h1 {	font-size: 30px;}
	h2 {	font-size: 28px;}
	h3 {	font-size: 26px;}
	h4 {	font-size: 24px;}
	h5 {	font-size: 22px;}
	h6 {	font-size: 20px; }
	h1, h2, h3, h4, h5, h6{ 	margin:14px 0;}
	.error404 span {	font-size: 22px;}
	.error404 h1 {	font-size: 100px;}
	.error404 h3 {	font-size: 22px;}
	
	
	
}
@media(max-width:479px){
	.logo-container {	width: 60px;}
	.menu-mobile {	width: calc(100% - 60px);}
	.logo-container.mobile-logo {	width: 80px;	margin-bottom: 15px;}
	.menu-container .menu li {	margin-bottom: 15px;}
	.footer-copyright p {	font-size: 16px;}
	.error404 span {	font-size: 20px;}
	.error404 h1 {	font-size: 80px;}
	.error404 h3 {	font-size: 20px;}
	
	
}
















