/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

body {
    font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
}

.section-title {
    margin: 2em 2em;
}

hr {
    margin: 2em 0em;
}

.testimonial-inner {
    padding: 2em 2em;
}

.site-header {
    background-position: 50% 0 !important;	
}

.site-description {
	font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #212d56;
    letter-spacing: 0em;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
}

h3 {
	font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #212d56;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 1em;
}


#primary-menu {
	font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
    letter-spacing: 0em;
    font-weight: 700;
    text-transform: uppercase; 
}

.nsb_anchor {
	display: block;
    position: relative;
    /*top: -88px;*/
	top: -63px;
}

#contact-footer-section {
    background: #c8964b;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    padding-top: 15px;
    padding-bottom: 11px;
    color: #fff;
    font-weight: 700;
}

.nsb-anchor-contact {
	height: 40px;
}

.footer-nsb {
	text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0em;
}

.footer-txt {
     text-align:center; 
     font-weight:400;
     color: #212d56;
     font-size: 1.1em;
}

.footer-txt-gold { 
     text-align:center; 
     font-weight:700;
     color: #c8964b;
     font-size: 1.1em;
}



.landing-section:nth-child(3) {
   height: 100vh;
}

.landing-section:nth-child(3) > .landing-inner {
   height: 100vh;
}

.landing-section:nth-child(3) > .landing-inner > .paloma-columns-1{
   position: relative;
    top: 25%;
    left: 50%;
    height: 30%;
    width: 100%;
    margin: -30% 0 0 -50%;
}

.landing-inner {
    padding: 1em 1em 1em 1em;
    margin: auto;
}

.testimonial-inner {
    max-width: 100%;
    width: 100%;
}

.paloma-column .innerfootercontainer {
    margin-bottom: -1em
}

#whatwedo-headlines > h2 {
	text-align: left;
}

#whatwedo-content > p {
	font-weight: 400;
	text-align: left;
}

p {
	font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #212d56;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: center;
    font-size: 1.1em;
    -webkit-font-smoothing: antialiased;
}

h2 {
	font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #c8964b;
    letter-spacing: 0em;
    font-weight: 700;
     text-align: center;
    -webkit-font-smoothing: antialiased;
}

.nsb-horizontal-line {
    /*right: 0; */
    /* max-width: 100%; */
    width: 75%;
    border: 0;
    height: 2px;
    background: #c8964b;
    /* background-image: linear-gradient(to right, #fff, #c8964b, #fff); */
    margin-left: auto;
    margin-right: auto;
}


.footer p {
   margin: 10px 0;
}


.site-footer {
	display: none;
}

/* Cookie Notice */

.cookie-notice-container {
    font-size: 1.1em;
    font-weight: 700;
}

#cookie-notice .button.bootstrap {
font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #c8964b;
    border: #c8964b;
    margin-right: 0.3em;
    margin-bottom: 0px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff; 
    text-shadow: none;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 1em;
    font-weight: 700;
}


#cookie-notice .button.bootstrap:hover {
   font-family: ScalaSans,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #c8964b;
    font-size: 1em; 
}



/* BUTTON */


.btt-container path {
    stroke: #fff;
}

.btt-container {
    background: #c8964b;
    border: #c8964b;
    border-width: 2px;
    border-style: solid;
}

.stnsvn-btt.stick:hover {
    background-color: #c8964b !important;
    color: #fff;
    text-decoration: none;
}


.large-button a {
    background: transparent;
    border: #c8964b;
    color:  #fff;
    border-width: 1px;
    border-style: solid;
    padding: 10px 30px;
}

.large-button a:hover {
    background-color: #c8964b !important;
    color: #fff;
    text-decoration: none;
}



a.footer:hover {
   text-decoration: underline;
}


*::selection {
    background-color: #daa352;
}


.nav-logo-div {
	position: absolute;
    width: 100%;
	pointer-events: none;
}

.nav-logo {
	display: inline;
    left: 25px;
    top: 18px;
    position: absolute;
}

.nav-logo-invisible {
	display: none;
}

.nav-phone{
	display: inline;
    left: 10px;
    top: 30px;
    position: relative;
    color: #fff;
    float: right;
    margin-right: 30px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.nav-phone-invisible {
	display: none;
}

@media screen and (max-width: 960px) {
    .nav-phone {
		display: none;
	}
	.nav-logo {
		left: 50px;
        top: 10px;
	}

	.landing-section:nth-child(3) {
	   height: 100%;
	}

	.nsb-anchor-contact {
		height: auto;
	}

	.landing-section:nth-child(3) > .landing-inner {
	   height: auto;
	}

	.landing-section:nth-child(3) > .landing-inner > .paloma-columns-1{
	   position: relative;
	    top: auto;
	    left: auto;
	    height: auto;
	    width: auto;
	    margin: auto;
	}
}

@media screen and (min-width: 960px) and (max-width: 1195px) {
	.nav-logo {
		display: none;
	}
    .nav-phone {
		display: none;
	}
}

.imprint {
	color: #fff;
    text-decoration: none;
}

p.imprint {
    text-align: left;
}
