html {
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}

body {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 1em);
	
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #F5F5F5;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}

@media(min-width: 800px) {
	body {
		padding-left: 1em;
		padding-right: 1em;
	}
}

a {
	color: #33ccff;
	cursor: pointer;
	text-decoration: none;
}

@media(min-width: 800px) {
	.columns {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.columns .column {
		width: 50%;
	}
	
	.columns > .column + .column {
		margin-left: 1em;
	}
}

.no-wrap {
	white-space: nowrap; 
}

.page-nav .page-nav-item a.inactiv {
	color: #085099; 
	border-bottom: solid #555 2px;
}

a.more:after {
	content: "\027A2";
}

h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

p {
	margin-top: 0;
	margin-bottom: 0.2em;
}

.mt {
	margin-top: 1em;
}

.mb {
	margin-bottom: 1em;
}

.pb {
	padding-bottom: 1em;
}

.pl {
	padding-left: 1em;
}

.quote-area {
	text-align: right;
}

.quote {
	font-style: italic;
}

.quote-autor {
	font-style: italic;
}

.page-img img {
	max-height: 3em;
}

.page-header {
	display: flex;
	align-items: center;
	border-bottom: solid white 2px;
}

.page-nav-area {
	margin-left: auto;	
}

.page-nav-area {
	display:none;	
}

.page-header-phone {
	display: none;
}

.mobile-navi-icon {
	font-size: 26pt;
	margin-left: auto;
	cursor: pointer;
}

.mobile-nav-area {
	display: none;
	width: 75%;
	white-space: nowrap;
	background-color: #eAeAeA;
	margin-left: auto;
	margin-bottom: 1em;
}

.mobile-nav-area .page-nav {
	padding: 1em 0;
}

.page-nav .page-nav-item a {
	font-weight: bold;
	color: #555;
}

.page-nav .page-nav-item a:hover {
	border-bottom: #555 solid 2px;
}

.mobile-nav-area ul {
	list-style: none;
	padding-left: 0;
}

@media(min-width: 500px) {
	.page-header-phone {
		color: #33ccff;
		display: block;
		margin-left: auto;
		font-weight: bold;
	}
	.mobile-navi-icon {
		margin-left: 0.5em;
	}
}
	
@media(min-width: 800px) {
	.page-nav-area {
		display:block;	
	}
	
	.page-nav {
		display: flex;
		list-style: none;
	}
	
	.page-header-phone {
		margin-left: 1em;
	}
	
	.mobile-navi-icon {
		display: none;
	}
	
	.mobile-nav-area {
		display: none !important;
	}
}

.page-nav > .page-nav-item {
	margin-left: 1em;
	line-height: 2em;
}

.mood-text-wrap {
	padding-top: 1em;
	width: 100%;
}

.page-mood-area {
	background-image: none;
}

.page-mobile-nav-wrapper {
	display: flex;
	min-height: 15em;
}

@media(min-width: 800px) {
	.page-mood-area {
		min-height: 17em;
		width: auto;
		background-image: url('../img/slider.jpg');
	}
	.page-mobile-nav-wrapper {
		min-height: auto;
	}
}

.mood-text-area {
	margin-left: 0;
	margin-right: 0;
	padding: 1em 2em;
	background-color: rgba(101, 158, 164 ,0.7);
	color: white;
}

@media(min-width: 800px) {
	.mood-text-wrap {
		padding-top: 5em;
		padding-bottom: 1em;
	}
	.mood-text-area {
		margin-left: 10%;
		padding-top: 1em;
		padding-left: 2em;
		padding-bottom: 1em;
		max-width: 80%;
	}
}

.summary-items {
	margin: 2em 0em;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	box-shadow: 0 0 35px 5px #dceff8;
	padding: 2em 1em;
}

@media(min-width: 800px) {
	.summary-items {
		flex-direction: row;
		margin: 2em 1em;
	}
}

.summary-item {
	display: flex;
	flex-direction: column;
}

.summary-item-border {
	border-bottom: #eee 2px solid;
}

@media(min-width: 800px) {
	.summary-item {
		width: 30%;
		flex-direction: column;
	}
	.summary-item-border {
		border-right: #eee 2px solid;
		border-bottom: none;
	}
}

.summary-item-header {
	padding-left: 3em;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 2em;
	height: 2em;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.summary-item-header.item-1 {
	background-image: url('../img/Digitalisierung.png');
}

.summary-item-header.item-2 {
	background-image: url('../img/Agil.png');
}

.summary-item-header.item-3 {
	background-image: url('../img/Individual.png');
}

.summary-item-short-text {
	padding-top: 1em;
	padding-right: 1em;
}

.summary-item-link {
	padding-top: 1em;
	margin-top: auto;
	padding-bottom: 1em;
}

.more-tex-link {
	margin-bottom: 1em;
}

.main-content {
	display: flex;
	flex-direction: column;
}

@media(min-width: 800px) {
	.main-content {
		flex-direction: row;
	}
	.main-content-column {
		width: 70%;
		padding-right: 1em;
	}
	.main-content-contact {
		width: 30%;
	}
}

.big-text {
	display: none;
}

.short-text {
	margin-bottom: 1em;
}

@media(min-width: 800px) {
	.tile .short-text {
		margin-top: 0;
		height: 9em;
	}
}

@media(min-width: 1000px) {
	.tile .short-text {
		margin-top: 0;
		height: 7em;
	}
}

.more-link {
	margin-top: 1em;
	margin-bottom: 1em;
}

.more-read:after {
	content: "\025BC";
	padding-left: 1em;
}

.fewer-read {
	display: none;
}

.fewer-read:after {
	content: "\025B2";
	padding-left: 1em;
}

.my-features {
	display: flex;
	flex-direction: column;
	padding-top: 1em;
}

.my-features .my-features-item .my-features-header {
	margin-top: 0;
}

.my-features-item {
	display: flex;
	flex-direction: column;
}

@media(min-width: 800px) {
	.my-features {
		flex-direction: row;
		justify-content: space-between;
		box-shadow: inherit;
		padding: 0;
	}
	.my-features-item {
		width: 49%;
	}

	.my-features-item img {
		max-width: 100%;
	}
	.my-features .my-features-item .my-features-header {
		margin-top: 1em;
	}
}

.my-features-item img {
	display: none;
}

@media(min-width: 800px) {
	.my-features-item img {
		display: block;
	}
}

@media(min-width: 800px) {
	.main-content-contact-wrapper.fixed {
	  position:fixed;
	  top: 0px;
	  right: 1.5em;
	}
	.main-content-contact {
		margin-left: auto;
		width: 13em;
	}
	.main-content-contact-wrapper {
		width: 11em;
	}
}

.main-content-contact-wrapper {
	display: flex;
	flex-direction: column;
	background-color: rgb(101, 158, 164);
	color: white;
	padding: 1em;
	max-height: 100%;
}

.my-features-item .my-features-link {
	margin-top: auto;
	margin-bottom: 1em;
	padding-top: 1em;
}

.contact-form-button {
	margin-top: 3em;
	margin-bottom: 1em;
}

a.contact {
	border: white 1px solid;
	padding: 1em 3em;
	color: white;
}

.content-header {
	width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.tiles {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: start;
}

.tile {
	background-color: white;
	padding: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tiles > .tile + .tile {
	margin-top: 1em;
}

@media(min-width: 800px) {
	.tiles {
		flex-direction: row;
	}
	
	.tile {
		flex-basis: 20%;
		flex-grow: 1;
	}
	
	.tiles > .tile + .tile {
		margin-top: 0;
		margin-left: 1em;
	}

}

.tile img {
	height: auto;
	width: 5em;
	margin-bottom: 2em;
}

.about-me-container {
	display: flex;
}

.about-me-column-1 {
	flex: 2;
}

.about-me-column-2 {
	display: none;
}

@media(min-width: 800px) {
	.about-me-column-2 {
		display: block;
		margin-left: 2em;
		flex: 1;
		max-width: 25em;
	}
}
img.me-img {
	width: 100%;
}

.footer-container {
	display: flex;
	flex-direction: column;
	margin: 1em 0;
	padding: 1em;
	background-color: rgb(101, 158, 164);
	color: white;
	align-items: flex-start;	
}

.footer-container img.logo {
	max-width: 85%;
}

.footer-container .nav {
	list-style: none;
	padding-left: 0;
}

.footer-container .nav li a {
	color: white;
}

@media(min-width: 800px) {
	.footer-container {
		flex-direction: row;
		justify-content: space-between;
	}
	.footer-container > * {
		padding: 0 1em;
		width: 24%;
	}
}

.challenge-container {
	display: flex;
}

.challenge-container .challenge-column-2 img {
	display: none;
}

@media(min-width: 800px) {
	.challenge-container {
		flex-direction: row;
	}
	
	.challenge-container .challenge-column-1 {
		padding-right: 2em;
		width: 55%;
	}
	.challenge-container .challenge-column-2 {
		width: 45%;
	}
	
	.challenge-container .challenge-column-2 img {
		width: 100%;
		display: block;
	}
}

.form-control {
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
	width: 100%;
	border: #BBB 1px solid;
}

a.btn {
	color: white;
	background-color: rgb(151, 208, 204);
	font-weight: bold;
	width: calc(100% - 2em);
	display: inline-block;
	padding: 1em;
	text-align: center;
}

.error-container {
	color: red;
	padding: 1em;
	border: red solid thin;
	background-color: #FDD;
	display: none;
}

.success-container {
	color: green;
	padding: 1em;
	border: green solid thin;
	background-color: #DFF;
	display: none;
}

.contact-img {
	text-align: right;
}

.contact-img {
	display: none;
}

@media(min-width: 800px) {
	.contact-img {
		display: block;
	}
}

.page-footer {
	margin-top: auto;
}

.contact-sentence {
	font-weight: bold;
}

.in-work {
	color: red;
}

.list > p {
	margin-left: 1em;
	margin-top: 0.5em;
}

.list > p::before {
	content: "⇒ ";
	margin-left: -1em;
}