/*
 * primary color: rgb(104,170,118);
 *
 */
 
h1, h2 {
	color: rgb(104,170,118);
	font-weight: 400;
}

h3, h4 {
    color: rgb(104,170,118);
    margin: 30px 0px 10px 0px;
}
hr {
	margin: 0 !important;
}
p {
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 10px;
}
p.no-top-margin {
	margin-top: 0px;
}
* {
	font-family: 'Roboto', sans-serif !important;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}

a {
	text-decoration: none;
	text-transform: none;
}
a.basic-link {
	color: #3d9a56 !important;
}
a.back {
	float: right;
	display: block;
	position: relative;
}
a.back i {
	position: absolute;
	left: -30px;
    top: -5px;
}
.emtykraut {
	color: #2f92dc69 !important;
}
#intro {
	display: block;
	width: 100%;
    max-width: 960px;
    margin: auto;
}

#logoWrap {
	text-align: center;
	padding-top: 50px;
}

#logoWrap img {
	width: 250px;
}

.content a:hover {
	text-decoration: none;
}

#choose {
	width: 400px;
	margin: auto;
	margin-top: 200px;
}

hr.standard-devider {
	opacity: 0.5;
    border-top: 1px solid #aaa;
}

.item {
	width: 350px;
	margin: 10px;
	cursor: pointer;
}

.top {
	width: 350px;
	background-color: #7aba8b;
	padding: 15px;
}

.center {
	display: none;
	width: 350px;
	background-color: #e8efd8;
	color: #465721;
	padding: 15px;
}

.chooseHeader {
	color: white;
	font-size: 23px;
	font-weight: 400;
	word-break: break-word;
/*
	display: table-cell;
	vertical-align: middle;
*/
}

#homeContainer {
	margin-top: 50px;
	width: 100%;
}

#homeContainer:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.kachel {
	width: calc(25% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#bg-home {
    z-index: -1;
    opacity: 0.3;
    width: 250px;
    margin: auto;
    position: relative;
    display: block;
    margin-top: 50px;
}
.scrolltome:focus { border:none; outline: none; }
.kachelHeading {
	text-align: center;
	background-color: rgb(34,131,54);
	color: white;
	min-height: 90px;
	height: 90px;
	padding: 5px;
	font-size: 27px;
	display: table;
	width: 100%;
}

.kachelHeading > a {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.kachelContent {
	background-color: rgb(211,231,215);
	width: 100%;
	padding: 5px;
	color: #465721;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}

#header {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

#header > #logoWrap {
	padding-top: 20px;
}

#header > #logoWrap  img {
	width: 200px;
}

#navigation {
	margin-top: 20px;
	background-color: #3d9a56;
	padding: 0px;
}

/*
#navigation:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
*/

#navigation a {
	color: white;
}

#navigation > ul {
	list-style: none;
	padding: 0;
	max-width: 1000px;
	margin: auto;
}

#navigation > ul:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#navigation > ul > li {
	float: left;
	padding: 12px 0px;
	text-align: center;
}





.subNav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	margin-top: 10px;
}

.subNav > li {
	text-align: left;
	
}

/*
.subNav > li:hover > a {
	text-decoration: underline;
}
*/

.sub:hover > .subNav {
	display: block;
}



#wrapper {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.content {
	padding-left: 20px;
	padding-right: 20px;
}

.content:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#cOver {
	background-color: #e8efd8;
    padding: 10px;
    list-style: none;
}

.courseWrap {
	display: block;
	width: 100%;	
}

.overview {
	width: 20%;
	float: left;
}

.overview > ul > li {
	padding: 2.5px 0px;
}

.overview > ul > li > span {
	color: #465721;
	cursor: pointer;
}

.overview > ul > li > span:hover {
	text-decoration: underline;
}

.courseContent {
	width: calc(80% - 20px);
	float: right;
	padding: 10px;
	padding-right: 0px;
}

.courseWrap:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.bx-wrapper {
	margin-bottom: 20px;
}

.offerContainer {
	position: relative;
}

.offerElement {
	position: relative;
	margin: 10px;
/* 	border: 1px solid #465721; */
	padding: 10px;
	min-height: 67px;
	margin-right: 0px;
    width: calc(100% - 20px);
}

.offerElement:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    
}

