/* Template name: HKAB 2023 */

html, body {
    margin: 0;
    padding: 0;

    height: 100%;
    width: 100%;
}

body {
    background-color: #F0F0F0;
}

* {
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    transition: all 0.3s ease;

    font-smooth: always;
    -webkit-font-smoothing: antialiased;
}

h2 {
    font-weight: normal;
}

.post-edit-link {
    display: block;
    padding: 17px 15px;
    position: fixed;
    bottom: 20px;
    right: 20px;

    background-color: #005EB5;
    border-radius: 60px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

.post-edit-link:hover {
    background-color: #FFF;
    color: #005EB5;
}

/* Header */

#logotype {
    height: auto;
    margin: 20px 0 0 0;
    width: 300px;
}

header {
    padding: 20px 80px 30px 80px;
    position: fixed;
    width: 100%;
    z-index: 10000;

    background-color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
}

#mobileheader-close {
    position: absolute;
    top: 25px;
    right: 25px;

    cursor: pointer;
    font-size: 25px;
    transform: scale(1.3, 1);
}

#mobileheader-top #open {
    position: absolute;
    top: 25px;
    right: 25px;

    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    transform: scale(1.7, 1) rotate(90deg);
}

.menu {
    float: right;
    margin: 45px 0 0 0;
    list-style: none;
}

.menu li {
    float: left;
    padding: 0 36px 0 0;
}

.menu li a {
    color: 000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.menu li.menu-item-has-children a::after {
    content: " >";
    display: inline-block;
    position: relative;
    left: 8px;
    top: 1px;
    transform: rotate(90deg) scale(1, 1.5);
    transition: all 0.3s ease;

    font-weight: 300;
}

.menu li.menu-item-has-children a.selected::after {
    content: " >";
    display: inline-block;
    position: relative;
    left: 8px;
    top: 1px;
    transform: rotate(270deg) scale(1, 1.5);

    font-weight: 300;
}

#menu-headermenu-1 .sub-menu a::after {
    content: "";
}

.menu li.menu-item-133 {
	cursor: pointer;
}

.menu li.menu-item-133 a {
    margin: 0 0 0 30px;
    padding: 12px 38px 12px 46px !important;

    background-color: #005EB5;
    border-radius: 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    
    cursor: pointer;
}

.menu li.menu-item-133 a:hover {
    padding: 12px 48px 12px 36px !important;
    
    cursor: pointer;
}

.menu li.menu-item-133 a::after {
    content: " >";
    display: inline-block;
    position: relative;
    left: 26px;
    top: -1px;
    transform: scale(1, 1.5);
    color: #005EB5;

    transition: all 0.2s ease;

    font-weight: 300;
}

.menu li.menu-item-133 a:hover::after {
    color: #FFF;
}

#menu-headermenu > li > .menu-item-description {
    display: none;
    position: fixed;
    top: 160px;
    left: 100px;
    width: 18%;
    z-index: 1000;
}

#menu-headermenu > li > .menu-item-description.show {
    display: block;
}

.sub-menu .menu-item-description {
    display: block;

    font-size: 14px;
}

#smallnav {
    position: absolute;
    top: 15px;
    right: 100px;
}

#smallnav a {
    padding: 0 5px;

    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.mobilemenu-book {
    margin: 0 0 0 30px;
    padding: 12px 38px 12px 46px !important;

    background-color: #005EB5;
    border-radius: 25px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 400;
}

#magnifyingglass, #earthglobe {
    height: auto;
    margin: 0 10px;
    position: relative;
    top: 3px;
    width: 16px;
}

#menu-headermenu .sub-menu {
    display: none;
    position: fixed;
    left: 0px;
    top: 126px;
    padding: 30px 0 100px 30%;
    z-index: 100;
    width: 100%;

    background-color: #FFF;
}

#menu-headermenu .sub-menu.show {
    display: block;
}

#menu-headermenu .sub-menu li {
    padding: 20px 66px 0 0;
    width: 300px;
    
    list-style: none;
}

