/* roboto-300 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-style: swap;
  src: url('../fonts/roboto-v29-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-style: swap;
  src: url('../fonts/roboto-v29-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin-ext_latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-style: swap;
  src: url('../fonts/roboto-v29-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

::-moz-selection { 
	background: #e1ff01;
	color: #dadada;
}
::selection {
	background: #e1ff01;
	color: #dadada;
}

html, body  {
font-family: "Roboto";
font-weight: 300;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.ce_revolutionslider_text.bold,
.font_headline {
font-family: "Roboto";
font-weight: 400;
}
.mainmenu ul li a  {
font-family: "Roboto";
font-weight: 400;
}

@-moz-document url-prefix() { /* Disable scrollbar Firefox */
	html{
		scrollbar-width: none;
	}
}
body {
	margin: 0; /* remove default margin */
	scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
	-ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
	overflow-y: scroll;
}

body::-webkit-scrollbar {
	width: 0px;
	background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
}

.bg-lightgray {
  background-color: #efefef !important;
}

#contentwrapper {
	min-height: 100vh;
	background: #efefef;
}
.footernavigation {
	font-size: 0.8em;
}

#fix-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
}
.header {
	background: #fff !important;
}
.smartmenu-content .mod_navigation a:hover {
	font-weight: 900;
	opacity: 1;
	/*color: #e1ff01;*/
}
.smartmenu-content .smartmenu-table {
	margin-top: 0px;
	margin-bottom: 0px;
}
.smartmenu-content .smartmenu-scrollable {
  max-height: calc(100vh - 260px);
  margin-top: 130px;
}
.ce_headline_extended span.color-accent {
	color: #122023 !important;
	font-weight: 900;
}
.smartmenu {
	margin-left: 0;
}
.smartmenu .smartmenu-trigger .line {
	height: 0;
}
.smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
    height: 3px;
    width: 30px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.smartmenu.open .smartmenu-trigger .line:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0;
}
.smartmenu.open .smartmenu-trigger .line:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0;
}
.smartmenu-content {
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e1ff01;
	opacity: 1;
	left: -100%;
}
.smartmenu-content .mod_navigation a {
	color: #122023;
}
.smartmenu-content.open {
    left: 0;
}
.smartmenu-content .mod_navigation ul.level_1 {
	padding: 0 40px 0 10%;
}
.smartmenu-content .mod_navigation li:not(.floatbox) {
    font-size: 3rem;
    line-height: 1.4em;
    font-weight: 400;
    padding: 0;
    text-transform: none;
    text-align: left;
}
.smartmenu-content .mod_navigation .smartmenu-table a {
	display: block;
}
.smartmenu-content .mod_navigation .smartmenu-table a {
	text-transform: uppercase;
}
.smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
	border-bottom: none;
	color: #122023;
	font-weight: 900;
	display: inline-block;
}
.smartmenu-content .mod_navigation a span {
	color: #122023;
	font-weight: 300;
}
.smartmenu-footerc {
    color: #122023;
    text-align: right;
    padding: 0 65px 40px 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.smartmenu-footerc p {
    margin: 0;
	font-size: 1.2em;
}
.smartmenu-footerc p i {
    margin-right: 10px;
}


.header .inside {
	max-width: 100%;
}
#footer {
    font-size: 1em;
}
#footer li:before, #footer li:after {
	display: none;
}
#footer li {
	margin: 0px 25px 0 0;
    padding: 0px;
    list-style-type: none;
	display: block;
}
#footer p {
	margin: 0;
}
#footer .totop:before {
    background: none;
}
#footer .inside {
	padding-top: 40px;
	padding-bottom: 40px;
}
h1 {
	margin-bottom: 10px;
}
h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .font_headline {
	margin-bottom: 5px;
	margin-top: 15px;
}
body.startseite .mod_article:not(.fullwidth):first-child > .container {
    padding-top: 15px;
}
.mod_portfoliolist_v8 .item {
	background: transparent;
	padding: 15px;
}
.mod_portfoliolist_v8 .info {
	left: 0;
	top: 50%;
	bottom: auto;
	text-align: center;
	width: 100%;
}
.mod_portfoliolist_v8 .item figure:hover .info {
	left: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mod_portfoliolist_v8 .item .title {
    font-weight: 400;
	text-align: center;
	margin: 0;
	color: #122023;
	padding: 0 15px;
	line-height: 1.25em;
}
.mod_portfoliolist_v8 .item figure {
	background: #fff;
}
#footer .totop:before {
	display: none;
}
.ce_player.sticky {
	margin-top: 35px;
}
.ce_player.sticky:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 70px;
    background: #e1ff01;
    margin-top: -35px;
    left: 50%;
	-ms-transform: rotate(22deg) translateX(-50%);
	transform: rotate(22deg) translateX(-50%);
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #122023;
    text-shadow: none;
}
.mod_portfoliolist .item .info {
	left: 0px;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 0 35px;
	opacity: 0;
	font-weight: 400;
}
.mod_portfoliolist .item .info .title {
	color: #122023;
	margin: 0;
}
.mod_portfoliolist .item:hover .info {
	opacity: 1;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mod_portfoliolist .item .overflow-layer {
	background: rgba(255,255,255,0.5);
}
.mod_newsreader p.back {
	margin-top: 50px;
}

.shariffwrapper2 {
	margin-top: 50px;
}
.shariffwrapper2 .shariff .theme-white .shariff-button a {
	background: transparent;
}
.shariffwrapper2 .shariff li .fa {
    width: 40px !important;
    line-height: 40px !important;
}
.shariffwrapper2 .shariff .orientation-horizontal li .share_text {
	opacity: 0;
	width: 0;
	display: none !important;
}
.shariffwrapper2 .shariff .orientation-horizontal.col-5 li, .shariffwrapper2 .shariff .orientation-horizontal.col-6 li {
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.shariffwrapper2 .shariff .orientation-horizontal {
	display: inline-block;
}
.shariffwrapper2 .shariff .orientation-horizontal li {
	min-width: 0;
	max-width: 100% !important;
	margin-bottom: 0;
	margin-right: 0;
	display: inline;
	width: 40px;
	height: 40px;
	margin-right: 0px;
}
.shariffwrapper2 .shariff li a {
	border: none;
	color: #e1ff01 !important;
	line-height: 40px;
	width: 40px;
	height: 40px;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shariffwrapper2 .shariff .info {
	padding: 0px !important;
	width: auto !important;
	min-width: auto !important;
}
.shariffwrapper2 .shariff li a:hover {
	background: #e1ff01 !important;
	color: #fff !important;
}
.shariffwrapper2 .shariff .info {
	border: none;
	background: #dadada;
}
.shariffwrapper2 .shariff .theme-white .shariff-button {
	border: none;
	background: #dadada;
	margin-right: 5px;
}
.shariffwrapper2 .shariff .shariff-button span,
.shariffwrapper2 .shariff .shariff-button span.fa.fa-info {
    line-height: 40px !important;
    height: 40px !important;
    width: 40px !important;
    display: block;
    text-align: center;
    margin: 0;
	background: #dadada;
}
.shariffwrapper2 .shariff .shariff-button.info {
	background: transparent;
}
.shariffwrapper2 .shariff {
	display: inline-block;
}
.shariffwrapper2 .shareaf {
    display: inline-block;
    float: left;
    line-height: 40px;
    color: #122023;
    margin-right: 15px;
}

.shariffwrapper2 .shariff li a:hover {
	border: 0 !important;
}
.shariffwrapper2 .shariff li a .fa {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.shariffwrapper2 .shariff li a:hover .fa {
	color: #122023 !important;
	border: 0 !important;
}
.shariffwrapper2 .shariff .shariff-button.whatsapp {
	display: none;
}
body.ios .shariffwrapper2 .shariff .shariff-button.whatsapp,
body.android .shariffwrapper2 .shariff .shariff-button.whatsapp{
	display: inline;
}
.mod_eventreader .shariffwrapper2 .info:before {
	display: none;
}
.mod_eventreader .shariffwrapper2 .info {
	margin: 0;
}

.cookiebar {
	box-shadow: none;
	color: #122023;
}
.cookiebar a {
	color: #122023;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.cookiebar a:hover {
	color: #dadada;
}
.cookiebar-close {
	border-radius: 0;
	background: #122023;
	color: #fff;
}
.cookiebar-close:hover {
	background: #dadada;
}

.mod_portfoliolist_new .item .image_container {
	padding: 0 25px 25px 0;
	position: relative;
}
.mod_portfoliolist_new .item .image_container:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 0;
	display: block;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	background: #e1ff01;
}
.mod_portfoliolist_new .item .image_container .image_container_img {
	position: relative;
	z-index: 1;
	min-height: 200px;
}
.mod_portfoliolist_new .item .image_container .content {
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	position: absolute;
	left: 25px;
	top: 25px;
	background: #e1ff01;
	z-index: 2;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.mod_portfoliolist_new .item:hover .image_container .content {
	opacity: 1;
}
.mod_portfoliolist_new .item .image_container .content .info {
	padding: 0 10%;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.mod_portfoliolist_new .item .image_container .content .info .title {
	color: #dadada;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 700px;
	hyphens: none;
	text-transform: uppercase;
}
.mod_portfoliolist_new .item {
	margin-bottom: 50px;
}
.mod_portfoliolist_new .item:last-child {
	margin-bottom: 0px;
}


.ce_image.bild_mit_rahmen {
	position: relative;
}
.ce_image.bild_mit_rahmen .image_container {
	padding: 0 25px 25px 0;
	position: relative;
	z-index: 1;
}
.ce_image.bild_mit_rahmen:after {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	top: 25px;
	left: 25px;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	background: #e1ff01;
}

.ce_teambox.hover_image {
	display: block;
}
.ce_teambox.hover_image .team-content:before {
	content: "";
	position: absolute;
	z-index: 0;
	display: block;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	background: #e0dbc6;
}
.ce_teambox.hover_image .team-content .image_container {
  background: #e0dbc6;
  padding: 25px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.ce_teambox.hover_image .team-content-hover {
	opacity: 1;
	z-index: 1;
	top: 25px;
	left: 25px;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	background: #e1ff01;
}
.ce_teambox.hover_image .team-content .image_container img {
  background: #fff;
  padding: 20% 10% 0 10%;
  border: 2px solid #121212;
}
.ce_teambox.hover_image .team-content {
	padding-right: 25px;
	padding-bottom: 25px;
}
.ce_teambox.hover_image:hover .team-content .image_container {
	opacity: 0;
}
.teamfotos {
	padding: 50px 0;
}
.ce_teambox.hover_image .team-content-hover {
  padding: 25px;
}

.teamfotos .column:nth-child(1) {
	z-index: 6;
}
.teamfotos .column:nth-child(1) .ce_teambox {
	transform: rotate(-10deg);
	margin-top: -30px;
}
.teamfotos .column:nth-child(2) {
	z-index: 5;
}
.teamfotos .column:nth-child(2) .ce_teambox {
	transform: rotate(10deg);
}
.teamfotos .column:nth-child(3) {
	z-index: 4;
}
.teamfotos .column:nth-child(3) .ce_teambox {
	transform: rotate(2.5deg);
	margin-top: 50px;
	margin-left: -45px;
	margin-right: 45px;
}
.teamfotos .column:nth-child(4) {
	z-index: 7;
}
.teamfotos .column:nth-child(4) .ce_teambox {
	transform: rotate(9deg);
	margin-top: -40px;
}
.teamfotos .column:nth-child(5) .ce_teambox {
	transform: rotate(-4deg);
	margin-top: -65px;
}
.teamfotos .column:nth-child(6) {
	z-index: 7;
}
.teamfotos .column:nth-child(6) .ce_teambox {
	transform: rotate(9deg);
	margin-top: -40px;
}
.teamfotos .column:nth-child(9) {
	z-index: 6;
}
.teamfotos .column:nth-child(9) .ce_teambox {
	transform: rotate(6deg);
	margin-top: -40px;
}
.teamfotos .column:nth-child(10) {
	z-index: 5;
}
.teamfotos .column:nth-child(10) .ce_teambox {
	transform: rotate(-2deg);
	margin-top: -15px;
}
.teamfotos .column:hover {
	z-index: 8;
}

.zeitungen .column:nth-child(2) {
	z-index: 2;
	transform: rotate(5deg);
}
.zeitungen .column:nth-child(3) {
	z-index: 2;
	transform: rotate(-5deg);
}

.cookiebar {
  padding: 20px 75px 20px 40px;
}
.cookiebar .cookiebar-close {
	text-align: center;
}

.ce_teambox div {
	color: #121212;
}
.ce_teambox .name {
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 400;
	color: #121212;
}
.ce_teambox .function, .ce_teambox .description {
	margin: 0;
	color: #121212;
}
#container, #slider, #footer, #bottom {
  background: #efefef;
}

.ce_inngo_kategorielinks .kategorie_wrapper {
	position: relative;
	border-radius: 100%;
	background: #dadada;
}
.ce_inngo_kategorielinks .kategorie_wrapper .ce_image:nth-child(2) {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;	
}
.ce_inngo_kategorielinks .kategorie_wrapper:hover .ce_image:nth-child(2) {
	opacity: 1;
}
.ce_inngo_kategorielinks .kategorie_wrapper .ce_image img {
	padding: 20%;
}
.ce_inngo_kategorielinks .kategorie_wrapper .ce_image:nth-child(1) img {
	margin: -5px 0 0 7px;
}
.ce_inngo_kategorielinks .kategorie_wrapper .ce_image:nth-child(2) img {
	margin: 5px 0 0 -7px;
}

#slider {
	z-index: 11;
}
.ce_image.start_pfeil {
  height: calc(50vh + 30px);
  position: absolute;
  top: 50%;
  left: calc(50% + 90px);
}
.ce_image.start_pfeil div, .ce_image.start_pfeil .image_container {
  width: 100%;
  height: 100%;
}
.ce_image.start_pfeil img {
	width: auto;
	height: 100%;
	animation: zoom-in-zoom-out 5s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}

.header.original {
  line-height: 0;
}
.header.original .logo {
	position: fixed;
	right: 40px;
	height: 140px;
	width: 140px;
	padding: 20px;
	background: #efefef;
}
body.startseite .header.original .logo {
	opacity: 0;
	right: 200%;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
}
body.startseite.smartmenu_open .header.original .logo {
	opacity: 1;
	right: 40px;
}
.header.original .smartmenu {
	position: fixed;
	left: 40px;
	top: 40px;
}
.header.original .smartmenu .smartmenu-trigger {
	right: 0;
	height: 50px;
	width: 50px;
	background: #efefef;
}
.smartmenu .smartmenu-trigger .line::before, .smartmenu .smartmenu-trigger .line::after {
	left: 10px;
}
body.smartmenu_open #fix-wrapper {
	z-index: 999999999;
}
body.smartmenu_open .header.original .smartmenu .smartmenu-trigger,
body.smartmenu_open .header.original .logo {
	background: transparent;
}

input.submit, button.submit {
  font-size: 1em;
  font-weight: 400;
  color: #dadada;
}
.ce_hyperlink a, a.btn {
  font-size: 1em;
  font-weight: 400;
  color: #dadada;
}
input.submit:hover, button.submit:hover {
	color: #122023;
}
.ce_hyperlink a:hover, a.btn:hover {
	color: #122023;
	opacity: 1;
}

h1.inngoh1 {
	margin-bottom: 50px;
}
h1.inngoh1 span {
	/*background: #e1ff01;*/
	background-position: center center !important;
	background-size: 100% auto !important;
	padding: 0 10px;
	margin-left: -10px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
h1.inngoh1 span#start_veraenderung {
	background: url('/files/bilder_neu/01_Start/Markierung_Veränderung02.svg') no-repeat;
}
h1.inngoh1 span#start_raeume {
	background: url('/files/bilder_neu/01_Start/Markierungen_Räume02.svg') no-repeat;
}
h1.inngoh1 span#start_analog {
	background: url('/files/bilder_neu/01_Start/Markierungen_analog02.svg') no-repeat;
}
h1.inngoh1 span#projekte_arbeit {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten02.svg') no-repeat;
}
h1.inngoh1 span#projekte_privat {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Orte02.svg') no-repeat;
}
h1.inngoh1 span#projekte_idee {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Ideen02.svg') no-repeat;
}
h1.inngoh1 span#projekte_graphik {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Graphiken02.svg') no-repeat;
}