.dfp {
	width: 70px;
	margin-top: 10px;
	float: left;
}
.oeak {
	height: 38.109px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
.oecert {
	height: 38.109px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}

.other {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}


.arrow {
	position: absolute;
    top: 50%;
    margin-top: -12.5px;
    cursor:pointer;
    width: 25px;
}

.Carrow {
	position: absolute;
    top: 50%;
    margin-top: -12.5px;
    cursor:pointer;
}

.info {
	display: block;
	margin-top: 10px;
}

.info:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.hideable {
	display: none;
}

.button {
/* 	border: 1px solid #465721; */
    padding: 10px;
    background-color: white;
    text-decoration: none;
    color: #7aba8b;
    margin-top: 10px;
    cursor: pointer;
}

.button:hover {
	opacity: 0.6;
}

label {
	width: 100%;
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: black;
}

.textfield {
	width: calc(66% - 14px);
    margin-top: 5px;
    padding: 3px 5px;
    font-size: 18px;
    border-radius: 5px;
    border-width: 1px;
}
.table-cart-info {
	width: calc(66% - 14px);
}
.textarea {
	max-width: calc(100% - 12px);
	width: calc(66% - 12px);
    margin-top: 5px;
    padding: 5px;
    font-size: 18px;
}

#footer {
	margin-top: 20px;
	min-height: 50px;
	background-color: rgb(211,231,215);
	width: 100%;
}

#footer:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#footerLeft {
	padding: 40px;
	width: calc(50% - 80px);
	float: left;
}

#footerRight {
	padding: 40px;
	width: calc(50% - 80px);
	float: right;
}

.employee {
	width: 100%;
	border-bottom: 2px solid grey;
	margin-bottom: 20px;
}

.employee:last-child {
	border-bottom: none;
}

.employee:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.emp_data {
	width: calc(70% - 20px);
	float: left;
	padding: 10px;
}

.emp_data a {
	color: #0d812c !important;
	text-decoration: none !important;
}

.emp_pic {
	width: calc(30% - 20px);
	float: right;
	padding: 10px;
	margin-bottom: 20px;
}

.scriptItem {
	width: 100%;
	display: block;
}

.scriptItem:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.scriptDetails {
	width: calc(70% - 10px);
	float: left;
	padding-right: 10px;
}

.scriptDownload {
	width: calc(30% - 10px);
	padding-left: 10px;
	padding-top: 59.44px;
	float: right;
}

.locationItem {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid grey;
}

.locationItem:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.locationItem:last-child {
	border-bottom: none;
}

.locationItem a {
	color: #465721 !important;
}

.locationItem iframe {
	border: none;
	pointer-events: none;
	margin-top: 20px;
}

.locationItem > .left {
	text-align: left;
	width: 50%;
	float: left;
}

.locationItem > .right {
	width: 50%;
	float: right;
}

.galleria-theme-classic .galleria-counter {
	color: black !important;
}

.galleria-theme-classic {
	background: rgba(232, 239, 216, 0.3) !important;	
}

.customSelect {
	margin-right: 10px;
    border: 1px solid #465721;
    background-color: transparent;
    width: 156px;
    height: 28px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding-left: 20px;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin: 20px;
    margin-left: 0px;
}

#menu-bars {
	display: none;
}

.emp-plus {
	width: 20px;
	float: right;
	cursor: pointer;
	font-size: 1.4em;
}

.club-plus {
	width: 20px;
	float: right;
	cursor: pointer;
	font-size: 1em;
}

.employees {
	display: none;
}

#courseOverView {
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
	text-align: center;
}

.courseWrapper {
	width: calc(25% - 20px);
	padding: 10px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.course {
	width: 100%;
/* 	margin: 10px; */
/* 	border: 1px solid #465721; */
	height: 200px;
	padding-top: 5px;
	color: #7aba8b;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
}

.course:hover {
/* 	background-color: #465721; */
	opacity: 0.7;
	cursor: pointer;
}

#courseOverView:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#back {
	color: #7aba8b;
	font-size: 16px;
	cursor: pointer;
	padding-left: 0px;
}

#back:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.course hr {
	margin-bottom: 0px;
	border-color: white;
}

.courseOverImage {
	width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.re {
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
}

#oecert {
	width: 100px;
	margin: 10px;
}

