@charset 'utf-8';

@font-face {
  font-family: 'AbcFavorit';
  src: url('font/ABC Favorit.eot');
  src: url('font/ABC Favorit.eot?#iefix') format('embedded-opentype'),
    url('font/ABC Favorit.woff2') format('woff2'),
    url('font/ABC Favorit.woff') format('woff'),
    url('font/ABC Favorit.ttf') format('truetype'),
    url('font/ABC Favorit.svg#.') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GTPlanarRetalic15';
  src: url('font/GTPlanar-Retalic15Regular.eot');
  src: url('font/GTPlanar-Retalic15Regular.eot?#iefix') format('embedded-opentype'),
    url('font/GTPlanar-Retalic15Regular.woff2') format('woff2'),
    url('font/GTPlanar-Retalic15Regular.woff') format('woff'),
    url('font/GTPlanar-Retalic15Regular.ttf') format('truetype'),
    url('font/GTPlanar-Retalic15Regular.svg#GTPlanar-Retalic15Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/**********/

/******* Typography *******/

* {
  cursor: url(../images/frame.svg) 50 30, auto !important;
}

body {
  /* touch-action: none; */
  /* background: url("../images/background_clean.jpg");
  background-repeat: no-repeat; */
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 100vh;
  background: url(../images/background_clean.jpg) transparent;
  background-repeat: no-repeat;
  background-size: cover;

}

.starfield_container {

  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  right: 0;
}

.website h1,
.website h1 p,
.codex-editor h1,
.website h2,
.website h2 p,
.codex-editor h2,
.one_editable_box .box_title,
.website h3,
.website h3 p,
.codex-editor h3,
.one_editable_box .box_supratitle,
.website h4,
.website h4 p,
.codex-editor h4,
.one_editable_box .box_subtitle,
.website h5,
.website h5 p,
.one_editable_box h5,
.codex-editor h5,
.website h6,
.website h6 p,
.one_editable_box h6,
.codex-editor h6 {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  color: #ffffff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'AbcFavorit', Arial, Helvetica, sans-serif;
  margin-top: 00px;
  margin-bottom: 00px;
}

.website h1,
.website h1 p,
.codex-editor h1 {
  /* font-size: min(80px, 10vw); */
  font-size: 80px;;
  font-weight: 500;
  line-height: 1;
  color: #f5d07e;
}

.website h2,
.website h2 p,
.codex-editor h2,
.one_editable_box .box_title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.3;
  color: #ffffff;
}

.website h5,
.website h5 p,
.one_editable_box h5,
.codex-editor h5 {
  font-size: 30px;
  font-weight: 300;
}

.website h4,
.website h4 p,
.codex-editor h4,
.one_editable_box .box_subtitle {
  font-size: 18px;
  font-weight: 600;
}

.website h5,
.website h5 p,
.one_editable_box h5,
.codex-editor h5 {
  font-size: 18px;
  font-weight: 500;
}

.website h6,
.website h6 p,
.one_editable_box h6,
.codex-editor h6 {
  font-size: 14px;
  font-weight: 500;
}

.website .description_content p,
.website .description_content div,
.one_editable_box .box_content p,
.one_editable_box .box_content a,
.website .description_content a,
.one_editable_box .box_content div,
.website p,
td,
th,
label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0;
  font-family: 'ABCFavorit', Arial, Helvetica, sans-serif;
}

.description_content,
.description_content p,
.description_content p a,
.description_content p span {
  font-family: 'GTPlanarRetalic15', Arial, Helvetica, sans-serif;
}

i img {
  width: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #21201d;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #151d33;
}

ul,
ol {
  margin: 0 0 28px 0;
}

section {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

/******* Buttons *******/

button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 40px;
  text-transform: none;
  border: none;
  border-radius: 4px;
}

.btn-default {
  color: #fff;
  background-color: #151d33;
}

.btn-default:hover {
  color: #fff;
  background-color: #d79a16;
}

.btn-primary {
  color: #fff;
  background-color: #7d7b76;
}

.btn-primary:hover {
  color: #fff;
  background-color: #d79a16;
}

.btn-secondary {
  color: #8f7f5e;
  background-color: #e2ddd5;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #151d33;
}

.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
}

.btn-lg {
  font-size: 16px;
  padding: 13px 50px;
}

.btn-link {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #151d33;
}

.btn-link:focus,
.btn-link:hover {
  color: #151d33;
}

/******* Form *******/

