/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* vars */

:root {
	--ms_rot: #A6142B;
	--ms_hellgrau: #EEEFF1;
	--ms_grau: #D6D8DB;
	--ms_dunkelgrau: #7F8790;
	--ms_text: #2B3238;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 Arial, 'Roboto', Helvetica, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.wp-block-table td, .wp-block-table th {
	border: unset;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	margin:0 auto;
	position:relative;
	background-color: var(--ms_hellgrau);
	font-size: 1.8rem;
	line-height: 1.6;
	color: var(--ms_text);
}

main {
	padding-left: 360px;
}

main article {
	display: flex;
	flex-direction: column;
	align-items: center;
}

main article > * {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

main article .row_full_width {
	width: 100%;
	max-width: 100%;
}




/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */

.wo_menu_ct {
	width: 360px;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	color: #666;
	background-color: #fff;	
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	z-index: 8;
}

.wo_menu_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	overflow-y: auto;
}

.logo_ms_ct {
	height: 100px;
	padding: 20px;
	text-align: right;
}

.logo_ms_ct img {
	height: 100%;
	width: auto;
}




.wo_menu {
	padding-left: 1.5em; 
	padding-right: 1.5em;
	letter-spacing: 0.03em;
	font-size: 16px;
}


.wo_menu ul {
	padding: 0;
	margin: 0;	
	list-style: none;
}

.wo_menu li {
	padding-left: 2.5em;
	position: relative;
	font-weight: 500;
	cursor: pointer;
	line-height: normal;
}

.wo_menu > ul > li {
	margin-bottom: 1em;
	letter-spacing: 0.06em;
}

.wo_menu > ul > li > span {
	
}

.wo_menu li li {
	margin: 0.5em 0 0.5em -2.5em;
	font-weight: 300;
}

.wo_menu li::before {
	content: attr(data-cnm);
	position: absolute;
	left: 0;
}

.wo_menu li:hover > span, .wo_menu li.active > span, .wo_menu li li.active {
	color: var(--ms_rot);
}
.wo_menu li:hover::before, .wo_menu li.active::before, .wo_menu li li.active::before {
	color: var(--ms_rot);
}

.wo_menu li ul {
	display: none;
}

.wo_menu li.active ul {
	display: block;
}

.wo_menu > ul > li.active > span, .wo_menu > ul > li.active::before {
	font-weight: bold;
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/* WO - v1 */

.wo_head_banner {
	display: flex;
	justify-content: flex-end;
}

.wo_head_banner_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: relative;
	height: 60vh;
}

.page-id-377 .wo_head_banner_img {
	height: 70vh;
	background-position: center bottom;
}

.page-id-1067 .wo_head_banner_img {
	background-position: center 90%;
}

.intro_title {
	padding: 2em 0 4em 0;
	/*background-color: var(--ms_dunkelgrau);
	color: #fff;*/
	/*-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);*/
	max-width: 100%;
	width: 100%;
	position: relative;
	z-index: 4;
}

.ms_grid_list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ms_grid_list li img {
	width: 100% !important;
	height: calc((100vw - 360px) / 4.5);
	object-fit: cover;
	object-position: center center;
}

.ms_grid_list li mark {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: calc((100vw - 360px) / 50);
	padding: 1em;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.ms_content_tab td {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 1em 0;
	vertical-align: top;
}

.ms_flip_grid > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3em;
}

.ms_flip_grid ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ms_flip_grid .wp-block-group > div {
	background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  perspective: 1000px;
	position: relative;
}

