/* =============================================================================
 * body
 * ========================================================================== */

body {
	color: rgb(30,30,30);
	font-family: 'myriad-pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}

/* =============================================================================
 * logo size
 * ========================================================================== */

.logo {
	width: 200px;
	bottom: -22px!important;
}

/* =============================================================================
 * logo size: sticky
 * ========================================================================== */

body #top-wrapper.fixed .logo {
	width: 145px;
	bottom: -17px!important;
}

/* =============================================================================
 * logo size: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.logo,
	body #top-wrapper.fixed .logo {
		width: 145px;
		bottom: -17px!important;
	}
}

/* =============================================================================
 * logo
 * ========================================================================== */

.logo {
	position: absolute;
	left: 40px;
	top: 0;
	bottom: 0px;
	margin-top: auto;
	margin-bottom: auto;
	transition: All 0.6s ease;
	-webkit-transition: All 0.6s ease;	
}

.logo a {
	background-image: url(../../images/Allgemein/Litho_Logo_white.svg);
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left;
}

/* =============================================================================
 * headerimage on content_page
 * ========================================================================== */

.content_page #slider .inside {
	/*min-height: 250px;*/
	background-image: url(../img/header.jpg);
	background-size: cover;
}

/* =============================================================================
 * header-height
 * ========================================================================== */
 
#header {
	line-height: 80px;
}

/* =============================================================================
 * header-height: sticky
 * ========================================================================== */

#top-wrapper.fixed #header {
	line-height: 60px;
}

/* =============================================================================
 * header-height: mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	#header .inside {
		height: 60px;
	}
}

/* =============================================================================
 * contentwrapper
 * ========================================================================== */

#contentwrapper {
	background: rgb(255,255,255);
}

/* =============================================================================
 * fix-wrapper
 * ========================================================================== */

#fix-wrapper {
	position: absolute;
	z-index: 1000;
	width: 100%;
}

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
	width: 100%;
	z-index: 1000;
	position: absolute;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

/* =============================================================================
 * header
 * ========================================================================== */

#header {
	width: 100%;
	top: 50px;
	z-index: 1;
	position: relative;	
}

#top-wrapper.fixed #top-wrapper {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}

#header .inside {
	padding-left: 40px;
	padding-right: 40px;
	background-color: rgba(10,10,10,0.9);
}

/* =============================================================================
 * headlines
 * ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
/*	font-family: 'Roboto Condensed', sans-serif;	*/
}

h1 {
	font-size: 70px;
/*	padding-top: 0;*/
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 20px;
}

/* =============================================================================
 * page-width + mod_article
 * ========================================================================== */

#top .inside,
#header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.autogrid), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.mod_breadcrumb_inside {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px!important;
	padding-right: 20px!important;
}

#main .autogrid_wrapper.article .mod_article,
#main .mod_article.fullwidth, 
#main .mod_article.smallwidth {
	max-width: 100%;
	padding-left: 0px!important;
	padding-right: 0px!important;
}

/*
Manuell kommentiert (Mitarbeiter Gallerie)

#top .inside,
#header .inside,
#footer .inside,
#bottom .inside,
body.sidebar #container,
#main .mod_article:not(.fullwidth):not(.autogrid):not(.smallwidth), 
.fullwidth.boxed-content .contentwrap, 
.smallwidth .contentwrap,
.boxed-content .contentwrap,
.autogrid_wrapper.article,
.ce_bgimage-inside,
.ce_text_image_bar .inside,
.ce_headerimage .ce_headerimage_inside,
.mod_breadcrumb_inside {
	padding-left: 40px;
	padding-right: 40px;
}*/

#main .mod_article {
	margin-top: 80px;
	margin-bottom: 80px;
}

#main .mod_article.fullwidth:not(.boxed-content) {
	margin-top: 0;
	margin-bottom: 0;
}

/* =============================================================================
 * The div will cover the map, preventing pointer events from getting to it.
 * But if you click on the div, it becomes transparent to pointer events, activating the map again!
 * ========================================================================== */

