/* Google Fonts lokal eingebunden
------------------------------------------------*/
/* 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-v24-latin-300.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jura-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/jura-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/jura-v24-latin-300.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/jura-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/jura-v24-latin-300.svg#Jura') format('svg'); /* Legacy iOS */
}
/* 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-v24-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jura-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/jura-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/jura-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/jura-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/jura-v24-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}
/* 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-v24-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/jura-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	   url('../fonts/jura-v24-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	   url('../fonts/jura-v24-latin-700.woff') format('woff'), /* Modern Browsers */
	   url('../fonts/jura-v24-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	   url('../fonts/jura-v24-latin-700.svg#Jura') format('svg'); /* Legacy iOS */
}


/*  Cookiebar
______________________________________________*/
.cookiebar {
	background: #fff;
	padding: 10px 110px 10px 15px;
}

.cookiebar p {
	float: left !important;
	color: #d1b500;
	margin-right: 10px;
}

.cookiebar a, .cookiebar-close {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	margin-right: 10px;
	color: #d1b500;
	letter-spacing: 0;
}

.cookiebar-close, .cookiebar-close:hover {
	background: #d1b500;
	border-radius: 5px;
	color: #fff;
	padding: 3px 10px;
	display: inline-block;
}

.cookiebar a:hover, .cookiebar-close:hover {
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}


/* Allgemeine Settings
------------------------------------------------*/
body {
	overflow-x: hidden;
}

body, a {
	font-family: 'Jura';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6, a {
	font-family: 'Jura';
	color: #d1b500;
}

.bg-accent {
	background-color: #d1b500;
}


/* Header
------------------------------------------------*/
.header {
	-webkit-box-shadow: 0px 21px 36px 2px rgba(0,0,0,0.05); 
	box-shadow: 0px 21px 36px 2px rgba(0,0,0,0.05);
}

.content_page .header.original {
	-webkit-box-shadow: none; 
	box-shadow: none;
	background: #d1b500;
}

body.fixed-header .header.cloned {
	background: #fff;
}

.logo {
	width: 300px;
	height: 100px;
}

.logo a, .stickyheader .logo a {
	background-image: url(../img/logo-theus-allround.svg);
}

h1 {
	color: #fff;
	font-size: 72px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 40px;
	margin-bottom: 0;
}

.coming_soon h1 {
	line-height: 76px;
}

.coming_soon h2 {
	margin-top: 20px;
}

h1 span.small {
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-left: 3px;
} 


/* Hauptnavigation
------------------------------------------------*/
.header .mainmenu ul li a, .header .mainmenu ul li ul a.active, .header .ce_search_label i, .header .mod_langswitcher .mod_langswitcher_inside, .header .header_metanavi a, .header .mod_socials a {
	color: #000;
}


/* Slider
------------------------------------------------*/
.ce_revolutionslider_text.bg-accent {
	background: rgba(0,0,0,0.8);
	border-top: 6px solid #d1b500;
	border-bottom: 6px solid #d1b500;
	color: #fff;
	letter-spacing: -1.5px;
}

.ce_revolutionslider_text.bg-accent2 {
	background: #d1b500;
	color: #000;
	margin-top: 7px;
	padding: 5px 20px 5px;
	font-weight: 700;
	letter-spacing: 1px;
}




/* Inhalt
------------------------------------------------*/
h1 {
	font-size: 54px;
	line-height: 3.33rem;
	color: #d1b500;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: -1.5px;
}

.content_page h1 {
	text-align: left;
}

h1 span {
	font-size: 70.9%;
	font-weight: 700;
	line-height: 2.8rem;
	letter-spacing: 0;
	margin-top: 30px;
	display: inline-block;
	max-width: 100%;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 20px;
}

.content_page h2 {
	margin-bottom: 30px;
	margin-top: 60px;
}

.ce_text.center .image_container img, .ce_text.center h3 {
	text-align: center;
	margin: 0 auto;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

p, #main ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 0;
	opacity: 1;
	color: #000;
}

p a, .ce_text_extented a {
	font-weight: bold;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
}

.ce_hyperlink a, a.email {
	text-transform: none;
}

p a:hover {
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.mod_article.padded {
	padding-left: 20px;
	padding-right: 20px;
}

#main .ce_text ul li {
	margin-bottom: 0;
	list-style-type: none;
	display: table-row;
}

#main .ce_text ul li:nth-last-child(1) {
	margin-bottom: 14px;
}

#main .ce_text ul li:before, #main .ce_list ul li:before, #main .ce_downloads li:before {
	display: table-cell !important;
	font: normal normal normal 14px/1 FontAwesome;
	color: #d1b500;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	padding-right: 8px;
}

.ce_hyperlink {
	margin-top: 60px;
}