.ms_flip_grid .wp-block-group > div ul {
	  position: relative;
  width: 100%;
  padding-top: 80%;
  text-align: center;
	-webkit-box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 1.5em 0 rgba(0,0,0,0.3);
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.ms_flip_grid .wp-block-group > div:hover ul {
	 transform: rotateY(180deg);
}

.ms_flip_grid .wp-block-group > div ul li {
	  position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 1em;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

.ms_flip_grid .wp-block-group > div ul li:first-child {
	background-color: var(--ms_dunkelgrau);
  color: #fff;
	font-size: 1.8em;
	font-weight: 300;
	text-align: center;
	padding: 1em;
}

.ms_flip_grid .wp-block-group > div ul li:last-child {
	  background-color: #fff;
  transform: rotateY(180deg);
	align-items: flex-start;
	z-index: 4;
}

.ms_flip_grid strong {
	color: #8E202D;
}


.ms_flip_grid.team_flip > div {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
}

.ms_flip_grid.team_flip .wp-block-group > div ul {
	padding-top: 130%;
}

.team_flip .flp_front {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 !important;
}

.ms_flip_grid.team_flip .wp-block-group > div ul li:first-child {
	font-size: 1em;
}

.flp_front .prt_fbx_title {	
	color: #fff !important;
	background-color: rgba(74,74,74,.4);
	text-align: left;
	padding: 0.8em;
	height: 3em;
	width: 100%;
	bottom: 0;
	font-size: 1.3em;
	letter-spacing: 0.04em;
	position: absolute;
	line-height: normal;
	overflow: hidden;
}

.prt_fbx_blur {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 1;
	filter: brightness(0.8) blur(10px);
}

.flp_front .prt_fbx_title > span {	
	position: relative;
	z-index: 2;
}


.flp_front strong {
	color: #fff;
	font-weight: normal;
}

.team_flip .flp_back span {
	text-align: left;
}

.team_flip .prt_fbx_text {
	margin-top: 1em;
}



.ms_flip_grid.referenz_flip > div {
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

.ms_flip_grid.referenz_flip .wp-block-group > div ul {
	padding-top: 75%;
}

.referenz_flip .flp_front .prt_fbx_title {
	height: 4em;
	font-size: 1.1em;
	letter-spacing: normal;
}

.referenz_flip .flp_back .prt_fbx_title {
	text-align: left;
	padding-bottom: 1em;
}

.referenz_flip .ref_box_info {
	grid-gap: 0 0.5em;
}



/* Portrait-Box */




.prt_box_ct {
	position: relative;
	width: 100%;
	padding-top: 130%;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.prt_box_ct.prt_ss {
	background-image: url(/wp-content/uploads/2022/03/Sarah_Seidler.jpg);
}

.prt_box_ct.prt_ct {
	background-image: url(/wp-content/uploads/2022/03/Troendle_be2.jpg);
}

.prt_box_ct.prt_cg {
	background-image: url(/wp-content/uploads/2022/03/Carlos_Garcia.jpg);
}

.prt_box_ct.prt_ds {
	background-image: url(/wp-content/uploads/2022/03/prt_ms_ds.jpg);
}

.prt_box_ct.prt_ak {
	background-image: url(/wp-content/uploads/2022/03/prt_ms_ak.jpg);
}

.prt_box_ct.prt_au {
	background-image: url(/wp-content/uploads/2022/03/prt_ms_au.jpg);
}



.prt_box_content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	transform: translateY(-7.5em);	
	color: #fff;
	padding: 1em;
	line-height: 1.4;
	font-weight: 400;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
}

.prt_box_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
	mix-blend-mode: multiply;
	transition: all 0.5s;
}


.prt_box_title {
	height: 7em;
	position: relative;
	z-index: 2;
}

.prt_box_info {
	position: relative;
	z-index: 2;
	font-size: 0.9em;
}

.prt_box_ct:hover .prt_box_content {
	transform: translateY(-100%);
}

.prt_box_ct:hover .prt_box_bg {
	background-color: rgba(142, 32, 45, 0.9);
}







.ref_box_ct {
	position: relative;
	width: 100%;
	padding-top: 70%;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.ref_box_content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	transform: translateY(-5em);	
	color: #fff;
	background-color: rgba(0,0,0,0.75);
	padding: 1em;
	line-height: 1.4;
	font-weight: 400;
	transition: all 0.5s;
	display: flex;
	text-shadow: 1px 1px 4px #000000;
	letter-spacing: 0.03em;
	flex-direction: column;
}

.ref_box_bg {
	position: absolute;
	width: 106%;
	height: 106%;
	top: -3%;
	opacity: 0;
	left: -3%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	filter: blur(0.5em) brightness(0.8);
	/*background-color: rgba(142, 32, 45, 0);*/
	z-index: 0;
	/*mix-blend-mode: multiply;*/
	transition: all 0.5s;
}


.ref_box_title {
	height: 4em;
	position: relative;
	z-index: 2;
}

.ref_box_info {
	position: relative;
	z-index: 2;
	font-size: 0.9em;
	display: grid;
	grid-template-columns: minmax(auto, max-content) auto;
	grid-gap: 0.5em;
}

.ref_box_ct:hover .ref_box_content {
	transform: translateY(-50%);
	top: 50%;
	background-color: rgba(0,0,0,0);
}

.ref_box_ct:hover .ref_box_bg {
	opacity: 1;
}



.mswo_dist_table td {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding: 0.5em 0.2em;
	text-align: right;
	vertical-align: top;
}

.mswo_dist_table td em {
	font-style: normal;
	font-size: 0.86em;
}

.mswo_dist_table tr:first-child {
	color: #8E202D;
}

.mswo_dist_table tr:first-child i {
	font-size: 1.3em;
}

.mswo_dist_table tr td:first-child {
	text-align: left;
}

.mswo_big_table {
	font-size: 0.86em;
}

.mswo_grid_3col > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 3em;
}

.mswo_grid_2col > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 3em;
}