.overlay {
	z-index: 2;
   background:transparent; 
   position:relative; 
   width:100%;
   height:400px; /* your iframe height */
   top:400px;  /* your iframe height */
   margin-top:-400px;  /* your iframe height */
}

/* =============================================================================
 * ce_revolutionslider fullscreen arrow down
 * ========================================================================== */

.ce_revolutionslider #linkToContent {
	position: relative; 
	width: 32px; 
	height: 46px; 
	border: 2px solid #fff; 
	border-radius: 15px; 
	position: absolute; 
	bottom: 60px; 
	margin: 0 auto; 
	left: 0; 
	right: 0; 
	z-index: 100;
}

.ce_revolutionslider #linkToContent .wheel {
	display: block; 
	width: 6px; 
	height: 6px; 
	background-color: #fff; 
	border-radius: 50%; 
	margin-left: auto;  
	margin-right: auto; 
	margin-top: 6px; 
	left: 0; 
	right: 0; 
	-webkit-animation: mousewheel 1.7s infinite ease; 
	animation: mousewheel 1.7s infinite ease;
}

@keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}
@-webkit-keyframes mousewheel{0%{margin-top:6px;opacity:0}30%{opacity:1}100%{margin-top:18px;opacity:0}}

/* =============================================================================
 * mod_socials
 * ========================================================================== */

#header .mod_socials {
	float: right;
	margin-left: 40px;
}

#header .mod_socials .social-icons {
	position: absolute;
	top: 0;
	right: 90px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: All 0.8s ease;
	-webkit-transition: All 0.8s ease;	
	margin-right: 30px;
}

#header .mod_socials .social-icons.show {
	opacity: 1;
	visibility: visible;
	margin-right: 0;
}

#header .mod_socials .social-icons a {
	margin: 0 1px;
}

#header .mod_socials .social-icons i {
	padding: 10px 5px;
	width: 33px;
	text-align: center;
	font-size: 15px;
	background: rgba(255,255,255,0.2);
}

#header .social-trigger {
	color: rgba(255,255,255,0.4);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

#header .social-trigger:hover {
	opacity: 0.8;
	cursor: pointer;
}

/* =============================================================================
 * top
 * ========================================================================== */

#top-wrapper {
	width: 100%;
	z-index: 1000;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	top: 0;
}

#top-wrapper.fixed {
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

#top-wrapper.fixed #header {
	position: fixed;
	top: 0;
	left: 0;
}

/* =============================================================================
 * mod_breadcrumb
 * ========================================================================== */

body.hide_breadcrumb .mod_breadcrumb {
	display: none;
}

.mod_breadcrumb {
	color: rgb(255,255,255);
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

.mod_breadcrumb a {
	color: rgb(255,255,255);
}

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

.mod_breadcrumb .pagetitle {
	float: left;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
}

.mod_breadcrumb ul {
	float: right;
	padding: 2px 10px;
	border: 1px solid rgba(255,255,255,0.1);
}

.mod_breadcrumb ul li {
	display: inline-block;
	line-height: 25px;
	margin-right: 5px;
}

.mod_breadcrumb ul li:after {
	content: "/";
	margin-left: 5px;
}

.mod_breadcrumb ul li.last:after {
	display: none;
}

/* =============================================================================
 * wrapper
 * ========================================================================== */

#wrapper {
	background-color: rgb(255,255,255);
}

/* =============================================================================
 * footer
 * ========================================================================== */

#footer {
	background: rgb(30,30,30); 
}

#footer, #footer a {
	color: rgba(255, 255, 255, 0.4);
}

#footer a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#footer a:hover {
	opacity: 0.6;
}

#footer .inside {
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:40px;
	/*padding: 85px 40px;*/
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	font-size: 18px;
	display: block;
}

#footer .totop {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -20px;
}

#footer .totop:before {
	font-family: sans-serif;
	transform: scale(2, 1);
	content: '\25B4';
	background: rgba(255,255,255,0.1); 
	width: 20px; 
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 21px;
}

/* =============================================================================
 * mod_socials-footer
 * ========================================================================== */

#footer .mod_socials {
	overflow: hidden;
	display: inline-block;
}

