/* custom.css */
#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons .btn:hover {background-image:linear-gradient(#4f699c, #4f699c); border:none; background-color:#4f699c;}

.uk-navbar li.uk-active a {
	font-weight: 700;
}
.tm-heading-italic {
  color: #aaaaaa;
  text-transform: none;
  font-family: 'Times New Roman';
  font-weight: normal;
  font-style: italic;
}
h1 {
	margin-top: 0;
}
span.tm-heading-italic {
  line-height: 27px;
  font-size: 25px;
}
.tm-heading-underline {
  padding: 0 0 30px 0;
}
.tm-heading-underline:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 220px;
  margin-top: 13px;
  margin-left: -110px;
  border-top: 4px solid rgba(234, 234, 234, 0.6);
}
#tm-page {
	max-width: 100%;
	margin: 0 auto;
	box-shadow: 0 0 0 1px rgba(47, 49, 53, 0.03), 0 1px 2px rgba(47, 49, 53, 0.04);
}
.homepage #tm-main {
	padding-top: 0;
}
nav.uk-margin-medium-bottom {
	margin-bottom: 0 !important;
}
.uk-section-default > .uk-container {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #fff;
}
.cont-home-col-1,
.cont-home-col-2 {
    display: flex;
}
.uk-panel-box {
    padding: 20px 20px;
}

.tm-uppercase {
    text-transform: uppercase;
}
.tm-panel-note {
    position: relative;
}
.tm-panel-note:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    border-radius: 50px;
    background-color: #fcfcfc;
    box-shadow: inset 0 -1px #eaeaea;
}
.slider-home .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    position: relative;
    margin-top: 0  !important;
}
.uk-panel-title:after {
    content: "";
    display: block;
    height: 10px;
    margin-top: 10px;
    background: url("/images/border_striped_horizontal.png") 0 0 repeat-x;
}
.tm-bottom .tm-title-line {
	color: #aaaaaa;
}
.tm-title-line {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.tm-title-line::before, .tm-title-line::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 40%;
	height: 1px;
	background-color: #eaeaea;
	vertical-align: middle;
}

.socialMediaIcons a.icon.centerParent:not(.powrMark) {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #303033;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.socialMediaIcons a.icon.centerParent:not(.powrMark) .centerChild {
    color: #303033;
    font-size: 20px;
}

.socialMediaIcons a.icon.centerParent:not(.powrMark):hover {
    background-color: #303033;
}

.socialMediaIcons a.icon.centerParent:not(.powrMark):hover .centerChild {
    color: #ffffff;
}
.muk-panel-header h3::after {
	content: "";
	display: block;
	height: 10px;
	margin-top: 10px;
	background: url("/images/border_striped_horizontal.png") 0 0 repeat-x;
}
.uk-alert {
	margin-bottom: 20px;
	padding: 10px;
	background: #fafafa;
	color: #042491;
	position: relative;
	border: 1px solid #eaeaea;
	border-radius: 0 2px 2px 0;
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.03);
	text-transform: uppercase;
	font-weight: 400;
}
.uk-alert::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -3px;
	width: 3px;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.06);
	background: #4f699c;
	background-image: -webkit-linear-gradient(top, #4f699c, #4f699c);
	background-image: linear-gradient(to bottom, #4f699c, #4f699c);
}
#contact-form legend {
	display: none;
}
.uk-icon.uk-navbar-toggle-icon svg {
width: 40px;
}
li.item-548,
li.item-549
 {
	display: none;
}
.table-preise td {
	padding: 0 30px 0 0;
}
.table-about td {
	padding: 0 30px 0 0;
}
.homepage .slider-home .uk-visible\@s {
	display: block !important;
}

/* Responsive */
@media (max-width: 980px){
.tm-title-line::before {
	width: 20%;
	margin-right: 15px;
}
.tm-title-line::after {
	width: 20%;
	margin-left: 15px;
}
}
@media (max-width: 960px){
	.uk-navbar-nav {
		gap: 10px;
	}
	
}
@media (max-width: 959px){
.table-responsive td {
	padding: 0;
}
.table-preise.table-large {
    display: table;
    width: 100%;
    table-layout: fixed;
    overflow-x: visible;
  }
.table-preise.table-large td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 4px 6px 4px 0;
    font-size: 13px;
  }
.table-preise.table-large tr > td:first-child {
    width: 46%;
  }
.table-preise.table-large tr > td:not(:first-child) {
    width: 27%;
    text-align: right;
}
  .table-about.table-large,
  .table-about.table-large tbody,
  .table-about.table-large tr,
  .table-about.table-large td {
    display: block;
    width: 100%;
  }

  .table-about.table-large tr {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e7;
  }

  .table-about.table-large tr:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .table-about.table-large td {
    padding: 2px 0;
  }

  .table-about.table-large td:first-child {
    font-weight: 700;
    color: #4f699c;
    margin-bottom: 2px;
  }
.uk-logo img {
	max-width: 90%;
}
li.item-548,
li.item-549 {
	display: block;
}

}
@media (max-width: 520px){
.ytvideo {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
	
}
@media (max-width: 360px){
	h2 {
		font-size: 26px;
	}
	
}

































