/*
Theme Name:  Kutak Child
Theme URI:   https://demo.apalodi.com/kutak/
Template:    kutak
Version:     1.0

Author:      APALODI
Author URI:  http://apalodi.com

Description: Modern and fully responsive theme that looks great on any device.
Tags:        one-column, featured-images, custom-colors, translation-ready, theme-options, custom-menu, blog
Text Domain: kutak

License:     Themeforest Licence
License URI: https://themeforest.net/licenses

*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* ----- 00 Includes ----- */

@font-face {
  font-family: 'kutak-extended';
  src: url('assets/font-icons/fontello-extended/font/kutak-extended.eot?98641728');
  src: url('assets/font-icons/fontello-extended/font/kutak-extended.eot?98641728#iefix') format('embedded-opentype'),
       url('assets/font-icons/fontello-extended/font/kutak-extended.woff2?98641728') format('woff2'),
       url('assets/font-icons/fontello-extended/font/kutak-extended.woff?98641728') format('woff'),
       url('assets/font-icons/fontello-extended/font/kutak-extended.ttf?98641728') format('truetype'),
       url('assets/font-icons/fontello-extended/font/kutak-extended.svg?98641728#kutak-extended') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
       url('assets/fonts/merriweather-regular-webfont.woff2') format('woff2'),
       url('assets/fonts/merriweather-regular-webfont.woff') format('woff'),
       url('assets/fonts/Merriweather-Regular.ttf') format('truetype'),
  font-weight: 700;
  font-style: normal;
}



/* ----- End of 00 ----- */



/* ----- 01 Typography ----- */


/*Headlines*/
h1, h2 {
	font-family: Merriweather, serif;
	font-weight: 700;
	line-height: 1.5;
	overflow-wrap: normal!important;
}
h3, h4, h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 1.3;
} 
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
	text-transform: none;
	margin: 20px 0 10px 0;
}

hgroup h2, hgroup h3 {
    margin: 0!important;
}
hgroup h3 {
    font-weight: 300;
}
hgroup {
    margin-bottom: 20px;
}
/*Article Intro text (lead)*/
.text-lead {
	font-size: 140%;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 20px;
}
.text-lead:after {
	content:"";
	display: block;
	background-color: #f5f5f5;
	width: 30%;
	height: 5px;
	margin-top: 40px;
}
.author-info {
	font-style: italic;
	margin-top: 40px!important;
}
.author-info .wp-block-media-text__media, .author-info .wp-block-media-text__content  {
	width: 100%;
}
.author-info .wp-block-media-text__content p {
	font-size: 18px;
	margin: 0;
}
.author-info .wp-block-media-text__content > * {
	max-width: none;
}
@media print, screen and (min-width: 760px) {
	.author-info .wp-block-media-text__content {
		padding: 24px!important;
	}
	.author-info {
		margin-top: 80px!important;
	}
	.author-info .wp-block-media-text__media {
		width: 30%;
	}
	.author-info .wp-block-media-text__content {
		width: 70%;
	}
}

