/*  JAKOB RADKE – 2023 – IG:@radkejakob – radkejakob@gmail.com  */





/* –––––––––––––––––––––––––––––– BODY, HEADER & FOOTER –––––––––––––––––––––––––––––– */





.umleitung_container {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.umleitung_text_container {
  width: 50%;
}
.button_container {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: transparent;
  border: none;
  -webkit-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  -moz-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  mix-blend-mode: difference;
}
.main_button:hover {
  -webkit-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  -moz-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
}
.main_button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: transparent;
  -webkit-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  -moz-transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
  transition: all cubic-bezier(.73,-0.01,0,1) 0.5s;
}
.main_button:after {
  cursor: pointer;
  height: 1px;
  background: white;
  z-index: -1;
}
.main_button:hover:after {
  cursor: pointer;
  height: 100%;
  background: white;
}
.cta_text {
  color: white !important;
  mix-blend-mode: difference;
  text-align: left;
}











html {
  overscroll-behavior: none;
  scrollbar-width: none;
}
body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: black;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
  cursor: default;
}
body::-webkit-scrollbar {
    display: none;
}
#scrolling {
  scroll-behavior: smooth;
}
.padding {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 0px;
}
.header {
  max-width: 1230px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -0%);
  z-index: 1;
}
.headersettings {
  position: sticky;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  height: 100px;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.headersettings2 {
  z-index: 1;
  padding-top: 15px;
}
.leftheadercell {
  width: 35%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.rightheadercell {
  width: 55%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px !important;
}
footer {
max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.footersettings {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 15px;
}
.leftfootercell {
  width: 35%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.rightfootercell {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px !important;
}
.headerreverse {
	background-image: none !important;
	color: black !important;
}

.zurückButton {
  position: fixed;
  top: 0;
  z-index: 1;
  transition: all 1s;
}
.hide {
  opacity: 0;
  top: -100px;
}
.show {
  opacity: 1;
  top: 0;
}
img {
  opacity: 1;
  transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}





/* –––––––––––––––––––––––––––––– TEXT –––––––––––––––––––––––––––––– */

h1 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 110px;
  text-align: left;
  color: #ffffff;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
h2 {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: auto;
  text-align: left;
  color: black;
  margin-block-start: 0px;
  margin-block-end: 0px;
}
p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  padding-top: 0px;
  text-align: left;
  margin-block-start: 20px;
  margin-block-end: 20px;
}
.h1project {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: black;
}
.bold {
  font-weight: 700;
}
.black {
  color: black !important;
}
.blacktext {
  color: #000000;
  padding-top: 0px;
}
.greytext {
  color: #999999;
  padding-top: 0px;
}
.whitetext {
  color: white !important;
  padding-top: 0px;
}
.backgroundfont {
  opacity: 50%;
font-weight: 700;
  -webkit-filter: blur(0.4rem);
}
.uppercase {
  text-transform: uppercase !important;
}
.textalignright {
  text-align: right !important;
}
.block_65 {
  width: 65%;
}




/* –––––––––––––––––––––––––––––– OTHERS –––––––––––––––––––––––––––––– */

/* DIV */
.div5050 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}
.div1230 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.div1230flex {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.whitesection {
  background-color: white !important;
}
/* HR */
hr {
  border: 0.5 solid black;
}
section {
  display: block;
}
/* OTHERS */
.blur {
  -webkit-filter: blur(0.3rem);
  color: lightgrey !important;
  font-weight: 200;
}
.show {
  display: flex !important;
}
.filterbox {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
}
.gap {
  gap: 25px;
}
.vh100 {
  height: 100vh !important;
}
  @media screen and (max-height:950px){

  .vh100 {
    height: 950px !important;
  }
}
.vh50 {
  height: 50vh !important;
}
.rotate {
  transform: rotate(90deg) !important;
}
.object {
  position: relative;
  background-color: magenta;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.scrollingsettings {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.greysection {
  background-color: #f1f1f1;
}
.gradient_grey_white {
  background-image: linear-gradient(#f1f1f1, white) ;
}
.gradient01 {
  background-image: linear-gradient(lightcyan, lightcoral) ;
}
.gradient02{
  background-image: linear-gradient(black, #0C1364, #00B0CB, #F9FF32, #FEFFBA, white) ;
}
.blackbackground {
  background-color: black;
}
.floatleft {
  float: left;
}
.floatcenter {
  float: none;
}
.floatright {
  float: right;
}
.height400 {
  height: 400px;
}
.height800 {
  height: 800px;
}
.height1000 {
  height: 1000px;
}
.height90vh {
  height: 50vh;
}
.heightauto {
  height: fit-content;
}
.width35pc {
  width: 35% !important;
}
.width65pc {
  width: 65%;
}
.width100pc {
  width: 100%;
}
.width1230 {
  width: 1230px;
}
.widthmax1230 {
  width: max(1230px);
}
.vhpadding {
  padding-top: 35vh;
}
  @media screen and (max-height:1300px){
    .vhpadding {
      padding-top: 25vh;
    }
  }
  @media screen and (max-height:1200px){
    .vhpadd ing {
      padding-top: 22vh;
    }
  }
  @media screen and (max-height:1050px){
    .vhpadding {
      padding-top: 120px;
    }
  }
.borderradius30 {
  border-radius: 30px;
}
.flex {
  display: flex;
}
.flexwrap {
  flex-wrap: wrap;
}
.floatleftresponsive {
  float: left;
}
li:nth-child(2n) {
    flex-break: after;
}




/* –––––––––––––––––––––––––––––– GALLERY –––––––––––––––––––––––––––––– */

.gallery {
	display: flex;
	flex-wrap: wrap;
	padding: 0px;
}
.gallery_project {
	position: relative;
	width: 25%;
}
.gallery_image {
	display: block;
	width: 100%;
	height: auto;
	transition: all .7s ease;
}
.gallery_description {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	padding-right: 35px;
	transition: .7s ease;
	background-color: rgba(0, 0, 0, 0.2);
}
.gallery_link {
	text-decoration: none;
	height: 100% !important;
}
.gallery_project:hover .gallery_description {
  opacity: 1;
}
.gallery_project:hover .gallery_image {
	opacity: 1;
	-webkit-filter: blur(0.4rem);
}




/* –––––––––––––––––––––––––––––– IMAGES –––––––––––––––––––––––––––––– */

.image100 {
	max-width: 100% !important;
	height: auto;	
}
.image50 {
  height: auto;
  width: 40%;
}
.image50landscape {
  height: auto;
  width: 45%;
  padding-left: 10px;
  padding-right: 10px;
}
.leftimagecell {
  width: 40%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.rightimagecell {
  width: 40%;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
}
.leftimagecelllandscape {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}
.rightimagecelllandscape {
  max-width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
}
.poster {
  height: 900px;
}
.ffimage100 {
  width: 100% !important;
  object-fit: cover;
}
.ffimage50 {
  width: 50% !important;
  object-fit: cover;
}
.ffimage50fullheight {
  width: 50% !important;
  height: auto;
  object-fit: cover;
}
.ffimage33 {
  width: 33.333333333333333% !important;
  object-fit: cover;
}
.ffimage25 {
  width: 25% !important;
  object-fit: cover;
}
.image_100_90vh {
  width: 1230px !important;
  height: 90vh;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.image_75 {
  width: 75% !important;
  object-fit: cover;
}
.image_65 {
  width: max(65% - 30px);
}
.image_50 {
  max-width: 50% !important;
  object-fit: cover;
}
.image_max49 {
  width: max(50% - 15px);;
}
.image_35 {
  width: 35% !important;
  object-fit: cover;
}
.image_33 {
  width: 33.333333333333333% !important;
  object-fit: cover;
}
.image_25 {
  width: 25% !important;
  object-fit: cover;
}
.image_25fullwidthresponsive {
  width: 25% !important;
  object-fit: cover;
}
.cover {
  object-fit: cover;
}
.image_100_photography {
  width: 1230px !important;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
}
.image_max49_photography {
  width: max(50% - 15px);;
  height: auto;
}
.ffimage100_photography {
  width: 100% !important;
  height: auto;
  object-fit: cover;
}
.svg1 {
  height: 100vh !important;
  width: 100vw !important;
  viewBox: 0 0 300 300;
}
.svgcontainer {
  position: absolute;
  height: 100vh;
  width: 100vw;
}




/* –––––––––––––––––––––––––––––– CONTENT –––––––––––––––––––––––––––––– */

.leftcell {
  width: 35%;
  height: 100%;
	margin-top: auto;
	margin-bottom: auto;
}
.rightcell {
  width: 60%;
	margin-top: auto;
	margin-bottom: auto;
  padding-left: 30px !important;
}
.leftcellempty {
  padding-left: width: 35% !important;
}
.onlyrightcell {
  padding-left: 35% !important;
}
.textrightcell {
  padding-left: 30px;
}
.nextproject {
  margin-left: 25px !important;
  align-content: right !important;
}




/* –––––––––––––––––––––––––––––– TABLES AND COLUMNS –––––––––––––––––––––––––––––– */

div.column {
	background-position: center;
}
.column:hover .column_description {
	visibility: visible;
	opacity: 1;
}
.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;
  inline-size: cover;
  max-height: 100%;
}
table td, table td * {
    vertical-align: top;
	align-content: left;
  padding-left: 14px;
}
.informationcolumnleft {
  width: 200px;
}



/* –––––––––––––––––––––––––––––– BUTTONS –––––––––––––––––––––––––––––– */

.button {
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: white;
  border: 0.9px solid #7F7F7F;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 4px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.buttonblack {
  transition: all .3s ease-in-out;
  text-decoration: none;
  color: black;
  border: 0.9px solid black;
  border-radius: 100px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 4px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.button_small_black {
  transition: all .4s ease-in-out;
  align-content: right;
  border-radius: 100px;
  border: 1.5px solid black;
  color: black;
  text-decoration: none;
  line-height: 28px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-left: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
.button_small {;
  border-radius: 100px;
  border: .9px solid white;
  color: white;
  line-height: 32px !important;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.buttonsmallmargin {
  padding-top: 20px;
}
.button:hover {
  border: 0.9px solid white;
	box-shadow: 
  0px /* HORIZONTAL */
  0px /* VERTICAL */
  0px /* BLUR */
  4px /* SIZE */
  white; /* COLOR */
}
.buttonblack:hover {
  border: 0.9px solid black;
  box-shadow: 
  0px /* HORIZONTAL */
  0px /* VERTICAL */
  0px /* BLUR */
  4px /* SIZE */
  black; /* COLOR */
}
.button_small_black:hover {
  border: 0.9px solid black;
  box-shadow: 
  0px /* HORIZONTAL */
  0px /* VERTICAL */
  0px /* BLUR */
  3px /* SIZE */
  black; /* COLOR */
}


/* –––––––––––––––––––––––––––––– PADDING & MARGIN –––––––––––––––––––––––––––––– */

.paddingbottom300 {
  padding-bottom: 300px !important;
}
.paddingtop300 {
  padding-top: 300px !important;
}
.paddingbottom250 {
  padding-bottom: 250px !important;
}
.paddingtop250 {
  padding-top: 250px !important;
}
.paddingtopgallery {
  padding-top: 100px !important;
}
.margintopbottomauto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.marginleftrightauto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.paddingleft30evenresponsive {
  padding-left: 30px !important;
}
.paddingtop100 {
  padding-top: 100px;
}
.paddingtop30 {
  padding-top: 30px !important;
}
.paddingtop25 {
  padding-top: 25px !important;
}
.paddingtop40vh {
  padding-top: 40vh !important;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.paddingbottom100 {
  padding-bottom: 100px;
}
.paddingbottom25 {
  padding-bottom: 25px;
}
.paddingbottom50 {
  padding-bottom: 50px;
}
.paddingleft30 {
  padding-left: 30px !important;
}
.paddingleft35pc {
  padding-left: 35% !important;
}
.paddingright30 {
  padding-right: 30px;
}
.paddingtopvh {
  padding-top: 80vh;
}


/* –––––––––––––––––––––––––––––– ÜA STARTSEITE –––––––––––––––––––––––––––––– */

@font-face {
  font-family: 'Trap';
  font-style: normal;
  font-weight: 200;
  src: local('Trap-Light'), url(/wp-content/themes/JakobRadke/fonts/Trap-Light.woff);
}
@font-face {
  font-family: 'Trap';
  font-style: normal;
  font-weight: 400;
  src: local('Trap-Regular'), url(/wp-content/themes/JakobRadke/fonts/Trap-Regular.woff);
}
@font-face {
  font-family: 'Trap';
  font-style: normal;
  font-weight: 700;
  src: local('Trap-Bold'), url(/wp-content/themes/JakobRadke/fonts/Trap-Bold.woff);
}
h3 {
  font-family: 'Trap', Arial, sans-serif;
  font-weight: 400;
  font-size: 200px;
  line-height: auto;
  color: white;
}
h4 {
  font-family: 'Trap', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: auto;
  color: white;
  writing-mode: vertical-lr;
}
.welcome {
  height: 100vh;
}
.secondcontainer {
  height: 100vh;
  background-color: white;
}










/* •••••••••••••••••••••••••••••• RESPONSIVE •••••••••••••••••••••••••••••• */

@media screen and (max-width:1250px){
  body {
    max-width: 1230px !important;
  }
  .rightheadercell {
    padding-left: 15px !important;
  }
  .div1230 {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .div1230flex {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .header {
    max-width: 100% !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .image_100_90vh {
    width: 100% !important;
  }
  .image_100_photography {
    width: 100% !important;
  }
  .ffimage100 {
    height: auto;
  }
  .widthmax1230 {
    width: max(100%);
  }
  .width35pc {
    width: 1235px !important;
    max-width: 35% !important;
  }
  .vhpadding {
    padding-top: 100px !important;
  }
  .paddingtopgallery {
    padding-top:200px !important;
  }
}




@media screen and (max-width:1111px){
  .paddingtopgallery {
    padding-top:250px !important;
  }
}




@media screen and (max-width:1024px){
  body {
    max-width: 1024px !important;
  }
  .leftimagecelllandscape {
    min-width: 48.2% !important;
  }
  .rightimagecelllandscape {
    min-width: 48.2%;
  }
  .image50 {
    width: 48.2%;
  }
  .vhpadding {
    padding-top: 150px;
  }
  .vh100 {
  height: auto !important;
  }
  .paddingtopgallery {
    padding-top:100px !important;
  }
  .poster {
    height: 80vh !important;
  }
}




@media screen and (max-width:768px){
  script {
    display: none;
  }
  body {
    max-width: 768px !important;
  }
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
  p {
    font-size: 21px;
    line-height: 22.5px;
  }
  .paddingleft30px {
    padding-left: 0px !important;
  }
  .button {
    border: 0.9px solid #7F7F7F;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .buttonblack {
    border: 0.9px solid black;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 4px;
  }
  .gallery_project {
    width: 50%;
  }
  .leftheadercell {
    max-width: 28%;
  }
  .rightheadercell {
    max-width: auto !important;
    padding-left: 0px !important;
  }
  .leftfootercell {
    max-width: 30%;
  }
  .textrightcell {
    padding-left: 15px;
  }
  .onlyrightcell {
    padding-left: 30% !important;
  }
  .leftcell {
    width: 100%;
  }
  .rightcell {
    margin-right: 0;
    padding-top: 30px;
    padding-left: 30% !important;
  }
  .hrright {
    padding-left: 30%;
  }
  .image50 {
    width: 100%;
  }
  .leftimagecelllandscape {
    max-width: 100%;
  }
  .rightimagecelllandscape {
    max-width: 100%;
  }
  .leftimagecell {
    width: 100%;
  }
  .rightimagecell {
    padding-top: 100px;
    width: 100%;
  }
  .gap {
    gap: 0px;
  }
  .rightimagecelllandscape {
    padding-top: 100px;
  }
  .footersettings {
    padding-top: 0px;
    flex-wrap: unset !important;
  }
  table td, table td * {
    padding-left: 8px;
  }
  .headerimage {
    height: 450px !important;
  }
  .vhpadding {
    padding-top: 100px;
  }
  .poster {
    height: auto !important;
    width: 100% !important;
  }
  .responsive_height500 {
    height: 500px !important;
  }
  .paddingleft35pc {
    padding-left: 30% !important;
  }
  .paddingleft30 {
    padding-left: 15px !important;
  }
  .width35pc {
    max-width: 30% !important;
  }
  .width1230 {
    width: 768px;
  }
  .image_35 {
    width: 30% !important;
  }
  h2 {
    font-size: 40px;
    line-height: 42px;
  }
  .ffimage100 {
    height: auto;
    width: 100%;
  }
  .ffimage50 {
    height: auto;
  }
  .ffimage33 {
    height: 250px;
  }
  .ffimage25 {
    height: auto;
  }
  .image_100_90vh {
    height: 80vh;
  }
  .image_75 {
    height: 40vh;
  }
  .image_50 {
    height: 40vh;
  }
  .image_33 {
    height: 40vh;
  }
  .image_25 {
    height: 40vh;
  }
  .image_25fullwidthresponsive {
    height: 40vh;
  }
  .image_max49 {
    height: 250px;
    object-fit: cover;
  }
  .image_65 {
    width: max(65%);
    height: 300px;
    object-fit: cover;
  }
  .image_35 {
    height: 300px;
    object-fit: cover;
  }
  .heightresponsive100pc {
    height: 100% !important;
  }
  .image_max49_photography {
    width: 100% !important;
    max-width: 768px !important;
    padding-block: 30px;
  }
  .image_max49 {
    width: 75% !important;
    height: auto !important;
  }
}




@media screen and (max-width:580px){
  html {
    overscroll-behavior: auto;
  }
  body {
    max-width: 580px !important;
  }
  .header {
    position: relative !important;
  }
  .headersettings {
    position: relative;
    flex-wrap: unset !important;
    height: auto;
  }
  footer {
    max-width: 580px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-top: 50px !important;
  }
  .leftheadercell {
    max-width: auto !important;
    min-width: 150px;
  }
  .rightheadercell {
    max-width: auto !important;
    padding-left: 0px !important;
    margin-left: auto;
  }
  .leftfootercell {
    width: auto !important;
  }
  .rightfootercell {
    max-width: auto !important;
    padding-left: 0px !important;
    margin-left: auto;
  }
  .rightheaderfootertext {
    text-align: right !important;
  }
  h1 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: -0.025rem;
  }
  .h1project {
    margin-top: 25px;
  }
  .backgroundfont {
    -webkit-filter: blur(0.25rem);
  }
  .date {
    text-align: right;
  }
  p {
    font-size: 21px;
    line-height: 22.5px;
    margin-block-start: 0px;
    margin-block-end: 0px;
  }
  .div1230 {
    max-width: 580px !important;
    width: auto !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
    position: unset;
  }
  .div1230flex {
    padding-left: 6% !important;
    padding-right: 6% !important;
    max-width: 580px !important;
    width: auto !important;
  }
  .div5050 {
    padding-top: 100px;
  }
  .leftcell {
    max-width: 580px !important;
    width: 100% !important;
  }
  .rightcell {
    max-width: 580px !important;
    width: 100% !important;
    padding-left: 0px !important;
    padding-top: 25px;
  }
  .onlyrightcell {
    padding-left: 0% !important;
  }
  .textrightcell {
    padding-left: 0px;
  }
  .button {
    border: 0.9px solid #7F7F7F;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .buttonblack {
    border: 0.9px solid black;
    border-radius: 100px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .gallery_project {
    width: 100%;
  }
  .hrright {
    padding-left: 0% !important;
    max-width: 100%;
  }
  .informationcolumnleft {
    width: 150px !important;
  }
  .date {
    margin-bottom: 25px;
  }
  .informationcolumnleft {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .informationcolumnright {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .paddingtop25 {
    padding-top: 25px;
  }
  .paddingtop100 {
    padding-top: 50px !important;
  }
  .paddingbottom100 {
    padding-bottom: 80px !important;
  }
  .paddingtopgallery {
    padding-top: 30px !important;
  }
  .vhpadding {
    padding-top: 50px !important;
  }
  .headerimage {
    height: 300px !important;
  }
  .poster {
    height: auto;
    width: 100%;
  }
  .paddingleft35pc {
    padding-left: 0% !important;
  }
  .paddingleft30 {
    padding-left: 0px !important;
  }
  .width35pc {
    width: auto !important;
    max-width: 100% !important;
  }
  .width65pc {
    width: 100% !important;
  }
  .floatleft {
    float: none !important;
  }
  .flex {
    display: unset;
  }
  .header {
    max-width: 580px !important;
    width: auto !important;
    transform: unset;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2% !important;
    padding-right: 2% !important;
    left: 0%;
  }
  .headersettings2 {
    left: 0 !important;
    width: 100%;
    text-decoration: none;
    display: flex;
    gap: 20px;
  }
  a {
    text-decoration: none;
  }
  .image_35 {
    width: 100% !important;
  }
  .ffimage50 {
    width: 100% !important;
  }
  .ffimage50fullheight {
    width: 100% !important;
  }
  .ffimage33 {
    width: 100% !important;
  }
  .ffimage25 {
    width: 50% !important;
  }
  .image_50 {
    max-width: 100% !important;
    width: 100%;
  }
  .image_33 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .image_25 {
    max-width: 50% !important;
    width: 50% !important;
  }
  .image_25fullwidthresponsive {
    max-width: 100% !important;
    width: 100% !important;
  }
  .image_75 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .image_65 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .image_max49 {
    width: 100% !important;
    height: auto !important;
  }
  .paddingtop_6pc_at580px {
    padding-top: 6%;
  }
}




@media screen and (max-width:430px){
  .header {
    padding-left: 1% !important;
    padding-right: 1% !important;
  }
  .headersettings2 {
    gap: 10px;
  }
}