@charset "utf-8";
/* CSS Document */







table td.tablesort{
	border-top: none;
	border-bottom: 1px solid transparent;
}



.scaletxt{
	height: auto !important;
	font-size: 0.8rem !important;
}

a.comment, a.sortprint{
	color: #000000 !important;
	text-decoration: none;
}

.sortprint {
	margin-right: 7px;
}

span.sname{
	font-weight: 600;
	font-size: 1.4em;
color: #C50A33;
}

span.szusatz{
	font-weight: 600;
	font-size: 14px;
	color: #C50A33;
}


span.cname{
	color: #A0A0A0;
	line-height: 60px;
	font-size: 1em;
	
}

.carousel-inner-varieties{
	overflow-x: hidden;
	position: relative;
	width: 65%;
}




.carousel-item{
    -webkit-transition: 4.0s ease-in-out;
    -moz-transition: 4.0s ease-in-out;
    -o-transition: 4.0s ease-in-out;
    transition: 4.0s ease-in-out;
}



.text-muted {
font-size: 0.775rem;
border: 0.5px solid #6c757d;
padding: 0.5%;
}


.nav-tabs .nav-link.active{
	border-color: transparent;
}

.nav-tabs .nav-link:hover{
	border-color: transparent;
}


.blockheader{
	font-weight: 600;
}
.backcolor {
    background-color: #EDF3DA;
    padding: 2% 2%;
}


.noleftpadding {
    padding-left: 0 !important;
}


.progress-bar{
	background-color: #96c038;
	border: 1px solid #ffffff;
	height: 0.8rem;
}

.progress-bar-light{
	background-color: #EDF3DA;
	border: 1px solid #ffffff;
	height: 0.8rem;
}

.progress-bar-height {

    background-color: #96c038;
    border: 1px solid #ffffff;
    color: #ffffff;
    /*height: 2rem;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}


.progress{
	background-color: transparent;
	height: 2.29rem;
	font-size: 1rem;
}


.greenbar{
	background-color: #96C038;
	margin-bottom: 0px;
	padding: 1vh;
	/*margin: 2% 0%;*/
	color: #ffffff;
}

.borderwhite{
	border: 1px solid #ffffff;
}

h4.greenbar{
	/*padding-left: 21px;
	padding-top: 0.5%;*/
	color: #ffffff;
	text-align: left;
	justify-content: center;
	
}


.entry-image {
    margin-bottom: 30px;
}

.margin-right{
	margin-right: 3%;
}


.bluebar{
	background-color: #013068;
	padding: 1vh;
	margin: 2% 0%;
	color: #ffffff;
}


.entry-title h4{
	font-size: 15px;
	font-weight: 600;
	padding-left: 40px;
}

.interferer, .entry-image{
	padding-left: 40px;
}


.interferer{
	background-color: #c61408;
	padding: 0.5em;
	color: #fff;
	box-shadow: 3px 3px 4px #474747;
}

/*ul{
	list-style: none;
}*/

ul.strongpoints{
	list-style: unset;
		margin-left: 2rem;
		margin-right: 2rem;
}


/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/


.tabs {
	position: relative;
	/*margin: 0 0 30px 0;*/
}

ul.tab-nav:not(.tab-nav-lg) {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}

ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}

ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin-left: 15px;
	border-left: 1px solid #DDD;
}

ul.tab-nav:not(.tab-nav-lg) li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}

ul.tab-nav:not(.tab-nav-lg) li a {
    display: block;
    padding: 0 15px;
    color: #444;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: bold;
	text-decoration: none;
}


ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a{
	position: relative;
	top: 1px;
}


ul.tab-nav:not(.tab-nav-lg) li:first-child{
	margin-left: 0px;
}


.tab-content{
	border: 1px solid #DDD;
	border-top: none;
	padding: 2%;
}




/* Tabs - Alternate Nav
-----------------------------------------------------------------*/

.tabs.tabs-alt ul.tab-nav li { border-color: transparent; }

.tabs.tabs-alt ul.tab-nav li:first-child { border-left: 0; }

.tabs.tabs-alt ul.tab-nav li a { background-color: #FFF; }

.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border: 1px solid #DDD;
	border-bottom: 0;
}


/* Tabs - Top Border
-----------------------------------------------------------------*/

.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #1ABC9C;
}

.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a { height: 42px; }


/* Tabs - Bottom Border
-----------------------------------------------------------------*/

.tabs.tabs-bb ul.tab-nav li {
	border: 0;
	margin: 0;
}