#footer .mod_socials a i {
	padding:10px;
	margin-right: 1px;
	background: rgba(255,255,255,0.05);
	font-size: 20px;
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	float: left;
	margin-bottom: 1px;
}

#footer .mod_socials .social-trigger {
	display: none;
}

/* =============================================================================
 * bottom
 * ========================================================================== */

#bottom {
	background: rgb(255,204,0);
	text-transform: uppercase;
}

#bottom .inside {
	margin: 0 auto;
	padding: 30px 40px;	
	overflow: hidden;
	font-size: 13px;
}

#bottom .inside .left {
	float: left;
}

#bottom .inside .right {
	float: right;
}

#bottom .inside {
	color: rgba(0,0,0,0.8);
}

#bottom .inside a {
	color: rgba(0,0,0,0.8);
}

#bottom .inside a:hover {
	color: rgba(104,104,104,0.8);
}

#bottom .inside a:hover {
	text-decoration: underline;
}

#bottom .inside .left a {
	margin-right: 15px;
}

#bottom .inside .right a {
	margin-left: 15px;
}

/* =============================================================================
 * set colors
 * ========================================================================== */
 
 a {
	color: rgb(255,204,0); 
 }
 
.bg-accent {
	background-color: rgb(255,204,0);
}

p a {
	color: rgb(255,204,0);
}

.mainmenu ul li a.trail,
.mainmenu ul li a.active,
.mainmenu ul ul li a.active,
.mainmenu ul ul li a.trail {
	background-color: rgb(255,204,0);
}

#nav-open-btn:before {
	background: rgb(255,204,0);
}

.ce_table table th {
	background: rgb(255,204,0);
}

blockquote a {
	color: rgb(255,204,0);
}

.ce_accordion .toggler:before {
  color:rgb(255,204,0);
}

.mod_calendar th.head {
  background:rgb(255,204,0);
  border-top:1px solid rgb(255,204,0);
  border-right:1px solid rgb(255,204,0);
  border-left:1px solid rgb(255,204,0);
}

.mod_calendar th.previous a,
.mod_calendar th.next a {
  background-color:rgb(255,204,0);
}

.pagination li span.current {
	background: rgb(255,204,0);
}

.pagination li a:hover {
	color: rgb(255,204,0);
}

.mod_faqpage h3:before {
	color: rgb(255,204,0);
}

.mod_search .submit {
	border: 1px solid rgb(255,204,0);
}

input:focus,
textarea:focus {
  border:1px solid rgb(255,204,0);
}

form fieldset legend {
  background-color:rgb(255,204,0);
}

input.submit[type="submit"] {
	background: rgb(255,204,0);
}

input.submit[type="submit"]:hover {
	background: rgba(255,204,0,0.9);
}

.label-accent {
	background: rgb(255,204,0);
}

.ce_hyperlink a.link-white,
a.btn.link-white {
	color: rgb(255,204,0);
}

.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: rgb(255,204,0);
}

.newslist h2,
.newslist h2 a {
	color: rgb(255,204,0);
}

.newslist .news-left .news-date {
	background: rgb(255,204,0);
}

#portfolio_filter a.selected,
#portfolio_filter a:hover {
	background: rgb(255,204,0);
}

.color-accent,
.color-accent p,
.color-accent i,
.color-accent h1,
.color-accent h2,
.color-accent h3,
.color-accent h4,
.color-accent h5,
.color-accent h6,
.color-accent a:not(.link-white) {
	color: rgb(255,204,0);
}

blockquote {
	border-color: rgb(255,204,0);
}

.ce_gallery .content {
	background: rgba(255,204,0,0.8);
}

.newslist-v3 .date {
	background: rgb(255,204,0);
}

.newsteaser_v3 .news-overlay i {
	background-color: rgb(255,204,0);
}

.newslist-v3 .subheadline {
	color: rgb(255,204,0);
}

.mod_portfoliolist .item figure {
	background-color: rgb(255,204,0);
}

.mainmenu ul li a:hover {
	background: rgb(255,204,0);
}

body #header .mainmenu ul li ul li a:hover {
	background: rgb(255,204,0);
}

