/* To center everything */
body {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #009cc3;
	height: auto !important;
}
.contact_form {
	width: calc(100% - 60px);
	background: #fff;
	border-radius: 10px;
	padding: 60px 60px;
	height: auto !important;
	margin-bottom: 40px;
}
/* To center content in the containers */
.dropzone {
	display: flex;
	align-items: center;
	justify-content: center;
	/*fixes dragging causing item to be .5* the size*/
	flex-wrap: wrap;
}

/* Resets */
body,
html {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	height: 100%;
}
*:focus {
	outline: 0 !important;
	box-shadow: none !important;
}
/* html {
  background-color: #009cc3;
} */

.wrapper {
	margin-bottom: 1em;
}
*:focus {
	outline: 0;
	/* or */
	outline: none;
}

/* Creating the dropzone boxes */
.dropzone {
	padding: 0em 0em 0em 0;
	/* height: 108px; */
	width: 108px;
	border-radius: 10px;
	margin: 20px;
	background-color: white;
	justify-content: space-between;
	width: 90%;
	margin-left: 0;
}

/* Creating the dragable boxes */
.draggable {
	border-radius: 8px;
	height: 108px;
	width: 108px;
	position: absolute;
	left: 0;
	display: flex;
	z-index: 2;
	cursor: grab;
}

/* Occupied dropzone color */
.draggable-dropzone--occupied {
	z-index: 1;
}

/* Fix for color changing on container of the image */
.occupied {
	background-color: white !important;
}

.step2,
.step3,
.step4 {
	display: none;
}

.container_list_bubble_dropable {
	height: 350px;
}
.small_circle {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	font-family: 'Barlow';
	font-weight: 700;
	color: #fff;
	background-color: green;
	font-size: 16px;
}

.circle {
	border-radius: 50%;
	width: 108px;
	height: 108px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	font-family: 'Barlow';
	font-weight: 700;
	color: #fff;
	font-size: 38px;
}
.circle.placeholder {
	width: 106px;
	height: 106px;
	margin: 1px;
	border: 1.5px dashed #4a4542;
}
.answer_container {
	align-items: center;
	flex: 1;
	display: flex;
	padding-left: 1em;
	color: #494642;
	font-family: 'Barlow';
	font-size: 34.17px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 41px;
}
.placeholder_cont {
	user-select: none;
	display: flex;
	align-items: center;
}
.step2 .placeholder_cont {
	display: block;
	text-align: center;
}
.plr0 {
	padding-left: 0px;
	padding-right: 0px;
}
.blue_circle {
	background-color: #009cc3;
}

.green_circle {
	background-color: #cdda44;
}

.red_circle {
	background-color: #f0567d;
}

.orange_circle {
	background-color: #ff9900;
}
.petrol_circle {
	background-color: #02adb5;
}
.purple_circle {
	background-color: #482480;
}

.draggable-source--is-dragging {
	opacity: 0;
	z-index: -2;
}
.draggable-source--is-dragging,
.draggable--is-dragging,
.draggable-mirror {
	cursor: grabbing;
}
.podium {
	display: flex;
	width: 100%;
	max-width: 630px;
}
.page_number_corner {
	font-size: 16px;
	display: flex;
}
.podium_color {
	background-color: rgb(73, 68, 68);
}
.podium_color_light {
	background-color: rgb(211, 211, 211);
}
.podium_bg {
	display: flex;
	width: 100%;
	height: 100px;
	align-self: flex-end;
	color: #fefefe;
	font-size: 42px;
	text-align: center;
	align-items: center;
}
.podium_bg span {
	flex: 1;
	user-select: none;
	font-family: 'Barlow';
	font-weight: 700;
	color: #fff;
	font-size: 38px;
}
.podium_place {
	margin: 0;
	padding: 0;
	justify-content: space-around;
	/* height: 130px; */
	position: relative;
}
.pody {
	height: auto;
	display: flex;
	margin-top: 25px;
	flex-direction: column;
	width: 100%;
}
.pod_bg_extra {
	height: 162px;
}
.full_podium {
	display: flex;
	flex-direction: column;
}
.pod_plc {
	height: 62px;
}
.podium .draggable {
	left: auto;
}
.podium .podium_place:nth-child(1),
.podium .podium_place:nth-child(3) {
	margin-top: 62px;
}
.podium .draggable:nth-child(1),
.podium .draggable:nth-child(3) {
	top: 0;
}

