/*
Theme Name: MOLITOR-Projekte-Karl
Template: molitor
Theme URI: ''
Author: AGENTUR SEELAND team
Author URI: https://agentur-seeland.de/
Description: MOLITOR-Projekte-Karl.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: as

*/
/*** BASIS-LAYOUT ***/
body, button, input, select, textarea {
	color: rgb(0,70,96);
}
h1, h2, h3, h4, h5, h6, .h1 {
	color: rgb(0,70,96);
}
h3, .h3 {
	color: inherit;
}
/** LOGO **/
.site-header-menue-wrapper .logo {
	height: 0rem;
}
.site-header-menue-wrapper .toggled-on + .logo {
	height: 0rem !important;
}


.logo.project {
	background: transparent url("images/LOGO_KARL.svg") no-repeat scroll center 50% / 100% auto;
	height: 15rem;
	top: 0.5rem;
	position: fixed;
	left: 2vw;
	width: 15rem;
	z-index: 1000;
	box-shadow: none;
	transition: all 150ms ease-in 0ms !important;
}
.minnav .logo.project {
	opacity: 1 !important;
	top: 0.25rem !important;
	width: 3rem;
	height: 3rem;
	transition: all 150ms ease-in 0ms;
	left: 4vw;
}
@media(max-width:767px){
	.logo.project {
		height: 12rem;
		width: 12rem;
	}
	.minnav .logo.project {
		width: 0rem;
		height: 4rem;
		left: 4vw;
	}
}

.menu-extend {
    display:none;
}
.menu-toggle {
	right: 1rem;
}
.menu-toggle .hamburger > div {
	width: 2rem;
	height: 2px;
}
.menu-toggle.toggled-on .hamburger > div:nth-child(1) {
	transform: translateY(8px) rotate(-135deg);
}
.menu-toggle .menu-txt {
	font-size: 0.625rem;
	text-transform: uppercase;
	color: rgb(3, 24, 54);
}
@media(min-width:768px){
	.site-header-menue-wrapper .logo.parent {
		left: auto;
		right: 6rem;
		width: 4.25rem;
		height: 4.5rem;
		top: 1rem;
		background-color: transparent;
		box-shadow: none;
		background-size: 98% auto;
		background-position: center top;
		background-image:url("images/LOGO_MOLITOR_neu.svg");
	}
	.minnav .logo.parent {
		top: 1rem !important;
		height: 0;
	}
	.minnav .menu-toggle:not(.toggled-on) {
		top: 0.75rem;
		transition: all 150ms ease 0s;
	}
	.menu-toggle:not(.toggled-on)::before {
		content: "";
		position: absolute;
		background-color: rgb(219,221,62);
		opacity: 1;
		z-index: -1;
		left: auto;
		top: -0.5rem;
		right: -1rem;
		bottom: -0.25rem;
		width:4rem;
	}
	.minnav .menu-toggle:not(.toggled-on)::before {
		background-color: transparent;
	}
	.minnav .menu-toggle .menu-txt {
		visibility: hidden;
	}
	.menu-extend {
		top: 1.9125rem;
		font-size: 1rem;
		position: fixed;
		transition: all ease 300ms 0ms;
		width: 100%;
		display:block;
	}
	.menu-extend ul {
		text-align: center;
		display:table;
	}
	.menu-extend li {
		display: table-cell;
	}
	.menu-extend li a {
		padding: 1em 1vw;
		display: block;
		margin: 0 0em;
		background-color: rgba(85,199,207,0.75);
		color:rgb(255,255,255);
		font-weight: 900;
		text-transform: uppercase;
		font-size: 0.9325em;
		letter-spacing: 0.05em;
	}
	.menu-extend li:first-child {
		display: none;
	}
	.menu-extend li:nth-child(2) a {
		padding-left:2vw;
	}
	.menu-extend li:last-child a {
		padding-right:2vw;
	}
	.menu-extend .current-menu-item a, .menu-extend .current_page_item a, .menu-extend .cuurent_anestor_item a {
		font-weight: bold;
		color: rgb(0,70,96);
		background-color: rgb(219,221,62) !important;
		padding-left: 2vw !important;
		padding-right: 2vw !important;
	}
	.toggled-on .menu-extend {
		display: none;
	}
	.minnav .menu-extend {
		top: 0rem;
		position: fixed;
		background-color: rgba(85,199,207,0.95);
		box-shadow: 0 0 0.5em rgba(0,70,96,0.95);
	}
	.minnav .menu-extend a {
		background-color: transparent;
	}
	@media(min-width:1024px) and (max-width:1180px){
		.menu-extend a {
			padding-left:1vw;
			padding-right:1vw;
		}
	}
	@media(max-width:1024px){
		.logo.project {
			background: transparent url("images/LOGO_KARL.svg") no-repeat scroll center 50% / 100% auto;
			height: 10rem;
			top: 2rem;
			position: fixed;
			left: calc(50% - 5rem);
			width: 10rem;
			z-index: 1000;
			box-shadow: none;
			transition: all 150ms ease-in 0ms !important;
		}
		.menu-extend {
			top: 12.9125rem;
		}
	}
	@media(min-width:1520px){
		.menu-extend ul {
			width: 100% !important;
			max-width: 64rem !important;
		}
	}
}