.ce_hyperlink a,
a.btn {
	background: rgb(255,204,0);
	border-color: rgb(255,204,0);
}

.newsteaser .date-v3:before,
.newsteaser .author-v3:before,
.newsteaser .comments-v3:before {
	color: rgb(255,204,0);
}

.mod_breadcrumb li.active {
	color: rgb(255,204,0);
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: rgb(255,204,0);
}

.ce_hyperlink a:hover, 
a.btn:hover {
	color: rgb(255,204,0);
}

#footer a {
	color: rgb(255,204,0);
}

.ce_testimonial strong {
	color: rgb(255,204,0);
}

#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	background-color: rgb(255,204,0);
}

.newsteaser i {
	background: rgb(255,204,0);
}

.ce_iconbox .headline {
	color: rgb(255,204,0)!important;
}

.ce_revolutionslider_text.bold {
	border: 5px solid rgb(255,204,0);
}

.mod_portfoliolist .item a:hover {
	color: rgb(255,204,0);
}

/* =============================================================================
 * custom colors: background
 * ========================================================================== */

.bg-custom-1 {
	background: rgb(25,25,25);
}

.bg-custom-2 {
	background: rgb(31,31,31);
}

.bg-custom-3 {
	background: rgb(40,40,40);
}

.bg-custom-4 {
	background: rgb(255,204,0);
}

/* =============================================================================
 * mainmenu
 * ========================================================================== */

.mainmenu ul {
	position: static;
}

.mainmenu ul li a {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mainmenu ul li a,
.mainmenu ul li ul a.active {
	color: rgb(255,255,255);
}

.mainmenu ul li ul a.trail {
	color: rgb(255,255,255)!important;
}

.mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a:hover,
#top-wrapper.fixed .mainmenu ul li ul li a.active {
	color: rgb(255,255,255);
}

.mainmenu ul ul li a {
	font-size: 13px!important;
}

.mainmenu ul li a.trail:hover {
	color: rgb(255,255,255);
}

.mainmenu ul li:last-of-type a {
	padding-right: 15px;
}

.mainmenu ul ul {
	background: rgb(10,10,10);
	border: 0;
	margin: 0;
}

.mainmenu ul ul li a,
.mainmenu ul .megamenu ul li {
	border-color: rgba(255,255,255,0.1);
	color: rgb(255,255,255);
}

nav.mainmenu a.menuheader {
	background: rgba(255,255,255,0.1)!important;
	color: rgba(255,255,255,0.5)!important;
}

.mainmenu ul ul,
.mainmenu ul li.megamenu .megamenu-wrapper {
	border-color: transparent;
}

.mainmenu ul li a.trail, 
.mainmenu ul li a.active {
	color: rgb(255,255,255);
}

.mainmenu ul .megamenu-wrapper ul {
	margin-top: -1px;
}

.mainmenu ul .megamenu-wrapper {
	right: auto;
	left: 40px;
}

/* =============================================================================
 * overwrite framework defaults
 * ========================================================================== */

.ce_revolutionslider .fullwidthbanner-container {
	height: 0;
}
/*
.ce_revolutionslider_hyperlink {
	font-size: 13px;
	border: 2px solid rgb(110,109,109);
	color: rgb(110,109,109);
	background: none;
	line-height: 35px;
	padding: 0 20px;
}

.ce_revolutionslider_text.bold {
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif; 
	padding: 20px 30px;
	line-height: 1;
}

.ce_revolutionslider_text {
	font-weight: 700;
}

.ce_revolutionslider_text.italic {
	font-style: italic;
	font-family: 'Open Sans Text', serif;	
}

.ce_revolutionslider .tp-bannertimer {
	top: auto;
	bottom: 0;
	height: 5px;
}
*/
.ce_text_image_bar {
	background: rgb(39,48,53);
	color: rgb(255,255,255);
}

.mod_portfoliolist .item a {
	border-radius: 0;
}