.last_step {
	display: none;
}
/* .circle > .last_step:checked {
  background-color: #618bff;
} */
.circle.selected {
	background-color: #009cc3;
	border: 1px solid transparent;
}

.container_last_step {
	list-style: none;
}
.container_last_step li {
	display: inline-block;
}

/*********************************
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
************************************************/
h1 {
	color: #494642;
	font-family: 'Barlow';
	font-size: 60.7px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
}
h2 {
	color: #494642;
	font-family: 'Barlow';
	font-size: 41.01px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}
h3 {
	color: #494642;
	font-family: 'Barlow';
	font-size: 28px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	margin-bottom: 40px;
}

.second_step-wrap {
	display: flex;
	flex-wrap: wrap;
}
.second_step-wrap .draggable {
	left: auto;
	top: 0;
}
.second_step-wrap .dropzone {
	display: flex;
	margin: 10px 0;
	width: 50%;
	height: auto;
	padding-left: 20px;
	justify-content: center;
	position: relative;
	align-items: flex-start;
}
.second_step-wrap .answer_container {
	padding-left: 0;
	padding-top: 10px;
}
.second_step-wrap .circle.placeholder {
	margin: 0 auto;
}

.container_last_step {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
.container_last_step li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	padding: 0 10px;
	min-width: 14%;
	max-width: 14%;
}
.container_last_step li:before {
	content: '';
	background: #cdda44;
	width: 100%;
	height: 12px;
	position: absolute;
	top: 50px;
	z-index: 0;
}
.container_last_step li .answer_container {
	padding-left: 0;
	font-size: 20px;
	line-height: 1.4;
	align-items: flex-start;
	padding-top: 10px;
	justify-content: center;
}
.container_last_step .circle.placeholder {
	background: #fff;
	position: relative;
}
.container_last_step .circle.placeholder.selected {
	background-color: #009cc3;
	border: 1px solid transparent;
}

textarea.typed_answer {
	color: #494642;
	font-family: 'Barlow';
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	padding: 25px;
	width: 201px;
	min-height: 210px;
}

.btn.submit {
	border-radius: 0;
	background-color: #494642;
	color: #ffffff;
	font-family: 'Barlow';
	margin-right: 26px;
	margin-top: 25px;
}

.page_number_corner {
	display: inline-block;
	background: #009cc3;
	color: #fff;
	padding: 4px 0 0 0;
	width: 60px;
	height: 30px;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
}

