@charset "utf-8";

body {
	font-family:open-sans;
}

/* CSS Document */


.h10 {
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	line-height: 54px;
	color:#ba934b;
	display:block;
	font-weight:100px;
	font-size:45px;

}














.h11 {
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	line-height: 30px;
	color:#4d4d4d;
	display:block;
	 font-weight: 500;
	font-size:18px;

}


@media (max-width: 768px) { /* Adjust breakpoint as needed */
  figure {
    padding-right: 5px;
  }
}











.ul ul {
  list-style-type: square;  /* Apply square bullets to nested lists */
  padding-left:100px;
}


















.h12 {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	line-height: 18px;
	color: #ba934b;
	display: block;
	font-weight: bold;
	font-size: 18px;
	text-align: center;

}

.topyellow {

background:#eadec8;
height:170px;
margin-bottom:-120px;


}



.about {

background:#eadec8;
height:25px;
margin-bottom:-120px;

}



.aboutfooter {

background:#eadec8;
height:25px;


}





.footerdiv1 {

background:#eadec8;
height:100px;


}


.hblack {
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	line-height: 36px;
	color:#4d4d4d;
	display:block;
	font-weight:500px;
	text-transform:none;
	font-size:24px;
	

}




/* Reset default margin and padding */
body, html {
  margin: 0;
  padding: 0;
}

/* Style the full-screen image container */
.full-screen-image {
  position: relative;
  width: 100%;
  height: 100vh; /* Set the height to 100% of the viewport height */
  overflow: hidden;
}

/* Style the image inside the container */
.full-screen-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure the image covers the entire container */
  object-position: center; /* Center the image within the container */
}


@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .side-margin {
    margin-right: 24px;
  }
}




.smallheading {
	font-family: 'Open Sans', sans-serif;
	margin-left:50px;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
		font-weight: 400;
}








.smallheading2 {
	font-family: 'Open Sans', sans-serif;
	margin-left:70px;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
		font-weight: 400;
}




.smallheading3 {
	font-family: 'Open Sans', sans-serif;


	margin-left:35px;

	text-align: center;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;

	
}









.smallheading10 {
	font-family: 'Open Sans', sans-serif;


	margin-left:65px;

	text-align: right;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;

	
}





.slidertext {
	font-family: 'Open Sans', sans-serif;


	margin-left:65px;

	text-align: right;
	font-size:23px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 500;

	
}

.slidertextsecond {
	font-family: 'Open Sans', sans-serif;


	margin-left:65px;

	text-align: right;
	font-size:40px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 500;

	
}








.slidertext2 {
	font-family: 'Open Sans', sans-serif;


	margin-left:65px;

	text-align: right;
	font-size:18px;
	font-style:normal;
	color:#ba934b;
	font-weight: 400;

	
}





.smallheadingleft {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:22px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;

	
}










.smallheading11 {
	font-family: 'Open Sans', sans-serif;


	margin-left:47px;

	text-align: right;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;

	
}



.discoverfooter {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size:20px;
	font-style:normal;
	color:#ba934b;
	font-weight: 500;
    padding-right: 100px; /* Adjust the value as needed */
	margin-right:3px;
	
}



.hub.sub-link-1 {
    color: #ff0000; /* Replace with your desired color code */
}







.discover {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size:14px;
	font-style:normal;
	color:#ba934b;
	font-weight: 500;
    padding-right: 100px; /* Adjust the value as needed */
	margin-right:20px;
	
}




.menuheading {
	font-family: 'Open Sans', sans-serif;
	margin-left:0px;
	font-size:18px;
	font-style:normal;
	color:#ba934b;
		font-weight: 400;
}


.headermenuheading {
	font-family: 'Open Sans', sans-serif;
	margin-left:0px;
	font-size:19px;
	font-style:normal;
	color:#ba934b;
		font-weight: 300;
}





.headermenuheadingsub {
	font-family: 'Open Sans', sans-serif;
	margin-left:0px;
	font-size:17px;
	font-style:normal;
	color:#ba934b;
		font-weight: 300;
}