/*Quotes*/
blockquote {
	font-weight:300;
	font-size: 1.7em;
	border: 5px solid #f5f5f5;
	position: relative;
	margin: 1.5em 0 1em 0;
}
blockquote::before {
	content: "";
	display: block;
	position: absolute;
	top: -19px;
	left: 35px;
	height: 32px;
	width: 50px;
	padding: 4px 11px 0 12px;
	
	background-color: #d8453c;
	color: #FFF;
	border-radius: 5px;
	font-weight:700;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/*Paragraph spacing */
.article-content p {
	margin-bottom: 25px
}

/* Subtitle in heading */
.site-heading .secondary-title, .article-heading .secondary-title {
	font-size: 1.5em;
	font-weight: 300;
	margin: 0;
}

@media print, screen and (max-width: 767.98px) { 
	h1, h1.site-title {
		font-size: 1.6em;
	}
	h2, h2.post-title {
		font-size: 1.3em;
	}
	.text-lead {
		font-size: 120%;
		padding-bottom: 10px;
	}
	.text-lead:after {
		margin-top: 30px;
	}
	blockquote {
		font-size: 1.2em;
	}
	.site-heading .secondary-title, .article-heading .secondary-title {
		font-size: 1.2em;
	}
}



/* ----- End of 01 Typography ----- */



/* ----- 02 Lay-out ----- */

.single-tags {
	max-width: 790px;
}
.featured-tab::after {
	content: none;
}
.featured-tab {
	padding: 0;
	margin-top: 5px;
}
.featured-tab.is-active {
	color: rgba(55, 55, 55, .5)!important;
}

.site-heading h1 { word-break: normal; }
.page .site-heading-container {
    max-width: 790px;
}
@media print, screen and (min-width: 1200px) {
    .page .site-heading-container {
        padding: 0;
    }
}
.entry-content > * {
	max-width: none;
}

/*Content margin-fix */
main {
	margin-top: 35px;
}

/*Side Column */
.side-column {
    background-color: #F6F6F6;
    padding: 30px 20px;
}
@media print, screen and (max-width: 1199.5px) {
    .side-column:before, .side-column:after {
        content:"";
        background-color: white;
        display:block;
        width: 15px;
        height:100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .side-column:after {
        left: initial;
        right: 0;
    }
    .vc_column_container.side-column {
        padding: 30px 15px;
    }
}
/*Full Width Sections*/
.custom-full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw!important;
    margin-right: -50vw!important;
	display: flex;
	justify-content: center;
}

.custom-full-width .vc_column_container {
	max-width: 820px;
}
.custom-full-width .wpb_content_element {
	margin: 0;
}

/*Emphasis: grey full-width sections in posts and pages*/

.emphasis {
    background-color: #f5f5f5;
    padding: 50px 5px;
}
.emphasis.white-bg {
	background-color: white;
}
.emphasis p {
    font-size: 1.2em;
    font-weight: 300;
} 
.emphasis .CTA {
    margin-top: 20px;
}
.emphasis.has-left-aligned-image .image {
	max-width: 350px;
	margin: 0 auto 30px auto;
}
@media print, screen and (min-width: 768px) {
	.emphasis.has-left-aligned-image .image {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
	.emphasis.has-left-aligned-image .content {
		margin-left: 385px;
	}
}

/*Back to overview button at Krankheitsbilder & Blog posts*/
.overview-page-trigger {
	margin-bottom: 20px;
}


/*Iconlist Erste Hilfe / psychischen Gesundheit*/
.iconlist ul {
    display: flex;
    flex-flow: row wrap
}
.iconlist ul li{
    padding: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
}

@media print, screen and (min-width: 576px) {
    .iconlist ul li{
        width: 50%;
    }
}
@media print, screen and (min-width: 992px) {
    .iconlist ul li{
        width: 33.333%;
    }
	.iconlist ul li:nth-child(4), .iconlist ul li:nth-child(9) {
		margin-left: 16.667%
	}
}
.iconlist ul li {
    font-family: Merriweather, serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1em;
	padding: 0 1em;
}
.iconlist ul li #text {
}
.iconlist ul li:before{
    content: none;
}

.iconlist ul li img {
    display: block;
    margin: 0 auto;
}
.iconlist ul li .image-wrapper {
    margin: auto;
    width: 140px;
}

/*Custom opened dropdown CSS*/
.custom-opened-dropdown {
	text-align: left;
	background-color: #FFF;
	padding: 0;
	position: absolute;
	top: 68px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 5;
	border-radius: 4px;
	border: 1px solid #EEE;
	width: 401px;
	display: none;
	flex-flow: row wrap;
}
@media print, screen and (min-width: 1200px) { 
	.custom-opened-dropdown {
		width: 802px;
	}
	.custom-opened-dropdown .dropdown-option {
		border-right: 1px solid #EEE;
	}
	.custom-opened-dropdown .dropdown-option:nth-last-child(2) {
		border-bottom: none;
	}
}
.custom-opened-dropdown.active {
	display: flex;
}
.custom-opened-dropdown .dropdown-option {
	border-bottom: 1px solid #EEE;
	padding: 20px 30px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	cursor: pointer;
	width: 400px;
}
.custom-opened-dropdown .dropdown-option:last-child {
	border: none;
}
.custom-opened-dropdown .dropdown-option.selected p, .custom-opened-dropdown .dropdown-option:hover p {
	font-weight: 700;
}
.custom-opened-dropdown .dropdown-option.selected .checkmark, .custom-opened-dropdown .dropdown-option:hover .checkmark {
	color: #d8453c;
}
.custom-opened-dropdown .dropdown-option .checkmark {
	flex: 0 0 auto;
	font-size: 22px;
	color: #EEE;
}
.custom-opened-dropdown .dropdown-option img{
	flex: 0 1 auto;
	max-height: 50px;
	margin-right: 24px;
}
.custom-opened-dropdown .dropdown-option p{
	flex: 1 1 auto;
	display: inline-block;
	font-size: 20px;
}

.dropdown-container {
	display: inline-block;
	position: relative;
}


.vc_row.bundesland-chooser {
    border: 4px solid #eee;
    padding: 30px 35px;
    margin: 0 20px 50px 0;
    text-align: center;
}

.bundesland-chooser p, .dropdown-container {
    font-size: 1.6em;
	display: inline-block;
}
.bundesland-chooser p {
	margin-right: 10px;
}
.bundesland-chooser .wpb_content_element {
    margin: 0;
}

@media print, screen and (max-width: 1199.98px) { 
    .bundesland-chooser {
        padding: 20px 0;
        margin: 0 0 30px 0;
    }
    .bundesland-chooser p, .dropdown-container {
        font-size: 1.2em;
		margin-right: 0;
    }
}

.custom-dropdown {
		background: #fff;
		border: none;
		border-bottom: 3px solid #d8453c;
		border-radius: 0;
		padding: 3px 41px 3px 10px;
		background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'%3E%3C/path%3E%3C/svg%3E");
		background-position: calc(100% - 10px) 60%;
		background-repeat: no-repeat;
		background-size: 28px;
		-webkit-appearance: none;
		-moz-appearance: none;
}
.custom-dropdown::-ms-expand {
     display: none;
}

.custom-dropdown:focus {
    border-bottom: 3px solid #d8453c;
}

@media print, screen and (max-width: 1199.98px) { 
    .custom-dropdown {
		margin-left: 0;
    }
}

/*Share Buttons*/
.share-buttons {
	margin-top: 50px;
}
.share-buttons .share-button {
	margin-right: 8px;
}
@media print, screen and (min-width: 1080px) {
	.admin-bar .share-buttons {
		top: 148px;
	}
}
@media print, screen and (max-width: 1079.5px) {
	.share-buttons {
		margin-left: auto; 
		margin-right: auto; 
		max-width: 790px;
	}
}

/*Other*/

@media print, screen and (min-width: 1200px) {
	.article-content-wrapper {
		padding: 50px 20px 40px 20px;
	}
}


@media print, screen and (min-width: 960px) {
	.article-title.title-smaller {
		font-size: 2.4em;
	}
}


/* ----- End of 02 Lay-out ----- */



/* ----- 03 Header ----- */

/* Primary Menu */
.classic-menu li {
	margin: 0 .2vw;
}

.classic-menu a  {
	/* padding: 0 0.5vw; */
	padding: 0;
}

@media print, screen and (min-width: 1248px) {
	.classic-menu a  {
		padding: 0 5px;
	}
}

@media print, screen and (min-width: 1313px) {
	.classic-menu a  {
		padding: 0 10px;
	}

	.classic-menu > li {
		margin: 0 4px;
	}
}

@media print, screen and (min-width: 1413px) {
	.classic-menu a  {
		padding: 0 20px;
	}
}

.classic-menu a .title {
	color: #4D4D4D;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
}

.classic-menu {
	text-align: left;
}
.classic-menu a .sub {
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
}
.nav-container .main-navigation {
	max-width: none
}
@media print, screen and (min-width: 1200px) {
	.site-heading {
		padding-top: 165px;
		padding-bottom: 75px
	}
}
@media print, screen and (min-width: 960px) {
	.article-title {
		font-size:3em
	}
}
.site-header {
	height: auto;
}

/* Header */
.nav-container {
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	height: auto!important;
	width: 100%;
	padding: 20px 0;
}

.nav-container > .logo {
	order: 0;
	flex: 0 0 auto;
	margin-left: 20px;
}
.nav-container > .main-navigation {
	order: 1;
	flex: 0 1 auto;
}
.nav-container > .login-logout {
	order: 2;
	flex: 0 0 auto;
	font-size: 18px;
}
.nav-container > .secondary-navigation {
	order: 3;
	flex: 0 0 auto;
}
.nav-container > .sec-menu-trigger {
	order: 4;
	flex: 0 0 auto;
	font-size: 18px;
}
.nav-container > .search-trigger {
	order: 5;
	flex: 0 0 auto;
	margin-right: 20px;
}
.hamburger-menu {
	margin-left: 20px;
}
.classic-menu {
	flex-flow: row wrap;
}

.site-header.is-sticky::before, .site-header.is-menu-active::before, .site-header.is-search-active::before {
	-webkit-transform: translate3d(0,-120%,0);
    transform: translate3d(0,-120%,0);
}
.site-header::before {
	content: none;
}

/*Active menu item*/

.classic-menu li.menu-item a > .title, .sec-menu li.menu-item a > span {
	padding: 8px 0 6px 0;
	border-bottom: 2px solid transparent;
}
.classic-menu li.menu-item.active a > .title {
	border-bottom-color: #d8453c;
}
.sec-menu li.menu-item.active a > span {
	font-weight: 700;
}
@media print, screen and (max-width: 1199.5px) {
	.classic-menu li.menu-item a > .title {
		padding: 0;
		border-bottom: none;
	}
	.classic-menu li.menu-item a {
		padding: 12px 24px 12px 18px;
		border-left: 6px solid transparent;
	}
	.classic-menu li.menu-item.active a {
		border-left-color: #d8453c;
	}
	.nav-container .main-navigation {
		margin: 20px 0 0 0;
	}
	.nav-container .secondary-navigation {
		margin: 0;
	}
}

@media print, screen and (min-width: 1200px) {
	.nav-container > .secondary-navigation.active {
		display: block;
	}
	.nav-container > .secondary-navigation {
		display: none;
		position: absolute;
		background-color: white;
		right: 30px;
		top: 50px;
		border: 1px solid  #EEE;
	}
	.nav-container > .secondary-navigation .sec-menu li {
		display: block;
		border-bottom: 1px solid #EEE;
		margin: 0;
		padding: 8px 16px;
		text-align: center;
	}
	.nav-container > .secondary-navigation .sec-menu li:last-child {
		border-bottom: none;
	}

	.sec-menu-trigger:after {
		content: "\25BC";
		font-size: 9px;
		display: inline-block;
		margin-left: 6px;
		color: rgba(0,0,0,.5);
		position: relative;
		top: 0;
		z-index: -1;
	}
	.sec-menu-trigger.active:after {
		content: "\25B2";
		top: -2px;
	}

	.login-logout {
		margin-right: 30px;
	}

	/* .classic-menu > li {
		margin: 0 4px;
	} */
}

@media print, screen and (max-width: 1199.5px) {
	.sec-menu-trigger {
		display: none;
	}
	.main-navigation .classic-menu {
		transform: translate3d(0,100%,0);
		opacity: 1;
		transition: none;
	}
	.main-navigation, .secondary-navigation, .login-logout {
		display: none;
		z-index: 99;
	}
	header.is-menu-active.is-menu-ready .main-navigation,
	header.is-menu-active.is-menu-ready .secondary-navigation,
	header.is-menu-active.is-menu-ready .login-logout {
		display: block;
		width: 100%;
	}
	.sec-menu {
		text-align: left;
		background-color: white;
		padding: 12px 18px;
		border-top: 1px solid #eee;
		opacity: 1;
		z-index: 99;
		transition: none;
	}
	.login-logout {
		text-align: left;
		background-color: white;
		padding: 12px 18px;
		border-top: 1px solid #eee;
		opacity: 1;
		z-index: 99;
		transition: none;
	}
	
	.nav-container {
		flex-flow: row wrap;
	}
	.nav-container > .logo {
		order: 0;
		margin-left: 0;
	}
	.nav-container > .search-trigger {
		order: 1;
	}
	.nav-container > .main-navigation {
		order: 2;
		border-top: 1px solid #eee;
	}
	.nav-container > .login-logout {
		order: 3;
	}
	.nav-container > .secondary-navigation {
		order: 4;
	}
}


/* ----- End of 03 Header ----- */



/* ----- 04 Contact Form ----- */

.wpcf7-form p:nth-last-child(2) {
	text-align: center;
}
.screen-reader-response {
	display: none;
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 600;
	color: #d8453c;
	display: block;
	margin-bottom: 10px;
}
.wpcf7-response-output.wpcf7-display-none {
	display: none;
}
.wpcf7-submit {
	margin-top: 20px;
}
.wpcf7-select {
	display: block;
	width: 100%;
	text-indent: 7.5px;
	max-height: calc(1.5em + 26px);
    height: calc(1.5em + 26px);
}

.wpcf7-checkbox label, .wpcf7-acceptance label {
	display: block;
	margin-left: 24px;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input{
	display: inline-block;
	margin-left: -24px;
}
.wpcf7-acceptance label {
	font-size: .7em;
}
.wpcf7-acceptance label a {
	font-weight: 700;
}
.wpcf7-acceptance label a:hover {
	color: #d8453c;
}
.wpcf7-submit {
	min-width: 130px;
}

.wpcf7-form label.full-width, .wpcf7-form label.full-width .wpcf7-form-control-wrap, .wpcf7-form label.full-width input:not([type='checkbox']), .wpcf7-form label.full-width textarea {
	display: block;
	width: 100%;
}

/* ----- End of 04 Contact Form ----- */

/* ----- 05 Overview Table (Krankheitsbilder) ----- */

.overview-table {
	font-size: 18px;
}
.overview-table .flex-row {
    display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border: 2px solid #eee;
	padding: 20px;
	margin-bottom: -2px;
}
.overview-table .flex-row:hover {
	background-color: #eee;
}
.overview-table .flex-row > .img-container, .overview-table .flex-row > .url{
    flex: 0 1 auto;
}
.overview-table .flex-row > .title{
    flex: 1 1 auto;
    font-weight: 600;
	font-size: 1.2em;
}

.overview-table .img-container {
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    vertical-align: middle;
    margin-right: 20px;
}
.overview-table .img-container .image-wrapper {
    width: 800%;
    min-width: 100%;
    min-height: 100%;
}

@media print, screen and (max-width: 679.5px) {
	.overview-table .flex-row {
		display: grid;
		grid-template-columns: 70px calc(100% - 70px);
		grid-template-areas: 
			"img title"
			"img url";
		justify-items: stretch;
	}
	.overview-table .flex-row > .img-container {	grid-area: img;	}
	.overview-table .flex-row > .title {	grid-area: title;	}
	.overview-table .flex-row > .url {	grid-area: url;	}
}
@media print, screen and (max-width: 575.5px) {
	.overview-table {
		font-size: 16px;
	}
	.overview-table .flex-row {
		padding: 15px 10px;
	}
}
/* ----- End of 05 Overview table ----- */


/* ----- 06 Homepage ----- */

.header-classic .posts-featured {
	padding-top: 50px;
}
.header-classic .posts-featured h1 {
	padding-bottom: 20px;
}
.home-header {
	width: 100%;
	max-width: 1160px;
	margin: 100px auto 50px auto;
	overflow: hidden;
	position:relative;
}
.home-header-alt img {
	width: 100%;
}

.home-header .hero-image {
	background: url("/wp-content/uploads/2019/04/header-1.jpeg") center center / cover no-repeat;
	height: 500px;
	width: 100%;
	border-radius: 5px;
}

.teaser-container {
	position: relative;
	background-color: white;
	width: 100%;
	min-height: 135px;
}

.home-header .teaser-container .topic-teaser {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 10px 0 10px;
}
.home-header .teaser-container .topic-teaser.active {
	display: block;
}
.home-header .teaser-container .topic-teaser h2 {
    margin: 0;
    font-size: 25px;
    hyphens: auto;
}
.home-header .teaser-container .topic-teaser h2:after {
    content: "\2192";
    margin-left: 10px;
}
.home-header .teaser-container .topic-teaser  > a .topic-image {
	flex: 0 0 auto;
	display: block;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 5px;
	background: url("/wp-content/uploads/2019/04/category-headers-01.png") center center / cover no-repeat;
	margin-right: 20px;
}
.home-header .teaser-container .topic-teaser#helferin  > a .topic-image {  background-image: url("/wp-content/uploads/2019/04/category-headers-02.png");  }
.home-header .teaser-container .topic-teaser#unterstuetzung  > a .topic-image {  background-image: url("/wp-content/uploads/2019/04/category-headers-03.png");  }
.home-header .teaser-container .topic-teaser#krankheitsbilder  > a .topic-image {  background-image: url("/wp-content/uploads/2019/04/category-headers-04.png");  }
.home-header .teaser-container .topic-teaser > a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.home-header .navigation-dots {
	position: absolute;
	top: -40px;
	left: 20px;
}
.home-header .navigation-dots a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1.5px solid #FFF;
	margin-left: 10px;
}
.home-header .navigation-dots a.active {
	background-color: #FFF;
}
.home-header .topic-teaser#erstehilfe:hover h2, .home-header .topic-teaser#erstehilfe:hover p {
    color: #BC4331;
} .home-header .topic-teaser#helferin:hover h2, .home-header .topic-teaser#helferin:hover p {
    color: #D2A630;
} .home-header .topic-teaser#unterstuetzung:hover h2, .home-header .topic-teaser#unterstuetzung:hover p {
    color: #00819C;
} .home-header .topic-teaser#krankheitsbilder:hover h2, .home-header .topic-teaser#krankheitsbilder:hover p {
    color: #6D983F;
}