/*********************************************
LP-EW 2***************************************/
body.height-inherit {
	height: inherit !important;
}
.landingpage_w2 {
	width: 100%;
	background: #fff;
}
.landingpage_w2 .container {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.top_bar {
	background: #494642;
	width: 100%;
}
.logo {
	display: block;
	padding: 20px 0;
}
.logo img {
	width: 100%;
	max-width: 177px;
}
.abs_cont {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 240px;
	background-color: #009cc3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	font-family: 'Barlow';
	font-size: 37.04px;
	font-weight: 600;
	letter-spacing: 0.05px;
	line-height: 44px;
	text-align: center;
	padding: 44px 0;
}
.page_section h1 {
	color: #494642;
	font-family: 'Barlow';
	font-size: 74.87px;
	font-weight: 500;
	letter-spacing: 3.85px;
	line-height: 1.5;
}
.page_section h1 span.bold_ipso {
	color: #494642;
	font-family: Barlow;
	font-size: 74.87px;
	font-weight: bold;
	letter-spacing: 0.05px;
	line-height: 1.5;
}
.page_section {
	margin-bottom: 120px;
}
.main_hero img {
	width: 100%;
}

.small_intro {
	padding: 85px 50px;
	color: #494642;
	font-family: 'Barlow';
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.05px;
	line-height: 50px;
	text-align: center;
}
.small_intro .blue_text {
	color: #009cc3;
}

.max-width-725 .container {
	width: 100%;
	max-width: 725px;
	margin: 0 auto;
}
.max-width-900 .container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.box_lp a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #494642;

	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;

	color: #fefefe;
	font-family: 'Barlow';
	font-size: 30.9px;
	font-weight: 500;
	letter-spacing: 0;

	line-height: 1.1;

	padding: 24px 0px;
	min-height: 145px;
}
.box_lp a:hover {
	background-color: #009cc3;
	text-decoration: none;
}
.rocket_section {
	background-color: #f9f9f9;
	padding: 90px 0;
}
.rocket_paragraph p {
	font-family: 'Barlow';
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	padding-top: 20px;
	padding-bottom: 40px;
}
.btn-rocket {
	color: #fff;
	background-color: #494642;
	border-color: #494642;
	padding: 15px 25px;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Barlow';
	border-radius: 20px;
}
.btn-rocket:hover {
	background-color: #009cc3;
	border-color: #009cc3;
	color: #fff;
}
.two_images {
	margin: 120px 0;
}
.two_images img {
	width: 100%;
}
.green_label {
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	background: #cdda44;
	padding: 10px;
	bottom: 60px;
}
.green_label span {
	color: #fefefe;
	font-family: 'Barlow';
	font-size: 35.31px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.1;
}
.rw-1:after {
	content: '';
	background: #009cc3;
	width: 46%;
	height: 4.5px;
	position: absolute;
	top: 28px;
	right: 0px;
}
.rw-3:before {
	content: '';
	background: #009cc3;
	width: 20%;
	height: 4.5px;
	position: absolute;
	bottom: 24px;
	left: 0px;
}
.dark_label {
	display: flex;
	justify-content: center;
}
.dark_label span {
	position: absolute;
	background: #494642;
	color: #fefefe;
	font-family: 'Barlow';
	font-size: 19.9px;
	letter-spacing: 0.02px;
	padding: 0 10px;
	bottom: 15px;
}
/* .aktuelles_section{

} */
h2.simple_title {
	color: #494642;
	font-family: 'Barlow';
	font-size: 60.66px;
	font-weight: bold;
	letter-spacing: 0.05px;
	line-height: 1;
	margin: 0px 0 10px 0;
}
.simple_content p {
	color: #494642;
	font-family: 'Barlow';
	font-size: 60.66px;
	font-weight: 500;
	letter-spacing: 0.05px;
	line-height: 1;
	margin-bottom: 50px;
}

/* .box_aktuelles{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #494642;
  min-height: 149px;
  border-radius: 10px;
  min-width: 16%;
  max-width: 16%;
} */
.box_aktuelles a {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #494642;

	border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 100%;

	color: #fefefe;
	font-family: 'Barlow';
	font-size: 25px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.1;
}
.box_aktuelles a:hover {
	background-color: #009cc3;
	text-decoration: none;
}

.box_aktuelles img {
	width: 67px;
	height: 67px;
	margin-bottom: 12px;
}
.blue_section {
	background-color: #009cc3;
	padding: 125px 0;
	margin-top: 115px;
}
.blue_section .simple_content p {
	margin-bottom: 30px;
}
.blue_section .small_simple_content {
	margin-bottom: 70px;
}
.blue_section .small_simple_content p {
	font-family: 'Barlow';
	font-size: 38px;
	font-weight: 600;
}
.blue_section .box_lp a:hover {
	background-color: #fefefe;
	text-decoration: none;
	color: #494642;
}
img.responsive {
	width: 100%;
}
.spacer-top-180 {
	margin-top: 180px;
}