.headertext {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size:20px;
	line-height:24;
	font-style:normal;
	color:#ba934b;
	font-weight: 300;
    padding-right: 100px; /* Adjust the value as needed */
	margin-right:100px;
	
}





.radio-buttons {
  display: flex; /* Arrange buttons horizontally */
  gap: 10px; /* Spacing between buttons */
}

.radio-buttons input {
  display: none; /* Hide the actual buttons */
}

.radio-buttons label {
  cursor: pointer; /* Make labels clickable */
}

.radio-buttons label::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.radio-buttons input:checked + label::before {
  background-color: #4CAF50; /* Highlight selected button */
}



@media (max-width: 768px) {
  /* Styles for screens up to 768px wide */
  form {
    width: 100%;
    padding: 15px;
  }
  label {
    text-align: left; /* Align labels to the left on smaller screens */
  }
}



.legal-notice-heading {
  text-align: center;
}


.legal {
  text-align: center;
}




.button {
  /* Replace these values with your desired size */
  width: 80px;
  height: 30px;
}

.button {
  padding: 5px 10px;
  margin: 0 5px;
}

.button {
  padding: 5px 10px;
  margin: 0 5px;
}











input[type="checkbox"] {
  /* Basic styling */
  -webkit-appearance: none; /* Remove default checkbox style */
  background-color: white; /* Background color */
  border: 2px solid #ccc; /* Border */
  border-radius: 5px; /* Rounded corners */
  width: 15px; /* Width */
  height: 15px; /* Height */
  cursor: pointer; /* Cursor when hovering */
}

input[type="checkbox"]:checked {
  /* Style when checked */
  background-color: #4CAF50; /* Green background */
}

/* Optional styling for the label */
label {
  margin-bottom: 5px; /* Space below label */
  font-weight: normal; /* Normal font weight */
}



























.rounded-button {
  border-radius: 15px; /* You can adjust the value to control the roundness of the borders */
  background-color: #eadec8; /* Set the default background color */
  color: #ba934b; /* Set the default text color */
  /* Add any other styles you want for the button */
  padding: 10px 54px; /* Adjust padding and width as needed */
  margin-left: 42px;
  display: inline-block; /* Ensures the button behaves like a block element but doesn't break onto a new line */
  cursor: pointer; /* Changes the cursor to a hand pointer on hover */
}

.rounded-button:hover {
  color: #9d7c41; /* Change the text color to black on hover */
}

.rounded-button:active {
  background-color: #ba934b; /* Change the background color to the specified color when the button is active (clicked) */
}


.headingstext {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 200;
    padding-right: 20px; /* Adjust the value as needed */
	padding-left:20px;
	line-height:30px;

	
	
}




/* Existing CSS (replace with your own if different) */
.teaser-wrapper {
  /* ... existing styles ... */
}

/* Add this media query to target mobile screens */
@media (max-width: 768px) {
  .teaser-wrapper {
    padding-left: 30px; /* Adjust as needed */
    padding-right: 30px; /* Adjust as needed */
  }
}




.loginfrom1 {
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	font-style:normal;
	color:#000000;
	font-weight: 500;
    padding-right: 20px; /* Adjust the value as needed */
	padding-left:20px;
	line-height:30px;
	
	
}










.headings1 {
	font-family: 'Open Sans', sans-serif;
	 text-align: center;
    display: block; /* Ensures it takes the full width */
	font-size:23px;
	font-style:normal;
	color:#ba934b;
	font-weight: 400;
    padding-right: 0px; /* Adjust the value as needed */
	padding-left:45px;
	line-height:30px;
	
	
	
}







.headings101 {
	font-family: 'Open Sans', sans-serif;
	 text-align: center;
    display: block; /* Ensures it takes the full width */
	font-size:23px;
	font-style:normal;
	color:#ba934b;
	font-weight: 400;
    padding-right: 2px; /* Adjust the value as needed */
	padding-left:20px;
	line-height:30px;
	
	
	
}