.courseColor {
	position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
}

.courseColor > div {
	width: 8px;
	height: 100%;
}

.courseOverHeading {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.courseHeadingWrap {
	height: 42px;
	display: table;
	width: 100%;
	text-align: center;
}

.noEntry {
	display: none;
}

/* LOGIN FORMS */

#loginFormWrapper {
	position: absolute;
	top: 20px;
}

#logout {
	cursor: pointer;
	color: #3d9a56;
}

#changepassword {
	cursor: pointer;
	color: #3d9a56;
}

#goToLogin,
#goToRegister {
	border: none;
	color: #3d9a56;
	padding: 0;
	margin: 0;
}

#login .button,
#register .button {
	border: none !important;
}

#login .textfield {
	border-radius: 5px;
	width: 100%;
}

/* ARCHIVE */

#profileLeft {
	width: calc(30% - 20px);
	margin-right: 20px;
	float: left;
}

#profileRight {
	width: calc(70% - 21px);
	padding-left: 20px;
	border-left: 1px solid grey;
	float: right;
}

#profileRight .textfield {
	width: 100%;
}

#profilepic {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#profilepic img {
	width: 70%;
	margin: auto;
	border-radius: 50%;
	max-width: 188px;
}

.nice-select.notdisplayed {display: none;}
.displayopened {display: block !important;}

.nice-select.profession3 { width: calc(100% - 25px); margin-left: 25px;}
.nice-select.profession2 { width: 100%; margin-bottom: 8px;}
.nice-select.profession2.textf {width:calc(66% - 14px);}
.nice-select.profession3.textf { width:calc((66% - 14px) - 25px); }
#searchBox {
	width: 100%;
	margin-bottom: 15px;
}

#searchBox:after {
	content: "";
	display: table;
	clear: both;
}

#infos {
	width: 100%;
}

#infos:after {
	content: "";
	display: table;
	clear: both;
}

#infos #left {
	width: calc(33% - 10px);
	margin-right: 10px;
	float: left;
}

#infos #middle {
	width: 33%;
	float: left;
	overflow: hidden;
}

#infos #right {
	width: calc(33% - 10px);
	margin-left: 10px;
	float: left;
}

#archiveStart {
	width: 100%;
}

#archiveStart:after {
	content: "";
	display: table;
	clear: both;
}

#archiveStart #categories {
	width: calc(30% - 10px);
	margin-right: 10px;
	float: left;
}

#archiveStart #searchWrapper,
#wdbOverview #searchWrapper {
	width: calc(70% - 10px);
	margin-left: 10px;
	float: right;
}

/* #wdbOverview > a > h1 {
	color: black;
} */

.backToRoots {
	width: 100%;
    height: 35px;
}
.wdb-mobile-navigation {
	display: none;
}
.such-erg-warpper {width: 100%;}
.such-warpper { width: calc(30% - 10px); display:inline-block;}
.such-warpper > p { padding-left: 10px;}
.erg-warpper {width: calc(70% - 10px); display:inline-block;}
.erg-warpper > p {padding-left: 20px;}

.title-h2 {color: #000;}
@media(max-width: 599px) {
	.such-warpper { width: 100%; display: block;}
	.erg-warpper { width: 100%; display: block;}
	.erg-warpper > p {padding-left: 0;}
	.such-warpper > p {padding-left: 0;}
	#searchBox .wdb-searchKraut {
		width: 100%!important;
	
	}
	.hide-mobile {
		display: none;
	}
	
	#wdbOverview #searchWrapper {
		width: calc(100% - 10px);
		margin: 0 auto; 
		float: right;
	}
	
	#wdbCatContainer {
		display: none;
	}
	
	.wdb-mobile-navigation {
		display: block;
		width: 100%;
		background: rgb(104,170,118);
		color: #fff;
		padding: 10px;
		margin: 20px 0px;
	}
	
	.wdb-mobile-navigation i {
		font-size: 25px;
	}
	
	.wdb-mobile-nav-container {
		display: none;
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #fff;
	}
	
	.wdb-mob-nav-item div,
	.wdb-mob-nav-item:visited div,
	.wdb-mob-nav-item:active div,
	.wdb-mob-nav-item:hover div {
		display: block;
		color: #fff;
		text-decoration: none;
		padding: 3px;
		font-size: 18px;
		font-weight: 200;
	}
	
	.wdb-mob-nav-items {
		list-style: none;
	}
	
	.wdb-mob-nav-items li a,
	.wdb-mob-nav-items li a:hover,
	.wdb-mob-nav-items li a:active,
	.wdb-mob-nav-items li a:visited {
		color: #fff;
		text-decoration: none;
		font-weight: 200;
	}
	
	.wdb-section {
		border-bottom: none !important;
		color: #fff !important;
	}
	
	.wdb-section.disabled {
		color: rgb(145, 235, 164)!important;
	}
	.wdb-section.disabled:hover {
		cursor: default;
		color: rgb(145, 235, 164)!important;
	}
	#searchBox .searchbutton {
		margin-top: 20px !important;
		margin-left: 0px !important;
		width: 100% !important;
		float: unset !important;
	}
	
	#searchBox .selwrap {
		width: calc(50% - 40px) !important;
		float: left !important;
		margin: 20px !important;
		
	}

	#showname {
		margin-right: 0px !important;
		float: right !important;
	}

}