.footer {
	margin-top: 200px;
	background: #494642;
	padding: 40px;
}
.footer_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer_menu li a {
	color: #fefefe;
	font-family: Helvetica;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0px;
}

.full_width {
	width: 100%;
}
.mb-3 {
	margin-bottom: 16px;
}
.mt-3 {
	margin-top: 16px;
}
.image-wrapper img {
	width: 100%;
}

.contact_form * {
	font-family: 'Barlow', Arial;
}
.content-element.text p {
	font-size: 20px;
}
label a {
	color: #000;
	font-weight: 500;
}
.hide_me_on_desktop {
	display: none;
}

.contact_form input[type='email'],
.contact_form input[type='text'],
.contact_form select {
	width: 100%;
	border: 1px solid #009ec7;
	padding: 12px 0;
}
.contact_form input[type='email']:focus,
.contact_form input[type='text']:focus,
.contact_form select:focus,
.contact_form input[type='email']:hover,
.contact_form input[type='text']:hover,
.contact_form select:hover,
.contact_form input[type='email']:active,
.contact_form input[type='text']:active,
.contact_form select:active,
.contact_form input[type='email']:visited,
.contact_form input[type='text']:visited,
.contact_form select:visited{
	border: 1px solid #009ec7;
}


.checkbox-custom, 
.radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, 
.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, 
.radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, 
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #009ec7;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label{
	padding-left: 30px;;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
		content: "";
		font-family: 'FontAwesome';
		background: #009ec7;
		outline: none;
		line-height: .8;
		padding-left: 0;
		position: absolute;
		width: 20px;
		height: 21px;
		left: 0;
		top: 3px;
}
.checkbox-custom:checked + .checkbox-custom-label:after{

		content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #009ec7;
    outline: none;
}

.checkbox-custom:focus + .checkbox-custom-label, 
.radio-custom:focus + .radio-custom-label {
  outline: 0px solid #009ec7; /* focus style */
}

.navbar-brand img {
	width: 100%;
	max-width: 200px;
	display: inline-block;
}

#navigation{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.upper_page_content{
	padding: 40px 0;
}
.upper_page_content h1{
	padding-bottom: 18px;;
}