#menu-headermenu .sub-menu li a {
    display: block;
    margin: 0 0 20px 0;

    color: #005EB5;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}

#menu-headermenu .sub-menu li a::after {
    padding: 0 0 0 5px;
    position: relative;
    top: -2px !important;
    transform: rotate(0deg) scale(1, 1.5) !important;

    font-size: 16px;
}

#menu-headermenu .sub-menu li a:hover::after {
    padding: 0 0 0 10px;
}

#menu-headermenu-1 .sub-menu {
    display: none;

    list-style: none;
}

#menu-headermenu-1 .sub-menu.show {
    display: block;
}

#mobileheader-top {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 10000;
}

#mobileheader {
    display: none;
    position: fixed;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;

    background-color: #FFF;
}

#menu-headermenu-1 {
    padding: 0;

    border-top: 1px #ededed solid;
}

#menu-headermenu-1 .menu-item-description {
    display: none;
}

#menu-headermenu-1.menu {
    float: none;
    margin: 100px 0 0 0;
    list-style: none;
}

#menu-headermenu-1.menu li {
    float: none;
    margin: 20px 0;
    padding: 10px 36px 0 0;
}

#menu-headermenu-1.menu li a {
    margin: 0 0 0 20px;

    font-size: 20px;
}

#menu-headermenu-1.menu li:last-child {
    display: none;
}

#menu-headermenu-1.menu li.menu-item-has-children a::after {
    float: right;
    transform: rotate(0);
}

/* Popup */

#popup1 {
    position: fixed;
    left: 0px;
    top: 126px;
    padding: 0 0 50px 0;
    z-index: 100;
    width: 100%;

    background-color: #FFF;
}

#popup-description {
    float: left;
    padding: 30px 100px 50px 100px;
    width: 30%;
}

.popup-link-area {
    float: left;
    padding: 30px;
    width: 15%;
}

.popup-link {
    display: block;
    margin: 0 0 20px 0;

    color: #005EB5;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
}

.popup-link-text {
    color: #303030;
    font-size: 13px;
}

.popup {
    display: none;
}

/* Overlay */

#overlay {
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000;
    padding: 2%;

    background-color: rgba(0, 0, 0, 0.6);
}

#overlay #close {
    position: fixed;
    bottom: 80px;
    right: 100px;

    color: #FFF;
    font-size: 70px;
    line-height: 70px;
    font-weight: 300;
    text-transform: uppercase;

    transform: scale(1.3, 1);

    cursor: pointer;
}

#overlay .wp-block-columns {
    height: 100%;
    max-width: 100%;
    background-color: #163153;
}

#overlay .wp-block-column:first-child {
    padding: 5% 2% 5% 10%;
}

#overlay .wp-block-column:last-child {
    padding: 5% 10% 5% 0%;
}


/* Page */

#hero {
    margin: 0 0 80px 0;
    height: 60%;
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 96.67%, 2.00% 96.64%, 4.00% 96.56%, 6.00% 96.43%, 8.00% 96.25%, 10.00% 96.01%, 12.00% 95.73%, 14.00% 95.40%, 16.00% 95.02%, 18.00% 94.59%, 20.00% 94.12%, 22.00% 93.61%, 24.00% 93.05%, 26.00% 92.46%, 28.00% 91.83%, 30.00% 91.17%, 32.00% 90.48%, 34.00% 89.76%, 36.00% 89.01%, 38.00% 88.24%, 40.00% 87.45%, 42.00% 86.65%, 44.00% 85.83%, 46.00% 85.00%, 48.00% 84.17%, 50.00% 83.33%, 52.00% 82.50%, 54.00% 81.66%, 56.00% 80.83%, 58.00% 80.02%, 60.00% 79.21%, 62.00% 78.43%, 64.00% 77.66%, 66.00% 76.91%, 68.00% 76.19%, 70.00% 75.50%, 72.00% 74.83%, 74.00% 74.21%, 76.00% 73.61%, 78.00% 73.06%, 80.00% 72.55%, 82.00% 72.08%, 84.00% 71.65%, 86.00% 71.27%, 88.00% 70.94%, 90.00% 70.65%, 92.00% 70.42%, 94.00% 70.24%, 96.00% 70.11%, 98.00% 70.03%, 100.00% 70.00%);
}