#wdb-searchField {
	height: 40px;
	font-size: 20px;
	font-weight: 200;
	width: 100%;
	float: left;
}
.wdb-searchKraut {
	width: calc(100% - 210px) !important;
	height: 40px;
	font-size: 20px;
	font-weight: 200;
	float: left;

}
.backbutton{
	height: 40px;
	padding: 7px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	background-color: rgb(104,170,118);
	border: none;
	/*width: calc(33.33% - 10px);*/
	width: 19.5% !important;
	/* float: right; */
	position: relative;
	/* margin: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 2px; */
}
.backbutton i {
	font-size: 25px;
	position: absolute;
	bottom: 7px;
	left: 10px;
}
.searchbutton {
	height: 40px;
	padding: 7px;
	padding-left: 40px;
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	background-color: rgb(104,170,118);
	border: none;
	/*width: calc(33.33% - 10px);*/
	width: 19.5% !important;
	float: right;
	position: relative;
	margin: 20px;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 2px;
}
.searchbutton.kraut {
	margin-top: 0;

}
.searchbutton i {
	font-size: 25px;
	position: absolute;
	bottom: 7px;
	left: 10px;
}

#searchBox .selwrap {
	width: calc(33.33% - 10px);
	float: left;
	margin: 20px;
	/* margin-left: 15px; */
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 2px;
}

.reset-search {
	display:none; height:40px; padding-top:11px; 
}

#searchBox .nice-select {
	float: unset;
	width: 100%;
	border-radius: 0px;
	height: 40px;
	border-color: rgb(104,170,118);
}

#searchBox .list {
	width: 100%;
	border-radius: 0px;
	max-height: 350px;
	overflow-y: auto;
}

.overEntry {
	padding-bottom: 0px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.overEntry p {
	margin: 0;
}

.category,
.wdb-section {
	padding: 10px;
	border-bottom: 1px solid grey;
	font-style: 14px;
	color: rgb(104,170,118);
	color: black;
	font-weight: bold;
}
.category,
.wdb-section.disabled {
	color: rgb(202, 201, 201);
}
.wdb-section.disabled:hover {
	cursor: default;
	background-color: #fff;
	color: rgb(202, 201, 201);
}
.active-category {
	background-color: rgb(211,231,215);
	color: black !important;
}
.category:hover,
.wdb-section:hover {
	background-color: rgb(211,231,215);
	color: black;
	cursor: pointer;
}

/*
.category:last-child,
a .wdb-section:last-child {
	border-bottom: none;
}
*/
.abstractcheckLABEL{
	width: auto;
	display: inline;
	font-size: 16px;
}
input[type=checkbox]
{
/*
  -ms-transform: scale(2); 
  -moz-transform: scale(2); 
  -webkit-transform: scale(2); 
  -o-transform: scale(2); 
  padding: 10px;
*/
}
#abstractCheckbox{
	font-size: 110%;
	display: inline;
	margin-top: 5px;
	margin-left: 7px;
	border-radius: 5px;
	border-width: 1px;
}
/* REGISTER */
form#registerFrm {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}

form#registerFrm label,
p#pAsLabel {
	color: 	#3d9a56;
	font-weight: 400;
}