.mswo_grid_1col > div {
	display: grid;
	grid-template-columns: 1fr;
}

.dist_table_v2 td {
	vertical-align: bottom;
}

.table_stripes tr:nth-child(2n) td {
	background-color: rgba(255,255,255,0.35);
}



.box_comp {
	padding: 2em;
	background-color: #fff;
	position: relative;
	padding-top: 4em;
}

.box_comp strong {
	color: #8E202D;
}


.box_comp_plus::before {
	content: '\2b';
	font: var(--fa-font-solid);
	position: absolute;
	color: #8E202D;
	font-size: 2em;
	top: 0.5em;
	left: calc(50% - 1em);
	width: 1.5em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 3px solid var(--ms_rot);
}

.box_comp_minus::before {
	content: '\f068';
	font: var(--fa-font-solid);
	position: absolute;
	color: #8E202D;
	font-size: 2em;
	top: 0.5em;
	left: calc(50% - 1em);
	width: 1.5em;
	height: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 3px solid var(--ms_rot);
}


.mswo_zg {
	width: 100%;
	max-width: calc(500px - 1em);
}

.mswo_zg h3, .mswo_zg h4 {
	margin: 0;
}

.mswo_zg img {
	width: 80%;
	height: auto;
}

.zg_bg2{
	background-color: rgba(255,255,255,0.4);
	padding: 3em 0;
}

.zg_inverse > div {
	text-align: right;
}

.zg_inverse .mswo_zg {
	display: inline-block;
	text-align: left;
}

.zg_inverse .mswo_zg figure {
	text-align: right;
}

.ust_img img {
	position: relative;
	height: 5em;
	width: auto;
	z-index:0;
	margin-bottom: -1em;
}

.pos_rel {
	position: relative;
	z-index: 3;
}

.fancybox__caption {
	font-size: 18px;
	position: relative;
	top: 0.5em;
}



/* Zeitstrahl */

.zeitstrahl_fbg {
	max-width: none;
	width: 100%;
	position: relative;
}