/*** NAVIGATION ***/
#menu-mainmenu > li:first-child {
	display: block;
}
.toggled-on .site-header .site-header-menue-wrapper {
	background-color: rgb(0,70,96);
}
.main-navigation .current-menu-item > a, .main-navigation .current-page-ancestor > a,
.main-navigation a:hover, .main-navigation a:focus {
	color: rgb(219,221,62);
}
.site-header-menu .main-navigation:nth-child(2) .current-menu-item > a, 
.site-header-menu .main-navigation:nth-child(2) .current-page-ancestor > a {
	color: inherit;
}
.site-header-menu .main-navigation:nth-child(2) {
	border-left: 0.0625em solid;
	padding-left: 2.5vw;
}
.site-header-menu .main-navigation:nth-child(2) a span {
	font-size: 1em !important;
}
.site-header-menu .addnav {
	/* float: right; */
	display: table-cell;
	padding: 0vw 0 0vw 0vw;
	border-left: 0em solid;
	position: relative;
	width: 35%;
	font-size: 0.875em;
	vertical-align: bottom;
}
@media(max-width:767px){
	.site-header-menu {
		background-color: rgb(0,70,96);
	}
	.site-header-menu .main-navigation:nth-child(2) {
		border-top: 0.0625em solid rgb(255,255,255);
		padding-top: 5vw;
		padding-bottom: 5vw;
		padding-left: 0;
		border-left: none;
	}
	.logo.parent {
		display:none;
	}
	.menu-toggle.toggled-on {
		top: 0.675rem;
	}
	.menu-toggle:not(.toggled-on) {
		right: 0.75em;
		height: 2rem;
		top: 1em;
	}
	.menu-toggle:not(.toggled-on)::before {
		left: auto;
		top: -0.5em;
		right: -0.75em;
		bottom: -0.5em;
		width: 3.5rem;
		background-color: rgb(219, 221, 62);
		opacity: 1;
		box-shadow: 0 0.125em 0.125em rgba(0, 70, 96, 0.2);
	}
}

.site-footer .signet {
	box-sizing: content-box;
	padding: 0rem 0 calc(6vw + 2rem);
	margin: auto;
	display: inline-block;
	position: relative;
	width: 5rem;
	margin: 0 1em;
}

/* LISTEN*/
ul.checked, ul.featured {
	margin-left: 2.25em !important;
}
ul.featured li {
	margin-top: 0.25em !important;
}
ul.featured li::before {
	content: "\e805" !important;
	color: rgb(219,221,62);
	font-size: 1.5em;
	line-height: 0.75;
	padding-right: 0.25em !important;
	margin-right: 0.25em !important;
	font-family: "web-icon-molitor";
}
/*** STAGE ***/
.stage {
	background: rgb(219,221,62);
}
.hero.stage .slidecont {
	color: inherit;
}
.site-footer, .site-footer .newsform {
	background-color: rgb(0,70,96);
}
.site-footer .signet-wrapper {
	position: relative;
	text-align: center !important;
}

/** Layout **/

body:not(.home) .stage {
	min-height: 200px;
	max-height: 30rem;
}
.content {
	max-width:68rem; /*max-width: 60.889rem; //1024px */
}
.innercol::after {
	content:'';
	display:table;
	clear:both;
}
.parallax {
	min-height:60vh;
}
.section {
	position:relative;
}
.section#intro {
	padding-top:3rem;
}