form#registerFrm .textfield {
	width: 100%;
}

form#registerFrm .textfield:invalid {
	border: 1px solid red;
}

form#registerFrm .textfield:valid {
	border: 1px solid black;
}

form#registerFrm fieldset#package-selection {
	margin: 0;
}

#registerbtn {
	float: right;
	border: none;
	background-color: #3d9a56;
	color: #fff;
}

/* WDB */
#wdbCatContainer {
	width: 100%;
}

#wdbCatContainer-mobile {
	
}

#wdbCatContainer #categories {
	width: calc(30% - 10px);
	margin-right: 10px;
	float: left;
}

h3.entryHead {
	margin: 10px;
}

h3.entryHead a {
	color: rgb(104,170,118);
}


/* PRIVACY POLICY */
div.policy {
	margin: 20px 0px;
}

.grey_text {
	color: #AAA;
}

button.primary {
	background: rgb(61, 154, 86);
	color: #fff;
	border: none;
	padding: 10px;
}

button.primary:hover {
	animation:	btn_primary_hover 0.3s forwards;
}

@keyframes btn_primary_hover {
	from {background: rgb(61, 154, 86);}
	to {background: rgb(91, 184, 116);}
}

button.cancel,
button.register {
	border: none;
}

.crossSelling {
	border: 1px solid grey;
	padding: 20px;
}

.crossSelling h3 {
	margin: unset;
	font-weight: 500;
}

.sellingPr {
	margin: 10px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.05);
	margin-left: 0px;
}

.crossSelling a {
	color: black;
	text-decoration: none;
}

.crossSelling a:hover {
	color: black;
	text-decoration: none;
}

.crossSelling a:hover .sellingPr {
	opacity: 0.8;
}

.sellingPr b {
	font-weight: 400;
}

/* Experten Suche */
#searchBox .select-begriff {
	display: inline-block;
	width: calc(29% - 10px);
	/* float: left; */
	/* height: 40px; */
	margin: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
#searchBox .select-begriff.op{ 
	width: calc(11% - 10px);
	display: inline-block;
}
#searchBox .select-begriff.themen{
	display: inline-block;
	width: calc(41.33% - 10px);
	/* float: left; */
	height: 40px;
	margin: 0;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
}
#searchBox .select-begriff.medientyp{
	display: inline-block;
	width: calc(41.33% - 10px);
	/* float: left; */
	height: 40px;
	margin: 0;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
}
#searchBox .select-begriff.datentraeger{
	display: inline-block;
	width: calc(41.33% - 10px);
	/* float: left; */
	height: 40px;
	margin: 0;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
}
#searchBox .select-begriff.sprache{
	display: inline-block;
	width: calc(41.33% - 10px);
	/* float: left; */
	height: 40px;
	margin: 0;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
}
#searchBox .select-begriff.lehrgang{
	display: inline-block;
	width: calc(41.33% - 10px);
	/* float: left; */
	height: 40px;
	margin: 0;
	/* margin-left: 0; */
	/* margin-right: 15px; */
}
.exp-searchField {
	height: 40px;
    font-size: 20px;
	font-weight: 200;
	width:40%;
    display: inline-block;
    border: none;
	border: 1px solid rgb(104,170,118);
}
.button.plus{
	display: inline-block;
	height: 40px;
	padding: 7px;
	width: 40px;
	/* padding-left: 40px; */
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	background-color: rgb(104,170,118);
	border: none;
	/*width: calc(33.33% - 10px);*/
	/* width: 19.5% !important; */
	margin: 10px;
	margin-right: 15px;
	margin-left: 0;
	margin-top: 10px;
	float:right;
}
.button.minus{
	display: none;
	height: 40px;
	padding: 7px;
	width: 40px;
	/* padding-left: 40px; */
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	background-color: rgb(104,170,118);
	border: none;
	/*width: calc(33.33% - 10px);*/
	/* width: 19.5% !important; */
	margin: 10px;
	margin-right: 15px;
	margin-left: 0;
	margin-top: 10px;
	float:right;
}
.button.searchbutton.exp {
	margin-top: 2px;
	margin-bottom: 0;
	margin: 10px;
    margin-left: 0;
    margin-right: 15px;
}
.searchr {
	display: inline;
    margin-top: 10px;
    
}
/* WDB */

