.site-footer {
    background-color: var(--background);
    padding: 0;
}

.site-footer * {
    color: var(--on-primary) !important;
}

#footer-top-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    /*! border-spacing: 2px; */
}

.footer-column-content {
    display: table-cell;
    min-height: 30em;
    height: auto;
    background-color: var(--primary);
    height: 100%;
    padding: 4em 7%;
    width: 50%;
}

@media only screen and (min-width: 530px) {
    #footer-left-column-content {
        border-right: 1px solid;
    }
    #footer-right-column-content {
        border-left: 1px solid;
    }
}

.footer-menu {
    flex: 1;
}

.footer-menu ul {
    list-style: none;
    margin: 0 0;
}

.footer-menu li:not(:last-of-type) {
    margin-bottom: .5em;
}

.footer-menu a {
    text-decoration: none;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
}

.footer-menu h4 {
    text-transform: uppercase;
    margin-bottom: 0.5em;
    font-weight: 600;
    font-size: 2em;
}

#footer-more {
    font-weight: 400;
    /*! float: left; */
}

#footer-service {
    font-weight: 300;
    /*! float: right; */
}

#footer-top-row::after {
    content: " ";
    display: block;
    clear: both;
}

#footer-left-column-content>h2 {
    text-transform: uppercase;
    font-weight: 600;
}

#footer-left-input-container {
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-wrap: nowrap;
}

#footer-left-input {
    width: 100%;
    color: black !important;
}

#footer-left-input-container>* {
    padding: 5px;
}

#footer-left-input::placeholder {
    color: var(--primary) !important;
}

#footer-left-input-confirm {
    background-color: var(--primary);
    border: var(--on-primary) 2px solid;
    width: 100px;
    overflow: hidden;
    position: relative;
    right: 1px;
    margin: 1px 0;
}

#footer-left-input-confirm>i {
    width: 100%;
    height: 100%;
    transform: scalex(2);
}

#footer-left-social-container {
    margin-top: 1em;
}

#footer-left-social-container a {
    color: transparent !important;
}

#footer-left-social-container a:not(:last-of-type) {
    margin-right: 1em;
}

#footer-left-social-container i {
    font-size: 1.5em;
}

#footer-bottom-row {
    margin-top: 2px;
    background-color: var(--primary);
    position: relative;
    height: 4em;
}

#cookie-settings-button {
    background-color: transparent;
    border: 2px var(--on-primary) solid;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 12px 30px;
    margin: 5px 0 5px 40px;
}

#footer-copyright-text {
    /*! height: 1.2em; */
    font-size: 0.9em;
    font-weight: 300;
}

@media only screen and (min-width: 900px) {
    #footer-menu-wrapper {
        display: flex;
    }
}

@media only screen and (max-width: 900px) {
    .footer-menu {
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 750px) {
    #footer-bottom-row * {
        display: inline-block;
        margin: 0;
        height: 3em;
    }
    #footer-copyright-text {
        text-align: center;
        display: inline-block;
        position: absolute;
        width: fit-content;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    #footer-bottom-row {
        padding-top: 5px;
    }
    #cookie-settings-button {
        display: table;
        margin: 5px auto;
    }
    #footer-copyright-text {
        text-align: center;
        padding: 1em;
        margin: 0;
    }
}

@media only screen and (max-width: 530px) {
    .footer-column-content {
        display: block;
        width: 100%;
    }
    #footer-left-column-content {
        border-bottom: 2px solid;
    }
}

.tnp-submit {
    background-color: var(--primary) !important;
    border: var(--on-primary) 2px solid !important;
    overflow: hidden;
    position: relative;
    right: 1px;
    margin: 1px 0 !important;
    padding: 9px !important;
}

.tnp-email {
    color: var(--primary) !important;
    background-color: var(--background);
    border: none;
}

@media only screen and (max-width: 1000px) {
	.tnp-submit{
		font-size: .75em !important;
	}
}

@media only screen and (max-width: 660px) {
	#footer-bottom-row{
		padding-bottom: 4em;
		height: 8em;
	}
	
	#footer-copyright-text{
		text-align: left;
	}
}

@media only screen and (max-width: 480px) {
    .site-footer{
        font-size: 0.8em;
    }
}