/**  Headlines **/
h1.mega, .h1.mega {
	color: rgb(219,221,62);
	font-size: 3em;
	margin-bottom: 0.425em;
	/* text-decoration: underline wavy 1px red; */
}
h1.mega + h3, .h1.mega + h3  {
	margin-top: 0em !important;
	font-size:1.5em;
}
@media(max-width:600px){
	h1.mega, .h1.mega {
		hyphens: auto;
	}
}
@media(max-width:374px){
	h1.mega, .h1.mega {
		font-size: 2.5em;
		hyphens: auto;
	}
}
/** Colors **/
.green {
	color:rgb(219,221,62);
}
.bg_green {
	background-color:rgb(219,221,62);
}
.blue {
	color:rgb(0,70,96);
}
.bg_blue {
	background-color:rgb(0,70,96);
}
.lightblue {
	
}

/** Waves **/
.welle_kurz_boot::after {
	content: '';
	position: absolute;
	top: -1em;
	right: 0;
	height: calc(3em + 2vw);
	background: url(/karl/wp-content/themes/molitor-projekte-karl/images/welle_kurz_boot.svg) no-repeat right center / auto 100%;
	display: block;
	width: 100%;
	z-index: 1;
}
.welle_lang::after {
	content: '';
	position: absolute;
	top: -1em;
	right: 0;
	height: calc(0.5em + 1vw);
	background: url(/karl/wp-content/themes/molitor-projekte-karl/images/welle_lang.svg) no-repeat left center / auto 100%;
	display: block;
	width: 95%;
	z-index: 1;
}

/** Google-Map **/
.gmap {
	background-color:rgb(245,245,245);
	position:relative;
	display:block;
}
.gmap::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,70,96,0.1);
	top: 0;
	transition:opacity 150ms ease 750ms;
}
.gmap:hover::before {
	opacity:0;
}
.gmap iframe {
	margin-bottom: 0;
	padding: 0;
	display: block;
	width: 100%;
	border: none;
}

/** KONTAKT-Footer **/
#kontakt_footer {
	background-color: rgb(239, 234, 228);
}
@media(min-width:768px){
	#kontakt_footer {
		padding-bottom: calc(10rem + 4vw);
	}
}
a.call {
	display: inline-block;
	padding: 1em;
	/*border: solid 0.0626em rgb(0,70,96,0.25);
	border-radius: 0.5em;*/
	margin: 2em 1em;
	width: calc(8em + 8vw);
	background: url(/karl/wp-content/themes/molitor-projekte-karl/images/icon_phone.svg) no-repeat center center / auto 70% rgb(219,221,62);
	height: 3.5em;
}
a.call.mail {
	background-image: url(/karl/wp-content/themes/molitor-projekte-karl/images/icon_mail.svg);
}
a.call:hover, a.call:active, a.call:focus {
	box-shadow: 0 0 0.5em rgba(0,70,96, 0.5);
	background-color: rgb(93, 201, 209);
}
a.call span {
	display: block;
	text-indent: -1000vw;
	line-height: 0.5;
}
.callmenu {
	position: fixed;
	top: 5.625rem;
	right: 0;
	z-index: 999;
	width: 4rem;
	transition: all 150ms ease 0s;
}
.callmenu a.call {
	width: 100%;
	margin: 0.125em 0;
	border-radius: 0;
	background-size: auto 50%;
	border: none;
	/* box-shadow: 0 0.125em 0.125em rgba(0, 70, 96, 0.2); */
	/* background-color: rgb(92, 200, 208); */
}
.minnav .callmenu a.call {
	box-shadow: 0 0.125em 0.125em rgba(0, 70, 96, 0.2);
}
.callmenu a.call.mail {
	background-size: auto 40%;
}
@media(max-width:767px){
	.callmenu {
		top: 3.625rem; /*4rem*/
		width: 3.5rem;
	}
	a.call {
		margin: 0.5em 1em;
	}
	.minnav .callmenu {
		right: -4rem;
	}
}

/** STOERER **/
.stoerer {
	position: absolute;
	right: 2rem;
	z-index: 999;
	bottom: 8em;
	transition: 150ms ease 0ms;
}
.stoerer > div {
	background: rgba(85,199,207,0.95);
	padding: 1em;
	text-align: center;
	color: rgb(255,255,255);
	box-shadow: 0 0 1em;
	/* border: solid 0.25em rgba(255,255,255,0.95); */
}
.stoerer h3 {
	margin: 0 0 0 0;
}
.stoerer .call {
	margin: 0;
	color: rgb(57,75,83);
	text-transform: uppercase;
	font-weight: bold;
	background-image: none;
}
@media(max-width:767px){
	.stoerer {
		font-size: 0.75rem;
		width: 14rem;
		right: calc(50% - 7rem);
		bottom:10em;
	}
	.stoerer > div {
		background-color:rgba(85,199,207,0.65);
	}
}