h1.form_heading,
h2.form_heading {
  color: #151d34;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

select.form-control {
  background: #f2f2f2;
}

.form-control::placeholder {
  color: #273344;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 1.2;
}

.screen-reader-error {
  position: relative;
  clear: both;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

.screen-reader-response {
  position: relative;
  clear: both;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

input.error {
  border: 1px solid red;
  margin-bottom: 8px;
}

input.sucess {
  border: 1px solid #c7b587;
  margin-bottom: 8px;
}

textarea.wpcf7-not-valid {
  border-bottom: 2px solid red;
}

/******* style CSS *******/
.navbar-toggler{
  color: transparent;
}
.listnone {
  padding-left: 0;
  list-style: none;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
}

.logo {
  min-width: 125px;
  max-width: 125px;
  width: 100%;
  padding: 0px 0;
}

.logo img {
  width: 100%;
  max-width: 147px;
}

#main-navigation {
  margin: 0px 0 0 0;
  padding: 100px 0 0 41px;
  ;
  list-style: none;
  text-align: right;
  position: absolute;
  z-index: 123456;
}

.navbar-nav {
  flex-direction: row;
}

#main-navigation li {
  text-align: left;
  margin: 0 0px;
  vertical-align: top;
  float: left;
  padding: 4px;
}

#main-navigation li.undermenu:first-child {
  clear: both;
}

#main-navigation li.undermenu {
  float: right;
}

.cb {
  clear: both;
}

#main-navigation li.undermenu a {
  color: rgba(16, 28, 46, 0.6);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

#main-navigation li.submenu {
  display: block;
  float: right;
}

#main-navigation li a {
  color: #fff;
  font-family: "AbcFavorit", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  display: inline-block;
  padding: 4px 15px 1px 15px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 20px;
}

#main-navigation li a:hover,
#main-navigation li.active a {
  text-shadow: none;
}

#main-navigation li a:hover,
#main-navigation li a.active {
  color: #f5d07e;
  border-radius: 20px;
  border: 1px solid #fff;
  font-family: 'ABCFavorit', Arial, Helvetica, sans-serif;
}

#main-navigation li.active ul li a {
  text-decoration: none;
}

#main-navigation li:hover ul {
  margin: 0;
  padding: 0 0 15px 0;
  display: block;
  position: absolute;
}

#main-navigation li ul li {
  display: block;
  float: none;
}

#main-navigation li ul li a {
  padding: 0 15px;
  text-transform: none;
  display: block;
}

.btn-custom {
  width: 100%;
  background: transparent;
  border: 1px solid #cdcdcd;
  background: transparent;
  border: 1px solid #ba9a5e;
  text-shadow: none;
  color: #ba9a5e;
  padding: 13px 26px;
  text-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}