.zeitstrahl_fbg::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	 background: rgb(238,239,241);
background: -moz-linear-gradient(90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
background: linear-gradient(90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeff1",endColorstr="#eeeff1",GradientType=1); 
}

.zeitstrahl_fbg::after {
	content: '';
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 4;
	pointer-events: none;
	background: rgb(238,239,241);
background: -moz-linear-gradient(-90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
background: -webkit-linear-gradient(-90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
background: linear-gradient(-90deg, rgba(238,239,241,1) 20%, rgba(238,239,241,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeff1",endColorstr="#eeeff1",GradientType=1); 
}


 


.zeitstrahl {
	overflow-x: auto;
	cursor: grab;
	width: 100%;
	-ms-overflow-style: none; 
    scrollbar-width: none; 
	background-image: url(/wp-content/uploads/2022/06/ico_swipe3.svg);
	background-size: auto 60px;
	background-position: center bottom 20px;
	background-repeat: no-repeat;
	max-width: none;
	position: relative;
}


.zeitstrahl::-webkit-scrollbar {
    display: none;
}

.zs_wrapper {
	display: inline-block;
}

.zs_inner {
	display: flex;
	padding-top: 200px;
	padding-bottom: 150px;
	padding-left: calc(50vw - 600px);
	padding-right: calc(50vw - 600px);
	
}



.zs_item {
	position: relative;
	margin: 0 90px;	
}

.zs_item > span {
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: normal;
	text-align: center;
	opacity: 0.5;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
}

.zs_item > span.active, .zs_contentbox.active {
	opacity: 1;
}

.zs_item::before {
	content: '';
	width: 220%;
	left: -50%;
	top: 50%;
	height: 1px;
	border-top: 1px dashed var(--ms_dunkelgrau);
	position: absolute;
	
}

.zs_contentbox {
	position: absolute;
	padding-left: 0.5em;
	font-size: 18px;
	border-left: 1px solid;
	width: max-content;
	opacity: 0.5;
	line-height: normal;
	left: 15px;
	padding-bottom: 30px;
	bottom: 135px;
}

.zs_inner .zs_item:nth-child(2n) .zs_contentbox {
	padding-bottom: 30px;
}



.zs_item .box_under {
	top: 110px;
}

.zs_item > span{
	
}

.zs_cb_title {
	display: block;
	padding-bottom: 0.5em;
	font-weight: 400;
}

.zs_hlt {
	color: var(--ms_rot);
	font-weight: 500;
}

.zs_cb_text {
	font-size: 14px;
	display: block;
}

.zs_2021 .box1 {
	left: 30px;
	padding-bottom: 1em;
}

.zs_2022 .box1 {
	left: 10px;
	padding-top: 1em;
}

.zs_2022 .box2 {
	left: 22px;
	padding-bottom: 3.8em;
}

.zs_2022 .box3 {
	left: 100px;
	padding-bottom: 1em;
}

.zs_2023 .box1 {
	left: 100px;
	padding-top: 1em;
}

.zs_2023 .box2{
	
    left: 136px;
    padding-bottom: 5em;

}

.zs_2024 .box1 {
	left: 50px;
	padding-bottom: 1em;
}

.zs_2025 .box1 {
	left: 70px;
	padding-top: 1em;
}

.zs_2028 .box1 {
	left: 90px;
	padding-bottom: 1em;
}





/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.wp-block-separator {
	border-bottom: none;
	margin: 4em 0;
	opacity: 0.5;
}

.ico_grid img {
	height: 4em;
	width: auto;
}


/* marketing */

.gal_ms_wrapper > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2em;
}

.gal_ms_wrapper figure {
	position: relative;
	width: 100%;
}

.gal_ms_wrapper figure a {
	display: inline-block;
	position: relative;
	padding-top: 66%;
	width: 100%;
}

.gal_ms_wrapper figure img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.gal_ms_wrapper figcaption {
	text-align: center;
}


/* Zeitplan */

.zeitplan_ct {
	padding-left: 6em;
}

.zeitplan_ct ul {
	list-style: none;
	padding: 0;
}

.zeitplan {
	position: relative;	
}

.zeitplan::before {
	content: '';
	position: absolute;
	width: 0.5em;
	opacity: 0.5;
	background-color: #4A4A4A;
	left: 2.75em;
	height: 100%;
	border-radius: 2em;
}

.zeitplan > li {
	position: relative;
	min-height: 300px;
}

.zeitplan > li > em {
	position: absolute;
	font-style: normal;
	transform: rotate(-90deg) translateX(25%);
	transform-origin: center center;
	top: 50%;
	left: -2.5em;
	color: #fff;
	font-size: 3em;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.zeitplan > li::before {
	content: '';
	 background: rgb(74,74,74);
background: -moz-linear-gradient(90deg, rgba(74,74,74,0.695098107602416) 0%, rgba(74,74,74,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(74,74,74,0.695098107602416) 0%, rgba(74,74,74,0) 100%);
background: linear-gradient(90deg, rgba(74,74,74,0.695098107602416) 0%, rgba(74,74,74,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4a4a",endColorstr="#4a4a4a",GradientType=1); 
	width: 20em;
	top: 1em;
	bottom: 1em;
	left: -6em;
	position: absolute;
	z-index: 0;
}

.zeitplan ul {
	position: relative;
	z-index: 5;
}

.zeitplan ul li {
	display: flex;
	flex-direction: column;
	min-height: 10em;
	justify-content: center;
}



.zeitplan ul li strong {
	position: absolute;
	display: flex;
	width: 6em;
	height: 6em;
	padding: 0.75em;
	line-height: normal;
	border-radius: 8em;
	background-color: #8E202D;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
	z-index: 7;
}

.zeitplan mark {
	padding: 1em 1em 1em 2.2em;
	-webkit-box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
	margin-left: 5em;
	width: max-content;
}

.cls_mltp {
	mix-blend-mode: multiply;
	filter: brightness(1.5);
}

.img_mltp {
	mix-blend-mode: multiply;
	filter: brightness(1.1);
}


/* gap fix */

.wp-block-columns {
	gap: 0 !important;
}

.wp-block-columns .wp-block-column:first-child {
	padding-right: 1em;
}

.wp-block-columns .wp-block-column:last-child {
	padding-left: 1em;
}

.off_signatur .wp-block-column:last-child {
	padding-left: 0em;
}

.off_signatur .wp-block-image img {
	max-width: 80%;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.hlt {
	color: #8E202D;
}

h1, .h1 {
	font-size: 3.2em;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 0.04em;
}

h1 strong, .h1 strong {
	font-weight: 500;
}

h2, .h2 {
	color: #8E202D;
	font-size: 700;
	letter-spacing: 0.08em;
	font-size: 1.1em;
	text-transform: uppercase;
}


h3, .h3 {
	font-size: 2.1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: normal;
} 

h4, .h4 {
	font-weight: 300;
	font-size: 2.1em;
} 

h5, .h5 {
	font-weight: 300;
	font-size: 1.8em;
} 




.wp-block-button a {
	background-color: var(--ms_rot);
	color: #fff;
	padding: 0.5em 1.5em;
	display: flex;
	align-items: center;
	font-size: 1em;
	letter-spacing: 0.04em;
}

.wp-block-button:hover a {
	background-color: #666;
	color: #fff;
}

.wp-block-button a i {
	font-size: 1.6em;
	margin-right: 0.4em;
}


.fazit_box {
	background-color: #fff;
	padding: 1.5em 3em;
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.4);
}

.fazit_box h4 {
	color: #8E202D;
	margin: 0;
}

article ul {
	padding-left: 1em;
}





#mobmenu_ct {
	position: absolute;
	width: 60px;
	height: 60px;
	left: -60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	display: none;
	cursor: pointer;
}


.mobmenu_line {
    display: inline-block;
    background-color: var(--ms_rot);
    width: 100%;
    height: 5px;
    position: absolute;
    transition: all 0.5s;
	/*box-shadow: 1px 1px #000;*/
}


.mobmenu_line:nth-child(1) { transform: translateY(-200%) rotate(0deg); }
.mobmenu_line:nth-child(2) {  }
.mobmenu_line:nth-child(3) { transform: translateY(200%) rotate(0deg); }

.mobmenu_ct_inner {
    width: 32px;
	height: 32px;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.menuon .mobmenu_line:nth-child(1) {
    transform: translateY(0%) rotate(45deg);	
}


.menuon .mobmenu_line2 {
    opacity: 0;
}


.menuon .mobmenu_line:nth-child(3) {

    transform: translateY(0%) rotate(-45deg);
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width : 1420px)  {
	
	main {
		padding-left: 300px;
	}
	
	.wo_menu_ct {
		width: 300px;
	}
	
	.wo_menu {
		font-size: 14px;
	}
	
	.wrapper {
		font-size: 1.6rem;
	}
	
	main article .row_full_width.zg_inverse .mswo_zg {
		padding-left: 2.5vw;
	}
	
	h4 br {
		display: none;
	}
	
	
}


@media only screen and (max-width : 1200px)  {
	
	main {
		padding-left: 0;
	}
	
	#mobmenu_ct {
		display: flex;
	}
	
	.wo_menu_ct {
		left: auto;
		right: 0;
		width: calc(100vw - 100px);
		max-width: 300px;
		transform: translateX(100%);
		transition: all 0.5s;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.menuon .wo_menu_ct {
		transform: translateX(0%);
	}
	
	.ms_grid_list li img {
		height: calc(100vw / 4.5);
	}
	
	.ms_grid_list li mark {
		font-size: calc(100vw / 50);
	}
	
	.ms_flip_grid .wp-block-group > div ul {
		padding-top: 100%;
	}
	
	.ms_flip_grid {
		font-size: 0.8em;
	}
	
	
}

@media only screen and (max-width : 760px)  {
	
	
	.is-not-stacked-on-mobile {
		display: flex;
		flex-direction: column;
	}
	
	.mob_col_inverse {
		flex-direction: column-reverse;
	}
	
	.wp-block-columns .wp-block-column:last-child {
		padding-left: 0;
	}
	
	
	
}


@media only screen and (max-width : 640px)  {
	
	.wrapper {
		font-size: 1.5rem;
	}
	
	h1, .h1 {
		font-size: 2.4em;
	}
	
	h3, .h3 {
		font-size: 1.8em;
	}
	
	h5, .h5 {
		padding-left: 1em;
		padding-right: 1em;
		font-size: 1.6em;
	}
	
	.fazit_box {
		padding: 1.5em;
	}
	
	.ms_flip_grid > div {
		grid-template-columns: 1fr;
	}
	
	.ms_flip_grid .wp-block-group > div ul {
		padding-top: 75%;
	}
	
	.ms_flip_grid.team_flip > div {
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
		font-size: 0.9em;
		line-height: 1.4;
	}
	
	.ms_flip_grid.referenz_flip > div {
		grid-template-columns: 1fr;
	}
	
	.mswo_grid_2col > div {
		grid-template-columns: 1fr;
	}
	
	.mswo_grid_3col > div {
		grid-template-columns: 1fr;
		grid-row-gap: 1em;		
	}
	
	.gal_ms_wrapper > div {
		grid-template-columns: 1fr;
	}
	
	.zeitstrahl_fbg::before {
		width: 100px;
	}
	
	.zeitstrahl_fbg::after {
		width: 100px;
	}
	
	.zs_inner {
		padding-left: calc(50vw - 100px);
		padding-right: calc(50vw - 100px);
	}
	
	.zs_item::before {
		width: 280%;
	}
	
	.zs_contentbox {
		font-size: 14px;
		width: 70vw;
		bottom: 100px;
	}
	
	.zs_item > span {
		font-size: 14px;
		width: 100px;
		height: 100px;
	}
	
	
	.ms_flip_grid {
		font-size: 1em;
	}
	
	.ms_grid_list li img {
		height: calc(100vw / 3.5);
	}
	
	.ms_grid_list li mark {
		font-size: calc(100vw / 40);
		line-height: 1.4;
	}
	
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