.tabs.tabs-bb ul.tab-nav li a {
	background-color: transparent;
	border-bottom: 2px solid transparent;
}

.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #1ABC9C;
	top: -2px;
	height: 44px;
	line-height: 44px;
}


/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/


ul.tab-nav.tab-nav2 {
	border-bottom: 0;
}

ul.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}

ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}

ul.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #1ABC9C;
	color: #FFF;
}


/* Tabs - Large Navigation
-----------------------------------------------------------------*/


ul.tab-nav-lg {
	margin-bottom: 20px;
	list-style: none;
}

ul.tab-nav-lg li {
	float: left;
	position: relative;
	text-align: center;
	padding: 15px;
}

ul.tab-nav-lg li a {
	display: inline-block;
	color: #444;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.tab-nav.tab-nav-lg li i {
	display: block;
	font-size: 28px;
	margin: 0 0 7px;
}

ul.tab-nav-lg li.ui-tabs-active a {
	color: #1ABC9C;
}



ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before,
ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: auto;
	bottom: -50px;
	border: solid transparent;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:after {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}

ul.tab-nav-lg.tab-nav-section li.ui-tabs-active:before {
	border-top-color: #FFF;
	border-width: 16px;
	left: 50%;
	margin-left: -16px;
}


/* Tabs - Content Area
-----------------------------------------------------------------*/


.tab-container {
	position: relative;
    border: 1px solid #DDD;
    border-top: none;
    padding: 2%;
}

ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

/* Tabs - Bordered
-----------------------------------------------------------------*/

.tabs-bordered ul.tab-nav li:first-child { margin-left: 0; }

.tabs-bordered .tab-container {
	border: 1px solid #DDD;
	border-top: 0;
	padding: 20px;
}


/* Tabs - Side Tabs
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav {
	float: left;
	width: 200px;
	padding: 20px 0;
	border-bottom: 0;
	border-right: 1px solid #DDD;
}

.side-tabs ul.tab-nav li {
	float: none;
	border: 1px solid #DDD;
	border-right: 0;
	border-top: 0;
	height: auto;
	text-align: left;
}

.side-tabs ul.tab-nav li:first-child {
	margin-left: 0;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.side-tabs ul.tab-nav li.ui-tabs-active a {
	top: 0;
	right: -1px;
}

.side-tabs .tab-container {
	overflow: hidden;
	padding: 15px 0 0 20px;
}

.ui-tabs .ui-tabs-hide {
	position: absolute !important;
	left: -10000px !important;
	display:block !important;
}


/* Tabs - Side Tabs & Nav Style 2
-----------------------------------------------------------------*/

.side-tabs ul.tab-nav.tab-nav2 { border: 0; }

.side-tabs ul.tab-nav.tab-nav2 li {
	border: 0;
	margin: 6px 0 0;
}

.side-tabs ul.tab-nav.tab-nav2 li:first-child { margin-top: 0; }

.side-tabs ul.tab-nav.tab-nav2 li a { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }

.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a { right: 0; }


/* Tabs - Side Tabs & Bordered
-----------------------------------------------------------------*/

.tabs-bordered.side-tabs ul.tab-nav {
	position: relative;
	padding: 0;
	z-index: 2;
	margin-right: -1px;
}

.tabs-bordered.side-tabs ul.tab-nav li a {
	height: auto;
	line-height: 44px;
}

.tabs-bordered.side-tabs ul.tab-nav li.ui-tabs-active a {
	right: -1px;
	border-right: 1px solid #FFF;
}

.tabs-bordered.side-tabs .tab-container {
	overflow: hidden;
	padding: 20px;
	border-top: 1px solid #DDD;
}



@media screen and (max-width: 768px) {
  
  
	hr{
		border-top: none;
	}
	
	.mo{
		margin-left: 2rem !important;
		margin-right: 1rem !important;	
	}
	
	.entry-title h4{
	padding-left: 5px;
	}
	
	.carousel-inner-varieties{
	width: 100%;
	}

}




@media only screen and (max-width: 697px) {
	.tabmobil {
		display: inline-block; 
		width: 50%;
	}
	
	ul.tab-nav:not(.tab-nav-lg) li{

		text-decoration: underline;
	
	}
	
	ul.tab-nav:not(.tab-nav-lg) li a{
		font-size: 13px;
	}
	
	
}


@media only screen and (max-width: 575px) {
	#star.container {
	    padding-right: 5px !important;
	    padding-left: 5px !important;
	}
	
}



@media screen and (max-width: 320px) {
	
	.entry-title h4{
		padding-left: 1vh;
	}

}