.krautImage {
	/* float: right; */
	width: 100%;
	height: auto;
	max-width: 150px;
	margin-right: 8px;
}
.wdb-image-wrapper {
	width: 650px;
    height: 650px;
    vertical-align: middle;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
}
.wdbimage .modal-dialog {
	width: 700px;
}
@media (max-width: 700px) { 
	.wdbimage .modal-dialog {
		width: auto;
	}
	.wdb-image-wrapper {
		width: 350px;
    	height: 350px;
	}
}
@media (max-width: 400px) { 
	.krautImageWrap {
		text-align: center;
		
	}
	.krautImage{
		display: block;	
		margin: auto;
		margin-bottom: 8px;	
	}
	.wdb-image-wrapper {
		width: 250px;
    	height: 250px;
	}
}
.krautImageWrap {
	width: 100%;
	margin-bottom: 20px;
}

.krautImageWrap:after {
	content: "";
	display: table;
	clear: both;
}

.tp_link {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: rgb(104,170,118);
	cursor: pointer;
	
}

.tp_link.coma:after { content: "";}

.tp_atag { color: rgb(104,170,118); }
.nocursor .tp_link { cursor: default !important; color:#000;}
.nocursor {cursor: default !important; color:#000; }

.tp_link:after {
	content: ",";
}
.tp_link.nocoma:after {content: "";}

.tp_link.nocoma {
	margin-left: 0;
	margin-top: 0;
}

.panel a {
	color: #3d9a56;
	cursor: pointer;
}

.panel a:hover {
	text-decoration: underline;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 2px;
    margin-top: 2px;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.rezeptzutat {
	border-bottom: 1px solid grey;
}

.rezeptzutat td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.loadmask {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 5000000;
	text-align: center;
	display: none;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url(../img/wstcm-loader.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 150px;
}

.cartbtn {
	background-color: rgb(104,170,118);
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 30px;
}

#fourpoints {
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
}

#fourpoints a {
	text-decoration: none !important;
}

#fourpoints .point {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 180px;
	cursor: pointer;
}

#fourpoints span {
	font-size: 16px;
	font-weight: 400;
	color: black;
	text-decoration: none;
}

#fourpoints .circle {
	background-color: rgb(104,170,118);
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	display: table;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#fourpoints .circle:hover {
	width: 80px;
	height: 80px;
	margin-top: 0px;
}

#fourpoints .circle i {
	display: table-cell;
	vertical-align: middle;
	color: white;
	text-decoration: none;
}

#lernenNew img {
	width: 100%;
	max-width: 500px;
	margin: 20px auto;
	display: block;
}

#lernenNew .newtextspan {
	width: 100%;
	max-width: 500px;
	margin: 10px auto;
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #8a8a8a;
}

.circle_container {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    font-size: 14px;
    color: white;
    text-align: center;
    background: rgb(104,170,118);
    box-shadow: 0 0 0 3px rgb(104,170,118);
    display: table;
    margin: 10px;
}

.circle_container span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

#club-discount {
	position: absolute;
	right: 20px;
	bottom: 20px;
	transform: rotate(10deg);
}

.clubbuttonlink {
	position: absolute;
	right: 55px;
	bottom: 0px; 
	color: rgb(104,170,118); 
	font-weight: bold;
}

.radio {
	margin-top: 15px;
}

.radio > span {
	padding-left: 7px;	
}

.underlined {
	text-decoration: underline;
}

.clearboth {
	clear: both;
}
.table-zutat { display: table; width: 100%; box-sizing: border-box;}
.table-zutat > div {display: table-cell; width: 50%; padding: 4px;}

