@charset "UTF-8";
/* Body */
body{
	font-family: Calibri, Segoe UI, Arial, Candara, sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	height: 100%;
}

main{
	padding: 80px 0px 0px 0px;
}

p {
	font-family: Calibri, Segoe UI, Arial, Candara, sans-serif;
	margin: 0;
	padding: 0px;
	text-align: left;
}

/* Nav */
nav{
	height: 80px;
	background: #306BAA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: -10px 0px 20px #000000;
	width: 100%;
	position: fixed;
  	top: 0;
	z-index:5;
	padding-right: 100px;
}

nav .logo{
	width: 150px;
	padding-left: 100px;
}

nav .sprache-button{
	width: 70px;
	height: 25px;
	padding: 0;
	margin: 0 0 0 30px;
	text-align: center;
	color: white;
	font-weight: 600;
	font-size: 18px;
}

nav .sprache-button a{
	line-height: 22px;
	padding: 0 3px;
	margin: 0;
} 

nav .sprache-button a:hover, 
nav .sprache-button a.active{
	text-decoration: underline;
} 

nav ul{
	display: flex;
	list-style: none;
	padding-right: 40px;
}

nav ul li{
	margin: 0 5px;
}

nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

nav ul li a:hover,
nav ul li a.active{
	color: #306BAA;
	background: #FFFFFF;
}

nav ul li a.termin{
	color: #306BAA;
	background: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 14px 24px;
	border-radius: 40px;
	transition: all 0.3s ease;
}

nav .menu-btn img{
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	display: none;
}

#click{
	display: none;
}

/* Footer */

footer{
	object-fit: contain;	
	background: #1E1E1E;
	align-items: center;
	justify-content: space-between;
	padding: 0px 50px 0px 100px;
	color: #FFFFFF;
}

.flex-footer-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -5px;
}

.footer-liste {
	display: inline-block;
	width: 19%;
	margin: 0 5px 0 5px;
}

.dummy-footer-liste {
	display: inline-block;
	width: 19%;
	height: 0px;
	margin: 0 5px 0 5px;
}

.flex-footer-nav h6{
	font-size: 15px;
	font-weight: 500;
}

.flex-footer-nav h6, a{
	margin-bottom: 5px;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF;
	text-decoration: none
}

.flex-footer-nav ul, li a{
	font-size: 20px;
	line-height: 24px;
	list-style: none;
	padding: 0px 10px 0px 0px;
	color: #FFFFFF;
}


.footer-liste li{
	padding-bottom: 5px;
}

.footer-liste ul{
	padding-bottom: 5px;
}

.flex-footer-nav a:hover {
  	text-decoration: underline;
}

.flex-footer-icons{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.flex-footer-icons ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none;
	padding: 0px;
}

.flex-footer-icons p{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 14px;
	text-align: left;
}

.footer-icons li a img{
	
	width: 50px;
	height: 50px;
	list-style: none;
	padding: 0px 10px 0px 0px;
	display: flex;
}

.footer-icons{
	box-sizing: border-box;
}

.footer-kontakt li{
	padding-bottom: 20px;
}

.footer-logo{
	width: 250px;
	padding-bottom: 26px;
	padding-left: 70px;
	position:absolute;
  	right: 100px;
}

.footer-h1{
	font-size: 24px;
	font-weight: 500;
}

/* Header */
.hero-image {
    background-image: linear-gradient(rgba(48,107,170, 0.8), rgba(48,107,170, 0.8));
	color: #FFFFFF;
	min-height: calc(100vh - 80px);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	max-width: 100%;
	margin-bottom: 40px;
}

.hero-text {
	min-height: calc(80vh - 80px);
}

.hero-text h1, h2, p {
	padding: 0px 300px 0px 300px;
}

.hero-text h1{
	font-size: 90px;
	margin: 0;
	font-weight: 300;
	padding-top: 120px;
	text-align: left;
}