.ce_hyperlink a, a.btn  {
	font-size: 24px;
	line-height: 34px;
	border-radius: 0;
	background: #d1b500;
}

.ce_hyperlink a {
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border: none;
	padding: 20px 30px;
	border-top: 4px solid #d1b500;
	border-bottom: 4px solid #d1b500;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_hyperlink a:after {
	color: #fff;
	opacity: 1;
}

.ce_hyperlink a:hover {
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

input.submit[type="submit"], button.submit[type="submit"] {
	background: #fff;
	color: #000;
	font-weight: 700;
	display: inline-block;
	border: none;
	padding: 0;
	border-top: 4px solid #d1b500;
	border-bottom: 4px solid #d1b500;
	border-radius: 0;
}

input, textarea, select {
	font-size: 1.2rem;
}

input.submit, button.submit {
	font-size: 1.4rem;
	letter-spacing: 0;
	padding: 10px 20px 35px;
	width: auto;
	background: #d1b500;
}

input.submit[type="submit"]:hover, button.submit[type="submit"]:hover {
	background: #fff;
}

input.submit:hover, button.submit:hover {
	opacity: 0.8;
}

.mod_breadcrumb ul {
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.mod_breadcrumb li, .mod_breadcrumb li a {
	font-weight: bold;
}

.ce_gallery .swiper-gallery-wrapper .swiper-pagination {
	display: none;
}

.ce_gallery .swiper-button-next, .ce_gallery .swiper-button-prev {
	margin-top: -45px;
}

.ce_download_small .ce_download_small_inside {
	text-align: center;
}

.ce_download_small .ce_download_small_inside a {
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-weight: 700;
	display: inline-block;
	border: none;
	padding: 20px 105px 20px 30px;
	border-top: 4px solid #d1b500;
	border-bottom: 4px solid #d1b500;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_download_small .ce_download_small_inside a:after {
	color: #fff;
	opacity: 1;
}

.ce_download_small .ce_download_small_inside a:hover {
	opacity: 0.7;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.rund {
	border-radius: 184px;
}

.font-size-s, .font-size-s p, .font-size-s * {
	font-size: 1.667rem;
	line-height: 1.5;
}

.ce_gallery .content {
	background: rgba(0,0,0,0.7);
}

#main .ce_gallery ul li {
	opacity: 1;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#main .ce_gallery ul li:hover {
	opacity: 0.8;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_form p {
	color: #fff;
}

.content_page .header.cloned {
	display: none;
}


/* Media Queries
------------------------------------------------*/
@media only screen and (min-width: 768px) {
	
	.header {
		background: rgba(255,255,255,0.85);
	}
	
	.mainmenu {
		display: block;
	}
	
	.mainmenu ul li a {
		font-size: 1.1rem;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: 700;
	}
	
	.stickyheader .header .logo {
		width: 200px;
	}
	
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	
	.logo, .stickyheader .header .logo {
		width: 160px;
	}
	
	.mainmenu ul li {
		margin-right: 5px;
		margin-left: 5px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.header {
		background: rgba(255,255,255,0.85);
	}
	
	.logo {
		width: 220px;
	}
	
	.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
		background-color: #000;
	}
	
	#mmenu {
		top: 0;
	}
	
	#mmenu #mmenu_top, #mmenu #mmenu_bottom {
		display: none;
	}
	
	#mmenu, #mmenu #mmenu_middle {
		background: #000;
	}
	
	#mmenu ul {
		margin-top: 60px;
	}
	
	#mmenu .mod_navigation li a {
		font-size: 32px;
		line-height: 48px;
	}
	
	#mmenu .mod_navigation li a.open, #mmenu .mod_navigation li a.active, #mmenu .mod_navigation li a:focus {
		font-weight: 400;
	}
	
	h1 {
		font-size: 3rem;
		padding-top: 20px;
	}
	
	h1 span.small {
		font-size: 20px;
		line-height: 20px;
		display: inline-block;
		margin-top: 5px;
		letter-spacing: 0.5px;
		padding-left: 2px;
	}
	
	.mod_article.mainnavi.fullscreen {
		min-height: auto;
	}
	
	#top_link {
		display: block;
	}
	
	#main .mod_article.padded.fullwidth {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
}


@media only screen and (max-height: 799px) {
	
	#slider .inside {
		padding-top: 0;
	}
	
}


@media only screen and (max-width: 639px) {
	
	.cookiebar p {
		float: none !important;
	}
	
}


@media only screen and (max-width: 399px) {
	
	.mainmenu ul li a span span {
		display: none;
	}
	
	.mainmenu ul li a {
		font-size: 80%;
		line-height: 120%;
	}
	
	.mainmenu ul li.uebermich {
		bottom: 0;
	}
	
}

