.km-container {
    max-width: 1170px;
	position: relative;
    width: 100%;
    margin: 0 auto;
}
.km-container .km-row:after {
    display: table;
    content: " ";
    clear: both;
}
.km-container .km-row {
	margin: 0 -10px;
}
.km-container .km-row .flex {
    display: flex;
    flex-wrap: wrap;
}
.km-container .km-row #motivu .flex.tryout-item-container {

    flex-wrap: initial;
}
.km-container .km-row > div {
    overflow: hidden;
    word-break: break-word;
}
.km-container .km-col {
	position: relative;
    float: left;
    min-height: 75px;
    padding: 0 10px;
}
  .km-container .km-col img {
      max-width: 100%;
  }
@media (max-width: 767px) {
    .km-mobile-100 {
        width: 100%;
		padding-bottom: 20px;
    }
	.km-mobile-25 {
        width: 25%;
    }
	.km-container .km-col, .km-container .km-col:first-child, .km-container .km-col:last-child {
		padding-left: 0;
		padding-right: 0;
	}
	.km-hide-mobile {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.km-hide-pc {
		display: none !important;
	}
	.km-pc-20 {
        width: 20%;
    }
    .km-pc-25 {
        width: 25%;
    }
    .km-pc-30 {
        width: 30%;
    }
    .km-pc-33 {
        width: 33.33333%;
    }
    .km-pc-40 {
        width: 40%;
    }
	.km-pc-50 {
        width: 50%;
    }
	.km-pc-60 {
		width: 60%;
	}
    .km-pc-66 {
        width: 66.66667%;
    }
    .km-pc-70 {
        width: 70%;
    }
    .km-pc-75 {
        width: 75%;
    }
    .km-pc-80 {
        width: 80%;
    }
    .km-pc-100 {
        width: 100%;
    }
    .km-pc-600px{
        float: none !important;
        width: 600px;
        margin: 0 auto;
    }
}

table.fr-border {
    border-collapse: collapse;
}
table.fr-border td, table.fr-border th {
    border: 1px solid #000;
}					

table.fr-big-border {
    border-collapse: collapse;
}
table.fr-big-border td, table.fr-big-border th {
    border: 2px solid #000;
}					

td.fr-highlighted, th.fr-highlighted {
    border: 1px double red;
}
td.fr-thick, t2.fr-thick {
    border-width: 2px;
}
img.fr-border {
    border: 2px solid #000;
}
img.fr-shadow, .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc; 
}
img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; 
}
.content-page-inline-editor-running .km-col {
			border: 1px dashed #BCC5D6;
}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper {
		width: 200px;
	}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command {
			padding: 0;
			border-bottom: 1px solid #377EF6;
}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div {
				font-size: 0.9em;
				text-align: center;
}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(1) {
					background-color: #D1E5FC;
				}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(2) {
					background-color: #FBDCDC;
				}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(3) {
					background-color: #EFEFEF;
				}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(4) {
					background-color: #F8F84F;
				}
#dropdown-menu-insertHTML-1	.fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(5) {
					background-color: #BCC5D6;
				}
			
/*.content-page-inline-editor-running .km-container:hover:after {
    content: "x";
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #EB5757;
}*/
.SearchTeamWidget {
	display: none;
}
/*------------------*/
/*      WIDGETS     */
/*------------------*/
.km-widget table {
	opacity: 0;
}
.content-page-inline-editor-running .km-widget table {
	opacity: 1;
}
.content-page-inline-editor-running .km-widget {
	border: 1px dashed #377EF6;
    background-color: #d8ecff;
}
/*------------------*/
/*    NEWS WIDGET   */
/*------------------*/


#NewsWidget-content {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}


.NewsWidget-item {
	position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: none;
}



.NewsWidget-item .NewsWidget-image {
	position: relative;
	flex: 0 0 auto;
	max-width: 60% !important;
	max-height: 300px;
	place-self: flex-start;
	border: 1px solid #000;
}
.NewsWidget-item .NewsWidget-image.full {
	width: 100%;
	max-width: 100% !important;
}

.NewsWidget-item .NewsWidget-header {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.NewsWidget-item .NewsWidget-teaser {
    max-height: 300px;
    color: #000 !important;
    padding: 0px;
    margin: 0px !important;
    /* flex: 1 1 auto; */
    align-items: stretch;
    display: inline-block;
    flex: 1;
}

.NewsWidget-item .NewsWidget-button {
    position: relative;
    width: 100%;
    display: flex;
    height: 50px;
    line-height: 50px;
    color: #000 !important;
    align-items: stretch;
    text-decoration: none !important;
    padding: 0px 25px;
    padding-right: 75px;
    transition: all 0.2s linear;
    border: 1px solid #000;
}
.NewsWidget-item .NewsWidget-button:hover {
	background-color: rgba(0,0,0,0.25);
}
.NewsWidget-image.full + .NewsWidget-teaser > div {
	margin-left: 0;
	margin-top: 15px;
}
.NewsWidget-item .NewsWidget-teaser > div {
    margin-left: 25px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.NewsWidget-item .NewsWidget-teaser-txt {
	max-height: 240px;
	overflow: hidden;    
	margin-bottom: 10px;
    align-items: flex-start;
}
.NewsWidget-item .NewsWidget-teaser-txt p:first-child {
	margin-top: 0;
	padding-top: 0;
}
.NewsWidget-item .NewsWidget-button::after {
    position: absolute;
    content: "\f105";
    font-family: "fontAwesome";
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: #000;
    transition: all 0.2s linear;
}
#NewsWidget-more {
	margin-top: 15px;
	float: left;
}
#NewsWidget-more a {
	color:#000;
	display: block;
	text-decoration: none;
	font-size: 1em;
}
#NewsWidget-more a:hover {
	text-decoration: underline;
}