.single #hero {
    margin: 0 0 40px 0;
    height: 60%;
}

#hero_search {
    margin: 0 0 0 0;
    height: 50%;
    width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 96.67%, 2.00% 96.64%, 4.00% 96.56%, 6.00% 96.43%, 8.00% 96.25%, 10.00% 96.01%, 12.00% 95.73%, 14.00% 95.40%, 16.00% 95.02%, 18.00% 94.59%, 20.00% 94.12%, 22.00% 93.61%, 24.00% 93.05%, 26.00% 92.46%, 28.00% 91.83%, 30.00% 91.17%, 32.00% 90.48%, 34.00% 89.76%, 36.00% 89.01%, 38.00% 88.24%, 40.00% 87.45%, 42.00% 86.65%, 44.00% 85.83%, 46.00% 85.00%, 48.00% 84.17%, 50.00% 83.33%, 52.00% 82.50%, 54.00% 81.66%, 56.00% 80.83%, 58.00% 80.02%, 60.00% 79.21%, 62.00% 78.43%, 64.00% 77.66%, 66.00% 76.91%, 68.00% 76.19%, 70.00% 75.50%, 72.00% 74.83%, 74.00% 74.21%, 76.00% 73.61%, 78.00% 73.06%, 80.00% 72.55%, 82.00% 72.08%, 84.00% 71.65%, 86.00% 71.27%, 88.00% 70.94%, 90.00% 70.65%, 92.00% 70.42%, 94.00% 70.24%, 96.00% 70.11%, 98.00% 70.03%, 100.00% 70.00%);

}

.home #hero {
    height: 80%;
}

#hero_text {
    position: absolute;
    bottom: 55%;
    left: 7%;
}

#hero_text_search {
    position: absolute;
    top: 25%;
    left: 7%;
    width: 50%;
}

.home #hero_text {
    bottom: 45%;
}

#hero_text h1 {
    margin: 0 0 36px 0;
    padding: 0;
    color: #FFF;
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-transform: uppercase;
}

.wpcf7-submit {
    margin: 20px 0 0 0;
}

.button,
.wp-element-button {
    padding: 12px 38px 12px 46px !important;

    background-color: #005EB5 !important;
    border-radius: 25px !important;
    color: #FFF !important;
    font-size: 16px !important;
    text-decoration: none !important;

    cursor: pointer;
}

.wpcf7-submit {
    padding: 12px 38px 12px 46px !important;
    width: auto !important;

    background-color: #005EB5 !important;
    border-radius: 25px !important;
    border: 0 !important;
    color: #FFF !important;
    font-size: 16px !important;
    text-decoration: none !important;

    cursor: pointer;
}

.wp-element-button:hover {
    padding: 12px 48px 12px 36px !important;
}

.wp-element-button::after {
    content: " >";
    display: inline-block;
    position: relative;
    left: 26px;
    top: -1px;
    transform: scale(1, 1.5);
    color: #005EB5;

    transition: all 0.2s ease;

    font-weight: 300;
}

.wp-element-button:hover::after {
    color: #FFF;
}

/* Scroll animation */

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 35%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}

/* Number box */

#numbers {
    margin: 0 auto;
    padding: 0 0 200px 0;
    max-width: 70%;
}

.numberbox {
    float: left;
    text-align: center;
    width: 25%;
}

.numberbox h2 {
    margin: 0;
    padding: 0;

    color: #005EB5;
    line-height: 55px;
    font-size: 80px;
    font-weight: 400;
}

/* Gutenberg styles */

.wp-block-columns {
    clear: both;
    display: flex;
    margin: 0 auto;
    max-width: 80%;
}

.wp-block-columns p {
    margin: 0 0 30px 0;
}

.wp-block-column {
    width: calc(100% - 2em);
    margin: 1em; 
}

.wp-block-column figure:not(.is-resized) img {
    height: auto;
    margin: 0;
    width: 100%;
}

