/* MOBILES MENÜ
@media only screen and (min-width: 768px) {
    .header.original .mainmenu {
		display: none;
    }
    .mainmenu {
    	display: block !important;
    }
    .mainmenu ul li {
    	float: left;
    	width: 100%;
    }
}
@media only screen and (min-width: 1025px) {
    .header.original .mainmenu {
		display: none !important;
    }
    .mainmenu {
    	display: block !important;
    }
    .mainmenu ul li {
    	float: left;
    	width: 100%;
    }
} */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.mainmenu {
        display: block !important;
    }
    .mainmenu ul li {
    	text-align: center;
    }
    .mmenu_overlay {
		background: rgb(0 0 0 / .2);
	}
}
@media only screen and (min-width: 1025px) {
	.header.original .mainmenu {
		display: none;
	}
	.mmenu_trigger {
		display: block !important;
	}
	#mmenu {
		display: block!important;
		max-width: 1600px;
		margin: auto;
		padding: 0 20px;
	}
	.mmenu_overlay {
		background: rgb(0 0 0 / .2);
	}
	#stickyheader .mainmenu {
		display: none;
	}
}

/* HINWEIS MAPS */
.mod_privacy_optin_medium p.privacy, p.privacy {
	color: #eb6308;
    background: #4b4a4a;
}
a.privacy_optout_click {
	color: rgba(255,255,255,0.5);
}
a.privacy_optout_click:hover {
	color: rgba(255,255,255,1);
}