.hei {background-color: #F8AEB5;}
.war {background-color: #F8D9B5;}
.neu, .neutral {background-color: #e2e0e0;}
.war-kue {background-color: #cfbbde;}
.warm.kühl {background-color: #cfbbde;}
.kue {background-color: #D8ECF6;}
.kal {background-color: rgb(126, 206, 243);}

.table-container {
	display: block;
	margin: 2em auto;
	width: 100%;
	background-color: #fff;
	/* // max-width: 600px; */
	border-bottom: 1px solid rgb(112,173,71);
	color: #538135;
  }
  
  .flag-icon {
	margin-right: 0.1em;
  }
  
  .flex-table {
	display: flex;
	flex-flow: row wrap;
	transition: 0.5s;
	/* padding: 4px; */

  }
  /* .flex-table:first-of-type {} */
  .flex-table :first-of-type .flex-row {
	/* background: $table-header; */
	color: #538135;
	/* border-color: $table-header-border; */
  }
  .flex-table.row:nth-child(odd) .flex-row {
	background: #E2EFD9;
  }
  .flex-table:hover {
	transition: 500ms;
  }
  .flex-table.header {
	padding: 2px 4px;
	border-top: 1px solid rgb(112,173,71);
	border-bottom: 1px solid rgb(112,173,71);
	font-weight: bold;
	color: #538135;
  }
  .flex-table.row.border {
	/* border-bottom: 2px solid black; */
  
  }
  .flex-row {
	width: calc(100% / 3);
	text-align: left;
	padding: 2px 4px;
	/* // padding: 0.5em 0.5em; */
  }
  
  .rowspan {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
  }
  
  .column {
	display: flex;
	flex-flow: column wrap;
	width: 75%;
	padding: 0;
	margin: 0 !important;
	
  }
  .column .flex-row {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	padding: 0;
	border: 0;
  }
  .column .flex-row:hover {
	transition: 500ms;
  }
  .flex-cell {
	width: 100%;
	text-align: left;
	/* // padding: 0.5em 0.5em;
	&:last-child {} */
  }

@media (max-width: 800px) {
	.table-zutat { display: block;}
	.table-zutat > div { display: block; width: 100%;
	#club-discount {
		position: relative;
		right: unset;
		bottom: unset;
		margin: 20px auto;
	}
	.clubbuttonlink {
		position: relative;
		right: unset;
		bottom: unset; 
		color: rgb(104,170,118); 
		font-weight: bold;
		margin: 10px auto;
		width: 100%;
		text-align: center;
		display: block;
	}
	#searchBox .select-begriff{ 
		width: 100%;
	}
	#searchBox .select-begriff.op{ 
		width: 100%;
	}
	#searchBox .select-begriff.themen{ 
		width: 100%;
	}
	#searchBox .select-begriff.medientyp{ 
		width: 100%;
	}
	#searchBox .select-begriff.datentraeger{
		width: 100%;
	}
	#searchBox .select-begriff.sprache{
		width: 100%;
	}
	#searchBox .select-begriff.lehrgang{
		width: 100%;
	}
	.exp-searchField {
		width: 100%;
		margin-left: 15px;
		margin-right: 15px;
	}

}

.newUserData {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 20px;
	z-index: 100000000;
}

.deleteFromCart {
	cursor: pointer;
}

.deleteFromCart:hover {
	text-decoration: underline;
}

.re {
/* 	width: 100% !important; */
}

#cartback {
	background-color: gray;
}

.newOfferButtons {
	margin-top: 70px;
}
/* .margin-top {margin-top: 40px;} */

.nice-select {
	width: 100%;
	border-radius: 0px;
	border-color: rgba(0,0,0, 0.2);
	padding-left: 5px;
}

textarea {
	border-color: rgba(0,0,0, 0.2) !important;
}

.addToListBtn {
	color: white !important;
    background-color: rgb(104,170,118);
    padding: 10px 20px;
    display: block;
}

.addToListBtn:hover {
	opacity: 0.8;
}

.anchor {
    padding-top:161px;
    margin-top:-161px;
 }
 
#archivelisttop {
 	border: 1px solid rgb(104,170,118);
    width: 25%;
    min-width: 220px;
    position: absolute;
    right: 0px;
    padding: 10px;
    top: -40px;
}
 
#archivelisttop span {
	  cursor: pointer;
}

#archivelisttop span:hover {
	color: rgb(104,170,118);
}

#archivelistbottom {
 	border: 1px solid rgb(104,170,118);
    width: 25%;
    min-width: 220px;
    position: absolute;
    right: 0px;
    padding: 10px;
}
 
#archivelistbottom span {
	  cursor: pointer;
}

#archivelistbottom span:hover {
	color: rgb(104,170,118);
}

.newplus {
	width: 20px;
    float: right;
    cursor: pointer;
    font-size: 1.4em;
}

.tcmbutton {
	margin: 30px;
}

.flex-item img {
	max-width: 100%;
}