.mod_newsreader .portfolioreader .ce_image, .mod_newsreader .portfolioreader .ce_gallery .entry, .mod_newsreader .portfolioreader .ce_hyperlink a {
	margin-bottom: 20px;
}
.ce_image.fullwidth img {
	width: 100%;
}
.mod_newsreader .portfolioreader .ce_gallery ul:not(.cols_1) {
  margin-left: -20px;
  margin-right: -20px;
}
.mod_newsreader .portfolioreader .ce_gallery ul:not(.cols_1) .image_container {
  margin: 0 10px;
}
.mod_newsreader .portfolioreader img {
  background: #fff;
}

.smartmenu-content .mod_navigation li:not(.floatbox):last-child {
	margin-top: 1em;
}

.projektheaderimg {
	position: relative;
}
.projektheaderimg.hasteaser {
	cursor: pointer;
}
.projektheaderimg .content {
	position: absolute;
	bottom: 40px;
	left: 40px;
}
.projektheaderimg .teasertext {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: scroll;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 40px;
	background: #fff;
	opacity: 0;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}
.projektheaderimg.open .teasertext {
	opacity: 1;
}
.projektheaderimg .content h1.inngoh1 {
	margin-bottom: 0 !important;
}
.projektheaderimg .content h1.inngoh1 span {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten01.svg') no-repeat;
}
.projektheaderimg:hover .content h1.inngoh1 span {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten02.svg') no-repeat;
}
.projektheaderimg .content h1.inngoh1 span#projekt02 {
	background: url('/files/bilder_neu/01_Start/Markierung_Veränderung01.svg') no-repeat;
}
.projektheaderimg:hover .content h1.inngoh1 span#projekt02 {
	background: url('/files/bilder_neu/01_Start/Markierung_Veränderung02.svg') no-repeat;
}