.hero-text h2{
	font-size: 50px;
	font-weight: 300;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

.hero-text p{
	font-size: 30px;
	line-height: 36px;
	font-weight: 300;
	padding-right: 20%;
	padding-left: 300px;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.hero-text a {
    padding: 0px;
    color: #FFFFFF;
	text-decoration: underline;
}

.hero-text-center {
	min-height: calc(80vh - 80px);
}

.hero-text-center h1{
	font-size: 120px;
	font-weight: 300;
	margin: auto;
	padding: 200px 0 0 0;
	text-align: center;
}

.hero-text-center h2{
	font-size: 60px;
	font-weight: 300;
	margin: auto;
	padding: 0;
	text-align: center;
}

.hero-text-center p{
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	padding: 20px 20% 0px 300px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.hero-text img{
	margin: 2% 15% 
}

.divider {
	position: relative; 
	left: 0; 
	top: 5px;
}

.divider1 {
    position:relative;
    z-index: 1;
	min-width: 100%;
	padding: 0;
	vertical-align: bottom;
	bottom: 5px;
	display: table-cell;
    }

.divider2 {
    position:absolute;
	min-width: 100%;
    z-index: 2;
	padding: 0;
	vertical-align: bottom;
	bottom: 0;
	display: table-cell;
}

/* Content */
.content {
	padding: 0px 300px 0px 300px;
	height: 100%;
}


.titel-hr {
	height: 2px;
	border-width: 0;
	color: #707070;
	background-color: #707070;
	margin-bottom: 20px;
	padding: 0;
}

.content h3 {
	color: black;
	font-size: 60px;
	margin: 0px;
	padding-top: 30px;
}

/* .Kontakt Icons Rand */
.kontakt-icons-rand-container{
	position: fixed;
	right: 0px;
	top: 130px;
	background-color: #306BAA;
	padding: 10px;
	box-shadow: -5px 5px 20px #2a2a2a;
	z-index: 3;
	border-radius: 15px 0px 0px 15px;
	width: 35px;
}

.kontakt-icons-rand img{
	width: 35px;
	height: 35px;
}

.kontakt-icons-rand a {
	padding: 0;
}

/* .branchen h4 */

.flex-reg-icons {
	display: flex;
	width: 100%;
	height: 100%;
	background: #EEEEEE;
	justify-content: space-between;
	margin-bottom: 50px;
	overflow-x: auto;
	padding: 20px -2% 0 -2%;
}

.flex-reg-icons figure {
    display: inline-block;
	width: 250px;
	height: 100%;
	margin: 0 2%;
}

.flex-reg-icons img {
    vertical-align: top;
	width: 250px;
	height: 150px;
	padding-top: 20px
}

.flex-reg-icons figcaption {
	font-size: 18px;
	font-weight: 800;
	padding-bottom: 10px;
    text-align: center;
}

.reg-intro-text {
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 50px 0;
	font-weight: 500;
	
}

/* Branchen */
.flex-branchen{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
}

.dummy {
	display: inline-block;
	width: 22%;
	margin: 0 1% 30px 1%;
}

.branchen{
	display: inline-block;
	width: 22%;
	min-height: 100%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: middle;
	margin: 0 1% 30px 1%;		
}


.branchen img {
	vertical-align: top;
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.branchen h4 {
	font-size: 22px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	margin: 2% 0 3% 0;
	text-align: center;
}

.branchen p {
	font-size: 20px;
	line-height: 24px;
	padding: 0px 15px 0px 15px; 
}

/* Branchen Icons */
.flex-icon-branchen{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.dummy-branchen-icon {
	display: inline-block;
	width: 300px;
	margin: 0 10px 60px 10px;
}

.icon-branchen {
	display: inline-block;
	width: 300px;
	height: 300px;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	margin: 0 10px 60px 10px;
	
}

.icon-branchen-img {
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 300px;
	width: 300px;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
}

.icon-branchen figure {
    display: inline-block;
	width: 300px;
	margin: 10px 10px 0px 10px;
}

.icon-branchen img {
	display: block;
	width: 180px;
	height: 200px;
    vertical-align: top;
	margin: 0 auto;
	padding: 0;
	align-content: center;
}

.icon-branchen figcaption {
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 800;
    text-align: center;
	margin: 0;
	padding: 0;
	width: 280px;
}

.branchen-icon-link {
	height: 0;
	padding: 0;
	margin: 0;
}

/* News */
.flex-news {
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
}

.dummy-news {
	display: inline-block;
	width: 23%;
	margin: 0 1% 30px 1%;
}

.news{
	display: inline-block;
	width: 23%;
	height: 450px;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: middle;
	margin: 0 1% 30px 1%;
	position: relative;
	text-align: left;
}

.news img {
	vertical-align: top;
	height: 200px;
	width: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
}

.news p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	padding: 20px 20px 0px 20px; 
	color: #8E9093;
}

.news h4 {
	font-size: 23px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
	padding: 10px 20px 0px 20px; 
}


/* News button */

.news-button {
	position: absolute;
  	bottom: 0;
  	left: 0;
	padding-bottom: 20px;
}

.news button {
	background-color: #ffffff;
	color: #8E9093;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 0;
	border: none;
	padding: 0;
	padding: 0px 0px 0px 20px;
}

.news button:hover {
	text-decoration: underline;
}

.news-button img {
	width:20px;
	height:20px; 
	margin-left: 5px;
}

/* Security Briefing */
.anmeldung-Header h3{
	text-align: center;
	color: #306BAA;
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 0px;
}

.anmeldung-Header img {
	vertical-align: middle;
	display:block;
    margin:auto;
	padding: 30px 0 0 0;
}

.anmeldung-Header{
	width: 80%;
	margin: auto;
}

.cr_site{margin:0;padding:75px 0 0 0;text-align:center;background-color:#eeeeee;}
.cr_font{font-family: Calibri, Segoe UI, Arial, Candara, sans-serif;font-size: 18px;}
.cr_body h2, .cr_header h2{font-size:26px;line-height:30px;margin:0 0 10px 0;}
.cr_body h1, .cr_header h2{font-size:30px;margin-bottom:15px;padding:0;margin-top:0;}
.cr_body p {padding: 0;}
.wrapper, .cr_page{margin:0 auto 10px auto;text-align:left;border-radius:4px;}
.cr_header{text-align:center;background: transparent !Important;}
.cr_body label{float:none;clear:both;display:block;width:auto;margin-top:8px;margin-bottom:4px;text-align:left;font-weight:bold;position:relative;}
.cr_button{display:inline-block;width:auto;white-space:nowrap;height:40px;margin:8px 8px 0 0;padding:0 30px;text-decoration:none;text-align:center;font-style:normal;font-size:18px;font-weight: 500;line-height:32px;cursor:pointer;border:0;vertical-align:top;}
.cr_button{background-color:#333;color:#ffffff;text-transform: unset;}
.cr_button:hover,.cr_button-small:hover{opacity:0.7;filter:alpha(opacity=70);}
.powered{padding:20px 0;width:560px;margin:0 auto;}
.formbox{font-size:12px;color:#333333;padding:20px;background-color:#ffffff;border-radius: 6px 6px 6px 6px;}
.cr_ipe_item label{line-height:150%;font-size:18px;}
.cr_ipe_item textarea {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;font-family: verdana;font-size: 16px;}
.cr_ipe_item input {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;padding: 5px;font-size: 16px;}
.cr_ipe_item select {background: none repeat scroll 0 0 #eeeeee;border: 1px solid #aaa;display: block;margin: 0;padding: 5px;width: 100%;font-family: Helvetica;font-size: 16px;}
.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox {-moz-binding: none;-moz-box-sizing: border-box;background-color: -moz-field !important;border: 2px inset threedface !important;color: -moz-fieldtext !important;cursor: default;height: 13px;padding: 0 !important;width: 13px;}
.cr_ipe_item input.cr_ipe_radio{-moz-appearance: radio;border-radius: 100% 100% 100% 100% !important;margin: 3px 3px 0 5px;}
.submit_container{text-align:center}
.cr_ipe_item{ padding:1px 10px; margin:1px 10px; }
.cr_ipe_item.inactive {display:none;}
.imprint{font-size:0.8em;}
.cr_captcha{padding-left:130px;}
.cr_error{font-size:1.1em;padding:10px;}
.clever_form_error{background-color:#f99; color:#000; border:1px solid #f22 !important}
.clever_form_note {margin:26px 0 0 3px;position:absolute;display:inline; padding: 2px 4px; font-weight:bold;background-color:#f2ecb5; color:#000; font-size:12px !important;  }
.cr_site {background-color:#eee;}
.cr_header {color:#000000;}
.cr_body {background-color:#ffffff;font-size:18px;color:#000000;}
.cr_hr {background-color:#ccc;}
.cr_site a {color:#0084ff;}
.imprint{color:#000;}
.mce_text a{color: #306baa;}

.cr_site {background-color:#ffffff;}
.cr_header {background-color:#8c8c8c;color:#333333;}
.cr_body {background-color:#ffffff;font-size:18px;color:#000000;}
.cr_page {border-width:0px;border-style:solid;border-color:#000000;max-width:640px;}
.cr_hr {background-color:#333333;color:#333333;}
.cr_site a {color:#306cab;}
.cr_button {background-color:#306cab;}

/* Kontaktperson */
.kontakt-person {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
}
.kontakt-text {
	align-content: flex-end;
	flex-direction: column;
}

.kontakt-text h5, p{
  	bottom: 0;
  	left: 0;
	padding-right: 0px;
}

.kontakt-text h5{
	font-size: 30px;
	color: #306BAA;
	margin-bottom: 5px;
	padding-left: 0px;
}

.kontakt-text p{
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding-left: 0px;
}

/* Kontakt Button */
.button-top-text p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-size: 60px;
	font-weight: 100;
	padding: 40px 0 20px 0;
	max-width: 60%;
}

.kontakt-button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 20px 0 40px 0;
	margin: 0;
}

.kontakt-button button {
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 4px 2px;
	border: none;
}

.kontakt-button button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

.kontakt-button-box {
    background-color: #306BAA;
    color: white;
    font-weight: 500;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border: none;
}

/* Kontaktseite Info */
.kontaktseite-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
	margin: auto;
}

.kontaktseite-text-links {
	width: 35%;
	margin-right: 5%;
}

.kontaktseite-text-links h5, p{
  	bottom: 0;
  	left: 0;
	padding: 0;
	margin: 0;
}

.kontaktseite-text-links h5{
	font-size: 30px;
	color: #306BAA;
	margin-bottom: 5px;
	padding-left: 0px;
}

.kontaktseite-text-links p{
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

/* Kontaktseitepersonen */
.kontaktseite-person {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 55%;
	align-content: flex-start;
	float: right;
	padding-left: 5%
}

.kontaktseite-foto {
	width: 40%;
	margin-right: 20px;
}

.kontaktseite-foto img{
	max-height: 100%;
	max-width: 100%;
}

.kontaktseite-text {
	align-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}

.kontaktseite-text h5, p{
  	bottom: 0;
  	left: 0;
	text-align: left;
}

.kontaktseite-text h5{
	font-size: 26px;
	color: #306BAA;
	margin-bottom: 5px;
	margin-top: 18px;
	padding: 0;
}

.kontaktseite-text p{
	font-size: 20px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

/* Kontaktseite Button */
.kontaktseite-button-top-text p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-size: 50px;
	font-weight: 100;
	padding: 40px 0 40px 0;
	max-width: 70%;
}

.kontaktseite-kontakt-button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0 0 0 0;
}

.kontaktseite-kontakt-button button {
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 4px 2px;
	border: none;
}

.kontaktseite-kontakt-button button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

/* Solution Button */
.flex-solution-right button {
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 20px 0 50px 0;
	border: none;
}

.flex-solution-right button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

.flex-solution-left button, .forschung-rechts button, .ressourcen-header-text button{
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 20px 0 50px 0;
	border: none;
}

.flex-solution-left button:hover, .forschung-rechts button:hover, .ressourcen-header-text button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

/* Solutions */
.flex-solution{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-end;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}

.flex-solution a:hover {
	text-decoration: underline;
}

.hero-text-center a:hover {
	text-decoration: underline;
}

.flex-solution-left{
	align-items: flex-start;
	width: 67%;
	padding: 0 0 0 3%;
	margin: 0;
}

.flex-solution-right{
	align-items: flex-start;
	width: 67%;
	padding: 0 3% 0 0;
	margin: 0;
}


a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.sol-img {
	width: 30%;
	height: 500px;
	object-fit: cover;
	padding-top: 15px;
}

.sol-img-icon {
	width: 30%;
	height: 100%;
	object-fit: cover;
	padding-top: 15px;
}

.flex-solution-left p{
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px 0;
}

.flex-solution-right p{
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px 0;
}


.sol-h4{
	width: 100%;
	font-size: 38px;
	font-weight: 800;
	color: #306baa;
	margin: 0 0 3px 0;
	padding: 0;
}

.sol-h5{
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: #8E9093;
	margin: 0 0 7px 0;
	padding: 0;
}

.forschung-rechts h6 {
	font-size: 24px;
	font-weight: 800;
	color: #8E9093;
	margin: 15px 0 4px 0;
	padding: 0;
}

/* Loesungen Icon */
.flex_los-icons{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1px;
	padding-bottom: 10px;
}

.flex_los-icons-dummy {
	display: inline-block;
	width: 13%;
	margin: 0 1% 0 1%;
}

.flex_los-icons figure {
    display: inline-block;
	width: 13%;
	margin: 0 1% 40px 1%;
}

.flex_los-icons img {
	display: block;
	width: 130px;
	height: 130px;
    vertical-align: top;
	margin: 0 auto;
	padding: 0;
	align-content: center;
}

.flex_los-icons figcaption {
	font-size: 20px;
	line-height: 26px;
	color: #8E9093;
	font-weight: 800;
    text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flex_los-icons a{
	font-size: 24px;
	line-height: 26px;
	color: #8E9093;
	font-weight: 800;
    text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}

.flex_los-icons a:hover{
	text-decoration: underline
}

.los-titel h3{
	width: 100%;
	font-size: 38px;
	font-weight: 800;
	color: #306baa;
	margin: 0 0 3px 0;
	padding: 20px 0 0 0;
}

.flex-loesungen-container{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 100%;
}

.flex-loesungen{
	display: flex;
	width: 23%;
	margin: 0 5px 20px;
	align-content: center;
	background: rgb(48, 107, 170);
	text-align: center;
}

.flex-loesungen-dummy {
	display: flex;
	width: 23%;
	margin: 0 5px 20px;
}

.flex-loesungen a{
	display: inline-block;
	margin: auto;
	padding: 20px 3px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: white;
	text-align: center;
}

.index_img{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
}

.index_img img, .index_img a{
	display: block;
	width: 160px;
	height: 160px;
    vertical-align: top;
	margin: 0 auto;
	padding: 0;
	align-content: center;
}


/* Postfeld */
.flex-post {
	display: flex;
	width: 100%;
	margin: 5px 0 25px 0;
	
}

.start-flex-post {
	display: flex;
	width: 100%;
	margin: 5px 0 25px 0;
}

.post-img img{
	width: 200px;
	height: 200px;
	outline: solid #C4C4C4 thin;
	z-index: 1;
	position: relative;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;

}
.post-box {
	display: flex;
	width: calc(100% - 200px);
	height: 160px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	vertical-align: middle;
	text-align: left;
}

.post-text{
	display: inline-block;
	width: calc(100% - 100px);
}

.post-text h4{
	font-size: 29px;
	line-height: 36px;
	margin: 10px 20px 0px 20px;
	padding: 0;
	color: #000000;
}
.post-text p{
	font-size: 22px;
	line-height: 28px;
	color: #8E9093;
	margin: 5px 20px 0px 20px;
	padding: 0;
}

.post-icon a{
	margin: 0;
	padding: 0;
}
.post-icon img{
	display:block;
    margin: 30px 30px  30px 100px;
	width: 100px;
	height: 100px;
}

.start-post-text{
	display: inline-block;
	width: 100%;
}

.start-post-box {
	display: flex;
	width: calc(100% - 200px);
	height: 160px;
	box-shadow: rgb(0, 0, 0) 0px 0px 10px;
	vertical-align: middle;
	text-align: left;
}

.start-post-text h4{
	font-size: 24px;
	line-height: 28px;
	margin: 10px 20px 0px 20px;
	padding: 0;
	
}
.start-post-text p{
	font-size: 20px;
	line-height: 22px;
	color: #8E9093;
	margin: 5px 20px 0px 20px;
	padding: 0;
}

.post-img a{
	padding: 0;
}


/* Header Jahre */
.header_jahre {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.header_jahre ul{
	display: flex;
	align-items: center;
	list-style: none;
	padding: 50px 0 0 0;
	float: right;
	margin: 0;
}

.header_jahre ul li{
	margin: 0 0 0 5px;
}

.header_jahre ul li a {
	color: #8E9093;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 8px 10px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

.header_jahre ul li a:hover,
.header_jahre ul li a.active{
	color: #306BAA;
	background: #FFFFFF;
	text-decoration: underline;
}

.header_jahre img {
	display: flex;
}

.jahr-h4 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
	color: #8E9093;
	margin: 20px 0 10px 0;
	padding: 0;
}

/* Mehr laden */
.button-mehr-laden {
	justify-content: center;
	text-align: center;
	margin: auto;
	padding: 10px 0 40px 0;
}

.button-mehr-laden a {
	font-size: 24px;
	font-weight: 600;
	color: #8E9093;
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

.button-mehr-laden img {
	padding: 10px 0 0 0;
	height: 25px;
	width: 30px;
}

/* Ressourcen Header */
.ressourcen-flex-header{
	display: flex;
	padding: 50px 0 40px 0;
}

.ressourcen-flex-header img{
	width: 60%;
	object-fit: cover;
	margin-right: 2%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.ressourcen-header-text{
	display: flex;
	width: 48%;
	flex-wrap: wrap;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	text-align: left;
}

.ressourcen-header-text {
	display: inline-block;
	width: 100%;
	float: left;
	padding: 0 20px;
	margin: 0;
}

.ressourcen-header-text h1{
	font-size: 40px;
	line-height: 44px;
	color: #306BAA;
	padding: 10px 0;
	font-weight: 800;
	margin: 0;
}

.ressourcen-header-text h2{
	font-size: 20px;
	line-height: 24px;
	color: #8E9093;
	padding: 20px 0 0 0;
	font-weight: 100;
	margin: 0;
}

.ressourcen-header-text h3{
	font-size: 24px;
	line-height: 28px;
	color: #8E9093;
	padding: 20px 0 30px 0;
	font-weight: 100;
	margin: 0;
}

.ressourcen-header-text p{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding: 0;
	font-weight: 300;
	margin: 0;
}

/* Blog Infos */
.blog-flex-kontakt {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: auto;
}

.blog-kontakt-infos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 64%;
	align-content: flex-start;
	justify-content: center;
	text-align: center;
	margin-right: 1%
}

.blog-kontakt-text {
	width: 61%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 4%;
}

.blog-kontakt-text h5, p{
  	bottom: 0;
  	left: 0;
	text-align: left;
}

.blog-kontakt-text h5{
	font-size: 30px;
	color: #306BAA;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 0; 
}

.blog-kontakt-text a{
	color: #306BAA;
}

.blog-kontakt-text p{
	font-size: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	text-align: left;
}

.blog-foto {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0;
	}

.blog-foto img{
	object-fit: scale-down;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	}

/* Blog Button */
.blog-button-top-text {
	margin: 50px 0px 0px 0px;
}

.blog-button-top-text p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-size: 42px;
	font-weight: 100;
	padding: 5px 0 40px 0;
	max-width: 60%;
}

.blog-kontakt-button{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 0 0 40px 0;
	margin: 0;
}

.blog-kontakt-button button {
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 4px 2px;
	border: none;
}

.blog-kontakt-button button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

.blog-button-top-text_center {
	padding: 70px 0 40px 0;
}

.blog-button-top-text_center p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 56px;
	font-weight: 100;
	max-width: 60%;
}

.blog-button-top-text_center img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-size: 56px;
	font-weight: 100;
	max-width: 60%;
}


/* Call Button */
.notfall-container {
			margin: 0px 0px 20px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
}

.call-button {
            background-color: #306baa;
            color: white;
            border: none;
            padding: 10px 20px;
			margin: 10px 0px 2px 0px;
            text-align: center;
            text-decoration: none;
            display: inline-flex; /* Ensures button size is content-based */
            align-items: center;
            font-size: 21px;
            cursor: pointer;
            border-radius: 50px;
            justify-content: center;
        }

        .call-button img {
            width: 30px;
            height: 30px;
            margin-right: 4px;
        }

        .call-button:hover {
            background-color: #25568a;
        }

/* Form */
.contact-form {
    width: 100%;
    max-width: 600px; /* Limits the form width */
    margin: 30px auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
	
}

/* Form Inputs */


/* Name Fields in the Same Row */
.name-fields {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.name-field {
    width: 48%; /* Takes up almost half of the available space */
}

/* Form Labels */
.contact-form label {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}

/* Form Inputs Styling */
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
	padding-right: 0px;
	font-family: Calibri, Segoe UI, Arial, Candara, sans-serif;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: #306baa;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #888; /* Grey color */
    font-style: italic; /* Optional: Makes it italic */
}

/* Submit Button Styling */
button {
    background-color: #306baa;
    color: white;
    padding: 8px 20px;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	font-family: Calibri, Segoe UI, Arial, Candara, sans-serif;
}

button:hover {
    background-color: #25568a;
}



/* Blog Twitter */
.blog-twitter-feld {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 35%;
	align-content: flex-start;
	justify-content: center;
	text-align: center;
}

.blog-twitter {
	width: 100%;
	max-height: 700px;
}

.blog-twitter-text {
	max-height: 700px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.blog-twitter-text img{
	width: 60px;
	height: 60px;
	padding: 10px;
}

/* Datenschutz */
.datenschutz-flex-container {
	display: flex;
}

.datenschutz-info-1 {
	width: 50%;
	display: flex;
}

.datenschutz-info-2 {
	width: 50%;
	display: flex;
}

.datenschutz-person {
	width: 100%;
	display: flex;
}

.datenschutz-foto {
	width: 40%;
}

.datenschutz-foto img{
	max-width:100%;
	max-height:100%;
}

.datenschutz-text {
	width: 60%;
}

.datenschutz-text {
	width: 60%;
	text-align: left;
}

.datenschutz-text h5, p{
	padding: 0;	
}

.datenschutz-text h5{
	font-size: 30px;
	color: #306BAA;
	margin: 0;
	margin: 55px 0 5px 0
}

.datenschutz-text p{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

.datenschutz-button-top-text p{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: auto;
	font-size: 50px;
	font-weight: 100;
	padding: 60px 0 40px 0;
	max-width: 40%;
}

.datenschutz p {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 10px 0;
	margin: 0px;
}

.datenschutz a {
	font-size: 18px;
	color: #306BAA;
	padding: 0
}

.datenschutz a:hover{
	text-decoration: underline;
}

.datenschutz h4 {
	font-size: 22px;
	line-height: 22px;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	color: #306BAA;
}

.datenschutz h5 {
	font-size: 20px;
	line-height: 22px;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}

.datenschutz h6 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
}

.datenschutz li{
	font-size: 18px;
}

/* SecBrief Text */
.sec-brief-container{
	width: 60%;
	margin: auto;
	padding: 40px 0 0 0;
}

/* aM Intro */
.intro-text-container{
	margin: auto;
	max-width: 70%;
	padding-bottom: 80px;
	padding-top: 50px;
}

.intro-text-container h4{
	font-size: 28px;
	line-height: 34px;
	font-weight: 500;
	text-align: center;
}

.advisor-flex-container{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.advisor-text-container {
	width: 50%;
	padding: 0 0 50px 0;
}

.advisor-text-container p{
	font-size: 22px;
	line-height: 26px;
	padding: 0 0 15px 0;
	margin: 0;
}

.advisor-img-container {
	width: 45%;
	margin-left: 5%;
}

.advisor-img-container img{
	max-width:80%;
	max-height:80%;
	margin: 0 80px 40px;
}

.gremien-img-container {
	width: 100%;
	margin-left: 0;
}

.gremien-img-container img{
	max-width:100%;
	max-height:100%;
}

.bg-image {
    background-image: url("../images/bg_verlauf.svg");
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	object-fit: fill;
	margin-bottom: 50px;
	max-width: 100%;
	height: 100%;
	background-position: center;
}

.forschung-text-container {
	margin: 40px auto;
	width: 30%;
	align-content: center;
	padding: 0 0 40px 0;
}

.forschung-text-container h1{
	text-align: center;
	margin: 0;
	padding: 60px 0 20px 0;
	font-size: 40px;
	font-weight: 800;
}

.forschung-text-container h2{
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 40px 0;
}

.forschung-text-container p{
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
	padding: 0 0 30px 0;
}

.forschung-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0 30px 0;
}

.forschung-links{
	width: 68%;
}

.forschung-rechts{
	width: 68%;
}

.forschung-center{
	display: inline-block;
	width: 48%;
	align-content: center;
	margin: auto;
}

.forschung-center-img img{
	display:block;
    margin:auto;
}

.forschung-center-titel h3{
	vertical-align: text-bottom;
	height: auto;
}

.forschung-center-img {
	height: 250px;
	margin-bottom: 70px;
	
}

.forschung-links-logo{
	width: 28%;
}

.forschung-rechts-logo{
	width: 28%;
}

.forschung-container h3{
	font-size: 26px;
	line-height: 30px;
	padding: 0 0 10px 0;
}

.publications h3{
	font-size: 32px;
	line-height: 30px;
	padding: 0 0 10px 0;
	font-weight: 600;
	color: rgb(142, 144, 147)
}

.forschung-container p{
	font-size: 20px;
	line-height: 24px;
}

.forschung-container img{
	max-width:100%;
	max-height:100%;
}

/* Gremien Icon */
.flex_gremien-icons{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding-bottom: 20px;
}

.flex_gremien-icons-dummy {
	display: inline-block;
	width: 20%;
	margin: 0 5px 30px 5px;
	align-content: center;
}

.flex_gremien-icons figure {
    display: inline-block;
	width: 20%;
	margin: 0 5px 30px 5px;
	align-content: center;
	text-align: center;
}

.flex_gremien-icons img {
	display: block;
	width: 80%;
	min-height: 100px;
    vertical-align: top;
	margin: 0 auto;
	padding: 0;
	align-content: center;
	text-align: center;
}

.flex_gremien-icons figcaption {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: 800;
	margin: 0;
	padding: 15px 0 20px 0;
	width: 100%;
	align-content: center;
	text-align: center;
}


/* Kunden Erfahrung */
.kunden-flex-container{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding-bottom: 20px;
}

.kunden-container {
	display: inline-block;
	width: 30%;
	margin: 0 10px 30px 10px;
	align-content: center;
	text-align: center;
}

.kunden-container img{
	width: 50px;
	padding: 30px 0;
}

.kunden-container h5{
	margin: auto;
	text-align: center;
	font-size: 22px;
	color: #8E9093;
	font-weight: 300;
}

.kunden-person{
	align-content: center;
	text-align: center;
	margin: auto;
}

.kunden-person p{
	text-align: center;
	font-size: 18px;
	color: black;
	margin: auto;
}

.kunden-person img{
	width: 120px;
	height: 120px;
	padding: 30px 0 10px 0
}


/* 404 Fehlerseite */
.text-404-de{
	padding-bottom: 70px;
	padding-top: 20px;
	align-content: center;
	text-align: center;
	margin: auto;
}

.text-404-de h1, .text-404-de h2, .text-404-de p{
	text-align: center;
	margin: auto;
}

.text-404-de h1{
	font-size: 76px;
	font-weight: 800;
	color: #306BAA;
	padding: 10px 0 10px 0;
}

.text-404-de h2{
	font-size: 28px;
	font-weight: 800;
	color: black;
	padding: 0 0 20px 0;
	max-width: 40%;
}

.text-404-de p{
	font-size: 20px;
	font-weight: 300;
	color: black;
	max-width: 50%;
	padding-bottom: 10px;
	margin: auto;
}

.text-404-de a{
	font-size: 20px;
	font-weight: 800;
	color: black;
	margin: auto;
	text-align: center;
	padding: 0;
}

.text-404-de a:hover{
	font-size: 20px;
	font-weight: 800;
	color: #306BAA;
	text-decoration: underline;
}

.text-404-en{
	padding-bottom: 80px;
}

.text-404-en h1, .text-404-en h2, .text-404-en p{
	text-align: center;
	margin: auto;
}

.text-404-en h1{
	font-size: 76px;
	font-weight: 800;
	color: #306BAA;
	padding: 10px 0 10px 0;
}

.text-404-en h2{
	font-size: 28px;
	font-weight: 800;
	color: black;
	padding: 0 0 20px 0;
	max-width: 40%;
}

.text-404-en p{
	font-size: 20px;
	font-weight: 300;
	color: black;
	max-width: 50%;
	padding-bottom: 10px;
}

.text-404-en a{
	font-size: 20px;
	font-weight: 800;
	color: black;
	margin: auto;
	text-align: center;
	padding: 0;
}

.text-404-en a:hover{
	font-size: 20px;
	font-weight: 800;
	color: #306BAA;
	text-decoration: underline;
}

/* Karriere */
.karriere-person {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 45%;
	align-content: flex-start;
	float: right;
	padding-left: 5%;
	padding-top: 80px;
}

.karriere-stellen {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 50%;
	align-content: flex-start;
	float: right;
}

.karriere-stellen h3 {
	padding: 0;
}

.stellen-hr {
	height: 2px;
	border-width: 0;
	color: #707070;
	background-color: #707070;
	margin-bottom: 20px;
	padding: 0;
}

.stellen-box {
	display: flex;
	width: 100%;
	height: 100%;
	box-shadow: rgb(0, 0, 0) 0px 0px 15px;
	vertical-align: middle;
	text-align: left;
	margin: 10px 0;
}

.stellen-text{
	display: inline-block;
	width: 100%;
}

.stellen-text h4{
	font-size: 24px;
	line-height: 28px;
	margin: 11px 20px 0px 20px;
	padding: 0;
}
.stellen-text p{
	font-size: 20px;
	line-height: 20px;
	color: #8E9093;
	margin: 5px 20px 0px 20px;
	padding: 0;
}

.stellen-titel {
	width: 100%;
}

.stellen-link {
    padding: 0;
    color: black;
    text-decoration: none;
	width: 100%;
	margin: 0 0 10px 0;
}

.karriere-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: auto;
}

.start-karriere-info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: 0 -1%;
}

.start-karriere-stellen {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 1%;
	align-content: flex-start;
	float: right;
}

.start-events {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 48%;
	margin: 0 1%;
	align-content: flex-start;
	float: right;
}


.flex-karriere-left h3{
	padding: 0;
}

.flex-karriere {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	margin: auto;
}

.flex-kultur{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-end;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 40px;
}

.flex-kultur-left{
	align-items: flex-start;
	width: 47%;
	padding: 0 0 0 3%;
	margin: 0;
}

.flex-kultur-left p{
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 6px 0;
}

.flex-kultur h3{
	padding: 0;
}

.kultur-img {
	width: 50%;
	height: 500px;
	object-fit: cover;
}

.karriere-studien-container h4{
	font-size: 26px;
	max-width: 50%;
	text-align: center;
	margin: auto;
	padding: 70px 0 20px 0;
}

.karriere-studien-container h5{
	font-size: 20px;
	max-width: 50%;
	text-align: center;
	margin: auto;
	color: #306BAA;
	padding: 0 0 20px 0
}

.karriere-studien-container p{
	font-size: 20px;
	text-align: center;
	margin: auto;
	padding: 0;
}

.karriere-studien-container{
	padding-bottom: 40px;
}

/* Stellenanzeige */
.stellenanzeige-titel p{
	font-size: 30px;
	font-weight: 500;
	padding: 70px 0 0 0;
	color: #306BAA;
}

.stellenanzeige-titel h3{
	padding: 0px 0 30px 0;
}

.stellenanzeige-intro-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-content: flex-end;
	width: 100%;
	padding-bottom: 40px;

}

.stellenanzeige-intro-link{
	width: 38%;
	padding: 0 2% 0 0;
}

.stellenanzeige-intro-link p{
	padding: 0;
	font-size: 18px;
}

.stellenanzeige-intro-foto img{
	max-height: 35%;
	max-width: 35%;
	padding: 20px 0 0 50px;
}

.stellenanzeige-intro-kontakt p{
	font-size: 18px;
	padding-bottom: 10px;
}

.stellenanzeige-intro-kontakt h5{
	font-size: 22px;
	padding: 10px 0;
	margin: 0;
	color: #306BAA;
}

.stellenanzeige-intro-button{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	text-align: center;
	padding: 14px 0 20px 30px;
	margin: 0;
}

.stellenanzeige-intro-button button {
	background-color: #306BAA;
	color: white;
	font-weight: 500;
	padding: 14px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin: 4px 2px;
	border: none;
}

.stellenanzeige-intro-button button:hover {
	background-color: #77B1DC;
	color: #ffffff;
}

.stellenanzeige-img {
	width: 60%;
	height: 500px;
	object-fit: cover;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: middle;
}

.stellenanzeige-inhalt-container{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding: 50px 0;
}
			
.stellenanzeige-inhalt{
	display: inline-block;
	width: 48%;
	min-height: 100%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: middle;
	margin: 0 1% 30px 1%;
}

.stellenanzeige-inhalt-dummy{
	display: inline-block;
	width: 48%;
	margin: 0 1% 30px 1%;
}

.stellenanzeige-inhalt h4,.stellenanzeige-inhalt p{
	padding: 0 20px;
}

.stellenanzeige-inhalt h4{
	font-size: 32px;
	font-weight: 800;
	color: #306BAA;
	margin: 15px 0;
}

.stellenanzeige-inhalt p{
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0 20px 0;
}

.stellenanzeige-inhalt ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
}

.stellenanzeige-inhalt li {
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	padding-left: 16px; 
}

.stellenanzeige-inhalt li:last-child {
	padding-bottom: 20px;
}

.stellenanzeige-inhalt li:before {
 	content: "‣";
	font-size: 2em;
	padding-right: 10px;
 	color: #306BAA;
	Position: relative;
	Top: 7px;
}

.set-liste h6 {
    font-size: 24px;
    font-weight: 800;
    color: rgb(142, 144, 147);
    margin: 15px 0px 4px;
    padding: 0px;
}

.set-liste{
	display: inline-block;
	width: 100;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.set-liste ul {
 	list-style: none;
 	padding: 0;
 	margin: 0;
}

.set-liste li {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

.set-liste li:last-child {
	padding-bottom: 20px;
}

.set-liste li:before {
 	content: "‣";
	font-size: 2em;
	padding-right: 10px;
 	color: #306BAA;
	Position: relative;
	Top: 7px;
}


.stellenanzeige-kontakttext-container h5{
	font-size: 30px;
	max-width: 50%;
	text-align: center;
	margin: auto;
	color: #306BAA;
	padding: 0 0 10px 0
}

.stellenanzeige-kontakttext-container p{
	font-size: 20px;
	max-width: 70%;
	text-align: center;
	margin: auto;
	padding: 0 0 10px 0;
}

.stellenanzeige-kontakttext-container a{
	display: block;
	font-size: 20px;
	font-weight: 800;
	color: black;
	margin: auto;
	text-align: center;
	padding: 10px 0 20px 0;
	
}

.stellenanzeige-kontakttext-container a:hover{
	color: #306BAA;
	text-decoration: underline;
}

.stellenanzeige-kontakttext-container{
	padding: 20px 0 60px 0;
}

.stelle-kurz-container{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
	padding: 10px 0;
}
			
.kurz-inhalt{
	display: inline-block;
	width: 23%;
	padding: 30px 0;
	min-height: 100%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: middle;
	margin: 0 1% 30px 1%;
}

.kurz-inhalt p{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	color: #707070;
	padding: 0px 5px;
}

/* Lightbox Infografiken */
.flex-grafik-container{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
}

.dummy-grafik-box {
	display: inline-block;
	width: 30%;
	margin: 0 1% 5px 1%;
}

.grafik-box {
	display: inline-block;
	width: 30%;
	height: 100%;
	margin: 0 1% 5px 1%;
}

.info-content h1{
	margin: 5px 0 5px 0;
	height: 100%;
	font-size: 26px;
	font-weight: 600;
}

.info-content img {
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	width: 100%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.flex-grafik-container a {
  color: inherit;
}

.flex-grafik-container a:hover {
  color: #bbb;
}

/* Videos Box 2 */
.flex-grafik-container-2{
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 -1%;
}

.grafik-box-2 {
	display: inline-block;
	width: 47%;
	height: 100%;
	margin: 0 1% 5px 1%;
}

.dummy-grafik-box-2 {
	display: inline-block;
	width: 47%;
	margin: 0 1% 5px 1%;
}

.video-content img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
}

.video-content h1{
	margin: 5px 0 5px 0;
	height: 100%;
	font-size: 26px;
	font-weight: 600;
}

.video-content p{
	margin: 0 0 5px 0;
	height: 100%;
	font-size: 22px;
	color: #8E9093;
	font-weight: 400;
}


.flex-grafik-container-2 a {
  color: inherit;
}

.flex-grafik-container-2 a:hover {
  color: #bbb;
}

.lightbox {
  /* Default to hidden */
  display: none;

  /* Overlay entire screen */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  
  /* A bit of padding around image */
  padding: 1em;

  /* Translucent background */
  background: rgba(0, 0, 0, 0.8);
}

/* Unhide the lightbox when it's the target */
.lightbox:target {
  display: block;
}

.lightbox span {
  /* Full width and height */
  display: block;
  width: 100%;
  height: 100%;

  /* Size and position background image */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}


.lightbox iframe{
    display: block;
    border-style:none;
	margin: 0 auto;
}

.space {
	margin: 0 0 60px 0;
}


/* Archiv */
.crArchive {
	background-color: #eeeeee; 
	color: #000000;
}
.crArchiveItem {
	background-color: #ffffff;
	text-align:left; 
	color: #000000;
	padding: 12px 10px;
	font-size: 18px;
	font-weight: 600;
}
.crArchiveItem.CREven {
	background-color: #eeeeee; 
	color: #000000;
}
.crArchiveItem a{
	color: rgb(48, 107, 170);
	font-weight: 600;
}
.crArchiveItemDate {
	display:block;
	float:left; 
	min-width:100px;
	text-align:left;
}
.crArchiveItemName {
	display:inline;
	font-weight:bold;
}
.crArchiveItemImage, .crArchiveItemDescription {
	display:none;
}

/* Kontakt Container */
.kontakt-container {
	display: flex;
	align-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.blog-kontakt {
	display: inline-block;
	width: 31%;
	box-shadow: rgb(0, 0, 0) 0px 0px 20px;
	vertical-align: center;
	position: relative;
	margin: 0 0 60px 0;
}

.dummy-blog-kontakt {
	display: inline-block;
	width: 31%;
	margin: 0 0 0px 0;
}

.blog-kontakt img {
	display: block;
    vertical-align: center;
	margin: 0 auto;
	padding: 20px 0 10px 0;
    max-width: 40%;
	width: auto;
  	height: auto;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-kontakt a  {
	text-decoration: none;
}

.blog-kontakt h4 {
    font-size: 23px;
    line-height: 28px;
	text-align: center;
    font-weight: 600;
	height: 50px;
    margin: 0;
	color: black;
    padding: 10px 20px 20px 20px;
}

/* Kontakt Container */

.wrapper-contact {
	display: flex;
    width: 100%;
    gap: 10px;
}

.calendly-container {
	width: 60%;
}

.notfall-button {
	width: 40%;
}

.calendly-container h1, .notfall-button h1 {
    font-size: 70px;
    line-height: 80px;
	text-align: center;
    font-weight: 600;
    margin: 40px 0 0 0;
	color: black;
    padding: 10px 20px 20px 20px;
}

.calendly-container h4, .notfall-button h4 {
    font-size: 40px;
    line-height: 40px;
	text-align: center;
    font-weight: 600;
    margin: 0;
	color: #8E9093;
    padding: 10px 20px 20px 20px;
}

.calendly-container img, .notfall-button img {
	padding: 0px 0 0px 0;
	width: 30px;
  	height: 30px;
}

.calendly-container, .notfall-button p {
	max-width: 60%;
    font-size: 23px;
    line-height: 28px;
	text-align: center;
    font-weight: 400;
    margin: auto;
	color: black;
    padding: 10px 20px 10px 20px;
}

.calendly-container p {
	text-align: center;
}

.weihnachten-container p {
    font-size: 23px;
    line-height: 28px;
	text-align: center;
    font-weight: 400;
    margin: auto;
	color: black;
    padding: 10px 20px 10px 20px;
}

.weihnachten-container img {
	vertical-align: middle;
	display:block;
    margin:auto;
	padding: 30px 0 5px 0;
}

.weihnachten-icon {
	width: 25%;
}

.neujahr-icon {
	width: 30%;
}

.weihnachten-h1 {
	width: 60%;
}


/* IDEAS Table */
.publications {
	width: 100%;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 100px;
	background-color: #dddddd;
}

td, th {
	max-width: 100%;
	border: 1px solid #FFFFFF;
	text-align: left;
	padding: 8px;
	font-size: x-large;
}

.peer td{
	background-color: #306BAA;
	color: white;
	word-break: break-word
}

.kopf td{
	background-color: #8e9093;
	color: white;
}

.peer p{
	font-size: 20px;
	line-height: 24px;
	}

.future {
	background-color: #dddddd;
}

tr td:first-child {
	font-weight: 400;
}

.peer-img img {
	width: 40px;
	float: right;
	padding: 0;
	margin: 0;
}

td img {
	width: 40px;
	float: right;
	padding: 0;
	margin: 0;
}

tr td:last-child, td:nth-last-child(2){
	width: 40px;
}

td .two{
	width: 50px;
}


td .link{
	width: 70px;
	padding: 0px;
	margin: 0px;
}

.table-button {
	display: table-cell;
}

.table-button-mobile {
	display: none;
}

.peer-img h5{
		
	}

/* Blog Buttons */

.sections {
   display: flex;
  flex-direction: row;      /* Arrange buttons horizontally */
  gap: 10px;                /* Add space between the buttons */
  margin-bottom: 20px;      /* Space between buttons and content */
  flex-wrap: wrap;          /* Allow buttons to wrap to the next line */
  justify-content: space-between; /* Distribute buttons evenly across the width */
}


.blog-label {
  flex: 1;                  /* Make all labels take equal width */
  text-align: center;       /* Center the text inside each label */
  padding: 10px 0;          /* Add vertical padding for height */
  background-color: #306baa;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 0;     
  font-size: 14pt
}

.blog-label:hover {
  background-color: #183655;

}

input[type="radio"]:checked + .blog-label {
  background-color: #183655;  /* Set the background color for the checked label */

}

.blog-content {
width: 100%;
}

.blog-item {
  display: none;

}

/* Show the appropriate blog-item when a radio button is checked */
#section1:checked ~ .blog-content #content1,
#section2:checked ~ .blog-content #content2,
#section3:checked ~ .blog-content #content3,
#section4:checked ~ .blog-content #content4,
#section5:checked ~ .blog-content #content5 {
  display: block;
	
}

input[type="radio"] {
  display: none; /* Completely hides the radio button */
}


/* Scroll Up Button */

main {
  position: relative;
}


.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-arrow {
  fill: white;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
  fill: white;
}


.scrolltop-wrap a {
  position: fixed;
  position: sticky;
  top: -9rem;
  padding: 0px;
  margin-bottom: -5rem;
  transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.scrolltop-wrap a svg {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}



.scrolltop-wrap .kontakt-icons-rand-container {
	position: unset;
	top: unset;
	right: unset;
	margin: 20px;
	margin-right: 0px;
}

html {
  scroll-behavior: smooth;
}

/* Scroll Up Button END */



















































/* END */

/* Laptop Desktops */

@media (max-width : 1600px ){
	.content h3 {
	font-size: 40px;
	}
	
	.content {
	padding: 0px 150px;
	}
	
	nav ul li a {
	font-size: 14px;
	}

	
	nav .sprache-button{
	font-size: 14px;
}
	
	nav .sprache-button{
	margin: 0 0 0 20px;
	}
	
	nav .logo{
	padding-left: 50px;
	}
	
	nav ul li a.termin{
	color: #306BAA;
	background: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 14px 20px;
}
	
	.hero-text h1 {
	padding: 0px 100px 0px 150px;
	}

	.hero-text h1{
	font-size: 70px;
	padding-top: 70px;
	}

	.hero-text h2{
	font-size: 40px;
	margin: 0px 0px 5px 0px;
	padding-left: 150px;
	}

	.hero-text p{
	font-size: 26px;
	line-height: 30px;
	padding-right: 20%;
	padding-left: 150px;
	margin: 0px 0px 15px 0px;
	}
	
	.hero-text-center h1{
	font-size: 90px;
	padding: 130px 0 0 0;
}

	.hero-text-center h2{
	font-size: 50px;
}
	.hero-text-center p{
	padding: 20px 100px;
	font-size: 26px;
	line-height: 30px;
}

	.footer-h1 {
		font-size: 18px;
	}

	.flex-footer-nav ul, li a {
    font-size: 15px;
    line-height: 18px;
	padding: 0px 10px 0px 0px;
	}
	
	.footer-logo {
	width: 200px;
	}
	
	.button-top-text p{
	font-size: 55px;
	max-width: 60%;
	}
	
	.sol-img{
	height: 450px;
	}
	
	.flex-branchen{
	margin: 0 -1%;
	}

	.dummy {
	width: 23%;
	margin: 0 1% 30px 1%;
	}

	.branchen{
	width: 23%;
	margin: 0 1% 30px 1%;		
	}
	
	.branchen p {
	padding: 0px 15px 0px 15px;
	}
	
	.branchen h4 {
	font-size: 22px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
}
	
	.header_jahre ul{
	padding: 40px 0 0 0;
}
	
	.jahr-h4 {
	font-size: 32px;
	line-height: 36px;
	margin: 10px 0 10px 0;
}

	.datenschutz-text h5{
	font-size: 24px;
	color: #306BAA;
	margin: 0;
	margin: 45px 0 5px 0;
	padding: 0;
}

	.datenschutz-text p{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	padding: 0;
}
	
	.kontaktseite-text h5{
	margin-top: 30px;
}
	.kontaktseite-text-links{
	width: 40%;
	margin-right: 0%;
	}
	
	.forschung-text-container {
	width: 50%;
	}
	
	.forschung-container h3{
	font-size: 22px;
	line-height: 26px;
	}
	
	.publications h3{
	width: 100%;
	font-size: 28px;
	line-height: 26px;
	}
	
	.forschung-container p{
	padding: 0
	}
	
	.intro-text-container{
	max-width: 70%;
	padding-bottom: 70px;
	padding-top: 30px
	}

	.intro-text-container h4{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	text-align: center;
	}
	
	.anmeldung-Header{
	width: 60%;
	}
	
	.flex-loesungen a{
	font-size: 16px;
	line-height: 20px;
	}
	
	.icon-branchen figcaption {
	font-size: 24px;
	line-height: 28px;
	}
	
	.flex_los-icons figcaption {
	font-size: 18px;
	line-height: 24px;
	}
	
	.flex_los-icons a {
	font-size: 18px;
	line-height: 24px;
	}
	
	.grafik-box {
	width: 47%;
	}
	
	.dummy-grafik-box {
	width: 47%;
	}
	
}

/* Tablet Desktops */

@media (max-width : 1205px ){
	
	nav .menu-btn img{
	display: block;
	margin-right: 40px;
	height: 30px;
	width: 30px;
	}
	
	#click:checked ~ .menu-btn img:before{
	content: "\f00d";
	}
	
	nav ul{
		position: fixed;
		top: 80px;
		left: -140%;
		background: #306BAA;
		height: 100vh;
		width: 100%;
		display: block;
		text-align: center;
		transition: all 0.3s ease;
		margin-top: 0px;
		padding-left: 0px;
	}
	
	#click:checked ~ ul{
		left: 0%;
	}
	
	nav ul li{
		margin: 40px 0;
	}
	
	nav ul li a{
		font-size: 20px;
		display: block;
	}

	nav ul li a:hover,
	nav ul li a.active{
		color: cyan;
		background: none;
	}
	
	nav ul li a.termin {
		font-size: 20px;
		display: block;
		width: 80px;
		padding: auto;
		margin: auto;
	}
	
	nav .logo{
	padding-left: 30px;
	}
	
	.content h3 {
	font-size: 36px;
	}
	
	.hero-text img{
	margin: 5% 5% 
	}
	
	.footer-logo {
    padding-left: 30px;
	position:inherit;
  	right: 0px;
	}
	
	.footer-liste {
	width: 30%;
	}
	
	.dummy-footer-liste {
	width: 30%;
	}
	
	.button-top-text p{
	font-size: 50px;
	max-width: 70%;
	}
	
	.sol-img{
	height: 400px;
	}
	
	.flex-branchen{
	margin: 0 -1%;
	}

	.dummy {
	width: 30%;
	margin: 0 1% 30px 1%;
	}

	.branchen{
	width: 30%;
	margin: 0 1% 30px 1%;		
	}
	
	.branchen p {
	padding: 0px 15px 0px 15px;
	}
	
	.branchen h4 {
	font-size: 24px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	margin-top: 15px;
	}
	
	.forschung-container h3{
	font-size: 22px;
	line-height: 26px;
	}
	
	.flex-news {
	margin: 0 -1%;
	}

	.dummy-news {
	width: 48%;
	}

	.news{
	width: 48%;
	}

	.flex_los-icons{
	margin: 0 -1%;
	}

	.flex_los-icons-dummy {
	width: 23%;
	}

	.flex_los-icons figure {
	width: 23%;
	}
	
	/* Gremien Icon */
.flex_gremien-icons{
	margin: 0 -5px;
}

.flex_gremien-icons-dummy {
	width: 30%;
}

.flex_gremien-icons figure {
	width: 30%;
}
	
	/* Post News */
	.post-text h4{
	font-size: 22px;
	line-height: 26px;
}
	.post-text p{
	font-size: 20px;
	line-height: 20px;
}
	
	.post-icon img{
	margin: 30px 30px 30px 5px
	}
	
	/* info-center */
	.blog-kontakt-infos {
	width: 100%;	
	}
	
	.blog-twitter-feld {
	width: 60%;
	margin: auto;
	}

	.grafik-box {
	width: 47%;
	}
	
	.dummy-grafik-box {
	width: 47%;
	}
	
	.info-content img {
	height: 300px;
	}
	
	.wrapper-contact {
        flex-direction: column;
        align-items: center;
    }
	
	.calendly-container {
	width: 100%
}
	
	.notfall-button {
	width: 100%
}
	
	/* Blog Button */
	.blog-button-top-text p{
	max-width: 70%;
	}
	
	/* Start */
	.start-karriere-stellen {
	width: 100%;
	margin: 0 0%;
	}
	
	.karriere-stellen {
	width: 100%;
	}
	
	.start-events {
	width: 100%;
	margin: 0 0%;
	}
	
	.start-post-text {
	width: 100%;
	}
	
	.flex-loesungen{
	width: 30%;
	margin: 0 auto 20px;
	}
	
	.flex-loesungen-dummy{
	width: 30%;
	margin: 0 auto 20px;
	}
	
	/* Kontaktperson Blog */
	.blog-kontakt-infos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-end;
	text-align: center;
	width: 100%;
	}
	
	.blog-kontakt-text {
	display: inline;
	text-align: center;
	margin: auto;
	}
	
	.ressourcen-flex-header img{
	width: 40%;
	}
	
	.sec-brief-container{
	width: 80%;
	}
	
	.flex-loesungen a{
	font-size: 20px;
	line-height: 24px;
	}
	
	.stellenanzeige-intro-link{
	width: 100%;
	padding: 0 2% 0 0;
	order: 2;
	}
	
	.stellenanzeige-img{
	width: 100%;
	order: 1;
	margin: 0 0 20px 0;
	}
	
	.stellenanzeige-titel h3{
	padding: 0 0 20px 0;
	}
	
	.stellenanzeige-inhalt{
	width: 100%;
	margin: 0 0% 30px;
	}
	
	.kurz-inhalt{
	width: 48%
	}
	
	.kontakt-container {
	width: 100%;
	}
	
	.blog-kontakt {
	width: 48%;
	margin: 0 0 60 0;
	}
	
	.dummy-blog-kontakt {
	width: 48%;
	margin: 0 0 60 0;
	}
	
	.blog-kontakt h4 {
	height: 60px;
	}
	
	
	
}



/* Tablet */
@media (max-width : 768px ){
	.content h3 {
	font-size: 30px;
	}
	
	.content {
	padding: 0px 100px;
	}
	
	.hero-text h1 {
	padding: 0px 20px 0px 20px;
}
	.hero-text h1{
	font-size: 60px;
	padding-top: 50px;
}

	.hero-text h2{
	font-size: 36px;
	margin: 0px 0px 20px 0px;
	padding: 0 20px;
}
	
	.hero-text a {
    font-size: 20px;
	line-height: 25px;
}
	
	.hero-text-center h1, .hero-text-center h2,.hero-text-center p {
	padding: 0px 20px 0px 20px;
}
	.hero-text-center h1{
	font-size: 60px;
	padding-top: 50px;
}
	
	.hero-text-center a{
	font-size: 60px;
	padding-top: 50px;
}

	.hero-text-center h2{
	font-size: 36px;
	margin: 0px 0px 20px 0px;
}

	.hero-text p{
	font-size: 20px;
	line-height: 25px;
	padding-right: 0;
	padding: 0px 20px 0px 20px;
	}
	
	.hero-text-center p{
	font-size: 20px;
	line-height: 25px;
	}
	
	.hero-text img{
	margin: 15% 2% 20% 2%;
	}
	
	footer {
	padding: 0px 40px 0px 40px;
	align-items: center;
	}
	
	.flex-footer-nav {
	margin: 0 -1%;
	}
	
	.footer-liste {
	width: 48%;
	margin: 0 1% 0 1%;
	}
	
	.dummy-footer-liste {
	width: 48%;
	margin: 0 1% 0 1%;
	}
	
	
	.flex-footer-nav ul, li, a {
    font-size: 16px;
    line-height: 24px;
	}
	
	.flex-footer-icons {
    float: none; 
    display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	}
	
	.flex-footer-icons ul{
	justify-content: center;
	}
	
	.flex-footer-icons p{
	text-align: center;
	}
	
	.footer-h1 {
    font-size: 20px;
	}
	
	.footer-logo{
    padding: 0px;
	margin: 0 auto;
	}
	
	.content {
	padding: 0px 40px 0px 40px;
	}
	
	nav .logo{
	padding-left: 30px;
	}
	
	.button-top-text p{
	font-size: 45px;
	max-width: 100%;
	}
	
	.sol-img{
	width: 100%;
	height: 250px;
	}
	
	.sol-img-icon {
	width: 50%;
	height: 100%;
	}
	
	.flex-solution-left{
	width: 100%;
	padding: 0;
	}
	
	.flex-solution-right{
	width: 100%;
	padding: 0;
	order: 2
	}
	
	.flex-solution a{
	font-size: 18px;
	}
	
	.flex-karriere-left{
	width: 100%;
	padding: 0;
	}
	
	.kontaktseite-text-links{
		width: 100%;
	}
	
	.kontaktseite-person{
		width: 100%; 
	}
	
	.karriere-person{
		width: 100%; 
	}
	
	.flex-branchen{
	margin: 0 -1%;
	}

	.dummy {
	width: 45%;
	margin: 0 1% 30px 1%;
	}

	.branchen{
	width: 45%;
	margin: 0 1% 30px 1%;		
	}
	
	.branchen p {
	padding: 0px 15px 0px 15px;
	}
	
	.branchen h4 {
	font-size: 24px;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	margin-top: 15px;
}
	.advisor-text-container {
	width: 100%;
}
	.advisor-img-container {
	width: 100%;
	margin-left: 0%;
}
	.forschung-text-container {
	width: 90%;
	}
	
	.forschung-container h3{
	font-size: 20px;
	line-height: 24px;
	}
	
	.publications h3{
	width: auto;
	font-size: 20px;
	line-height: 24px;
	}
	
	
	.intro-text-container{
	max-width: 80%;
	padding-bottom: 40px;
	padding-top: 40px;
	}

	.intro-text-container h4{
	font-size: 24px;
	line-height: 30px;
	}
	
	.flex-news {
	margin: 0 -1%;
	}

	.dummy-news {
	width: 100%;
	}

	.news{
	width: 100%;
	}
	
	.news h4{
	font-size: 30px;
	line-height: 34px;
	}

	.flex_los-icons-dummy {
	width: 30%;
	}

	.flex_los-icons figure {
	width: 30%;
	}
	
	/* Gremien Icon */
	.flex_gremien-icons{
	margin: 0 -5px;
	}

	.flex_gremien-icons-dummy {
	width: 45%;
	}

	.flex_gremien-icons figure {
	width: 45%;
	min-height: 0px;
	}
	
	.post-icon img{
	display: none;
	margin: 0px;
	width: 0%;
	}
	
	.post-img img{
	width: 120px;
	height: 120px;
	}
	
	.post-text {
	width: calc(100%);
	height: auto;
	}
	
	.post-box {
	width: calc(100%);
	height: auto;
	}
	
	.grafik-box {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px 1% 5px;
	}	
	
	.dummy-grafik-box {
    display: inline-block;
    width: 100%;
    margin: 0px 1% 5px;
	}
	
	.grafik-box-2 {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0px 1% 5px;
	}	
	
	.dummy-grafik-box-2 {
    display: inline-block;
    width: 100%;
    margin: 0px 1% 5px;
	}
	
	.video-content p{
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	padding: 0px 0px 5px 0px; 	
	}
	
	.video-content h1{
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	padding: 0px 0px 5px 0px; 	
	}
	
	.info-content h1{
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	padding: 0px 0px 5px 0px; 	
	}
	
	/* .Kontakt Icons Rand */
	.kontakt-icons-rand-container{
	top: 110px;
	width: 30px;
	height: 70px;
	}

	.kontakt-icons-rand img{
	width: 30px;
	height: 30px;
	}

	.blog-kontakt-text a{
	font-size: 24px;
	padding: 0;
	margin: 0;
	}
	
	.blog-kontakt-text {
	width: auto;
	margin: auto;
	padding: 0;
	justify-content: center;
	}
	
	.ressourcen-flex-header img{
	width: 0%;
	}
	
	.start-post-box {
	width: 100%;
	}
	
	/* Kontaktperson Blog */
	.blog-kontakt-infos {
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	}
	
	.blog-flex-kontakt {
	align-items: center;
	align-content: center;
	}
	
	.blog-foto {
	width: auto;
	padding: 0 0 20px 20px;
	}
	
	.post-text {
	height: auto;
	margin-bottom: 12px;
	}
	
	.forschung-center{
	width: 100%;
	}
	
	.forschung-center-titel h3 {
    height: auto;
	font-size: 24px;
	line-height: 28px;
	}
	
	.forschung-rechts {
	width: 100%;
	}
	
	.forschung-links-logo {
	width: 100%;
	}
	
	.forschung-links-logo img{
	width: 48%;
	margin-bottom: 20px;
	}
	
	.anmeldung-Header{
	width: 90%;
	}
	
	.sec-brief-container{
	width: 90%;
	}
	
	.flex-loesungen {
    width: 48%;
	}
	
	.flex-loesungen-dummy {
    width: 48%;
	}
	
	.kontakt-container {
	width: 100%;
	}
	
	.blog-kontakt {
	width: 100%;
	margin: 0 0 60 0;
	}
	
	.dummy-blog-kontakt {
	width: 100%;
	margin: 0 0 60 0;
	}
	
	.blog-kontakt h4 {
    font-size: 28px;
    line-height: 34px;
	height: auto;
	}
	
td, th {
	font-size: 20px;
}

td img {
	width: 60px;
}
	
.table-button {
	display: none;
}
	
.table-button-mobile {
	display: table-cell;
}	
	
	
	
	
}

/* Mobile */
@media (max-width : 430px ){
	
	.content {
	padding: 0px 20px 0px 20px;
	}
	
	.hero-text h1, h2, p {
	padding: 0px 20px 0px 20px;
}
	.hero-text h1{
	font-size: 50px;
	line-height: 50px;
	padding-top: 20px;
}

	.hero-text h2{
	font-size: 30px;
	margin: 0 0 5px 0;
}
	
	.hero-text-center h1, .hero-text-center h2, .hero-text-center p {
	padding: 0px 20px 0px 20px;
}
	.hero-text-center h1{
	font-size: 50px;
	line-height: 50px;
	padding-top: 20px;
}
	
	.hero-text-center a{
	font-size: 50px;
	line-height: 50px;
	padding-top: 20px;
}

	.hero-text-center h2{
	font-size: 30px;
	margin: 0 0 5px 0;
	}

	.hero-text p{
	font-size: 20px;
	line-height: 25px;
	padding: 0 20px 20px 20px;
	}
	
	footer {
	margin: 0;
	}
	
	.footer-liste {
	width: 100%;
	margin: 0;
	}
	
	.dummy-footer-liste {
	width: 100%;
	margin: 0;
	}
	
	.flex-branchen{
	margin: 0 -2%;
	}

	.dummy {
	width: 100%;
	margin: 0 2% 30px 2%;
	}

	.branchen{
	width: 100%;
	margin: 0 2% 30px 2%;		
	}
	
	.branchen p {
	padding: 0px 20px 0px 20px;
	}
	
	.branchen h4 {
	font-size: 24px;
	line-height: 28px;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
}

.dummy-branchen-icon {
	width: 100%;
}

.icon-branchen{
	width: 100%;
}

.icon-branchen-img {
	width: 100%;
}

.icon-branchen figure {
	width: 100%;
}

.icon-branchen img {
	max-width: 80%;
	margin-top: 15px
}

.icon-branchen figcaption {
	margin: 0 auto;
	padding: 0 auto;
	width: 90%;
}
	
	.intro-text-container{
	max-width: 100%;
	padding-bottom: 80px;
}

	.intro-text-container h4{
	font-size: 22px;
	line-height: 26px;
}
	
	.flex_los-icons{
	margin: 0;
	}

	.flex_los-icons-dummy {
	width: 100%;
	}

	.flex_los-icons figure {
	width: 100%;
	}
	
	.flex_los-icons figcaption {
	margin: 0 auto;
	width: 70%;
}

	.sol-img-icon {
	width: 100%;
}
	
	.blog-twitter-feld {
	width: 100%;
	}

	/* Blog Button */
	.blog-button-top-text p{
	max-width: 100%;
	}
	
	.button-top-text p{
	font-size: 30px;
	max-width: 100%;
	}
	
	nav ul li{
	margin: 30px 0;
	}
	
	nav .logo{
	padding-left: 10px;
	}
	
	.flex-post{
	flex-direction: column;
	}
	
	.post-img img{
	width: 200px;
	height: 200px
	}
	
	.post-img{
	margin-bottom: -3px;
	}
	
	.anmeldung-Header{
	width: 95%;
	}
	
	.sec-brief-container{
	width: 100%;
	}
	
	.flex-loesungen {
    width: 100%;
	}
	
	.flex-loesungen-dummy {
    width: 100%;
	}
	
	.kurz-inhalt{
	width: 100%;
	padding: 20px 0px;
	margin: 0px 0px 20px;
	}
	
	.stellenanzeige-kontakttext-container p{
	max-width: 100%;
	}
	
	.stellenanzeige-kontakttext-container h5{
	max-width: 100%;
	}
	
	.stellenanzeige-img{
	display: none;
	}
	
	.stellenanzeige-titel p{
	padding: 30px 0px 0px;
	}
}