.btn-custom .custom_link {
  color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-active {
  color: white;
  background: #ba9a5e;
}

.row {
  margin: 0;
}

.full-width-section {
  width: 100%;
}

.center {
  margin: 0;
  padding: 0;
  text-align: center;
}

.flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex_box_container {
  flex: 1;
  align-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

/********* legal stuff ***/
.addcookie {
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 0;
}

.btn.addcookie {
  margin-top: 10px;
  float: left;
  width: auto !important;
  padding: 3px 26px;
}

.small_legal_privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1a202c;
  z-index: 3223;
  width: 75%;
  max-width: 640px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 20px 11px 30px 21px;
  box-shadow: 0 0 11px 0px rgb(255 255 255 / 30%);
}

.small_legal_privacy a {
  color: #fff;
}

.small_legal_privacy:after {
  content: "";
  clear: both;
}

/*********  endd legal stuff ***/
.cell_1_5 {
  min-width: 19.9%;
  max-width: 19.9%;
  flex: 1;
}

.cell_2_5 {
  min-width: 39.9%;
  max-width: 39.9%;
  flex: 2;
}

.cell_3_5 {
  min-width: 59.9%;
  max-width: 59.9%;
  flex: 3;
}

.cell_4_5 {
  min-width: 79.9%;
  max-width: 79.9%;
  flex: 4;
}

.cell_5_5 {
  min-width: 100%;
  max-width: 100%;
  flex: 5;
}

.cell_1_4 {
  min-width: 24.9%;
  max-width: 24.9%;
  flex: 1;
}

.cell_2_4 {
  min-width: 49.9%;
  max-width: 49.9%;
  flex: 2;
}

.cell_3_4 {
  min-width: 74.9%;
  max-width: 74.9%;
  flex: 3;
}

.cell_4_4 {
  min-width: 100%;
  max-width: 100%;
  flex: 4;
}

.cell_1_3,
.cell_1_6 {
  min-width: 33.3%;
  max-width: 33.3%;
  flex: 1;
}

.cell_2_3 {
  min-width: 66.6%;
  max-width: 66.6%;
  flex: 2;
}

.cell_3_3 {
  min-width: 100%;
  max-width: 100%;
  flex: 3;
}

.cell_1_2 {
  min-width: 49.9%;
  max-width: 49.9%;
  flex: 1;
}

.cell_2_2 {
  min-width: 100%;
  max-width: 100%;
  flex: 2;
}

.cell_1_1 {
  min-width: 100%;
  max-width: 100%;
  flex: 1;
}

.full-height {
  height: auto;
}

section,
.full-height {
  position: relative;
}

/************** spacers ************************/

.inner_spacer_lr_10 {
  padding-left: 10px;
  padding-right: 10px;
}

.inner_spacer_lr_15 {
  padding-left: 15px;
  padding-right: 15px;
}

.inner_spacer_lr_20 {
  padding-left: 20px;
  padding-right: 20px;
}

.inner_spacer_tb_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner_spacer_lr_40 {
  padding-left: 40px;
  padding-right: 40px;
}

.inner_spacer_left_40 {
  padding-left: 40px;
}

.inner_spacer_right_40 {
  padding-right: 40px;
}

.inner_spacer_top_70 {
  padding-top: 40px;
}

.inner_spacer_bott_180 {
  padding-bottom: 180px;
}

.inner_spacer_top_140 {
  padding-top: 140px;
}

.inner_spacer_top_30 {
  padding-top: 30px;
}

.inner_spacer_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner_spacer_bott_40 {
  padding-bottom: 40px;
}

.inner_spacer_top_80 {
  padding-top: 80px;
}

.inner_spacer_bott_80 {
  padding-bottom: 80px;
}

.inner_spacer_tb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.inner_spacer_top_90 {
  padding-top: 90px;
}

.inner_spacer_bott_90 {
  padding-bottom: 90px;
}

.inner_spacer_tb_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.inner_spacer_top_120 {
  padding-top: 120px;
}

.inner_spacer_bott_120 {
  padding-bottom: 120px;
}

.inner_spacer_bott_100 {
  padding-bottom: 100px;
}

.inner_spacer_tb_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.inner_spacer_bott_190 {
  padding-bottom: 190px;
}

.inner_spacer_bott_160 {
  padding-bottom: 160px;
}

.inner_spacer_bott_150 {
  padding-bottom: 150px;
}

.inner_spacer_top_160 {
  padding-top: 160px;
}

.inner_spacer_top_190 {
  padding-top: 190px;
}

.inner_spacer_tb_190 {
  padding: 190px 0;
}

.inner_spacer_bott_200 {
  padding-bottom: 200px;
}

.inner_spacer_bott_220 {
  padding-bottom: 220px;
}

.spacer_top_30 {
  margin-top: 30px;
}

.spacer_bott_30 {
  margin-bottom: 30px;
}

.spacer_tb_30 {
  margin: 30px 0;
}

.spacer_top_40 {
  margin-top: 40px;
}

.spacer_bott_40 {
  margin-bottom: 40px;
}

.spacer_tb_40 {
  margin: 40px 0;
}

.spacer_top_60 {
  margin-top: 60px;
}

.spacer_bott_60 {
  margin-bottom: 60px;
}

.spacer_tb_60 {
  margin: 60px 0;
}

.spacer_top_80 {
  margin-top: 80px;
}

.spacer_bott_80 {
  margin-bottom: 80px;
}

.spacer_tb_80 {
  margin: 80px 0;
}

.spacer_top_90 {
  margin-top: 90px;
}

.spacer_bott_90 {
  margin-bottom: 90px;
}

.spacer_top_100 {
  margin-top: 100px;
}

.spacer_bott_100 {
  margin-bottom: 100px;
}

.spacer_top_120 {
  margin-top: 120px;
}

.spacer_bott_120 {
  margin-bottom: 120px;
}

.spacer_tb_120 {
  margin: 120px 0;
}

.spacer_top_180 {
  margin-bottom: 180px;
}

.spacer_bott_180 {
  margin-bottom: 180px;
}

.spacer_tb_180 {
  margin-bottom: 180px;
  margin-top: 180px;
}

.spacer_top_220 {
  margin-top: 220px;
}

.spacer_bott_220 {
  margin-bottom: 220px;
}

.spacer_tb_220 {
  margin: 220px 0;
}

/***************** end spacers *************/

.max-width-600 .flex_container {
  max-width: 600px;
  width: 100%;
  margin: 80px 0;
}

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

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

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

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

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

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

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

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

.max-width-1260 .container,
.max-width-1260 .container_modal {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

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

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

h4 p {
  color: #000000;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

.description_content p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.6;
}

.u-hide {
  display: none;
}

.container {
  /* max-width: 1646px; */
  max-width: 1920px;
  width: 100%;
}

/*planete **/
.planet_cont {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
}

.planet {
  display: flex;
  text-align: right;
  background: url("../images/planet.svg") no-repeat center center;
  width: 320px;
  height: 202px;
}

.planet a {
  flex: 1;
  justify-self: center;
  align-self: center;
  text-align: center;
  font-size: 13px;
  font-family: 'AbcFavorit', Arial, Helvetica, sans-serif;
  line-height: 1.1;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  transform: rotate(-17deg);
  padding-bottom: 30px;
}

#starfield {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: -1;

}

/*****/
/****badge scroll***/
.badgescroll {
  display: none;
  position: absolute;
  bottom: 29%;
  right: 0;
  background: url(../images/scrollicon.png) no-repeat center center;
  width: 210px;
  height: 142px;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
  z-index: 10;
  transform: translate(-55%, 20px);
}

.badgescroll span {

  position: absolute;
  top: 0;
  width: 210px;
  margin: 0 auto;
  /* left: -60%; */
  color: #f5d07e;
  font-size: 18px;
  line-height: 1.1;
  pointer-events: none;
}


.ai-fend .flex_container {
  align-items: flex-end;
}

.ai-center .flex_container {
  align-items: center;
}

/* #index>div.earth-view{
  height: 132vh;;
} */
.pl-40-perc .cell_1_1 {
  padding-left: 40%;
}

.pl-50-perc .cell_1_1 {
  padding-left: 50%;
}

.ta-left.heading h1 p,
.ta-left.heading h1,
.ta-left.heading h2,
.ta-left.heading h2 p,
.ta-left .description_content {
  text-align: left !important;
}

.ta-right.heading h1 p,
.ta-right.heading h1,
.ta-right.heading h2,
.ta-right.heading h2 p,
.ta-right .description_content {
  text-align: right !important;
}

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

.max-width-705 .container {
  max-width: 705px;
  margin: 0 0 0 15% !important;
  width: 100%;
}

.max-width-760 .container {
  max-width: 760px;
  margin: 0 auto !important;
  width: 45%;
}

.max-width-760-noc-left {
  max-width: 760px;
  margin: 0 0 0 0 !important;
  width: 100%;
}

.max-width-760-noc-right {
  max-width: 760px;
  margin: 0 0 0 0 !important;
  width: 100%;
}

#index .img-responsive img {
  width: 100%;
  ;
}