.ce_image.logoimg {
	max-width: 65%;
	margin: 0 auto;
}

h1.inngoh1 span.short {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Orte02.svg') no-repeat;
}
h1.inngoh1 span.middle {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Graphiken02.svg') no-repeat;
}
h1.inngoh1 span.long {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten02.svg') no-repeat;
}

.projektheaderimg .content h1.inngoh1 span.short {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Orte01.svg') no-repeat;
}
.projektheaderimg:hover .content h1.inngoh1 span.short {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Orte02.svg') no-repeat;
}
.projektheaderimg .content h1.inngoh1 span.middle {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Graphiken01.svg') no-repeat;
}
.projektheaderimg:hover .content h1.inngoh1 span.middle {
	background: url('/files/bilder_neu/02_Projekte/Markierungen_Graphiken02.svg') no-repeat;
}
.projektheaderimg .content h1.inngoh1 span.long {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten01.svg') no-repeat;
}
.projektheaderimg:hover .content h1.inngoh1 span.long {
	background: url('/files/bilder_neu/02_Projekte/Markierung_Arbeitswelten02.svg') no-repeat;
}

@media (max-width: 1550px) {
	.header.original .logo {
		background: none;
	}
}
@media (max-width: 1400px) {
	.header.original .logo {
	  right: 10px;
	  height: 120px;
	  width: 120px;
	}
	body.startseite.smartmenu_open .header.original .logo {
		right: 10px;
	}
	.header.original .smartmenu {
	  left: 20px;
	  top: 25px;
	}
	.header.original .smartmenu .smartmenu-trigger {
	  height: 44px;
	  width: 44px;
	}
	.smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
	  left: 7px;
	}
	.smartmenu-content .mod_navigation li:not(.floatbox) {
	  font-size: 2.5rem;
	}
}
@media (max-width: 1024px) {
	.smartmenu-content .mod_navigation li:not(.floatbox) {
	  font-size: 2rem;
	}
	body.startseite.smartmenu_open .header.original .logo {
		right: 5px;
	}
	.header.original .logo {
	  right: 5px;
	  height: 100px;
	  width: 100px;
	  padding: 15px;
	}
	.header.original .smartmenu {
	  left: 10px;
	  top: 25px;
	}
	.header.original .smartmenu .smartmenu-trigger {
	  height: 44px;
	  width: 44px;
	}
	.smartmenu .smartmenu-trigger .line:before, .smartmenu .smartmenu-trigger .line:after {
	  left: 7px;
	}
	.teamfotos .vis-desktop {
		display: none;
	}
	.teamfotos {
		padding: 25px 50px;
	}
	.autogrid_row.teamfotos.gutter_m > div, .autogrid_wrapper.teamfotos.gutter_m > div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.teamfotos .column:nth-child(1) .ce_teambox {
		transform: rotate(-5deg);
		margin-top: -15px;
	}
	.teamfotos .column:nth-child(2) .ce_teambox {
		transform: rotate(5deg);
	}
	.teamfotos .column:nth-child(3) .ce_teambox {
		transform: rotate(2deg);
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.teamfotos .column:nth-child(4) .ce_teambox {
		transform: rotate(-4deg);
		margin-top: -20px;
	}
	.teamfotos .column:nth-child(5) .ce_teambox {
		transform: rotate(-2deg);
		margin-top: -25px;
	}
	.teamfotos .column:nth-child(6) .ce_teambox {
		transform: rotate(-4deg);
		margin-top: -20px;
	}
	.smartmenu-content .smartmenu-scrollable {
	  max-height: calc(100vh - 260px);
	  margin-top: 110px;
	}
	.smartmenu-content .mod_navigation ul.level_1 {
	  padding: 0 30px;
	}
	.smartmenu-footerc p {
	  font-size: 1.1em;
	}
}
@media (max-width: 767px) {
	.mod_article:not(.fullwidth) > .container {
	  padding-top: 75px;
	  padding-bottom: 75px;
	}
	.smartmenu-content .mod_navigation li:not(.floatbox) {
	  font-size: 1.75rem;
	}
	.smartmenu {
		display: block;
		margin-right: 40px;
	}
	.smartmenu .smartmenu-trigger .line:before {
		margin-top: 6px;
	}
	.smartmenu .smartmenu-trigger .line:after {
		margin-top: -6px;
	}
	.smartmenu-content .mod_navigation ul.level_1 {
		padding: 0 0 0 40px;
	}
	.smartmenu-footerc {
	  padding: 0 20px 15px 0;
	}
	.teamfotos .column:nth-child(4) .ce_teambox,
	.teamfotos .column:nth-child(6) .ce_teambox {
		transform: rotate(4deg);
	}
	.cookiebar {
		padding: 20px;
	}
	.smartmenu-content .mod_navigation ul.level_1 {
	  padding: 0 20px;
	}
	.smartmenu-footerc p {
	  font-size: 1em;
	}
	.ce_image.start_pfeil {
	  height: calc(30vh + 30px);
	  position: absolute;
	  top: 70%;
	  left: calc(50% + 50px);
	}
	.header.original .logo {
		height: 85px;
		width: 85px;
	}
}
@media (max-width: 480px) {
	.mod_newslist .content a.info:hover .h1 {
		font-size: 30px;
	}
}



.ce_youtube .splashvideo {
	position: relative;
	overflow: hidden;
}
.ce_youtube .splashvideo .splashwrapper {
	margin: 0 auto;
	width: calc(100% - 40px);
	background: rgba(46,50,51,0.75);
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	padding: 20px;
}

.ce_youtube .splashvideo .cell1 {
	font-size: 0.85em;
}
.ce_youtube .splashvideo .cell2 {
	padding: 20px 0px 0px 0px;
}

.ce_youtube .splashvideo div.cell2 a {
	color: rgba(255,255,255,0.9);
	padding: 5px 10px;
	color: #fff;
	cursor: hand;
	cursor: pointer;
}
.ce_youtube .splashvideo div.cell2 a:hover {
}

.ce_youtube {
	background: #aec418;
}
.ce_youtube .splashimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.15;
}
.ce_youtube .privacy_inhalt {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.h-align-center {
	text-align: center;
}

/* startseite_new */
body {
	font-size: 30px;
}

.p {
	font-size: 30px;
	white-space: break-spaces;
	hyphens: none;
}

.h3 {
	font-size: 36px;
	padding-bottom: 20px;
}

body h1, body h2, body h3, body h4, body p, body span  {
	color: #000;
}

#contentwrapper {
	padding-top: 60px;
}