/** KONTAKTFORM **/
#kontaktform p {
	margin-top: 0.325em !important;
}
#kontaktform label > span:first-child {
	display: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
	background-color: rgba(93, 201, 209,0.15);
	border: 1px solid transparent;
	color: RGB(0,0,0);
	padding: 0.875em 0.5em;
	width: 100%;
	font-weight: 500;
	border-radius: 0em;
	/* box-shadow: inset 0 0 0.25em rgba(0,70,96,0.3); */
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
	background-color: rgba(31,102,130,0.05);
	border-color: #5dc9d1;
	color: rgb(0,0,0);
	outline: 0;
}
#kontaktform .requiredtxt {
	font-size: 0.75em;
	margin-top: -0.5em !important;
}
#kontaktform .datenschutz, #kontaktform .norobot {
	font-size: 0.875em;
}
#kontaktform input[type="checkbox"] {
	margin-left: -1.5em;
	margin-right: 0.375em;
}
#kontaktform .button [type="submit"] {
	background-color: rgb(219,221,62);
	padding: 1em;
	min-width: 12rem;
	text-align: center;
	border-radius: 0;
	border: solid 1px transparent;
	margin-bottom: 2em;
}
#kontaktform .button [type="submit"]:hover {
	box-shadow: 0 0 0.5em rgba(0,70,96, 0.5);
	background-color: rgb(93, 201, 209);
}
#kontaktform #objekt.wpcf7-select {
	font-weight:bold;
}
#kontaktform #art.wpcf7-checkbox {
	white-space: nowrap;
}
div.wpcf7-response-output {
	margin: 0em 0em 0em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}
/** TILE **/

/**** TABNAV ****/
ul.tabnav, ul.wfnav {
	width: 100%;
	list-style: none !important;
	float: left;
	margin: 0 0 3em 0 !important;
}
ul.tabnav li, ul.wfnav li {
	float:left;
	width:25%;
}
ul.tabnav.col-1 li, ul.wfnav.col-1 li {
	width:100%;
}
ul.tabnav.col-2 li, ul.wfnav.col-2 li {
	width:50%;
}
ul.tabnav.col-3 li, ul.wfnav.col-3 li {
	width:33.334%;
}
ul.tabnav.col-4 li, ul.wfnav.col-4 li {
	width:25%;
}
ul.tabnav.col-5 li, ul.wfnav.col-5 li {
	width:20%;
}

ul.tabnav li::before, ul.wfnav li::before {
	content: none !important;
}
.tabnav a, .wfnav a {
	display: block;
	padding: 1.5em 0.5em;
	background-color: rgb(239, 234, 228,0.5);
	text-align: center;
	hyphens: manual;
	line-height: 1.35;
	border: solid 1px transparent;
	border-bottom: solid 1px rgb(200,200,200);
}
.tabnav a.active, .wfnav a.active {
	background-color: transparent;
	font-weight: bold;
	border: solid 1px rgb(200,200,200);
	border-bottom: transparent;
}
.tabnav ~ div.innercol:not(.active), .wfnav ~ div.wfcon:not(.active) {
    display:none;
}
@media(max-width:767px){
    .tabnav a, .wfnav a {
    	font-size: 0.875em;
    }
}


/** Gallery **/
.grid figure img {
	position: absolute;
	top: 0;
	width: auto !important;
	left: 50%;
	max-width: none;
	height: 108%;
	transform: translate(-50%,0%);
}




.article-main .headline {
	text-transform: uppercase;
	font-size: 1.75em;
	margin-bottom: 1.25em;
	line-height:1.25 !important;
}
.article-main .thumb {
	text-align:center;
	/*position:relative;
	padding-top:66.667%;
	overflow:hidden;*/
}
.article-main .thumb img {
	/*position:absolute;
	top:50%;
	margin-top:-37.5%;
	left:0;*/
}
.article-main .desc :not(.button) a {
	text-decoration: underline;
}
.article-list .article {
	clear: both;
	margin: 1em 0;
	float: left;
	width: 100%;
}
.article-list .article .headline {
	margin-bottom: -0.5em;
	font-size: 1.5em;
}
.article-list .article .thumb {
	margin-bottom:1em;
}
.article-list .article .desc .button {
	margin-top: 1em !important;
}
@media(min-width:699px){
	.article-main.col.empty {
		height:0;
	}
	.article-main .headline {
		font-size: 2.1112em;
	}
	.article-list {
		margin: -2em 0 -4em;
		float: left;
		width: 100%;
	}
	.article-list .article {
		margin: 3em 0;
	}
	.article-list .article .headline {
		float: right;
		width: 56%;
		margin-bottom: 2.25%;
		font-size: 1.889em;
		line-height: 1.375;
	}
	.article-list .article .thumb {
		float: left;
		width: 40%;
		margin-top: 0.125em !important;
		margin-bottom:0;
	}
	.article-list .article .desc {
		float: right;
		width: 56%;
	}
	.article-list .article .desc .button {
		margin-top: 2em !important;
	}
}
/* Page-Bottom */
@media(min-width:768px){
	#page-bottom .box {
		padding-bottom:12rem;
	}
}