/* #projekteunsere .img-responsive img{
  width: 100%;;
} */
.wheel_members .img-responsive img {
  width: auto;
  ;
  filter: drop-shadow(0px 0px 80px rgba(255, 255, 255, 0.4));
}

.proj_img_right .img-responsive img {
  max-width: 70%;
}

.ta-right.proj_img_right .flex_container {
  text-align: right;
}

.ta-left .img_cont {
  text-align: left;
}

.ta-right .img_cont {
  text-align: right;
}

.portrait_img picture.img-responsive img,
.img-max-width-421 .img-responsive img {
  max-width: 421px !important;
  width: 100%;
  ;
}

.round_img picture.img-responsive img,
.img-max-width-746 .img-responsive img {
  max-width: 746px !important;
  width: 100%;
  ;
}

.landscape_img picture.img-responsive img,
.img-max-width-1053 .img-responsive img {
  max-width: 1053px !important;
  width: 100%;
  ;
}

.pr-29-perc .cell_1_1 {
  padding-right: 29%;
}

.pr-10-perc .cell_1_1 {
  padding-right: 10%;
}

.pl-20-perc .cell_1_1 {
  padding-left: 20%;
}

.ai-center .flex_container {
  align-items: center !important;
}

#kontakt,
#impressum {
  padding-top: 150px;
  padding-bottom: 50px;
}