.wp-block-column figure {
    margin: 0;
}

.wp-block-separator {
    margin: 0;
    height: 100px;

    border: 0px solid !important;
}

.has-small-font-size {
    font-size: 17px;
    line-height: 22px;
}

.has-medium-font-size {
    font-size: 20px;
    line-height: 30px;
}

.has-large-font-size {
    font-size: 40px;
}

.has-pale-cyan-blue-background-color {
    padding: 100px 0;

    background-color: #E2EFF9;
}

.has-pale-cyan-blue-background-color .has-x-large-font-size {
    margin: 0 0 20px 0;

    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

.has-pale-cyan-blue-background-color .wp-block-column {
    padding: 20px;
}

.hkab-2col-textleft .wp-block-column {
    padding: 50px;
}

.hkab-2col-textleft .wp-block-column img {
    border-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
}

.hkab-4col .wp-block-column {
    padding: 20px;
}

.hkab-4col-bluebg .wp-block-column {
    padding: 30px;

    background-color: #005EB5 !important;
    border-radius: 25px;
    color: #FFF;
}

.hkab-4col-bluebg .wp-element-button {
    padding: 12px 36px;

    background-color: #005EB5;
    border: 2px #FFF solid;
    border-radius: 45px;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.is-content-justification-right {
    display: flex;
}

/* Quote Section */

#quotesection {
    padding: 200px 0 50px 0;
    background-color: #000;
    background-image: url('images/hedstromkroon_closeupvent.png');
    background-size: cover;
    clip-path: polygon(100% 100%, 0% 100% , 0.00% 35.71%, 2.00% 35.68%, 4.00% 35.57%, 6.00% 35.40%, 8.00% 35.15%, 10.00% 34.84%, 12.00% 34.46%, 14.00% 34.01%, 16.00% 33.51%, 18.00% 32.93%, 20.00% 32.30%, 22.00% 31.62%, 24.00% 30.87%, 26.00% 30.08%, 28.00% 29.24%, 30.00% 28.35%, 32.00% 27.43%, 34.00% 26.46%, 36.00% 25.46%, 38.00% 24.43%, 40.00% 23.38%, 42.00% 22.30%, 44.00% 21.20%, 46.00% 20.10%, 48.00% 18.98%, 50.00% 17.86%, 52.00% 16.74%, 54.00% 15.62%, 56.00% 14.51%, 58.00% 13.42%, 60.00% 12.34%, 62.00% 11.28%, 64.00% 10.25%, 66.00% 9.25%, 68.00% 8.29%, 70.00% 7.36%, 72.00% 6.47%, 74.00% 5.63%, 76.00% 4.84%, 78.00% 4.10%, 80.00% 3.41%, 82.00% 2.78%, 84.00% 2.21%, 86.00% 1.70%, 88.00% 1.25%, 90.00% 0.87%, 92.00% 0.56%, 94.00% 0.32%, 96.00% 0.14%, 98.00% 0.04%, 100.00% 0.00%);
    
    color: #FFF; 
}

.quote-leftcol {
    padding: 200px 0 0 0;
}

#quotesection h2 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.quotetext {
    font-size: 70px;
}

/* Contact Section */

#contactsection {
    padding: 200px 0;
    background-color: #163153;
}

#contactsection .wp-block-column {
    padding: 10px;
}

#contactsection .has-x-large-font-size {
    color: #FFF;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

#overlay .has-x-large-font-size {
    color: #FFF;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    text-transform: uppercase;
}

#contactsection p {
    margin: 0;
    margin-block-end: 0;
    margin-block-start: 0;

    font-size: 40px;
    color: #FFF;
}

#overlay p {
    margin: 0;
    margin-block-end: 0;
    margin-block-start: 0;

    font-size: 30px;
    color: #FFF;
}

form {
    margin-block-end: 0;
    margin-block-start: 0;
}

.contactbox {
    padding: 50px 60px;

    background-color: #FFF;
    border-radius: 80px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 100px;
}