.headings2 {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:20px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 200;
    padding-right: 0px; /* Adjust the value as needed */
	padding-left:10px;
	line-height:24px;
	
	
}



.headingsblack {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:27px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;
    padding-right: 0px; /* Adjust the value as needed */
	padding-left:10px;
	line-height:30px;
	
	
}


.formheadings {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:18px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 200;
	padding-top:10px;
    padding-right: 0px; /* Adjust the value as needed */
	padding-left:10px;
	line-height:30px;
	
	
}


.legal {
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size:30px;
	font-style:normal;
	color:#4d4d4d;
	font-weight: 400;
	padding-top:10px;
    padding-right: 0px; /* Adjust the value as needed */
	padding-left:10px;
	line-height:30px;
	
	
}







.paragraph {
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 19px;
    font-style: normal;
    color: #4d4d4d;
    font-weight: 500;
    padding-right: 0px; /* Adjust the value as needed */
    padding-left: 10px;
    line-height: 1.9; /* Adjust the value for optimal line spacing */
}











.learnmore {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    color: #ba934b;
    font-weight: 400;
    padding: 0 20px; /* Adjust the padding as needed */
    line-height: 30px;
    transition: color 0.3s; /* Smooth transition for color change */
}

.learnmore:hover {
    color: #ff8c00; /* Change the color to your desired hover color */
}

	
	
	
	
	
	
	#page-footer-row-2 {
    background-color: black;
    color: white; /* Set text color to white for better visibility */
    text-align: center; /* Align the text to the center */
}

#page-footer-nav li {
    border-bottom: 1px solid white; /* Add white border between list items */
    text-align: center; /* Align the text to the center */
}

#page-footer-socialnetwork li {
    text-align: center; /* Align the text to the center */
}

#page-footer-socialnetwork li a {
    color: white; /* Set social network icon color to white */
    text-align: center; /* Align the text to the center */
}

#page-footer-row-2 p {
    text-align: center; /* Align the text to the center */
}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



.h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 35px;
    text-transform: inherit;
    font-weight: 300
}





.teaser-wrapper {
    float: left;
    margin-top: -70px
}

@media (min-width:1200px) {
    .teaser-wrapper {
        margin-top: -110px
    }
}

.teaser-wrapper.mt-small {
    margin-top: -20px
}

@media (min-width:1200px) {
    .teaser-wrapper.mt-small {
        margin-top: -40px
    }
}

.teaser-wrapper.filter {
    margin-top: -20px!important
}

@media (min-width:992px) {
    .teaser-wrapper.filter {
        margin-top: 0!important
    }
}

.teaser-wrapper .teaser {
    display: block;
    float: left;
    width: 100%;
    margin-top: 70px
}

@media (min-width:1200px) {
    .teaser-wrapper .teaser {
        margin-top: 110px
    }
}

.teaser-wrapper .teaser a {
    display: block;
    float: left;
    width: 100%
}