.my-button {
	margin: 0 auto 50px auto;
}
.my-button .wp-block-button__link {
	padding: 13px 30px;
	font-weight: 700;
}
@media print, screen and (min-width: 600px) {
	.teaser-container {
		position: absolute;
		bottom: 0;
		right: 0;
		border-top-left-radius: 10px;
		width: 540px;
	}
	.home-header .teaser-container .topic-teaser  > a .topic-image {
		width: 125px;
		height: 125px;
	}
}
@media print, screen and (max-width: 599.5px) {
	.home-header {
		margin: 55px 0 0 0;
	}
	.home-header .teaser-container .topic-teaser p {
		font-size: 16px;
	}
	.home-header .teaser-container .topic-teaser h2 {
		font-size: 18px;
	}
	.home-header .hero-image {
		height: 220px;
	}
	.teaser-container {
		min-height: 128px;
	}
	.home-header .hero-image {
		border-radius: 0;
	}
}

@media print, screen and (min-width: 600px) and (max-width: 1199.5px) {
	.home-header {
		padding: 20px;
	}
	
}
/* ----- End of 06 Homepage ----- */

/* ----- 07 Footer ----- */

.site-footer {
	border-top: 1px solid #DDD;
}
.footer-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.footer-menu ul li:first-child {
	margin-left: 0;
}
.footer-content .footer-menu {
	text-align: left;
	margin: 0
}
.footer-content .copyright p {
	display: inline-block;
	margin-right: 10px;
}
.footer-content .copyright img {
	margin-bottom: 3px;
}

