/*
 Theme Name:     pixeltypen_ Child Theme
 Theme URI:      https://oceanwp.org/
 Author:         pixeltypen / Tobias Bals
 Author URI:     https://pixeltypen.de
 Template:       oceanwp
 Version:        1.0.0
*/

/* Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* General Settings */

/* Adjust Custom Colors here */
:root {
}






/* Typography */

/* Responsive Settings */

/* Password Page */
@media screen and (min-width: 1024px) {
  .post-password-form {
    padding: 100px calc((100vw - 1140px) / 2) !important;
  }
}

@media screen and (max-width: 1024px) {
  #main > div > .elementor-element:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-password-form {
    padding: 50px 20px !important;
  }
}

.post-password-form p {
    color: #fff !important;
}

.post-password-form  input[type="submit"]{
	margin-top: 20px;
}