#impressum h2,
#impressum h2 p,
#impressum h3,
#impressum h3 p,
#impressum h4,
#impressum h4 p {
  color: #f5d07e;
}
.alsf_start .container{
  align-self: flex-start !important;
}
.alsf_end .container{
  align-self: flex-end !important;
}
.inner-spacer-top-40{
  padding-top: 40px;;
}
.inner-spacer-top-230{
  padding-top: 230px;;
}
.max-width-630 .container {
  max-width: 630px;
  margin: 0 auto !important;
  width: 100%;
}

.max-width-700 .container {
  max-width: 700px;
  margin: 0 auto !important;
  width: 100%;
}
@media(min-width: 1921px){
  .planet{
    scale: 1.3;
    transform-origin: top right;
  }
  .heading_fixed_bottom {
    position: fixed;
    left: 50%;
    bottom: 6%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media(max-width: 1199px) {
  .mobile_centered{
    margin: 0 auto !important;
  }
  .mobile_centered .container{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .website h1,
  .website h1 p,
  .codex-editor h1 {
    font-size: 40px;;
  }
  .planet {
    background: url(../images/planet.svg) no-repeat center center;
    width: 164px;
    height: 118px;
    background-size: cover;
  }
  .inner-spacer-top-230{
    padding-top: 110px;;
  }
  .planet a {
    font-size: 9px;
    padding-bottom: 9px;
  }
  .empty_section_spacer{
    display: none !important;
  }
  .badgescroll {
    display: none !important;
    bottom: 70%;
    transform: unset;
  }

  .badgescroll span {
    display: none;
    bottom: 0;
  }
}

@media(max-width: 767px) {
  .website h1, .website h1 p, .codex-editor h1 {
    font-size: min(70px, 10vw) !important;
  }
  .portrait_img picture.img-responsive img,
  .img-max-width-421 .img-responsive img {
    max-width: 390px !important;
    width: 100%;
  }

  .round_img picture.img-responsive img,
  .img-max-width-746 .img-responsive img {
    max-width: 70% !important;
    width: 100%;
  }

  .landscape_img picture.img-responsive img,
  .img-max-width-1053 .img-responsive img {
    max-width: 90% !important;
    width: 100%;
  }
  #index {
    width: 110%;
    margin: 0 -5%;
  }



  .pl-40-perc .cell_1_1 {
    padding-left: 10%;
  }

  .wheel_members .img-responsive img {
    width: 100%;
    max-width: 50%;
  }

  .max-width-760-noc-left {
    max-width: 760px;
    margin: 0 0 0 0 !important;
    width: 100%;
  }

  .impressum .cell_1_2 {
    min-width: 100%;
    max-width: 100%;
    ;
    margin-bottom: 40px;
  }
}

@media(max-width: 640px) {

  /* .ta-right .img_cont {
    text-align: center;
  } */
  .portrait_img picture.img-responsive img,
  .img-max-width-421 .img-responsive img {
    max-width: 291px !important;
    width: 100%;
    margin: 0 auto;
  }

  .landscape_img picture.img-responsive img,
  .img-max-width-1053 .img-responsive img {
    max-width: 85% !important;
    width: 100%;
  }

  .round_img picture.img-responsive img,
  .img-max-width-746 .img-responsive img {
    max-width: 85% !important;
    width: 100%;
  }

  .website h1,
  .website h1 p,
  .codex-editor h1 {
    font-size: min(80px, 7vw) !important;
  }

  .btn-custom {
    padding: 13px 26px;

  }
}

@media(max-width: 575px) {
  .inner-spacer-top-230 {
    padding-top: 0;
  }
  .small_legal_privacy {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    background: #1a202c;
    z-index: 3223;
    width: 75%;
    max-width: 640px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 11px 30px 21px;
    box-shadow: 0 0 11px 0px rgb(255 255 255 / 30%);
  }
}

@media(max-width: 480px) {
  .pl-40-perc .cell_1_1 {
    padding-left: 0%;
  }

  .website .description_content p,
  .website .description_content div,
  .one_editable_box .box_content p,
  .one_editable_box .box_content a,
  .website .description_content a,
  .one_editable_box .box_content div,
  .website p,
  td,
  th,
  label,
  .description_content p,
  .description_content {
    font-size: 16px;
    ;
  }

}

@media(max-width: 380px) {
  .external_menu ul li a {
    font-size: 14px;
    padding: 7px 20px 7px 13px;
  }

}