.footer-content .copyright a {
	border-bottom: none;
}
@media print, screen and (max-width: 741.5px) {
	.footer-content {
		justify-content: center;
	}
	.footer-content > .copyright {
		width: 100%;
		margin-top: 10px;
	}
}

/* ----- End of 07 Footer ----- */


/* ----- 08 Fixes ----- */


/*Invisible anchor reset */
.site-content a.invisible, a.invisible {
    font-weight: initial;
    background-image: none;
    transition: none;
    color: inherit!important;
    padding-bottom: 0;
}
.site-content a.invisible:hover, a.invisible:hover {
    background-image: none;
    color: initial;
}

/*Image Placeholder Reset*/
.post-media::before, .image-wrapper::before {
	content: none;
}
.image-wrapper {
	background-color: transparent;
}

/*SVG fix */
figure.vc_figure, figure.vc_figure .vc_single_image-wrapper {
	min-width: 100%;
}

/*Dark Background overlay height fix */
.site-header.is-search-active .site-actions-bg {
	height: 220px!important;
	transition: none;
}
.site-header.is-menu-active .site-actions-bg {
	height: 415px!important;
	transition: none;
}

/*Link in siteheading color fix*/
.site-heading p a:hover {
	background-image: linear-gradient(to bottom,#d8453c 0%,#d8453c 100%);
}

.hidden {
	display: none;
}

/* ----- End of 08 Fixes ----- */


/* ----- 09 Seminare ----- */
.full-width .image-wrapper {
	width: 100%;
	max-width: 100% !important;
}

/* ----- End of 09 Seminare ----- */

/* ----- 10 Login ----- */
.um.um-login {
	margin: 0 !important;
}

.um.um-login .um-field {
	min-width: calc(50% - 25px);
	float: left;
}

.um.um-login.um-err .um-field {
	min-width: 45%;
}

@media print, screen and (max-width: 725.5px) {
	.um.um-login .um-field {
		width: 100%;
	}
}

@media print, screen and (max-width: 839.5px) {
	.um.um-login.um-err .um-field {
		width: 100%;
	}
}

.um.um-login .um-field:first-of-type {
	margin-right: 50px;
}

/*Login button and remember me*/
.um-col-alt.login-ehfds {
	float: left;
}
.um-col-alt.login-ehfds .um-button, .um-col-alt.login-ehfds .um-button:focus {
    color: #d8453c;
	font-weight: bold !important;
	background: none !important;
	padding: 0 !important;
	text-align: left;
	padding-bottom: 8px !important;
	background-image: linear-gradient(to bottom,#e5e5e5 0%,#e5e5e5 100%) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: 0 1.3em !important;
    -webkit-transition: all .2s;
	transition: all .2s;
	min-width: auto !important;
	border-radius: 0 !important;
	font-size: 20px;
}

.um-col-alt.login-ehfds .um-button:hover {
	background-image: linear-gradient(to bottom,#d8453c 0%,#d8453c 100%) !important;
	color: #fff;
    background-position: 0 0 !important;
}

.um-notice a, .um-notice a:hover {
	color: #fff !important;
	padding-bottom: 0 !important;
	background: none !important;
}


/*Forgot password link*/
.um-col-alt-b.login-ehfds {
	float: right;
}

/* ----- End of 10 Login ----- */

/* ----- 11 Password Reset ----- */

.um-col-alt.password-reset-ehfds {
	float: left;
}

/* ----- End of 11 Password Reset ----- */

/* ----- 11 File Browser ----- */

.wpcp-breadcrumb .entry-content ol > li:before,
#ShareoneDrive ol.wpcp-breadcrumb>li:before {
	position: unset;
	top: auto;
	left: auto;
	width: unset;
	height: unset;
	counter-increment: none;
	border: unset;
	border-radius: unset;
	text-align: unset;
	line-height: unset;
	font-size: unset;
}

.wpcp-breadcrumb .folder, .wpcp-breadcrumb .folder:hover {
	background-image: none;
}

/* ----- End of 11 File Browser ----- */