.mod_portfoliolist .info {
	text-align: center;
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.mod_portfoliolist .item figure .content {
	opacity: 1;
}

.mod_portfoliolist .info {
	left: 0!important;
}

.mod_portfoliolist .item:hover .info {
	top: 70%;
}

.mod_portfoliolist .item a,
.mod_portfoliolist .item a.more {
	top: -10%;
}

.mod_portfoliolist .item figure:hover img {
	opacity: 0.2;
}

body .autogrid_wrapper {
	margin-left: -2%;
	margin-right: -2%;
}

body .autogrid {
	padding-left: 2%;
	padding-right: 2%;
}

.newsteaser .info {
	display: none;
}

.newsteaser .date {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.mt-xxl {
	margin-top:130px!important;
}

.mb-xxl {
	margin-bottom:130px!important;
}

.mod_portfoliolist .item a:hover {
	background: rgb(255,255,255);
}

.mod_portfoliolist .subline {
	text-transform: uppercase;
	font-weight: bold;
}

.ce_portfoliofilter.default a {
	border: 0;
}

.ce_countup i {
	color: rgb(100,100,100);
}

nav.mainmenu a.menuheader {
	text-transform: uppercase;
	font-weight: normal;
	border: 0;
}

.portfolio-teaser.mod_portfoliolist .item .image_container {
	margin: 15px;
}

.ce_download {
	background: rgb(40,40,40);
}

.ce_hyperlink a,
a.btn {
	padding: 20px 25px;
}

.ce_iconbox {
	font-weight: bold;
}

.ce_iconbox .headline {
	font-size: 30px;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: 90px;
}

body .newsteaser.autogrid {
	padding-left: 0;
	padding-right: 0;
}

.newsteaser .content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
	height: 35%;
}

.newsteaser:hover .content {
	height: 100%;
}

.newsteaser .content,
.newsteaser .content a {
	color: rgb(255,255,255);
}

.newsteaser .content {
	border: 0;
	background: rgba(0,0,0,0.3);
}

.newsteaser:hover .content {
	border: 0;
	background: rgba(0,0,0,0.5);
}

.newsteaser .info-v3 {
	display: block;
}

 .newsteaser .news-overlay {
	 display: block;
	 visibility: hidden;
 }
 
.newsteaser:hover .news-overlay {
	 visibility: visible;
 }

.newsteaser i {
	position: absolute;
	right: 0;
	bottom: -100%;
	display: inline-block;
	width: 65px;
	height: 65px;
	z-index: 100;
	color: rgb(255,255,255);
	line-height: 65px;
	text-align: center;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}

.newsteaser:hover i {
	bottom: 0;
}

.newsteaser {
	font-size: 0.9em;
}

.newsteaser .teaser {
	max-height: 0;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	visibility: hidden;
}

.newsteaser:hover .teaser {
	max-height: 400px;
	opacity: 1;
	visibility: visible;
}

.newsteaser .teaser p {
	margin-bottom: 0;
}

.newsteaser:hover .teaser p {
	margin-bottom: 15px;
}

.newsteaser h6 {
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

.newsteaser .date-v3:before {
/*	font-family:FontAwesome;	*/
	content:"\f073";
	margin-right: 10px;
}

.newsteaser .author-v3:before {
/*	font-family:FontAwesome;	*/
	content:"\f007";
	margin-right: 10px;
}

.newsteaser .comments-v3:before {
/*	font-family:FontAwesome;	*/
	content:"\f0e6";
	margin-right: 10px;
}

.newsteaser .author-v3,
.newsteaser .comments-v3 {
	display: none;
}

.newsteaser:hover .author-v3,
.newsteaser:hover .comments-v3 {
	display: block;
}

.newslist-v3 {
	width: 33.3333%;
}

.newslist-v3-inside {
	margin: 0;
}

.newslist-v3 .content,
.newslist-v3 .image_container img {
	border: 0;
	border-radius: 0;
}

.newslist-v3:hover {
	opacity: 0.8;
}

body.sidebar.left #main,
body.sidebar.right #main,
body.sidebar.both #main {
	border: 0;
}

body.sidebar.right #right .inside,
body.sidebar.left #left .inside,
body.sidebar.both #right .inside,
body.sidebar.both #left .inside {
	padding-top: 95px;
}