.credit-row {
	height:0;
	line-height: 1;
	padding-bottom:2rem;
}
.quelle, .source, .credit {
	font-size: 0.675em !important;
	text-align: right;
	padding: 0.25em 0;
	color: rgb(180,180,180);
}
@media(min-width:450px){
	.section#top {
		padding-top: calc(2rem + 2vw);
	}
}
.hero.stage .slidecont h3 {
	
}

/** Lang-Menu**/
#langmenu {
	font-size: 1rem;
	position: fixed;
	right: 0rem;
	z-index: 100000;
	width: 4rem;
	transition: all 150ms ease 0s;
	top: 0rem;
	padding: 0;
	/* background-color: rgb(219, 221, 62); */
}
.minnav:not(.toggled-on) #langmenu {
	top: 0.9125rem;
	right: 4rem;
	width: 3.5rem;
}
#langmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#langmenu li {
	display: block;
	width: 100%;
	padding: 0.2em 0.75em;
}
#langmenu .name {
	display: block;
}
#langmenu .flag {
	padding: 0 0 50% 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	display: block;
	float: left;
	vertical-align: middle;
}
#langmenu .code {
	display: none;
	text-transform: uppercase;
	line-height: 0.25;
}
#langmenu .native_name {
	display: none;
}
#langmenu .lang_current {
	display: none;
}
@media(max-width:767px){
	#langmenu {
		right: 4rem;
		top: 1.25rem;
	}
	.toggled-on #langmenu {
		position:absolute;
	}
	.minnav #langmenu {
		right: -4rem !important;
	}
}

/** NEWS HOME**/
#news {
    padding-top:6rem;
}
#news .multicol {
	width: 100%;
	margin: 0;
}
#news .multicol > .col.topnews-thumb {
	background-position: center 0rem !important;
	background-repeat: no-repeat;
	background-size: cover;
	clear:both;
	min-height:66vw;
}

#news .multicol > .col.topnews-desc {
	background-color: rgb(219,221,62);
}
#news .multicol > .col.topnews-desc .box {
	max-width: 700px;
	padding-left: calc(2rem + 2vw);
	padding-top: calc(3rem + 2vw);
	padding-bottom: calc(2rem + 2vw);
}
#news .box .columntitle {
	text-transform: uppercase;
}
#news .headline {
	margin: 0.5em 0 1.25em 0 !important;
	font-size: calc(2.25em + 0.25vw);
}
#news .button {
	margin-top: calc(2em + 1.25vw) !important;
	transform: scale(1.25);
	transform-origin: left top;
	margin-bottom: 1em;
}
#news div.button a, .content .vc_btn3-container > a.vc_btn3 {
	max-width:10.5em;
}
#news #page-bottom .box {
	padding-bottom: 12rem;
	padding-top: 2rem;
}
#news #page-bottom div.button a {
	max-width: none;
	font-size: 1em;
}
@media(min-width:768px){
    #news .multicol {
    	display: table;
    }
    #news .multicol > .col.topnews-thumb {
    	display: table-cell;
    	float: none;
    	min-height:0;
    }
    #news .multicol > .col.topnews-desc {
    	float: none;
    	display: table-cell;
    }
    #news .multicol.item-1 > .col.topnews-thumb {
    	background-position: center 5.5rem !important;
    }
}
@media(max-width:767px){
    #news .multicol.item-1 > .col.topnews-desc {
    	border-bottom:1px solid rgb(255,255,255);
    }
}
.page-content h2 {
    margin-bottom:1em;
}
.vc_section {
	padding:0;
	margin:0;
}

/** VIDEO **/
@media(min-width:68rem){
    iframe[allow] {
        height: 35.375rem;
        margin: 2rem auto 0;
        width: 100%;
        background: transparent;
    }
}
@media(max-width:67.99rem){
    iframe[allow] {
        width: calc(100vw - 4rem);
       margin: 2rem auto 0;
        height: calc(58vw - 4rem); */
        background: transparent;
    }
}
