.c-search__input-field form {
    width: 100%;
    display: flex;
}

.c-search__input-field form input{
    flex-grow: 1;
    width: 80%;
    background-color: transparent;
    border: 0;
}

.c-search__input-field form input:focus {
    border: 0;
    outline: 0;
}

.c-search__input-field form button {
    background-color: transparent;
    border: 0;
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_search_white.svg');
    width: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.c-search__input-field form:hover button {
    background-image: url('//timespan.eu/wp-content/themes/timespan/images/ts_icon_search_red.svg');
}

.c-search__input-field,
.c-search__input-field:hover{
    background-image: none;
}

.key-facts table {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 1rem;
    width: 100%;
}

.key-facts table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #bde6ef;
	align-items: stretch;
}

.key-facts table .column-1 {
    width: 50%;
    margin-bottom: 10px;
    color: #133163;
    text-transform: uppercase;
	padding-right: 20px;
	margin-top: 10px;
}

.key-facts table td.column-2,
.key-facts table td.column-2 a {
    color: #e50064;
    text-transform: none;
	width: 50%;
    margin-bottom: 10px;
	margin-top: 10px;
}

.key-facts table td.column-2 a {
	color: rgb(140, 0, 60);
	font-weight: normal;
}

.key-facts table td.column-2 a:hover {
	color: #e50064;
}

.key-facts table td.column-2 a {
	display: inline;
}

.key-facts table td.column-1:hover {
    color: #e50064;
}

.c-content__text a{
    display: inline-block;
	font-weight: bold;
}

.c-content__text .a-block a {
    display: flex;
}

.dataTables_wrapper,
.dataTables_wrapper table {
    width: 100%;
}

.contact-list a {
    display: block;
}

.dataTables_wrapper td,
.dataTables_wrapper th {
	text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.dataTables_wrapper a {
  display: block;
  color: #133163;
  font-weight: normal;
  display: inline;
}
.reg_closed,
.event-register-btn {
  background-color: #8bd1db;
  color: #fff;
  cursor: pointer;
  padding: 5px 10px;
  font-weight: 700;
  width: 100%;
  display: block;
}

.reg_closed {
  background-color: #e50064;
}

img.alignnone,
img.alignnone.size-full,
img.alignnone.size-medium {
  display: inline-block;
  margin: 2px;
}

.c-top-btn {
	right: 83px;
}

.c-navbar-container { 
	max-width: 1600px;
}

.c-content__visual.c-content__visual--is-placeholder {
	background-size: contain;
}

.presentation-page ul {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 1.2rem;
    list-style-type: none;
}

.presentation-page ul li {
	width: 100%;
    padding-left: 30px;
    background-image: url(//timespan.eu/wp-content/themes/timespan/images/ts_bullet.svg);
    background-position: 0px 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}


.member_pagination {
	display: flex;
	justify-content: space-between; 
	width: 100%;
}

.m-t-1 {
	margin-top: 40px;
}

.c-content__visual.c-content__visual--is-bg-map {
	margin-top: -5%;
}

.search-field {
    padding: 10px 0px;
    border: 1px none #000;
    background-color: rgba(139, 209, 219, 0.2);
    transition: background-color 400ms ease;
    color: #133163;
    font-size: 1rem;
}

.search-submit {
	display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #133163;
    transition: margin-right 400ms cubic-bezier(.755, .05, .855, .06), color 400ms ease, background-color 400ms ease, opacity 400ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
	border: 0;
	cursor: pointer;
}

.search_result_item {
	margin-bottom: 10px;
}

::placeholder {
	color: white;
}

body.no-cookies #cookie-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
}

.c-social-media {
	margin-right: 0;
	margin-left: 0;
}

.w-nav-menu {
    position: relative;
    float: right;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.m-b-25 {
	margin-bottom: 25px;
}

.downloads tr {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.downloads .column-1 {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    background-image: url(//timespan.eu/wp-content/themes/timespan/images/ts_circle-icon_download_blue.svg);
    background-position: 0px 0px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
	font-weight: bold;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.downloads .column-2{
	padding-left: 5px; 
	display: flex;
	align-items: center;
}

.c-content__text ul {
	margin-top: 20px;
    margin-bottom: 20px;
    list-style-type: none;
}

.c-content__text ul li {
	width: 100%;
    padding-left: 30px;
    background-image: url(//timespan.eu/wp-content/themes/timespan/images/ts_bullet.svg);
    background-position: 0px 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

.c-content__text .list-unstiled {
	list-style: none;
	
}

.useful-links ul li,
.c-content__text.useful-links ul li,
.c-content__text .list-unstiled ul li,
.c-content__text  ul.list-unstiled li{
    background-image: none;
    background-position: 0px 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
	padding-left: 0;
}

.c-sidebar--has-heading-icon a,
.downloads_table a, 
.useful-links li a { 
	color: #133163;
}

.c-sidebar--has-heading-icon a:hover,
.downloads_table a:hover,
.useful-links li a:hover {
	color: #e50064;
}

.c-content__text .list-unstiled ul li {
	width: 100%;
    padding-left: 30px;
    background-image: url(//timespan.eu/wp-content/themes/timespan/images/ts_bullet.svg);
    background-position: 0px 5px;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}


#eventList_wrapper {
	overflow-x: auto;
}

#contact-form .wpcf7-list-item-label {
	display: none;
}

#contact-form .send_copy {
	margin-right: 10px;
}

#contact-form .c-form__checkbox-container {
	margin-bottom: 20px;
}

.cmplz-video.cmplz-hidden {
	visibility: visible!important;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-sidebar {
	margin-bottom: 30px;
}

a {
	color: rgb(140, 0, 60);
}

.c-content__text a.c-fact-list__link {
	font-weight: normal; 
}


@media screen and (max-width: 1883px) {
	#w-dropdown-list-3.w--open {
		left: -80px;
		right: -80px;
	}
}


@media screen and (max-width: 1191px) {
	.c-sidebar__keyline {
		font-size: 1.5rem;
	}

	.c-teaser-figure {
		width: 30%
	}
	
	.c-teaser-text {
		width: 70%;
	}
	
	.c-teaser-figure__img {
		width: 300px;
		height: 300px;	
	}
	
}

@media screen and (max-width: 991px) {
	.l-content__col--is-narrow-left {
		order: 1;
	}
	
	
	.c-teaser-figure {
		width: 100%
	}
	
	.c-teaser-text {
		width: 100%;
	}
	
	.c-teaser-figure__img {
		width: 600px;
		height: 600px;	
	}
	
	#w-dropdown-list-3.w--open {
		left: 0%;
		right: auto;
	}

}

@media screen and (max-width: 767px) {
	.key-facts table td.column-2,
	.key-facts table td.column-2 a {
		font-size: 1rem;
	}
	
	.key-facts table tr {
		margin-bottom: 10px;
	}
	
	.dataTables_wrapper a,
	.g-accordion__text--has-bullet a,
	.c-content__text p a {
		font-size: 0.8rem; 
	}
	
	.c-teaser-container li, 
	.c-content__text li {
		font-size: 0.8rem;
	}
	
	.c-teaser-figure__img {
		width: 400px;
		height: 400px;	
	}
	

}

@media screen and (max-width: 650px) {
	
    .m-subpage-header__img {
		background-size: unset!important;
		background-position-x: right!important;
	}
}


@media screen and (max-width: 479px) {
	
    .c-teaser-figure {
		height: auto;
	}
}
	