@media (min-width: 992px) and (max-width: 1600px) {
	h1 {
		font-size: 50.7px;
	}
	.page_section h1,
	.page_section h1 span.bold_ipso {
		font-size: 50px !important;
		line-height: 1.3;
		padding-top: 60px;
	}
	.abs_cont {
		font-size: 24px;
		line-height: 1.3;
		padding: 54px 0 24px 0;
	}
	.small_intro {
		font-size: 24px;
		line-height: 1.5;
	}
	.rocket_paragraph,
	.rocket_paragraph p {
		font-family: 'Barlow';
		font-size: 24px !important;
		padding: 20px 10%;
	}
	h2.simple_title {
		font-size: 41px;
	}
	.simple_content p {
		font-size: 35px;
	}
	.blue_section .small_simple_content p {
		font-size: 24px;
	}
	.box_lp a,
	.box_aktuelles a {
		font-size: 27px;
	}
	.footer_menu li a {
		font-size: 20px;
	}
	.spacer-top-180 {
		margin-top: 80px;
	}
	.footer {
		margin-top: 80px;
	}
	.green_label span {
		color: #fefefe;
		font-family: 'Barlow';
		font-size: 24.31px;
	}
	.rw-1:after {
		content: '';
		top: 21px;
	}
	.rw-3:before {
		content: '';
		bottom: 18px;
	}

	h2 {
		font-size: 30.01px;
	}
	h3 {
		font-size: 25px;
	}

	.dropzone {
		width: 98%;
		margin: 20px 0;
	}
	.dropzone.podium_place {
		margin: 0;
	}
	.draggable,
	.circle {
		width: 98px;
		height: 98px;
	}

	.circle.placeholder {
		width: 96px;
		height: 96px;
	}
	textarea.typed_answer {
		font-size: 16px;
		line-height: 1.3;
		padding: 15px;
		width: 100%;
		min-height: 215px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
}
@media (min-width: 320px) and (max-width: 1199px) {
	.page_number_corner {
		top: 20px;
		padding: 0px 0 0 0;
		height: 25px;
	}
	.answer_container {
		font-size: 24px;
		line-height: 1.3;
	}
	.container_last_step li .answer_container {
		font-size: 24px;
		line-height: 1.3;
		width: 100%;
		padding: 10px;
	}

	textarea.typed_answer {
		font-size: 16px;
		line-height: 1.3;
		padding: 10px;
		min-height: 100px;
	}
	.container_last_step li:before {
		content: '';
		background: #cdda44;
		width: 6px;
		height: 100%;
		position: absolute;
		top: 0;
		z-index: 0;
		left: 29px;
	}
	textarea.typed_answer {
		text-align: left;
	}
	.container_last_step {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
		padding: 0;
		margin: 0;
	}
	.container_last_step li {
		flex-direction: row;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.container_last_step li .answer_container {
		font-size: 24px;
		line-height: 1.3;
		width: calc(100% - 90px);
		max-width: 300px;
		padding: 0 10px 0 40px;
		text-align: left;
		justify-content: flex-start;
	}
	.container_last_step .circle.placeholder {
		width: 41px;
		height: 41px;
	}
	.contact_form {
		height: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 50px 20px 20px 20px;
	}
	#navigation {
    position: absolute;
    top: 20px;
	}
	.navbar-brand img {
    width: 100%;
    max-width: 160px;
	}
	body {
		display: flex;
		align-items: flex-start;
	}
	.container_last_step li .answer_container br {
		display: none;
	}
	.container_last_step li .answer_container br:nth-child(2) {
		display: block;
	}
}
@media (min-width: 320px) and (max-width: 991px) {
	.page_section h1,
	.page_section h1 span.bold_ipso {
		font-size: 50px !important;
		line-height: 1.3;
		padding-top: 60px;
	}
	.abs_cont {
		font-size: 16px;
		line-height: 1.3;
		padding: 54px 0 24px 0;
	}
	.small_intro {
		font-size: 16px;
		line-height: 1.5;
	}
	.rocket_paragraph,
	.rocket_paragraph p {
		font-family: 'Barlow';
		font-size: 16px !important;
		padding: 20px 10%;
	}
	h2.simple_title {
		font-size: 41px;
	}
	.simple_content p {
		font-size: 35px;
	}
	.blue_section .small_simple_content p {
		font-size: 24px;
	}
	.box_lp a,
	.box_aktuelles a {
		font-size: 27px;
	}
	.footer_menu li a {
		font-size: 20px;
	}
	.spacer-top-180 {
		margin-top: 80px;
	}
	.footer {
		margin-top: 80px;
	}
	.green_label span {
		color: #fefefe;
		font-family: 'Barlow';
		font-size: 24.31px;
	}
	.rw-1:after {
		content: '';
		top: 21px;
	}
	.rw-3:before {
		content: '';
		bottom: 18px;
	}
	.rw-1.pl-4 {
		padding-left: 1rem !important;
	}
	.rw3.pr-4 {
		padding-right: 1rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 100%;
	}
	h1 {
		font-size: 50.7px;
	}
	h2 {
		font-size: 30.01px;
	}
	h3 {
		font-size: 25px;
	}

	.dropzone {
		width: 98%;
		margin: 20px 0;
	}
	.dropzone.podium_place {
		margin: 0;
	}
	.draggable,
	.circle {
		width: 98px;
		height: 98px;
	}

	.circle.placeholder {
		width: 96px;
		height: 96px;
	}
	.answer_container {
		font-size: 24px;
		padding-left: 0.6em;
	}
	.container_last_step li .answer_container {
		font-size: 24px;
		line-height: 1.3;
	}
	.contact_form {
		padding: 60px 30px;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.container_list_bubble_dropable {
		height: 270px;
	}
	h1 {
		font-size: 30.64px;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 14.42px;
	}
	.container_last_step li .answer_container {
		font-size: 24px;
		line-height: 1.3;
		width: calc(100% - 90px);
		max-width: 300px;
		padding: 0 10px 0 40px;
		text-align: left;
		justify-content: flex-start;
	}
	.draggable,
	.circle {
		width: 70px;
		height: 70px;
	}

	.circle.placeholder {
		width: 68px;
		height: 68px;
	}
	.container-not {
		padding: 0 15px;
	}
	.contact_form {
		padding: 60px 30px;
	}
	.container {
		max-width: 100%;
	}

	.draggable,
	.circle {
		width: 70px;
		height: 70px;
	}

	.circle.placeholder {
		width: 68px;
		height: 68px;
	}
	.answer_container {
		font-family: 'Barlow';
		font-size: 20px;
		line-height: 1.3;
	}
}
@media (min-width: 320px) and (max-width: 575px) {
	.hide_me_on_mobile {
		display: none;
	}
	.hide_me_on_desktop {
		display: block;
	}
	.custon_checkbox_width input[type='checkbox'] {
		width: 16px;
		vertical-align: top;
		margin-top: 4px;
	}
	.custon_checkbox_width label {
		width: calc(100% - 24px);
		vertical-align: top;
	}
	#navigation {
    position: absolute;
    top: 33px;
    width: 100%;
	}
	.navbar-brand img {
    width: 100%;
    max-width: 110px;
	}
	.content-element.text p {
		font-size: 13px;
	}
	.contact_form {
		width: calc(100% - 20px);
	}
	.dropzone {
		width: 100%;
	}
	.simple_content p {
		font-size: 20px;
	}
	.box_lp,
	.box_aktuelles {
		min-width: 48%;
		max-width: 48%;
	}
	.box_lp a,
	.box_aktuelles a {
		font-size: 16px;
	}
	.box_lp a {
		min-height: 15px;
	}
	.boxes_section .justify-content-between,
	.blue_section .justify-content-between,
	.aktuelles_section .justify-content-between {
		justify-content: center !important;
	}
	.blue_section .small_simple_content p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.blue_section .small_simple_content {
		margin-bottom: 35px;
	}
	.blue_section {
		background-color: #009cc3;
		padding: 38px 0;
		margin-top: 50px;
	}
	.two_images {
		margin: 50px 0;
	}
	.rocket_section {
		padding: 50px 0;
	}
	.small_intro {
		font-size: 16px;
		padding: 50px;
	}
	.page_section {
		margin-bottom: 50px;
	}
	.page_section h1,
	.page_section h1 span.bold_ipso {
		font-size: 27px !important;
		line-height: 1.3;
		padding-top: 60px;
	}
	.abs_cont {
		max-width: 160px;
	}
	.spacer-top-180 {
		margin-top: 50px;
	}

	.bg-bot_2,
	.bg-scientist,
	.bg-bot_1 {
		min-width: 65%;
		max-width: 65%;
		margin: 10px auto;
	}
	.bottom_section .simple_content p {
		margin-bottom: 15px;
	}

	.answer_container {
		font-size: 17px;
		line-height: 1.3;
	}
	.draggable,
	.circle {
		width: 58px;
		height: 58px;
	}
	.circle.placeholder {
		width: 56px;
		height: 56px;
	}
	h3 {
		margin-bottom: 10px;
	}
	.container_last_step li .answer_container {
		font-size: 17px;
	}
	.container_last_step li .answer_container.mobi_width {
		max-width: 320px;
	}
	textarea.typed_answer {
		width: 285px;
	}
}
