/*
Theme Name: Paladyn Landing Theme
Theme URI: https://paladyn.de/
Author: BC
Author URI: https://broeskamp.com/
Description:  Theme für die Paladyn Landing Page
Version: 1.1.0
Text Domain: paladyn-landing
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: Paladyn, Landing, Broeskamp
*/

/* General */

.container-xl {
  max-width: 1600px;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #212529;
  overflow-x: hidden;
  color: white;
  font-size: 24px;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 4rem;
  color: #f9b921;
  line-height: 60px;
  font-weight: 600;
}

h3 {
  line-height: 50px;
  font-size: 3rem;
}

h6 {
  line-height: 35px;
  font-size: 28px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn {
  font-size: 24px;
  padding: 15px 30px 15px 30px;
  border-radius: 50px;
  border: none;
  transition: all ease 0.5s;
}

.btn-primary {
  background-color: #F9B921; 
}
.btn-primary:hover {
  text-decoration: none;
  background-color: #dfa316; 
}


/* Header & #logos */

footer {
  color: rgb(168, 168, 168);
  position: absolute;
  bottom: 5px;
  right: 15px;
  background-color: transparent;
  font-size: 16px;
}

footer a {
  color: rgb(168, 168, 168);
}

header {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  z-index: 1;
}

header::before {
  content: "";
  position: absolute;
  background-color: #F9B921;
  width: 100%;
  height: 15px;
  top: 0;
  left: 0;
}

header .logo {
  margin-top: calc(50px + 15px);
  position: relative;
}

header .logo img {
  max-width: 100%;
  object-fit: contain;
}

/* Main Content */

#landing {
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#landing .container-xl, #landing .row {
  height: 100%;
}

#landing .left {
  height: 100vh;
}

#landing .left .content ul {
  margin-left: -10px;
  padding-left: 12px;
}

#landing .left .content ul li {
  display: block;
  width: 100%;
  padding-right: 12px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 20px;
  line-height: 25px;
  display: inline-flex; /* adds flexbox to vertical align text */
  align-items: center; /* vertically align the text within the flexbox */
}

#landing .left .content ul li::before {
  content: "\F26A";
  color: #F9B921;
  background-color: white;
  border-radius: 50%;
  font-family: bootstrap-icons;
  margin-right: 10px;
  font-size: 30px;
  width: 1em;
  margin-left: -1em;
  line-height: normal;
}

#landing .right {
  padding: 0 0 150px 0;
  position: absolute;
  right: 0;
  bottom: 0;

}

#landing .right .content .text h6 {
  color: #F9B921;
  margin-top: 20px;
  margin-bottom: 20px;
}

#landing .right .content .row {
  width: 100%;
  margin: auto;
}

#landing .right .content .imgr {
  padding-right: 0;
  padding-left: 6px;
}

#landing .right .content .imgl {
  padding-left: 0;
  padding-right: 6px;
}


#landing .right .content .text {
  padding-right: 10px;
  padding-left: 0;
}

#landing .right .content h6 {
  font-weight: 600;
}

#landing .right .content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

#logos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#logos .logos {
  margin-bottom: 50px;
}

#logos img {
  filter: brightness(0.7);
  width: 100%;
  height: 100%;
  max-height: 50px;
  object-fit: contain;
}

/* Responsive */

@media only screen and (max-width: 1650px) {
  .container-xl {
      max-width: 1199px;
  }
  #landing .right {
    padding: 0 0 50px 0;
  }
}


@media only screen and (max-width: 902px) {
  h1 {
      font-size: 3rem;
      line-height: 45px;
  }
  h3 {
      font-size: 2rem;
      line-height: 30px;
  }
  body {
      font-size: 18px;
  }
  .btn {
      font-size: 18px;
  }
  header::before {
      height: 10px;
  }
  header .logo {
      margin-top: 30px;
  }
  #logos .logos {
      margin-bottom: 5px;
  }
}

@media only screen and (min-width: 1199px) {
    #landing .left {
      background-image: none !important;
    }
}

@media only screen and (max-width: 1199px) {
  #landing {
      background-color: #212529;
      background-image: none !important;
  }
  #landing .left {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  #landing .right .content {
      padding-top: 12px;
  }
  #landing .right .content .text h6 {
      margin-top: 0px;
  }
  #landing .right {
      position: relative;
  }
  #landing .right .text {
      padding: 12px !important;
  }
  #landing .right .content img {
      height: 100%;
  }
  #landing .right .content .imgl {
      padding: 0 6px 0 0;
  }

  #landing .right .content .imgr {
      padding: 0 0 0 6px;
  }
  #landing .right {
      padding-bottom: 0;
  }
  footer {
      position: relative;
      background-color: transparent;
      font-size: 14px;
      margin-top: auto;
      width: 100%;
      left: 0;
      padding: 0 12px 0 12px;
      text-align: end;
  }
}

@media only screen and (max-height: 650px), (max-width: 350px) {
  header .logo {
      margin-top: calc(5px + 15px) !important;
  }
  h1 {
      font-size: 30px !important;
      line-height: 30px !important;
  }
  h3 {
      font-size: 20px !important;
      line-height: 20px !important;
  }
  body {
      font-size: 14px !important;
  }
  header .logo img {
      max-width: 100%;
      max-height: 40px !important;
  }
}

@media only screen and (max-height: 800px) {
  header .logo img {
      max-height: 60px;
  }
  h1 {
      font-size: 3rem;
      line-height: 45px;
  }
  h3 {
      font-size: 2rem;
      line-height: 30px;
  }
  body {
      font-size: 18px;
  }
  .btn {
      font-size: 18px;
  }
  header::before {
      height: 10px;
  }
  header .logo {
      margin-top: 30px;
  }
}

@media only screen and (max-height: 530px) {
  header .logo {
      display: none;
  }
  #logos .logos {
      display: none;
  }
}