.contactbox input {
    padding: 10px 15px;
    width: 100%;

    border-radius: 25px;
    border: 2px #dddddd solid;
    font-size: 18px;
}

.contactbox textarea {
    padding: 10px 15px;
    height: 130px;
    width: 100%;

    border-radius: 25px;
    border: 2px #dddddd solid;
    font-size: 18px;
}

.contactbox textarea:focus {
    border: 2px #b2b2b2 solid;
    outline: none;
}

.contactbox input:focus {
    border: 2px #b2b2b2 solid;
    outline: none;
}

.contactbox label {
    display: inline-block;
    padding: 5px;
    position: relative;
    top: 15px;
    left: 25px;
    z-index: 100;

    background-color: #FFF;
}

/* Search */

#searchform input[type=text] {
    padding: 10px 15px;
    width: 70%;

    border-radius: 25px;
    border: 2px #dddddd solid;
    font-size: 18px;
}

#searchform input[type=submit] {
    padding: 12px 38px 12px 36px !important;

    background-color: #005EB5 !important;
    border: 0 !important;
    border-radius: 25px !important;
    color: #FFF !important;
    font-size: 16px !important;
    text-decoration: none !important;

    cursor: pointer;  
}

#searchresults {
    margin: 50px 0;
    list-style: none;
}

#searchresults a {
    color:#005EB5;
    text-decoration: none;
}


/* FAQ section */

#faq-section {
    padding: 60px 0;
}

.faq {
    margin: 40px;
    padding: 20px 30px 20px 20px;

    background-color: #FFF;
    border-color: #005EB5;
    border-style: solid;
    border-width: 0 0 0 7px;
    border-radius: 5px 10px 10px 5px;
    cursor: pointer;
}

.faq h2 {
    margin: 0 0 0 0;
}

.faq-arrow {
    content: " >";
    float: right;
    transform: rotate(90deg) scale(1, 1.5);

    font-size: 25px;
    font-weight: 300;
}

.faq-arrow.toggled {
    transform: rotate(270deg) scale(1, 1.5);
}

.faq-text {
    display: none;
    padding: 20px 0 0 0;

    font-size: 16px;
    line-height: 22px;
}

.faq-text.show {
    display: block;
}

/* Footer */

footer {
    padding: 150px 0 50px 0;
    background-image: url('images/hedstromkroon_footerbg.png');
    background-size: cover;

    color: #FFF;
    font-size: 17px;
}

footer h2 {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
}

footer ul {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
}

footer li {
    margin: 5px 0;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

#footer-copyright {
    padding: 0px 0 0 0;
}

/* Admin */

.wp-block-group {
    max-width: 100%;
}

/* News */

#news-section {
    padding: 60px 0;
    width: 100%;
}

#news-section .inner {
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 0 60px 0;

    white-space: nowrap;
}

.card {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    width: 250px;

    background-color: #FFF;
    border-radius: 20px;
    white-space: normal;
}

.card:first-child {
    margin: 0 20px 0 40px;
}

.card:last-child {
    margin: 0 40px 0 0;
}

.card-upper {
	min-height: 20%;
    padding: 20px;

    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    clip-path: polygon(100% 0%, 0% 0% , 0.00% 96.67%, 2.00% 96.64%, 4.00% 96.56%, 6.00% 96.43%, 8.00% 96.25%, 10.00% 96.01%, 12.00% 95.73%, 14.00% 95.40%, 16.00% 95.02%, 18.00% 94.59%, 20.00% 94.12%, 22.00% 93.61%, 24.00% 93.05%, 26.00% 92.46%, 28.00% 91.83%, 30.00% 91.17%, 32.00% 90.48%, 34.00% 89.76%, 36.00% 89.01%, 38.00% 88.24%, 40.00% 87.45%, 42.00% 86.65%, 44.00% 85.83%, 46.00% 85.00%, 48.00% 84.17%, 50.00% 83.33%, 52.00% 82.50%, 54.00% 81.66%, 56.00% 80.83%, 58.00% 80.02%, 60.00% 79.21%, 62.00% 78.43%, 64.00% 77.66%, 66.00% 76.91%, 68.00% 76.19%, 70.00% 75.50%, 72.00% 74.83%, 74.00% 74.21%, 76.00% 73.61%, 78.00% 73.06%, 80.00% 72.55%, 82.00% 72.08%, 84.00% 71.65%, 86.00% 71.27%, 88.00% 70.94%, 90.00% 70.65%, 92.00% 70.42%, 94.00% 70.24%, 96.00% 70.11%, 98.00% 70.03%, 100.00% 70.00%);
    color: #FFF;
}

