body, main {
	background-color: #fff;
	font-size: 1.08em;
	font-family: Calibri Light;
}

header, header .dropdown {
	background-color: #fff;
	color: #000;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

header {
	position: sticky;
    z-index: 999;
    top: -10px;
    box-shadow: 0 -6px 10px 5px rgba(0,0,0,0.5);
    background-color: #fff;
	padding: 0;
}

header .content-frame {
	height:100%;
}

header nav .menu-item, 
header .dropdown li a,
header .editable-title, 
.editable-slogan, 
header input {
	color: #000;
}

.menu-item {
	font-size: 0.9em;
	font-weight: normal;
}

.logo {
	margin: auto 10px;
}

.logo-text h1 {
	font-size: 24px;
	line-height: 20px;
	margin-top: 6px;
}

.logo-text div {
	font-family: Calibri Light;
	font-size: 0.8em;
}

.logo img {
	height: 34px;
  	width: 168px;
}

.dropdown li a {
	font-weight: normal;
}

.dropdown li a:hover {
  background-color: gray;
  color: #fff;
  text-decoration: underline;
}

main .content-frame {
	background-image: url('../../assets/img/backgroundT.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.content-frame {
	background-color: #fff;
}

.title-container {
	box-shadow: none;
	text-align: left;
	width: 80%;
	min-width: 300px;
}

.title-container h1 {
	color: gray;
	font-size: 1em;
	min-width: 300px;
}

.layer {
	overflow: hidden;
}

.layer h2 {
	font-size: 1.4em;
  	border-bottom: none;
  	padding-bottom: 14px;
}

nav {
	/*margin-bottom: 10px;*/
}

nav ul li {
	font-family: Calibri Light;
    font-variant: small-caps;
    font-size: 1.2em;
}

nav ul li a:hover{
	text-decoration: underline;
}

.small-font,
.dropdown li {
	font-size: 0.8em !important;
}

.block,
.header-right {
	margin-right: 10px;
}

h3.block {
	margin-right: 0px;
	font-family: Calibri Light;
  	font-weight: normal;
  	margin-top: 10px;
}

.blocks {
	justify-content: space-between;
}

.image-display {
	object-position: top;
}

footer {
	background-color: #fff;
	justify-content: center;
  	display: flex;
  	padding: 0;
}

footer .content-frame {
	background-color: #333;
	justify-content: center;
}

footer,
footer a {
	color: #e7e7e7;
}
footer ul {
	margin-top:5px;
}

/* CUSTOM CLASSES */
.certificate {
	width: 80px !important;
	min-width: 80px !important;
	margin-left: 10px;
	margin-bottom: 10px;
}

.letterbox {
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background-color: #fff; 
	background-image: url('../../assets/img/backgroundT.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
  	display: inline;
  	padding: 10px;
}

.glassbox {
	box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 7px;
	margin-top: 10px;
  	background-color: rgba(255,255,255,0.5);
  	border-radius: 4px;
}

.glassbox h2,
.letterbox h2,
.glassbox p,
.letterbox p {
	padding: 10px;
}

.glassbox h3,
.letterbox h3 {
	padding:10px;
	font-family: Calibri Light;
	font-weight: normal;
}

.glassbox h2,
.glassbox h3 {
	box-shadow: rgba(10, 98, 147, 0.4) 0px 0px 3px;
 	background-color: aliceblue;
	margin-bottom: 10px;
}

.letterbox h2,
.letterbox h3 {
	text-decoration: underline;
}

.glassbox h4,
.letterbox h4 {
  	font-family: Calibri Light;
  	font-weight: normal;
}

.glassbox p,
.letterbox p {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 8px !important;
}

.glassbox div.block,
.letterbox div.block {
	font-size: 1em;
	padding: 20px;
}

.no-padding {
	padding: 0px !important;
}


.letterbox .blocks,
.letterbox .blocks {
	justify-content: center;
}

.box-image {
	padding: 10px;
}

.agility {
	background-color: #fff !important;
	background: url('../../assets/img/agility.png');
	background-position-y: top;
	background-position-x: center;
    background-size: auto;
  	background-size: cover;
}

.diversity {
	background-color: #fff !important;
	background: url('../../assets/img/diversity-light.png');
    background-position-y: bottom;
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.between {
	margin-top: 50px;
	margin-bottom: 10px;
}

.below {
	margin-top: 50px;
}

.below-small {
	margin-top: 10px !important;	
}

.gradient {
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(194, 228, 243) 100%);
}

.gradient-reverse {
	background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(194, 228, 243) 100%);
}

.contact {
	margin-top: 10px;
	margin-right: 0;
}

.right {
	margin-right: 0;
}

.no-menu {
    position: fixed;
    top: 40px;
  	left: 35%;
    right: 0;
    z-index: 50;
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    width: 30%;
    min-width: 250px;
    font-size: 0.9em;
    transition: right 0.3s ease;
    overflow: hidden;
}

.no-menu h2 {
	z-index: 40;
	background-color: #fff;
  	width: 100%;
  	text-align: center;
  	font-weight: normal;
  	height: 40px;
  	padding-top: 8px;
  	font-size: 1.2em;
}

/* Optional: Style für den Toggle-Button und den vertikalen Titel */
.no-menu .toggle-button {
    position: absolute;
    top: 0;
    width: 30px;
    height: 40px;
    cursor: pointer;
    z-index: 1100;
    background: #fff;
    border: none;
}

.no-menu .section {
	top: 95px;
	z-index: 30;
  	background-color: #fff;
  	width: 30%;
  	min-width: 250px;
  	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  	position: fixed;
  	padding: 5px;
  	transition: top 0.3s ease;
}

.closed .section {
	top: -80px !important;
}


.mobile-only {
	visibility: collapse;
	height: 0;
}

.desktop-only {
	visibility: visible;
	height: 100%;
}

@media (max-width: 900px) {

	.content-frame,
	.title-container {
		width: 100%;
	} 

    .inner-sections {
        margin: 0px;
    }

    .image-display {
	  	height: 240px !important;
	}

	.no-padding {
		padding: 20px !important;
	}

	.mobile-only {
		visibility: visible;
		height: 100%;
	}

	.desktop-only {
		visibility: collapse;
		height: 0 !important;
	}	
}

@media (max-width: 400px) {
    .image-display {
	  	height: 190px !important;
	}	
}