/* PORTFOLIOFILTER */
.ce_portfoliofilter.default a {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.4);
	font-size: 0.85rem;
}
.ce_portfoliofilter.default a.selected, .ce_portfoliofilter.default a:hover {
	color: #5d5d5d;
	background: #fff;
}
/* PORTFOLIO */
.mod_portfoliolist_v5 .item .image:after {
	background: rgba(0,0,0,0.6);
	opacity: 1;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
}
.mod_portfoliolist_v5 .item:hover .image:after {
	opacity: 0;
}
.mod_portfoliolist_v5 .item .info .title {
	font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 2px;
	margin-left: 0;
	opacity: 1;
	margin-bottom: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.mod_portfoliolist_v5 .item .info .subline {
	font-size: 0.8rem;
	margin-left: 0;
	opacity: 0.6;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
.mod_portfoliolist_v5 .item .info .teaser {
	font-size: 1rem;
	margin-left: 0;
	opacity: 1;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
.mod_portfoliolist_v5 .item:hover .info .title,
.mod_portfoliolist_v5 .item:hover .info .subline,
.mod_portfoliolist_v5 .item:hover .info .teaser {
	margin-left: -100%;
	opacity: 0;
}
/* LABEL */
.label-geplant {background: #ef7b1e;}
.label-inarbeit {background: #007ab2;}
.label-fertig {background: #a5c84d;}

/* BOXEN NO HOVER */
#nohover:hover .content .headline {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	opacity: 1 !important;
}
#nohover .content p {
	max-width: 400px;
}
#nohover:hover .content p {
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	opacity: 1;
}
#nohover:hover .ce_linkbox_overlay {
	opacity: 1;
}
#nohover:hover .image_container img {
	transform: scale(1.1);
}
/* KONTAKTFORMULAR */
#kontaktformular input, textarea, select {
	background-color: rgba(255,255,255,0.9);
}
#ctrl_805 {
	color: rgba(255,255,255,0.7);
	border: 1px solid rgba(255,255,255,.2);
	font-size: 0.7rem;
	line-height: 1.5rem;
}
#kontaktformular input.submit[type="submit"], #kontaktformular button.submit[type="submit"] {
    background: rgba(255,255,255,1);
    color: #5d5d5d;
    letter-spacing: 1px;
}
#kontaktformular input.submit[type="submit"]:hover, #kontaktformular button.submit[type="submit"]:hover {
    background: rgba(255,255,255,0.7);
    color: #5d5d5d;
}
/* LIGHTBOX */
div#cboxContent, div#cboxLoadedContent {
	max-height: 800px;
}
/* DOWNLOADS */
.ce_downloads ul {
	list-style: disc;
	margin-left: 20px;
}
.ce_downloads li {
	padding-left: 20px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.ce_downloads i {
	width: 25px;
	font: normal normal normal 14px/1 FontAwesome;
}
.ce_downloads li::marker {
	font-family: "Font Awesome 5 Free";
   content: "\f019";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
}
/* BACKGROUND COLOR */
#bg-blue *{
	background-color: #0066a3;
	padding: 0 10px;
	display: inline;
	color: #fff;
}
#bg-blue-right *{
	display: inline-block;
	border-bottom: 85px solid #0066a3;
	border-left: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-blue-left *{
	display: inline-block;
	border-bottom: 85px solid #0066a3;
	border-right: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-green *{
	background-color: #99c430;
	padding: 0 10px;
	display: inline;
	color: #fff;
}
#bg-green-right *{
	display: inline-block;
	border-bottom: 85px solid #99c430;
	border-left: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-green-left *{
	display: inline-block;
	border-bottom: 85px solid #99c430;
	border-right: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-orange *{
	background-color: #eb6308;
	padding: 0 10px;
	display: inline;
	color: #fff;
}
#bg-orange-right *{
	display: inline-block;
	border-bottom: 85px solid #eb6308;
	border-left: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-orange-left *{
	display: inline-block;
	border-bottom: 85px solid #eb6308;
	border-right: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-pink *{
	background-color: #c91c5e;
	padding: 0 10px;
	display: inline;
	color: #fff;
}
#bg-pink-right *{
	display: inline-block;
	border-bottom: 85px solid #c91c5e;
	border-left: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-pink-left *{
	display: inline-block;
	border-bottom: 85px solid #c91c5e;
	border-right: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-grey *{
	background-color: #4b4a4a;
	padding: 0 10px;
	display: inline;
	color: #fff;
}
#bg-grey-right *{
	display: inline-block;
	border-bottom: 85px solid #4b4a4a;
	border-left: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
#bg-grey-left *{
	display: inline-block;
	border-bottom: 85px solid #4b4a4a;
	border-right: 40px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	#bg-blue-right *, #bg-blue-left *{ border-bottom: 55px solid #0066a3; }
	#bg-green-right *, #bg-green-left *{ border-bottom: 55px solid #99c430; }
	#bg-orange-right *, #bg-orange-left *{ border-bottom: 55px solid #eb6308; }
	#bg-pink-right *, #bg-pink-left *{ border-bottom: 55px solid #c91c5e; }
	#bg-grey-right *, #bg-grey-left *{ border-bottom: 55px solid #4b4a4a; }
}


/* Schräge */
#top .mod_top_mail {
	display: inline-block;
	border-top: 40px solid #99c430;
	border-right: 20px solid transparent;
	height: 0;
	padding: 0 50px 0 20px;
}
#top .mod_top_mail a {
	position: relative;
    top: -44px;
    color: #fff;
}
#top-wrapper #top .inside {
	padding-top: 0;
}
#top .inside {
	padding-left: 0;
	padding-right: 30px;
	max-width: 100%;
}
.mod_socials a i {
    width: 3rem;
    font-size: 1.8rem;
    color: #4b4a4a;
}

/* Buttons */ 
.ce_hyperlink a {
	min-width: 300px;
    text-align: left!important;
}
.ce_hyperlink a, a.btn {
    background: transparent;
    border-color: transparent;
    z-index: 1;
}
.ce_hyperlink.link-blue a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -3px;
    width: 100%;
    height: 100%;
    border-top: 62px solid #0066a3;
    border-right: 30px solid transparent;
    z-index: -1;
}
.ce_hyperlink.link-green a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -3px;
    width: 100%;
    height: 100%;
    border-top: 62px solid #99c430;
    border-right: 30px solid transparent;
    z-index: -1;
}
.ce_hyperlink.link-orange a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -3px;
    width: 100%;
    height: 100%;
    border-top: 62px solid #eb6308;
    border-right: 30px solid transparent;
    z-index: -1;
}
.ce_hyperlink.link-pink a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -3px;
    width: 100%;
    height: 100%;
    border-top: 62px solid #c91c5e;
    border-right: 30px solid transparent;
    z-index: -1;
}
.ce_hyperlink.link-grey a::after {
    content: '';
    position: absolute;
    right: 20px;
    top: -3px;
    width: 100%;
    height: 100%;
    border-top: 62px solid #4b4a4a;
    border-right: 30px solid transparent;
    z-index: -1;
}