.teaser-wrapper .teaser a>span.label {
    display: block;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -.5px;
    color: #aa8768;
    font-family: Fira Sans, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

@media (min-width:360px) {
    .teaser-wrapper .teaser a>span.label {
        font-size: calc(18px + 6 * ((100vw - 360px) / 1240));
        line-height: calc(22px + 6 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser a>span.label {
        font-size: 24px;
        line-height: 28px
    }
}

.teaser-wrapper .teaser a>div:not(.row) {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin-top: 28px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:360px) {
    .teaser-wrapper .teaser a>div:not(.row) {
        margin-top: calc(28px + 6 * ((100vw - 360px) / 1240));
        padding-left: calc(20px + 20 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser a>div:not(.row) {
        margin-top: 34px;
        padding-left: 40px
    }
}

.teaser-wrapper .teaser a>div:not(.row):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #aa8768
}

.teaser-wrapper .teaser a .h3,
.teaser-wrapper .teaser a h3 {
    margin-top: -8px;
    font-size: 25px;
    line-height: 35px;
    color: #333c40;
    font-weight: 300
}

@media (min-width:360px) {
    .teaser-wrapper .teaser a .h3,
    .teaser-wrapper .teaser a h3 {
        margin-top: calc(-8px - 4 * ((100vw - 360px) / 1240));
        font-size: calc(25px + 15 * ((100vw - 360px) / 1240));
        line-height: calc(35px + 17 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser a .h3,
    .teaser-wrapper .teaser a h3 {
        margin-top: -12px;
        font-size: 40px;
        line-height: 52px
    }
}

.teaser-wrapper .teaser a p {
    color: #1b1e26
}

.teaser-wrapper .teaser a .link-btn {
    display: block;
    float: left;
    margin-top: 20px;
    margin-bottom: -6px
}

.teaser-wrapper .teaser a figure {
    display: block;
    float: left;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 12px
}

@media (min-width:360px) {
    .teaser-wrapper .teaser a figure {
        margin-top: calc(28px + 6 * ((100vw - 360px) / 1240));
        margin-bottom: calc(12px + 14 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser a figure {
        margin-top: 34px;
        margin-bottom: 26px
    }
}

.teaser-wrapper .teaser a>:last-child {
    margin-bottom: 0!important
}

.teaser-wrapper .teaser.news a>div:not(.row) {
    margin-top: 25px
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.news a>div:not(.row) {
        margin-top: calc(25px + 5 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.news a>div:not(.row) {
        margin-top: 30px
    }
}

.teaser-wrapper .teaser.news a>div:not(.row) .h3,
.teaser-wrapper .teaser.news a>div:not(.row) h3 {
    font-size: 30px!important;
    line-height: 42px!important;
    font-weight: 400
}

.teaser-wrapper .teaser.news a>div:not(.row) .info {
    display: flex;
    float: left;
    width: 100%;
    margin-top: -6px;
    margin-bottom: 22px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info {
        margin-bottom: calc(22px + 8 * ((100vw - 992px) / 608));
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info {
        margin-bottom: 30px
    }
}

.teaser-wrapper .teaser.news a>div:not(.row) .info p {
    width: auto;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #999d9f;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1240));
        line-height: calc(24px + 2 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p {
        font-size: 18px;
        line-height: 26px
    }
}

.teaser-wrapper .teaser.news a>div:not(.row) .info p.time {
    position: relative;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 26px;
    white-space: nowrap
}

.teaser-wrapper .teaser.news a>div:not(.row) .info p.time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #999d9f;
    font-family: icomoon!important
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p.time:before {
        top: calc(3px + 1 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p.time:before {
        top: 4px
    }
}

@media (min-width:768px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p.time {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.news a>div:not(.row) .info p.time {
        margin-left: 10px;
        margin-top: 0
    }
}

.teaser-wrapper .teaser.news a>div:not(.row) time {
    display: block;
    float: left;
    width: auto;
    margin-top: 25px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    font-family: Fira Sans, sans-serif;
    color: #999d9f;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.news a>div:not(.row) time {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1240));
        line-height: calc(24px + 2 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.news a>div:not(.row) time {
        font-size: 18px;
        line-height: 26px
    }
}

.teaser-wrapper .teaser.news a figure {
    margin-top: 0;
    margin-bottom: 0
}

.teaser-wrapper .teaser.highlight {
    float: left;
    width: 100%;
    background-color: #333c40
}

.teaser-wrapper .teaser.highlight figure {
    margin-top: 0;
    margin-bottom: 0
}

.teaser-wrapper .teaser.highlight .row>div {
    display: flex;
    align-items: center
}

.teaser-wrapper .teaser.highlight .row>div>div {
    float: left;
    width: 100%;
    padding: 80px 32px
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.highlight .row>div>div {
        padding: calc(80px + 40 * ((100vw - 992px) / 608)) calc(32px + 106 * ((100vw - 992px) / 608)) calc(80px + 40 * ((100vw - 992px) / 608)) calc(32px + 66 * ((100vw - 992px) / 608))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div {
        padding: 120px 138px 120px 98px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div .info {
    display: flex;
    float: left;
    width: 100%;
    margin-top: -6px;
    margin-bottom: 22px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info {
        margin-bottom: calc(22px + 8 * ((100vw - 992px) / 608));
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info {
        margin-bottom: 30px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div .info p {
    width: auto;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #999d9f;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1240));
        line-height: calc(24px + 2 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p {
        font-size: 18px;
        line-height: 26px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div .info p.time {
    position: relative;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 26px;
    white-space: nowrap
}

.teaser-wrapper .teaser.highlight .row>div>div .info p.time:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #999d9f;
    font-family: icomoon!important
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p.time:before {
        top: calc(3px + 1 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p.time:before {
        top: 4px
    }
}

@media (min-width:768px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p.time {
        margin-left: 0;
        margin-top: 10px
    }
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.highlight .row>div>div .info p.time {
        margin-left: 10px;
        margin-top: 0
    }
}

.teaser-wrapper .teaser.highlight .row>div>div .h3,
.teaser-wrapper .teaser.highlight .row>div>div h3 {
    margin-top: 0;
    color: #fff;
    font-weight: 400
}

.teaser-wrapper .teaser.highlight .row>div>div .h1,
.teaser-wrapper .teaser.highlight .row>div>div h1 {
    font-size: 45px;
    line-height: 50px
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.highlight .row>div>div .h1,
    .teaser-wrapper .teaser.highlight .row>div>div h1 {
        font-size: calc(45px + 35 * ((100vw - 360px) / 1240));
        line-height: calc(50px + 40 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div .h1,
    .teaser-wrapper .teaser.highlight .row>div>div h1 {
        font-size: 80px;
        line-height: 90px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div>.content {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content {
        margin-top: calc(30px + 30 * ((100vw - 360px) / 1240));
        padding-left: calc(20px + 20 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content {
        margin-top: 60px;
        padding-left: 40px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div>.content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #aa8768
}

.teaser-wrapper .teaser.highlight .row>div>div>.content p {
    padding-right: 0;
    color: #fff
}

@media (min-width:1200px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content p {
        padding-right: calc(0% + 35 * ((100vw - 1200px) / 400))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content p {
        padding-right: 35%
    }
}

.teaser-wrapper .teaser.highlight .row>div>div>.content>div {
    width: 100%
}

.teaser-wrapper .teaser.highlight .row>div>div>.content>div time {
    display: block;
    float: left;
    width: 100%;
    margin-top: 16px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .25px;
    font-family: Fira Sans, sans-serif;
    color: #999d9f;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div time {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1240));
        line-height: calc(24px + 2 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:576px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div time {
        width: auto
    }
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div time {
        margin-top: calc(16px + 9 * ((100vw - 992px) / 608))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div time {
        margin-top: 25px;
        font-size: 18px;
        line-height: 26px
    }
}

.teaser-wrapper .teaser.highlight .row>div>div>.content>div .link-btn {
    float: left;
    margin-top: 16px;
    color: #fff
}

@media (min-width:576px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div .link-btn {
        float: right
    }
}

@media (min-width:992px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div .link-btn {
        margin-top: calc(16px + 9 * ((100vw - 992px) / 608))
    }
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div .link-btn:hover {
        color: #aa8768
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.highlight .row>div>div>.content>div .link-btn {
        margin-top: 25px
    }
}

.teaser-wrapper .teaser.above a>figure {
    position: relative;
    margin: 0
}

.teaser-wrapper .teaser.above a>figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 185px;
    z-index: 1;
    background: #333c40;
    background: -moz-linear-gradient(180deg, rgba(51, 60, 64, 0) 0, rgba(51, 60, 64, .85) 100%);
    background: -webkit-linear-gradient(180deg, rgba(51, 60, 64, 0), rgba(51, 60, 64, .85));
    background: linear-gradient(180deg, rgba(51, 60, 64, 0), rgba(51, 60, 64, .85));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#333c40", endColorstr="#333c40", GradientType=1)
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.above a>figure:after {
        height: calc(105px + 80 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.above a>figure:after {
        height: 185px
    }
}

.teaser-wrapper .teaser.above a>div {
    position: relative;
    width: calc(100% - 40px);
    margin: -105px 20px 0;
    padding: 32px 30px 0 60px;
    background-color: #fff;
    justify-content: flex-start;
    z-index: 2
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.above a>div {
        width: calc(100% - (40px + 40 * ((100vw - 360px) / 1240)));
        margin: calc(-105px - 80 * ((100vw - 360px) / 1240)) calc(20px + 20 * ((100vw - 360px) / 1240)) 0;
        padding: calc(32px + 16 * ((100vw - 360px) / 1240)) calc(30px + 10 * ((100vw - 360px) / 1240)) 0 calc(60px + 20 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.above a>div {
        width: calc(100% - 80px);
        margin: -185px 40px 0;
        padding: 48px 40px 0 80px
    }
}

.teaser-wrapper .teaser.above a>div:before {
    left: 30px;
    top: inherit;
    bottom: 0;
    height: calc(100% - 32px)
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.above a>div:before {
        left: calc(30px + 10 * ((100vw - 360px) / 1240));
        height: calc(100% - (32x - 16 * ((100vw - 360px) / 1240)))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.above a>div:before {
        left: 40px;
        height: calc(100% - 48px)
    }
}

.teaser-wrapper .teaser.above a>div p {
    margin-top: 16px
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.above a>div p {
        margin-top: calc(16px + 4 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.above a>div p {
        margin-top: 22px
    }
}

.teaser-wrapper .teaser.people a>figure {
    margin: 0
}

.teaser-wrapper .teaser.people>div {
    position: relative;
    display: flex;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.people>div {
        padding-left: calc(20px + 20 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.people>div {
        padding-left: 40px
    }
}

.teaser-wrapper .teaser.people>div:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #aa8768
}

.teaser-wrapper .teaser.people>div .h3,
.teaser-wrapper .teaser.people>div h3 {
    font-size: 30px;
    line-height: 42x;
    color: #fff;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.people>div .h3,
    .teaser-wrapper .teaser.people>div h3 {
        font-size: calc(30px + 5 * ((100vw - 360px) / 1240));
        line-height: calc(42px + 5 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.people>div .h3,
    .teaser-wrapper .teaser.people>div h3 {
        font-size: 35px;
        line-height: 47px
    }
}

.teaser-wrapper .teaser.people>div p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #999d9f;
    font-weight: 400
}

@media (min-width:360px) {
    .teaser-wrapper .teaser.people>div p {
        font-size: calc(16px + 2 * ((100vw - 360px) / 1240));
        line-height: calc(24px + 2 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-wrapper .teaser.people>div p {
        font-size: 18px;
        line-height: 26px
    }
}

.teaser-wrapper .teaser.people>div .people-contact {
    width: 100%;
    margin-top: 32px
}

.teaser-wrapper .teaser.people>div .people-contact li {
    width: auto;
    margin-right: 20px
}

.teaser-wrapper .teaser.people>div .people-contact li:last-child {
    margin-right: 0
}

.teaser-wrapper .teaser.people>div .people-contact li a {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.teaser-wrapper .teaser.people>div .people-contact li a:before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #666c6f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.teaser-wrapper .teaser.people>div .people-contact li a:before,
.teaser-wrapper .teaser.people>div .people-contact li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.teaser-wrapper .teaser.people>div .people-contact li a i {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    color: #fff
}

.teaser-title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 34px;
    z-index: 2
}

@media (min-width:360px) {
    .teaser-title {
        margin-bottom: calc(34px + 34 * ((100vw - 360px) / 1240))
    }
}

@media (min-width:1600px) {
    .teaser-title {
        margin-bottom: 68px
    }






































