@font-face {
  font-family: "Satisfy-Regular";
  src: url("public/Satisfy-Regular.ttf");
}
body {
  margin: 0;
}

a {
  color: black;
}
a:link, a:visited, a a:hover, a:link:active, a:visited:active {
  color: inherit;
}

div {
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 170%;
}

.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.p-margins {
  margin: 1em 0;
}

.praktiska-yrkesskolan-front-page-template .simple-text {
  padding: 40px 20px;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template .simple-text {
    max-width: 800px;
  }
}
.praktiska-yrkesskolan-front-page-template #header {
  padding: 25px 0 0 15px;
}
.praktiska-yrkesskolan-front-page-template #header #header-logo {
  width: 200px;
}
.praktiska-yrkesskolan-front-page-template #header #navigation-icons {
  float: right;
  padding-right: 10px;
  position: relative;
  top: 10px;
}
.praktiska-yrkesskolan-front-page-template #header #navigation-icons .navigation-icon {
  float: right;
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
.praktiska-yrkesskolan-front-page-template #header #navigation-icons .navigation-icon img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template #header {
    width: 900px;
    margin: 0 auto;
  }
  .praktiska-yrkesskolan-front-page-template #header #header-logo {
    width: 300px;
  }
  .praktiska-yrkesskolan-front-page-template #header #navigation-icons {
    padding-right: 1px;
    top: 30px;
  }
  .praktiska-yrkesskolan-front-page-template #header #navigation-icons .navigation-icon {
    height: 22px;
    width: 22px;
  }
}
.praktiska-yrkesskolan-front-page-template #picture-of-school {
  height: 260px;
  width: 100%;
  background-image: url("pictures/school_01.jpg");
  background-size: 100% auto;
  background-position: 40% 40%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {
  .praktiska-yrkesskolan-front-page-template #picture-of-school {
    height: 420px;
  }
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template #picture-of-school {
    width: 900px;
    height: 460px;
    background-position: 40% 35%;
    margin: 0 auto;
    border-radius: 8px;
  }
}
.praktiska-yrkesskolan-front-page-template #school-description p {
  color: #141414;
}
.praktiska-yrkesskolan-front-page-template #school-description .company-name {
  color: #6bb6ff;
  font-weight: bold;
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper {
  position: relative;
  background-color: #00a753;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template #guarantee-wrapper {
    border-radius: 8px;
  }
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee {
  position: relative;
  --s: 70px; /* control the size*/
  --c1: #00ce66;
  --c2: #00a753;
  --g:#0000 calc(100% - var(--s)/3 - 15px),var(--c1)
      calc(100% - var(--s)/3) calc(100% - 15px),#0000;
  --r:calc(3.814*var(--s));
  --p:calc(6.214*var(--s));
  background: radial-gradient(var(--r) at 0 0, var(--g)) var(--r) var(--r), radial-gradient(var(--s) at 0 0, var(--g)) var(--p) var(--p), radial-gradient(var(--r) at 0 100%, var(--g)) 0 var(--p), radial-gradient(var(--s) at 0 100%, var(--g)) calc(-1 * var(--s)) var(--r), radial-gradient(var(--r) at 100% 0, var(--g)) var(--p) 0, radial-gradient(var(--s) at 100% 0, var(--g)) var(--r) calc(-1 * var(--s)), radial-gradient(var(--r) at 100% 100%, var(--g)) calc(-1 * var(--s)) calc(-1 * var(--s)), radial-gradient(var(--s) at 100% 100%, var(--g)) var(--c2);
  background-size: calc(2 * var(--r)) calc(2 * var(--r));
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee {
    border-radius: 8px;
  }
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee #guarantee-inner {
  color: white;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee #guarantee-inner #real-guarantee {
  position: relative;
  font-family: "Satisfy-Regular";
  font-size: 40px;
  padding: 20px;
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee #guarantee-inner #real-guarantee span {
  display: inline-block;
  position: relative;
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee #guarantee-inner #real-guarantee span::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  width: 100%;
  height: 40px;
  border: solid 5px #000;
  border-color: white transparent transparent transparent;
  border-radius: 50%/40px 10px 0 0;
}
.praktiska-yrkesskolan-front-page-template #guarantee-wrapper #guarantee #guarantee-inner div:nth-child(2) {
  padding-top: 5px;
}
.praktiska-yrkesskolan-front-page-template #trade-explanation .trade-explanation {
  position: relative;
  margin: 20px 0;
}
.praktiska-yrkesskolan-front-page-template #trade-explanation .trade-name {
  position: absolute;
  width: 90px;
  font-size: 16px;
}
.praktiska-yrkesskolan-front-page-template #trade-explanation .trade-description {
  padding-left: 105px;
}
.praktiska-yrkesskolan-front-page-template #price-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.praktiska-yrkesskolan-front-page-template #price-wrapper #price {
  padding: 15px 0;
  color: white;
  width: 100%;
  --s: 1600px; /* control the size*/
  --c1: #00ce66;
  --c2: #00a753;
  --_g: #0000 52%,var(--c1) 54% 57%,#0000 59%;
  background: radial-gradient(farthest-side at -33.33% 50%, var(--_g)) 0 calc(var(--s) / 2), radial-gradient(farthest-side at 50% 133.33%, var(--_g)) calc(var(--s) / 2) 0, radial-gradient(farthest-side at 133.33% 50%, var(--_g)), radial-gradient(farthest-side at 50% -33.33%, var(--_g)), var(--c2);
  background-size: calc(var(--s) / 4.667) var(--s), var(--s) calc(var(--s) / 4.667);
}
@media screen and (min-width: 900px) {
  .praktiska-yrkesskolan-front-page-template #price-wrapper #price {
    border-radius: 8px;
  }
}
@media screen and (min-width: 650px) {
  .praktiska-yrkesskolan-front-page-template #price-wrapper #price #price-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.praktiska-yrkesskolan-front-page-template #price-wrapper #price #price-inner #real-price span {
  display: inline-block;
  position: relative;
  font-family: "Satisfy-Regular";
  font-size: 40px;
  padding: 20px 0;
}
.praktiska-yrkesskolan-front-page-template #price-wrapper #price #price-inner #real-price span::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  width: 100%;
  height: 40px;
  border: solid 5px #000;
  border-color: white transparent transparent transparent;
  border-radius: 50%/40px 10px 0 0;
}
.praktiska-yrkesskolan-front-page-template #price-wrapper #price #price-inner .price-box {
  position: relative;
  padding: 5px 20px;
  text-align: center;
}
.praktiska-yrkesskolan-front-page-template #price-wrapper #price #price-inner .price-box .smaller-text {
  font-size: 14px;
}
#application {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 30px;
  background-color: #004a92;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  --s: 80px; /* control the size*/
  --c1: #00ce66;
  --c2: #00a753;
  --g:#0000 calc(100% - var(--s)/3 - 15px),var(--c1)
      calc(100% - var(--s)/3) calc(100% - 15px),#0000;
  --r:calc(9.414*var(--s));
  --p:calc(14.414*var(--s));
  background: radial-gradient(var(--r) at 0 0, var(--g)) var(--r) var(--r), radial-gradient(var(--s) at 0 0, var(--g)) var(--p) var(--p), radial-gradient(var(--r) at 0 100%, var(--g)) 0 var(--p), radial-gradient(var(--s) at 0 100%, var(--g)) calc(-1 * var(--s)) var(--r), radial-gradient(var(--r) at 100% 0, var(--g)) var(--p) 0, radial-gradient(var(--s) at 100% 0, var(--g)) var(--r) calc(-1 * var(--s)), radial-gradient(var(--r) at 100% 100%, var(--g)) calc(-1 * var(--s)) calc(-1 * var(--s)), radial-gradient(var(--s) at 100% 100%, var(--g)) var(--c2);
  background-size: calc(2 * var(--r)) calc(2 * var(--r));
}
@media screen and (min-width: 900px) {
  #application {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
#application #application-inner {
  margin: 0 auto;
  max-width: 700px;
}
#application #application-inner #application-form h1 {
  margin-bottom: 40px;
}
#application #application-inner #application-form .trade-explanation {
  position: relative;
  margin: 20px 0;
}
#application #application-inner #application-form .trade-name {
  position: absolute;
  width: 90px;
  font-size: 16px;
}
#application #application-inner #application-form .trade-description {
  padding-left: 105px;
}
#application #application-inner #application-form .flexbox .flexbox-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-right: 20px;
}
#application #application-inner #application-form .order-specification .flexbox-item:first-child {
  width: 100px;
  text-align: right;
  padding-right: 10px;
}
#application #application-inner #application-form .order-specification .flexbox-item:nth-child(2) {
  width: 200px;
}
#application #footer {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
}
#application #footer .description {
  font-family: "Satisfy-Regular", sans-serif;
  font-size: 42px;
  margin: 20px 0 40px;
}
#application #footer .description span {
  display: inline-block;
  position: relative;
}
#application #footer .description span::after {
  content: "";
  display: block;
  position: absolute;
  top: 55px;
  width: 100%;
  height: 40px;
  border: solid 5px #000;
  border-color: white transparent transparent transparent;
  border-radius: 50%/40px 10px 0 0;
}
@media screen and (min-width: 580px) {
  #application #footer .mail {
    float: left;
  }
  #application #footer .phone {
    float: right;
  }
}
#application #footer a {
  text-decoration: none;
}

#application-form .inputs input, #application-form .inputs textarea {
  width: 100%;
  color: black;
  font-size: 18px;
  font-family: "Montserrat";
}
#application-form .inputs input::placeholder, #application-form .inputs textarea::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}
#application-form .inputs input::-ms-input-placeholder, #application-form .inputs textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: black;
}
#application-form .inputs input:focus, #application-form .inputs textarea:focus {
  background-color: transparent;
  color: white;
}
#application-form .inputs input {
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
#application-form .inputs textarea {
  height: 200px;
}

input[type=submit] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  background-color: white;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  outline: none;
}
input[type=submit]:hover, input[type=submit]:focus {
  -webkit-box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.5);
  background-color: #00ce66;
  color: black;
  cursor: pointer;
}