.ce_testimonial p {
	font-style: normal;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.ce_testimonial .image_container {
	width: 130px;
	height: 130px;
}

.ce_portfoliofilter a {
	background: rgb(50,50,50);
	line-height: 50px;
	padding: 0 20px;
	border-radius: 0;
	letter-spacing: 0;
	font-size: 1em;
	font-weight: bold;
}

.ce_portfoliofilter a.selected, 
.ce_portfoliofilter a:hover{
	background: rgb(80,80,80);
	border-radius: 0;
}

.ce_leadertext.version1 {
	margin-bottom: 20px;
}

.ce_leadertext.version1 p {
	display: inline-block;
	padding: 8px 35px;
	font-size: 28px;
	background: rgba(0,0,0,0.6);
	letter-spacing: 2px;
	font-weight: bold;
}

.ce_leadertext.version1 .ce_headline h1,
.ce_leadertext.version1 .ce_headline h2,
.ce_leadertext.version1 .ce_headline h3,
.ce_leadertext.version1 .ce_headline h4,
.ce_leadertext.version1 .ce_headline h5,
.ce_leadertext.version1 .ce_headline h6 {
	margin-bottom: 15px;
}

.ce_leadertext.version1 .ce_headline:after {
	display: none;
}

.ce_iconbox.small .content {
	margin-left: 25px;
}

.ce_iconbox.small i {
	line-height: 25px;
}

.newslist-v2 .teaser-v2 {
	height: auto;
}

.mod_sitemap a {
	color: rgb(100,100,100);
}

.ce_revolutionslider .slide {
	opacity: 0;
}

/* =============================================================================
 * smart phones  (s / small screens)
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	
/* Jetzt oben in page-width + mod_article
#main .mod_article,
#main .mod_article.fullwidth.boxed-content .contentwrap,
#main .autogrid_wrapper.article,
#main .mod_article .ce_parallax .contentwrap,
#main .mod_article .ce_bgimage .ce_bgimage-inside,
#main .mod_article .ce_youtube_background .contentwrap,
body.sidebar.left #main .mod_article,
body.sidebar.right #main .mod_article,
.ce_headerimage .inside {
	padding-left: 20px!important;
	padding-right: 20px!important;
}

#main .autogrid_wrapper.article .mod_article,
#main .mod_article.fullwidth,
#main .mod_article.smallwidth {
	padding-left: 0px!important;
	padding-right: 0px!important;
}*/

body {
	font-size: 14px;
	line-height: 1.6;
}

.logo {
	left: 20px;
}

#header {
	padding-bottom: 0;
	padding-top: 0;
}

#bottom .inside .left,
#bottom .inside .right {
	float: none;
}

#bottom .inside .right a {
	margin-left: 0;
	margin-right: 15px;
}

#top .inside {
	padding-left: 20px;
	padding-right: 20px;
}

#bottom .inside {
	padding-left: 20px;
	padding-right: 20px;
}

h1 {
	font-size: 40px;
	margin-bottom: 30px;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
/*	margin-top: 25px;	*/
}

h5 {
	font-size: 15px;
	margin-bottom: 12px;
}

h6 {
	font-size: 15px;
	margin-bottom: 12px;
}

.mt-xxl {
	margin-top:60px!important;
}

.mb-xxl {
	margin-bottom:60px!important;
}

.mod_breadcrumb {
	display: none;
}

#footer h1, 
#footer h2, 
#footer h3, 
#footer h4, 
#footer h5, 
#footer h6 {
	display: block;
}

#header .mod_socials {
	display: none;
}

#main .mod_article {
	margin-top: 50px;
	margin-bottom: 50px;
}

[class*='newsteaser'] {
	margin-bottom: 0;
}

#footer .inside {
	padding-left: 20px;
	padding-right: 20px;
}

.ce_leadertext.version1 p {
	padding: 5px 10px;
	font-size: 14px;
}

.newslist-v3 {
	width: 100%;
}

.ce_portfoliofilter a {
	margin-left: 10px;
	margin-right: 10px;
}

}