.card-date {
    text-align: center;
    width: 50px;

    font-size: 19px;
}

.card-date .day {
    font-size: 30px;
}

.card-title {
    margin: 20px 0 40px 0;
    width: 80%;
}

.card-lower {
    padding: 20px;
}

.card-more {
    display: inline-block;
    
    margin: 20px 0 0 0;
}

.single-date {
    margin: 0 0 20px 0;
    font-size: 14px;
}

#mobile-logotype {
    display: none;
}


/* Responsiveness */

@media all and (max-width: 1300px) {

    header {
        display: none;
    }

    #mobileheader-top {
        display: block;
    }

    #logotype {
		position: absolute;
        margin: 25px 0 0 20px;
        width: 200px;
    }
    
    #mobile-logotype {
	    display: block;
		position: absolute;
        margin: 25px 0 0 20px;
        width: 200px;
        z-index: 1000;
    }
    
    #hero_text {
	    bottom: 60%;
    }

    #hero_text h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #numbers {
        max-width: 90%;
    }

    .numberbox h2,
    .has-pale-cyan-blue-background-color .has-x-large-font-size {
        line-height: 55px;
        font-size: 60px;
    }

    .wp-block-columns {
        flex-wrap: wrap !important;
        max-width: 90%;
    }

    .wp-block-column {
        margin: 1em;
        width: calc(50% - 2em);
    }

    .has-pale-cyan-blue-background-color .wp-block-column {
        flex-basis: calc(50% - 2em) !important;
    }

    .hkab-2col-textleft .wp-block-column,
    .hkab-4col .wp-block-column {
        padding: 5px;
    }

    #contactsection {
        padding: 50px 0;
    }

    #contactsection .wp-block-column {
        padding: 0 0 20px 0;
    }

    #quotesection {
        padding: 50px 0 50px 0;

        /*clip-path: polygon(100% 100%, 0% 100% , 0.00% 35.71%, 2.00% 35.68%, 4.00% 35.57%, 6.00% 35.40%, 8.00% 35.15%, 10.00% 34.84%, 12.00% 34.46%, 14.00% 34.01%, 16.00% 33.51%, 18.00% 32.93%, 20.00% 32.30%, 22.00% 31.62%, 24.00% 30.87%, 26.00% 30.08%, 28.00% 29.24%, 30.00% 28.35%, 32.00% 27.43%, 34.00% 26.46%, 36.00% 25.46%, 38.00% 24.43%, 40.00% 23.38%, 42.00% 22.30%, 44.00% 21.20%, 46.00% 20.10%, 48.00% 18.98%, 50.00% 17.86%, 52.00% 16.74%, 54.00% 15.62%, 56.00% 14.51%, 58.00% 13.42%, 60.00% 12.34%, 62.00% 11.28%, 64.00% 10.25%, 66.00% 9.25%, 68.00% 8.29%, 70.00% 7.36%, 72.00% 6.47%, 74.00% 5.63%, 76.00% 4.84%, 78.00% 4.10%, 80.00% 3.41%, 82.00% 2.78%, 84.00% 2.21%, 86.00% 1.70%, 88.00% 1.25%, 90.00% 0.87%, 92.00% 0.56%, 94.00% 0.32%, 96.00% 0.14%, 98.00% 0.04%, 100.00% 0.00%); */
        clip-path: none;
    }

    #quotesection .wp-block-column,
    #contactsection .wp-block-column,
    #news-section .wp-block-column,
    .single .wp-block-column {
        flex-basis: calc(50% - 2em) !important;
    }

    .quotetext {
        font-size: 50px;
    }

    .quote-leftcol {
        padding: 20px 0 0 0;
    }
    
    #quotesection h2 {
        font-size: 30px;
    }

    #contactsection .has-x-large-font-size, #overlay .has-x-large-font-size {
        font-size: 50px;
        line-height: 60px;
    }

    #contactsection .wp-block-column {
        flex-basis: calc(100% - 2em) !important;
    }

}