.header.original .logo {
	width: 90px;
}

h1 {
	font-size: 7rem;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 5rem;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 4rem;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 2.5rem;
	}
}

h3 {
	font-weight: 500;
	white-space: break-spaces;
	hyphens: none;
}

.t2-flex {
	display: flex;
}

.t2-flex.t2-row {
	flex-direction: row;
}

.t2-flex.t2-align-end {
	align-items: flex-end;
}

.t2-flex.t2-align-start {
	align-items: flex-start;
}

.t2-swiper-vertical-center .swiper-slide {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	ce_swiper-slider-start {
		max-height: 200px;
	}
}

.t2-flex.t2-align-center {
	align-items: center;
}


strong {
	font-weight: 600;
}

.t2-pr-0, .t2-pr-0 .ce_bgimage-inside {
	padding-right: 0;
}

.t2-pl-0, .t2-pl-0 .ce_bgimage-inside {
	padding-left: 0;
}

.t2-hover-text-container {
	position: relative;
}

.t2-hover-text-container .show-button {
	display: none;
	position: absolute;
	top: 80%;
	transform: translate(-50%, -50%);
	font-size: 60%;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.t2-hover-text-container .show-button a {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	#main .mod_article .t2-hover-text-container.ce_bgimage .ce_bgimage-inside {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 576px) {
	.t2-hover-text-container .show-button a {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 70%;
		color: #000;
	}
}

@media (max-width: 480px) {
	.t2-hover-text-container .show-button a {
		padding: 5px;
		font-size: 60%;
	}
}

.t2-hover-text-container .show-button.left {
	left: 25%;
}

.t2-hover-text-container .show-button.right {
	left: 75%;
}

.t2-hover-text-container .show-button.active {
	display: block;
}

.t2-hover-text-container .ce_bgimage-inside {
	overflow: hidden;
}

.t2-hover-text {
	height: 0;
	position: absolute;
	top: 100%;
	padding: 1rem;
	pointer-events: none;
	background-color: #e1ff01;
	transition: opacity 0.3s ease;
}

.t2-hover-text h3 {
	font-weight: 600;
}
.t2-hover-text.active {
	height: auto;
	position: relative;
}

.smartmenu-content.t2-smartmenu-new .mod_navigation li:not(.floatbox):last-child {
	margin-top: 0;
}

.t2-text-semibold {
	font-weight: 500;
}

.mod_article:not(.fullwidth) > .container {
	padding-top: 0;
	padding-bottom: 0;
}

.ce_hyperlink.t2-image-link a {
	border: none;
	padding: 0;
}

@media (max-width: 1024px) {
	h1 {
		font-size: 5rem;
	}

	p, h3 {
		font-size: 90%;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 4rem;
	}
	p, h3 {
		font-size: 70%;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 2.5rem;
	}
	p, h3 {
		font-size: 50%;
	}
}

.mein-menu-link-container a {
	color: #122023;
	text-transform: uppercase;
	font-size: 3rem;
	padding-left: 10px;
	text-align: left!important;
	line-height: 1.2;
}

.mein-menu-link-container a:hover {
	font-weight: 900;
}

.mein-menu-link-container a span {
	margin-left: 10px;
	font-weight: 300;
	white-space: break-spaces;
	hyphens: none;
}

.t2-oveflow-hidden {
	overflow: hidden;
}

#wieso .bild_mit_rahmen .image_container {
	aspect-ratio: 1 / 1.3;
}

#wieso .bild_mit_rahmen .image_container img {
	height: 100%;
	object-fit: fill;
}

#wieso .autogrid_row .column {
	padding-bottom: 10px;
}

#footer * {
	line-height: 1;
}
#footer p {
	font-size: 16px;
}
#footer a {
	font-size: 13px;
}

.privacy_settings input.submit[type="submit"] {
	color: rgb(59,60,66);
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}
#swiper-vertical-container-t2 {
	height: 200px;
}