/* Hover Image */
#hover-blue .image_container img {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-blue .image_container img:hover {
	outline: 4px solid #0066a3;
	opacity: 0.8;
}
#hover-link-blue div.attributes {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-link-blue div.attributes:hover {
	outline: 4px solid #0066a3;
	opacity: 0.8;
}
#hover-green .image_container img {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-green .image_container img:hover {
	outline: 4px solid #99c430;
	opacity: 0.8;
}
#hover-link-green div.attributes {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-link-green div.attributes:hover {
	outline: 4px solid #99c430;
	opacity: 0.8;
}
#hover-orange .image_container img {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-orange .image_container img:hover {
	outline: 4px solid #eb6308;
	opacity: 0.8;
}
#hover-link-orange div.attributes {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-link-orange div.attributes:hover {
	outline: 4px solid #eb6308;
	opacity: 0.8;
}
#hover-pink .image_container img {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-pink .image_container img:hover {
	outline: 4px solid #c91c5e;
	opacity: 0.8;
}
#hover-link-pink div.attributes {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-link-pink div.attributes:hover {
	outline: 4px solid #c91c5e;
	opacity: 0.8;
}
#hover-grey .image_container img {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-grey .image_container img:hover {
	outline: 4px solid #4b4a4a;
	opacity: 0.8;
}
#hover-link-grey div.attributes {
    outline: 4px solid transparent;
    outline-offset: -4px;
}
#hover-link-grey div.attributes:hover {
	outline: 4px solid #4b4a4a;
	opacity: 0.8;
}
/* Hintergrundbild */
body { 
	background: #fff;
}
#container {
	background-image: url("/files/cto_layout/img/Sternenlabor/Hintergrund.jpg");
	background-size: contain;
	width: 100%;
}
.cover-bg #container {
	background-size: cover;
}
#fix-wrapper, #footer {
	background-image: url("/files/cto_layout/img/Sternenlabor/Hintergrund.jpg");
	background-size: cover;
	width: 100%;
}
#contentwrapper, #top-wrapper {
    background: transparent;
}
#top, #top .inside {
    background-color: transparent;
    background: none;
}
#footer .inside {
  padding: 30px 40px;
}

/* FONTS */
* {
	hyphens: manual !important;
}
#footer ce_text_extended {
	hyphens: none !important;
}
body {
	font-family: 'Jura', sans-serif;
	line-height: 1.5rem;
	font-weight: 600;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: 'Jura', sans-serif;
	font-weight: 900;
}
h1, .h1 {
	font-size: 3.3rem;
	line-height: 1.5;
}
h2, .h2 {
	font-size: 3rem;
	line-height: 1.5;
}
h3, .h3 {
	font-size: 3rem;
	line-height: 1.5;
}
h4, .h4 {
	font-size: 2rem;
	line-height: 1.25;
}
h5, .h5 {
	font-size: 1.666rem;
	line-height: 1.25;
}
h6, .h6 {
	font-size: 1.333rem;
	line-height: 1.5;
}
#handwriting {
	font-family: 'Pangolin', cursive;
}
strong {
 	text-shadow: 0.4px 0.4px 0.4px #555, 0.4px -0.4px 0.4px #555, -0.4px 0.4px 0.4px #555, -0.4px -0.4px 0.4px #555;
}

/* SMARTPHONE */
@media only screen and (max-width: 767px) {
	.font-size-xxxxl, .font-size-xxxxl p {
		font-size: 4.3rem;
	}
	h2, .h2 {
		font-size: 3rem;
		line-height: 1.35;
	}
	h3, .h3 {
		font-size: 2rem;
		line-height: 1.35;
	}
	.ce_linkbox.version5 .content {
		padding-right: 20px;
		padding-left: 20px;
	}
	.font-size-l, .font-size-l p {
		font-size: 2.25rem;
	}
}

/* WEBFONT */
/* jura-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/jura-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jura-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jura-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jura-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/jura-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jura-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/jura-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* jura-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jura-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