@media all and (max-width: 1100px) {

    #hero {
        margin: 0 0 10px 0;
    }

    .icon-scroll {
        display: none;
    }

    #logotype {
        margin: 25px 0 0 20px;
        width: 200px;
    }

    #hero_text h1 {
        font-size: 30px;
        line-height: 30px;
    }

    #smallnav {
        top: initial;
        right: initial;
        bottom: 15px;
        left: 15px;
    }

    #numbers {
        max-width: 90%;
    }
    
    .numberbox {
        width: 50%;
    }

    .numberbox h2 {
        line-height: 55px;
        font-size: 40px;
    }

    .wp-block-column {
        width: calc(100% - 2em);
        margin: 1em;
    }

    #quotesection .wp-block-column,
    #faq-section .wp-block-column,
    #news-section .wp-block-column,
    .single .wp-block-column {
        flex-basis: calc(100% - 2em) !important;
    }

    .has-pale-cyan-blue-background-color {
        padding: 0;
    }

    .has-pale-cyan-blue-background-color .wp-block-column,
    #contactsection .wp-block-column {
        flex-basis: calc(100% - 2em) !important;

        padding: 10px 0;
    }

    #contactsection .has-x-large-font-size, #overlay .has-x-large-font-size,
    .has-pale-cyan-blue-background-color .has-x-large-font-size {
        font-size: 40px;
        line-height: 40px;
    }

    #contactsection p,
    #overlay p {
        font-size: 30px;
        color: #FFF;
    }

    #quotesection {
        /*clip-path: polygon(100% 100%, 0% 100% , 0.00% 35.71%, 2.00% 35.68%, 4.00% 35.57%, 6.00% 35.40%, 8.00% 35.15%, 10.00% 34.84%, 12.00% 34.46%, 14.00% 34.01%, 16.00% 33.51%, 18.00% 32.93%, 20.00% 32.30%, 22.00% 31.62%, 24.00% 30.87%, 26.00% 30.08%, 28.00% 29.24%, 30.00% 28.35%, 32.00% 27.43%, 34.00% 26.46%, 36.00% 25.46%, 38.00% 24.43%, 40.00% 23.38%, 42.00% 22.30%, 44.00% 21.20%, 46.00% 20.10%, 48.00% 18.98%, 50.00% 17.86%, 52.00% 16.74%, 54.00% 15.62%, 56.00% 14.51%, 58.00% 13.42%, 60.00% 12.34%, 62.00% 11.28%, 64.00% 10.25%, 66.00% 9.25%, 68.00% 8.29%, 70.00% 7.36%, 72.00% 6.47%, 74.00% 5.63%, 76.00% 4.84%, 78.00% 4.10%, 80.00% 3.41%, 82.00% 2.78%, 84.00% 2.21%, 86.00% 1.70%, 88.00% 1.25%, 90.00% 0.87%, 92.00% 0.56%, 94.00% 0.32%, 96.00% 0.14%, 98.00% 0.04%, 100.00% 0.00%); */
        clip-path: none;
    }

    .quotetext {
        font-size: 30px;
    }

    .quote-leftcol {
        padding: 20px 0 0 0;
    }
    
    #quotesection h2 {
        font-size: 40px;
    }

    .contactbox {
        border-radius: 30px;
        padding: 40px 20px;
    }

    .faq {
        margin: 20px 0;
    }

    footer {
        padding: 25px 0 25px 0;
    }

    .has-large-font-size {
        font-size: 30px;
    }

}

@media all and (max-height: 800px) {

    #hero_text h1 {
        font-size: 30px;
        line-height: 30px;
    }

}