.uk-navbar-item.uk-logo img {
  max-width: 320px;
  }
  
  
@media only screen and (max-width: 1080px)  {
	
	.uk-navbar-item.uk-logo img {
  max-width: 200px !important;
  }
}  
  
  .tm-page-container {
    background: url(http://s4u2.be/TEST/images/test/body_brown.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.home-willkommen {
	background: rgba(255, 255, 255, 0.70)  !important;
	/*background: rgba(255, 255, 255, 0.70)  !important;*/
	margin-left: 0 !important;
	padding: 40px; 
}
.uk-section-default {
    background: transparent !important;
}
/*
.tm-page {
	background: url(../../../images/layout/bg.jpg);
}




*/

.trenner {
	height: 25px;
}

.home-vier-spalter {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(34,34,34,1) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(34,34,34,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(34,34,34,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 ) !important; /* IE6-9 */	
}

.uk-navbar-container:not(.uk-navbar-transparent) a, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-dropdown-nav > li:not(.uk-active) > a:not(:hover) {
	color: #fff !important;
}


.text-primary {
	background-color: #8C0C0C;
	color: #fff;
	padding: 15px;
}

.header_bild {
	
	color: #fff;

text-shadow: -1px -1px 1px rgba(255,255,255,.1), 2px 2px 2px rgba(0,0,0,1);

}

.chronoforms6_credits {
	display: none;
	height: 0;
	visibility: hidden;
}

.submit-button {
	color: #fff !important;
	background: #8c0c0c !important;
}

#system-message-container {
	background-color: #a8ffc7;
}

#system-message-container h3 {
	display: none;
}

#system-message-container .uk-alert {
background: transparent !important;
margin-bottom: 0 !important;
padding: 20px;	
}


.ui.form .field > label, .ui.form, .ui.checkbox label, .ui.button {
    font-size: 17px !important;
    font-weight: normal !important;

}

.button-fixed {
position: fixed;
width: 55px;
height: auto;
padding: 12px 0;
text-align: center;
background: transparent;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
z-index: 9999;
right: 0;
}

.button-fixed-1 {
top: 635px;
}
.button-fixed-2 {
top: 775px;
}


@media only screen and (max-width: 958px)  {
	
.button-fixed-1 {
top: 235px;
}
.button-fixed-2 {
top: 375px;
}

} 