/*### Cookie consent ####################################*/

#cconsent-bar {top: 0px; bottom: auto!important;padding: 10px 15px !important; box-shadow: rgba(0,0,0,0.9) 0 0 15px}
#cconsent-bar .ccb__left {margin: 5px!important}
#cconsent-bar .ccb__right a:hover {color: #fff!important}
#cconsent-bar .ccb__right button {color: #70a428;}
#cconsent-bar.ccb--hidden {display: none!important;}
#cconsent-modal .ccm__content__heading a {display:block; margin-top: 10px; color:#70a428; }

body {
		font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
		color:#555;
		background:#f7f7f7;
		line-height: 1.8em
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
		font-weight: 700;
		margin: 1em 0 0.5em 0;
		letter-spacing: 0.035em;
		line-height: 1.4em;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color:inherit;
	}

h1,
.h1 {
  font-size: 28px;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
  margin: 30px 0 0 0;
}
h2,
.h2 {
  font-size: 24px;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
h3,
.h3 {
  font-size: 20px;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
h4,
.h4 {
  font-size: 16px;
  font-family: 'PTSansRegular', Arial, Helvetica, sans-serif;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 11px;
}
.nomarkup, .abbr {border:none!important;text-decoration-line:none}
.nomobile {display:none}
.left ul,
.left ol {padding:0; margin-bottom:20px}
.left ul li,
.left ol li {
    margin-left: 1.2em;
}
strong, .strong {font-weight: 700;	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;}
ul.none {margin:0;padding:0;list-style-type:none}
ul.none li {margin: 0 0 0.25em 0}
.martop10,.mt-1 {margin: 10px 0 0 0!important}
.martop20,.mt-3 {margin: 20px 0 0 0!important}
.martop30,.mt-3 {margin: 30px 0 0 0!important}
.marleft10,.ml-1 {margin: 0 0 0 10px!important}
.marleft20,.ml-2 {margin: 0 0 0 20px!important}
.marleft30,.ml-3 {margin: 0 0 0 30px!important}

.mt-1 {margin-top: 10px!important}
.mt-3 {margin-top: 20px!important}
.mt-3 {margin-top: 30px!important}
.mb-1 {margin-bottom: 10px!important}
.mb-2 {margin-bottom: 20px!important}
.mb-3 {margin-bottom: 30px!important}
.ml-1 {margin-left: 10px!important}
.ml-2 {margin-left: 0px!important}
.ml-3 {margin-left: 30px!important}
.mr-1 {margin-right: 10px!important}
.mr-2 {margin-right: 0px!important}
.mr-3 {margin-right: 30px!important}

.pt-1 {padding-top: 10px!important}
.pt-3 {padding-top: 20px!important}
.pt-3 {padding-top: 30px!important}
.pb-1 {padding-bottom: 10px!important}
.pb-2 {padding-bottom: 20px!important}
.pb-3 {padding-bottom: 30px!important}
.pl-1 {padding-left: 10px!important}
.pl-2 {padding-left: 0px!important}
.pl-3 {padding-left: 30px!important}
.pr-1 {padding-right: 10px!important}
.pr-2 {padding-right: 0px!important}
.pr-3 {padding-right: 30px!important}

code.passwd {margin: 0 5px;font-size: 90%;color: #5ea412;border: 1px solid #777777;padding:  3px;}

a {color:#333}
a.intlink {
	background: url(/images/icons/icon-right.svg) no-repeat 0% 0px;
	background-size: 20px;
	padding-left: 25px;
	font-family: 'PtSansBold', Helvetica, Arial, sans-serif;
	font-weight:  bold;
	color: inherit;
	margin-left: -2px;
	line-height: 24px;
	display:inline-block;

}
a.intlink[href^="mailto"]{
  	background-size: 14px;
	padding-left: 18px;
	margin-left: 2px;
	line-height: 18px;  
}
a.eath-this {} /* spamspan */

.clearboth {clear:both}
.header {
     background-image:url(/images/preview/bg-header-start.jpg);
     background-size: cover;
     background-position: 35% 60%;
     height: 340px;
     border-bottom: 1px solid #a0a0a0;
     margin-left: -15px;
     margin-right: -15px;
     /* position: relative; */
     }
body.workshop .header {
     background-position: 10% 0%;
     }
body.arbeitskreise .header {
     background-position: 50% 0%;
     }



.topnav {
    height: 40px;
    width: 100%;
    position:relative;
    background: #455660;
    list-style-type: none;
    margin: 0;
    line-height: 40px;
    font-size: 14px;
    }
.topnav ul {margin: 0;padding: 0;text-align: center;}
.topnav ul li {
        margin: 0 5px;
        padding: 0;
        display:inline;

    }
.topnav ul li a {color: #fff;text-decoration:none;}
.topnav ul li.suche {width: 20px; padding: 0; margin: 0 0 0 0}
.topnav ul li.suche img {width: 20px}
.header .logo {height: 24px;float:left;margin: 13px 0 13px 16px;/* position:absolute; */}

.nav {
    background:rgba(255,255,255,0.9);
    height: 50px;
    position: relative;
    width: calc(100% - 26px);
    margin: 10px auto;
    line-height: 50px;
    z-index: 1000;
    }

 ul.mainnav {
	height: 0;
	overflow: hidden;
	background: inherit;
	position:absolute;
	width: 100%;
	text-align:left;
}

ul.mainnav>li {
        margin: 10px;
        display: inline;
        list-style-type: none;
    }

ul.mainnav li a {color:#455660;text-decoration:none;}

ul.subnav li {
	display:block;
	line-height:25px
}
.header .login {width: 100%;max-width: 1520px;margin: 0 auto;position: relative;top: 0;bottom: 0;text-align:right;height: 270px;}
@media(min-width:1400px){.header .login {height: 315px;}}

.header .login .headernav,.header .login form {width: 210px;float:right;clear:right;margin: 10px 15px 0 15px;/* text-align: left; */}
.header .login .headernav {height: 50px;width: 240px!important;margin: 5px 15px 0 15px;}
.header .login .headernav img {height: 50px;margin-left: 20px;}
.header .login .headernav img.en {height: 50px;margin-left: 10px;}
.header .login form {text-align:left;margin-top: 0;}
.header .login form h5{color: #fff;text-shadow: rgba(0,0,0,1)0 1px 8px;}
.header .login input::placeholder {text-align:center}
.header .login .btn {width: 100%}

.header .login .login-error,
.header .login .login-encoded,
.header .login .login-user{position:absolute;right: 20px;bottom:10px;font-weight: 700;white-space:nowrap;margin:0;padding:0;line-height: 20px;}
.header .login .login-error {color:#db0046;}
.header .login .login-user {color:#888;}
a#open-smspopup {margin-top: 10px;font-size: 12px;padding: 9px 10px 7px 10px;}
@media(min-width:1400px){a#open-smspopup {margin-top: 25px}}

.smartnav {float:right; margin-right: 10px}
.smartnav img {height: 18px;vertical-align: middle;}
.smartnav img#hide_smartnav {display:none}

#login {
	position:absolute;
	right: 20px;
	bottom: 0;
	line-height:10px;
	color: #666;
	z-index: 10;
	height: 150px;
}
#login .vorspann {margin-right: 10px;}
#login .name {font-style:italic}

#login #profile-nav {
	position: absolute;
	width:210px;
	margin: 0;
	right: -4px;
}
#login #profile-nav a {
	display:block;
	margin-bottom: 10px
}
@media(min-width:1530px){
	#login #profile-nav {
	margin: 0 -11px 0 0;
}

}

.popup {
	display:none;
	position:absolute;
	z-index: 1000;
	background:#fff;
	padding: 20px;
	border: 2px solid #88c532;
	box-shadow: rgba(0,0,0,0.1) 0 5px 20px
	}
.popup#smspopup2 {display:none}
.popup#smspopup,.popup#smspopup2 {
	right: 1px;
	width: calc(100% - 2px);
	text-align:center
}
@media(min-width:410px){
	.popup#smspopup,.popup#smspopup2 {
	right: 1px;
	width: 410px;
	text-align:center
}
}
@media(min-width:1024px){
	.popup#smspopup,.popup#smspopup2 {
	right: 4px;
	width: calc(33.3% + 12px);
	text-align:center
}
}
@media(min-width:1520px){
	.popup#smspopup,.popup#smspopup2 {
	right: -4px;
	width: calc(33.3% + 16px);
	text-align:center
}
}
.popup#smspopup form,
.popup#smspopup2 form {
	width: 240px;
	float: none;
	margin: 0 auto;
}
.popup#smspopup form input,
.popup#smspopup2 form input {
	border:1px solid #aaa;
}
.popup .form-control {border-color: #777}
.popup p {line-height: 1.5em; margin-bottom: 2em}

.loader { margin: -20px 0 20px 0}

    a.textlink {
        padding: 3px 0 0 22px;
        background-image: url('/images/icons/icon-right.svg');
        background-repeat: no-repeat;
        background-position: 2px center;
        background-size: 16px;
        color: #333;
        font-weight:700;
    }
    a.textlink.small {
        padding: 3px 0 0 22px;
        background-position: 2px center;
        background-size: 14px;
    }
    
    a.pluslink {
        padding: 3px 0 0 22px;
        background-image: url('/images/icons/icon-plus.svg');
        background-repeat: no-repeat;
        background-position: 2px center;
        background-size: 16px;
        color: #333;
        font-weight:700;
    }


.vevent a.textlink {
        padding: 3px 0 0 20px;
        background-position: 0px 2px;
        font-size: inherit;
    }
.vevent a.textlink.small {
        padding: 3px 0 0 20px;
        background-position: 2px center;
    white-space:nowrap;
    }

@media (min-width:992px){
.member-events h4 {
        margin-bottom: 28px
    }
}

.member-events a.textlink {
        padding: 3px 0 0 22px;
        background-position: 0px 5px;
    }

    a:hover
    {
        background-color: inherit;
        color: rgb(140, 190, 40) !important;
        text-decoration: none;
    }
    .green a:hover,
    .leistungspaket a:hover{color: #fff !important;}

    p.legend {
        margin: 3px 0 2em 0;
        font-size: 12px;
        color: #666;
        line-height: 1.5em
    }

    p.vcard {
        margin: 0.25em 2em 1em 0;
    }

	.fotoblock {width:100%; clear: left}
	@media(min-width:992px){
		.fotoblock.half {width:50%;float:left; margin: 0 20px 0 0}
	}
    .fotoblock img
    {
        max-width: 100%;
        width: auto;
        height: auto;
        vertical-align:top;
    }
img.responsive {width: 100%}
.logoblock.single {padding: 10px}
    .fotoblock a,.logoblock a
    {
        background: none!important;
        padding-left: 0!important;
    }

    .fotoblock.logos,.logoblock
    {
        margin-bottom: 20px;
    }
    .fotoblock.logos img,.logoblock img
    {
        vertical-align:middle;
    }
.fotoblock1 {width: 100%; float:left; padding-right: 0px;}
.fotoblock1 img {width:100%}
@media(min-width:992px){
.fotoblock1 {width: 50%; float:left; padding-right: 20px;}
.fotoblock1 img {width:100%}
}
.description p.date {
    float:left; 
    display:inline; 
    margin: 0 10px 0 0;
    font-style:italic;
}
.error, .nolanguage
    {
        color: rgb(245, 0, 60);
        font-weight: 700;
    }

    .success
    {
        color: rgb(40, 40, 40);
        font-weight: 700;

        background: rgb(204, 240, 168);
        padding: 2px 5px;
        border-radius: 5px;
        display: inline-block;
        margin: 5px 0;
        font-size: 90%;
    }
    .announce {margin: 20px 0;background:#fff; padding: 5px 15px;border: 1px solid rgb(200, 200, 200);}
    .announce h3 {margin: 10px 0;}

/*### Virtuelle Workshops ######################################################*/

ul.virtual {
    list-style-type:none;
    padding:0;
    margin: 0;
    overflow:hidden
}
ul.virtual li.summary {
   margin:10px 0 0 0;
    text-align:center;
    font-weight: bold;
}
ul.virtual li.btn {
    background-color: #85c81e;
    display:block;
    margin:5px 0;
}
ul.virtual li.btn:hover {
    background-color: #8b9aa2;
    display:block;
    margin:5px 0;
}

ul.virtual li.btn a{
    color: #fff!important
}
@media(min-width: 1024px) {
    ul.virtual li.btn {float:left;width:50%;}
    ul.virtual li.btn:nth-of-type(1) {display:block;width:100%;}
}
@media(min-width: 1400px) {
    ul.virtual li.btn {float:left;width:33%;}
    ul.virtual li.btn:nth-of-type(1) {display:block;width:33%;}
}

/*### Timer ###*/

div.timer {
    margin: 0 0 0px;
    width: 100%;
    height: 28px;
    overflow:hidden;
    background:#fff;
    border: 3px solid #88c532;
	color: #fff
}
div.timer>div {
    height: 100%;
    width: 0;
    background: #88c532
}

.btn {
    border-radius: 0px;
    color: #85c81e!important;
    background-color: #fff;
    border-color: #fff;
    font-weight:700;
    padding: 6px 18px;
}
@media (min-width:768px) and (max-width:900px){
	.right .btn {font-size: 12px}
}
.btn-default {
    color: #fff!important;
    background-color: #455660;
    border-color: #455660;
}
.btn-green, .btn-active {
    color: #fff!important;
    background-color: #88c532;
    border-color: #88c532;
}
.btn-none {
    color: #fff!important;
    background-color: #8b9aa2;
    border-color: #8b9aa2;
}
.btn-white {
    color: #000!important;
    background-color: rgba(255,255,255,0.75);
    border-color: #fff;
}

.important_links .btn {padding:6px}
.btn:hover {
    color: #fff!important;
    background-color: #8b9aa2;
    border-color: #8b9aa2;
}
.form-group {margin-bottom: 10px}
.form-control {
	color: #000;
	background-color:rgba(255,255,255,0.8);
	border: 2px solid #fff;
	border-radius: 0;
	padding: 5px 10px;
}
.left .form-control {
	color: #000;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
}
.form-control::-webkit-input-placeholder {color: #555;}
.form-control::-moz-placeholder {color: #555;}
.form-control:-ms-input-placeholder {color: #555;}
.form-control:-moz-placeholder {color: #555;}

.radio-inline {margin-top: -8px}
.radio-inline input.radio {margin-top: 8px}
table#fee {border: 1px solid #ccc;width: 100%;background: #f2f2f2;padding: 0;}
table#fee th {font-family: 'PTSansBold', Arial, Helvetica, sans-serif;}

table#fee tr th,
table#fee tr td {padding: 10px 10px 10px 30px;; line-height: 15px; vertical-align:top; display:block;}
table#fee tr:first-child {border-bottom: 1px solid #ccc}
table#fee th.radio {float:left;padding: 0 10px;}
table#fee th.radio input[type=radio] {
    margin:0;
    cursor:pointer;
}

table#fee tr:hover,
table#fee tr.active {background:#88c532;color: #fff;}
table#fee span.price {white-space:nowrap; font-family: 'PTSansBold', Arial, Helvetica, sans-serif;}
@media(min-width:992px){
	table#fee tr th,
	table#fee tr td {padding: 10px; display:table-cell;line-height: 20px}
	table#fee th.radio input[type=radio] {margin:2px;}
}
img.captcha {
	height: auto;
	margin: 0 0 10px 0;
}

input.captcha {
	line-height: 18px;
	padding: 2px 15px 0;
	margin: 2px 0 10px 0;
	border: 2px solid #f7791e;
	outline: none;
	width: 10em;
	height: auto;
}

ul.important_links {margin: 20px 0 20px 0;padding:0;display: table;width: 100%;}
ul.important_links.small {width: 100%;}
@media(min-width:768px){ul.important_links.small {width: 75%;float:right;}
}
ul.important_links.small li {width: 50%;}
ul.important_links li {margin: 0;padding: 0;display:inline-block;width: 33.3%;float:left}
ul.important_links li .btn {width: 99%;}

table#workshop {margin: 10px 0;}
table#workshop th,
table#workshop td {padding: 5px 0; vertical-align:top;font-weight:700;font-size: 110%}
table#workshop th:first-child,
table#workshop td:first-child {width: 5em}

.two-col, .boxes {border-top: 1px solid #a0a0a0}
.content {
	width: calc(100% + 30px);
	max-width: 1512px;
	margin: 0 -15px;
	background: #fff;
	border: 1px solid #a0a0a0;
	border-width: 0;
	text-align:left;
	}
.content .row:last-child
.content .totp{margin-bottom:20px}
.navipath {padding: 5px 15px;position: relative;height: 35px;}
.navipath * {opacity:0}
@media(min-width:500px){.navipath * {opacity:1}}
.navipath a {color: #444;}
.nolanguage {margin-top: 10px;}
div.white {
	background: #fff;
}
div.grey {
	background: #f2f2f2;
	color: #000;
}
div.grey>div.vevent {overflow:hidden;}
div.grey h1,div.grey h2,div.grey h3{
	color: #44565f;
}
div.green {
	background: #88c532;
	color: #fff;
}
div.green a {
	color: #fff
}
.left .workshop {border-bottom: 1px solid #a0a0a0;padding-top: 0;}
p.text-leistungspaket, div.announce {
	padding: 10px;
	background: #8ac532;
	color: #fff;
	letter-spacing: 0.05em;
	font-size: 14px;
	font-weight: 700;font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	border:none
}
p.text-leistungspaket a,
.announce a {color: #fff}
div.announce {
	padding: 15px;
}
.announce p {margin: 0 0 10px 0}
.announce p:last-child {margin: 0}
.announce p:first-child {margin: 0 0 10px 0}

.boxes {margin-right:-1px}
.boxes [class^=col-],
.two-col [class^=col-]{padding: 15px;}
.two-col>.left {padding-bottom: 60px}
.two-col [class^=col-].left,
.two-col [class^=col-].right{padding: 0 15px;}


.boxes [class^=col-] [class^=col-],
.two-col [class^=col-] [class^=col-] {padding: 0 15px;}
.boxes [class^=col-].no-padding {padding: 0;}

.boxes div>h3,
.boxes div>h4,
.boxes div>h5 {margin-top:5px}
.boxes div>h3+h4 {margin-top:-10px}
.boxes div>h2+h3 {margin-top:-10px}
.boxes .nopadding,
.two-col .nopadding [class^=col-]{padding: 0 15px 15px 15px;}
.boxes .white + .white::before {
	content:"";
	width: 1px;
	height: 85%;
	background: #888;
	position:absolute;
	left: -1px;
}
.boxes h1,.boxes h2,.boxes h3 {margin: 0 0 20px 0;line-height: 130%;}
.boxes h1 {font-size: 26px}
.boxes h3 {margin-top: 5px;}
.welcome p {line-height: 170%;font-size: 100%;}
.welcome .news {padding: 15px 20px; margin: 0 0 25px 0; font-size: 115%}
.whycast {text-align:center;padding-top: 0 !important;font-size: 110%;font-weight: bold;margin: 30px 0}
.whycast.solo {padding-top: 30px!important;}
.whycast.solo h3 {letter-spacing:0;font-size: 20px;}

.box_news {border: 1px solid #ccc;background: #fff; padding: 20px 15px 10px 15px}
.box_news h4 {margin-top: 0}
.box_news img.logo {
    margin: 20px 0;
    /* width: 100%; */
    max-width: 320px;

}
.box_news p {margin: 10px 0!important;}
.box_news span.street-address {display:inline-block; margin-bottom: 10px}

@media(min-width:992px){.whycast.solo h3 {font-size: 16px;}}
@media(min-width:1200px){.whycast.solo h3 {font-size: 20px;}}
.whycast.headline {padding-top: 20px!important;}
.whycast h2 {font-size:26px;margin: 0;text-align: left;}
.whycast img {margin: 10px 0 30px 0;max-width: 75%;}
.whycast p {text-align:justify; line-height: 1.8em}
.new-member ul {list-style-type:none;padding:0}
@media(min-width:1200px){.new-member ul li:nth-child(6){display:none}}
.new-member ul li a {display:block;background: #fff;margin: 10px 0; padding: 5px 10px;color: inherit; text-decoration:none}
.new-member ul li a:hover {background: #88c532;color: #fff!important}
.member-events ul {list-style-type:none;padding:0; }
.member-events ul li a {display:block;margin: 10px 0;color: inherit;font-weight: 700}
.member-events ul li .date {display:inline-block;width: 6em;font-weight:normal}
.logos img {width: 24%;height:auto;margin: 0 8% 30px 0;}
@media(min-width:768px){
    .partner .logos{margin: 30px -10% 0 0;}
    .logos img {width: 40%;height:auto;margin: 0 8% 50px 0;}
}

.boxes .twitter iframe {
    height: 100%!important;
    border-radius: 12px;
    border: 1px solid #ccc!important;
}
.block {margin: 0 -30px;padding: 30px}
.right .block {padding: 30px 30px 1px 30px;}
.block.white {padding: 10px 30px 20px;}
.block.grey + .block.white {padding: 30px;}
.right .block + .block {}
.right .block + .block h2,
.right .block + .block h3,
.right .block + .block img {padding-top: 20px;}
.block + .block::before {
	content:"";
	width: calc(100% - 40px);
	height: 1px;
	background: #fff;
	position:absolute;
	left: 20px;
}
@media(min-width:500px){
	.block + .block::before {
	width: calc(100% - 60px);
	left: 30px;
}
}
.right .block.partner .logos{
	background: #fff;
	width: 100%;
	padding: 5% 0 3% 5%;
	border-radius:  5px;
	margin-bottom: 10px;
	}
.right .block.partner .logos img {
    width: 40%;
    height: auto;
    margin: 0 9% 10px 0;
    padding: 0;
}
@media(min-width:1400px){
	.right .block.partner .logos img {
    width: 28%;
    height: auto;
    margin: 0 4% 10px 0;
}

}
.right .block.twitter{padding-bottom: 20px;}
.right .block.twitter iframe{margin-top:30px!important;min-height: 260px!important;}

@media(min-width:768px){
.right.green:after {
	content:"";
	width: calc(100% - 20px);
	height: 1px;
	background: #fff;
	position:absolute;
	margin-top: 20px;
	left: 10px;
}
body.home	.green::after {
	background: none;;
}
}
@media(min-width:992px){
	.right.green:after {
	width: calc(100% - 60px);
	left: 30px;
}
}
@media(min-width:768px) and (max-width:992px) {
	.block + .block::before {
	width: calc(100% - 30px);
	left: 15px;
	}
	.green:after {
	width: calc(100% - 30px);
	left: 15px;
	}
}
.block h3 {font-size: 21px;margin-top: 0;}
.right .block h3 {letter-spacing:0;}
.block.reiseplanung .important_links{margin-bottom:0}
.block.reiseplanung h4 {margin-top: 0}
.block.reiseplanung .form-group {margin: 0}
table#pricing {
	background: #88c532;
	color: #fff;
	width: 100%;
	border: 10px solid #88c532;
	border-width: 0 10px;
	margin: 10px 0;
	font-weight: 700;font-family: 'PTSansBold', Arial, Helvetica, sans-serif
}

table#pricing tr th,
table#pricing tr td {padding: 10px; border-top: 1px solid #fff}
table#pricing tr:first-child th,
table#pricing tr:first-child td {border:none}

table#pricing + p.legend {margin-bottom: 20px; font-size: 95%}
/* Ausnahme Preise BIOSIG */
.workshop-289 table#pricing tr:nth-child(2),
.workshop-289 table#pricing tr:nth-child(3){display:none}
.workshop-289 table#fee tr:nth-child(1),
.workshop-289 table#fee tr:nth-child(2){display:none}

/* Workshop Icon */
h2.summary {margin: 20px 0 0 0;}
h2.summary,
table.workshops td.title a {
    background-repeat: no-repeat;
    background-size: 1.7em;
    }
body.home h2.summary {font-size: 23px;letter-spacing:0;margin: 0;}

.workshops table { padding: 5px 0; margin-bottom:20px}
.right table { padding: 0; margin-bottom:0}
.workshops td{ padding: 5px 0; vertical-align:top}
.workshops td.title{font-family:'PtSansBold',helvetica, Arial, sans-serif ;font-weight:700;padding-right: 20px;}


td.date{text-align:right;}

table.workshops {width: 100%; margin-bottom: 20px;}
table.workshops tr:hover td {color:#5c9a00;}
table.workshops a {color: inherit; text-decoration:none}

/*### Programm #####################################################*/


    table#program
    {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Begruessung-Moderation einzeilig */
    table#program tr.horizontal_photo div.pict>div {
    float: left;
    margin-right: 5px;
}
    @media(min-width:992px){
    	table#program tr.horizontal_photo div.pict>div {
            width: 225px;
        }
    }
    table#program tr.horizontal_photo div.name,table#program tr.horizontal_photo div.company {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
}
 
    table#program td
    {
        padding: 10px 5px 6px 10px;
        line-height: 1.5em;
        position: relative;
        vertical-align: top;

    }

    table#program tr.time td
    {
        padding-left: 10px;
        font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 1em;

        background: #f2f2f2
    }

    table#program tr.break td
    {
        background: #88c532;
        font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
        font-weight: 700;
        line-height: 1em;
        color: #fff
    }

    table#program tr.headline td
    {
        font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding-left: 10px;
        line-height: 1.2em;
        background: rgb(230, 230, 230);
        font-style: italic;
    }

    table#program tr.time td.time,
    table#program tr.break td.time {
        padding-left: 10px;
    }

    table#program td div.speaker,
    table#program td div.title
    {
        font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
        line-height: 1.5em;
        padding-bottom: 0.3em;
        font-weight: bold;
        font-size: 1.1em;
    }

    table#program td div.speaker
    {
        width: 210px;
        padding-right: 10px;
    }

    table#program td div.company
    {
        width: 15em;
        padding-right: 10px;
        margin: 0 0 0.4em 0;
    }

    table#program img
    {
        margin: 0 0 10px 0;
        /* border-radius: 6px; */
        /* -webkit-border-radius: 6px; */
        -moz-border-radius: 6px;
        /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
        /* -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; */
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px;
        border: 1px solid #ccc; /* for IE */
        width:100px
    }

    table#program p {
        margin: 0 0 0.3em 0;
    }

    table#program ul
    {
        list-style-type: none;
        margin: 0 0 0.5em 2px;
        padding: 0em 0.5em 0 0;
    }

    table#program ul li
    {
        margin: 0 0 0.3em 0em;
        padding-left: 12px;
        background-image: url('/images/icons/dash.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
    }

    table#program ul li ul
    {
        margin: 5px 0 0.5em -6px;
        list-style-type: none;
    }

    table#program ul li ol {
        margin: 5px 0 0.5em 15px;
    }

    table#program ul li ul li,
    table#program ul li ol li
    {
        margin: 0.3em 0 0em 0.5em;
        padding-left: 0px;
        background-image: none;
    }

    table#program div.subtitle {
        margin: 0 0 0.4em 0;font-weight: bold;
    }

    table#program div.files
    {
        line-height: 1.8em;
        margin: 0.5em 0;
        padding: 0.3em 0 0 0;
    }

    table#program div.files a {
        color: #000 !important;
    }


    @media(min-width: 993px){
        table#program table.paper-session {margin-left: -230px;width: calc(100% + 230px);}
    }
    table#program table.paper-session {border-top: 1px solid #ccc}
    table#program table.paper-session.break {margin: 0px 0 0 -225px; width:calc(100% + 215px);}
    table#program table.paper-session tr {border-bottom: 1px solid #ccc}
    table#program table.paper-session td.td-1 {width: 25px;}
    table#program table.paper-session td.td-2 {white-space:nowrap; min-width: 195px}
    table#program table.paper-session td.td-3 {min-width:240px}
    table#program table.paper-session a.pdf.hidden {display:none}


@media (max-width:991px){
	table#program tr:not(.break) td {
		display:block;
		width: 100%
		}
	table#program tr.break {
		display:block;
		width:100%;
		background: #88c532;
		}
	table#program tr.break td {
		display:inline-block;
		width:auto;
		}
	table#program tr.time td:nth-child(2) {
		display:none;
		}
	table#program tr.lecture td {
		padding: 10px 5px 0 5px;
		width:auto;
		}
    table#program td div.speaker {
        width: 100%;
        padding-right: 10px;
    	}

    table#program td div.company {
        width: 100%;
        padding-right: 10px;
        margin: 0 0 0.4em 0;
    	}
}

.workshop-icon {
	width: 130px;
	position:absolute;
	top: 10px;
	right: 20px;
	}
@media(min-width:768px){
	.workshop-icon {
	width: 80px;
	}

}

@media(min-width:992px){
	.workshop-icon {
	top: inherit;
	bottom: 40px;
	right:-95px;
	}

}
/*### Workshop Ausnahmen ##################*/
.workshop-320 li.anmeldung​,.workshop-323 li.anmeldung {display:none}
/*.workshop div.infobox.workshop-326 {display:block!important}*/


.workshop .vevent.abgesagt h2,
.workshop .vevent.abgesagt #workshop {
	opacity:0.7
}
.workshop .vevent.abgesagt h2:after {
	display:inline-block;
	content:'(abgesagt)';
	margin-left: 5px;
	font-style: italic;
}
@media(min-width:992px){
.workshop .vevent.abgesagt .col-md-6 .important_links{margin-left: 33%}
}
.workshops .vevent.abgesagt {opacity:0.5}
.abgesagt .title:after {
	display:inline-block;
	content:'(abgesagt)';
	margin-left: 5px;
	font-style: italic;
}
.vevent2.abgesagt {display:none}

body.en .abgesagt .title:after,
body.en .workshop .vevent.abgesagt h2:after {
	content:'(cancelled)';
}

/* Infobox */

.workshop div.infobox,
body.home div.infobox{
    border: 5px solid orange;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #000;
}
body.home .col-md-4.green.workshop div.infobox {display:none}

body.home div.infobox.green {border: 5px solid #88c532;  color: inherit;padding: 15px 20px; margin-bottom: 20px; font-weight: bold;}
body.home div.infobox p{font-size: 110%!important}

/*### Icons ###############################*/

a.jpg, a.png, a.doc, a.pdf, a.eps ,a.txt, a.zip, a.ppt, a.mpg
{
    padding: 5px 0 0 30px !important;
    background-repeat: no-repeat !important;
    color: #000;
    background-size: 24px;
    display: inline-block;
}

a.jpg {
    background-image: url('/images/icons/icn-jpg32.png') !important;
}

a.png {
    background-image: url('/images/icons/icn-png32.png') !important;
}

a.doc {
    background-image: url('/images/icons/icn-doc32.png') !important;
}

a.ppt {
    background-image: url('/images/icons/icn-ppt32.png') !important;
}

a.mpg {
    background-image: url('/images/icons/icn-mpg32.png') !important;
}

a.pdf {
    background-image: url('/images/icons/icn-pdf32.png') !important;
}

a.eps {
    background-image: url('/images/icons/icn-eps32.png') !important;
}

a.txt {
    background-image: url('/images/icons/icn-txt32.png') !important;
}

a.zip {
    background-image: url('/images/icons/icn-zip32.png') !important;
}

/*### Memberlist ###########################*/

div.memberlist {overflow:hidden;margin-right: -20px}
div.member {
	height: 150px;
	width:46%;
	margin:0 3% 40px 0;
	float:left;
	text-align:center;
	border: 1px solid #ccc;
	display:table;
	}
div.member .vertical-box {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	}
div.member img.memberlogo {
	display:block;
	margin: 20px auto 10px auto;
	width: auto;
	max-width: 90%;
	max-height: 60px;
	}
div.member img.cast.memberlogo {
	margin: 20px auto 0 auto;
	}
div.member .memberinfo {
	display:block;
	margin: 10px auto 20px auto;
	font-family: 'PTSansBold', Arial, Helvetica, sans-serif;
	color: #777;
	line-height:1.5em;
	max-width:95%;
	max-height: 2.6em;
	overflow:hidden;
	}
@media(min-width:500px){
	div.member {
	height: 150px;
	width:30%;
	margin:0 3% 40px 0;
	float:left;
	text-align:center;
	border: 1px solid #ccc;
	}
}

/*### footer ################################*/

.footer {
	background: #73838c;
	line-height: 30px;
	text-align:left;
	padding: 15px;
	margin: 0 -15px;
	color: #fff;
	position:relative;
	width: calc(100% + 15px);
}
.footer [class^=col-]{padding-left: 30px;}

.footer .row {max-width:1500px;margin:0 auto;}
.footer ul {margin:0 -5px;list-style-type:none; padding:0;}
.footer ul li {margin:0;display:inline; margin: 0 5px;}
.footer a {color:inherit}
@media(max-width:500px){
.footer [class^=col-]{float:none;padding-left: 20px;}
.footer [class^=col-] ul {float:none;margin: 0 -5px;}
.footer [class^=col-] ul li {float:none;margin: 0 5px;}
}


@media(min-width: 375px){
.topnav ul li {
        margin: 0 10px;
        padding: 0;
        display:inline;
    }
.navipath {padding: 5px 20px;}
.boxes [class^=col-],
.two-col [class^=col-]{padding: 20px;}
.two-col [class^=col-].left,
.two-col [class^=col-].right{padding: 0 20px;}
}

@media(min-width: 500px){
.header {
     background-position: center 60%;
}
.topnav ul {float:right;}
.topnav ul li {
        margin: 0 10px;
        padding: 0;
        display:inline;
    }
.topnav ul li.suche {width: 20px; padding: 0; margin: 0 20px 0 0}

.navipath {padding: 5px 30px;}
.boxes [class^=col-],
.two-col [class^=col-]{padding: 30px;}
.two-col [class^=col-].left,
.two-col [class^=col-].right{padding: 0 30px 20px 30px;}
.two-col [class^=col-].left {padding: 0 30px 0px 30px;}
}
@media(min-width:768px) {
	.navipath {width:66.6%;}

	.boxes .welcome p {
		font-size: calc(10px + 6 * ((100vw - 320px) / 880));/* abhÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ngig von screen size */
		}
	.two-col {
		background: #f2f2f2 url(/images/global/bg-green.png) top right no-repeat;
		background-size: 33.33% 100%;
		display: table;
		width: 100%;
	}

.two-col [class^=col-].right{padding: 0 15px 20px 14px;}
.footer [class^=col-]{padding-left: 20px;}

.footer ul {float:right;}

}

@media (min-width:992px){
	.nomobile {display:block}
	body.start h1 {
	  font-size: 34px;
	}
	h1,
	.h1 {
	  font-size: 30px;
	}
	h2,
	.h2 {
	  font-size: 27px;
	}
	h3,
	.h3 {
	  font-size: 23px;
	}
	h4,
	.h4 {
	  font-size: 18px;
	}
	h5,
	.h5 {
	  font-size: 14px;
	}
	h6,
	.h6 {
	  font-size: 12px;
	}
.boxes h1 {font-size: 32px;}
.boxes>div {font-size: 110%}
	.partner .logos{margin: 20px -12% 0 0;}

.boxes .logos img {width: 20%;height:auto;margin: 0 12% 35px 0;}
	.two-col {
		background-size:33.333% 100%;
	}
.two-col [class^=col-].right{padding: 0 30px 20px 30px;}

}
@media(max-width:1023px){
 ul.mainnav:not(.closed) {
	height: auto;
	box-shadow: rgba(0,0,0,0.35) 0px 3px 5px;
	background: #fff;
	margin-top:51px
}
 ul.mainnav:not(.closed) li {
	display:block;
	line-height:30px
}
 ul.mainnav:not(.closed) ul.subnav {
	display:block!important;
	box-shadow:none;
	position:relative;
	padding:0 0 0 20px;
}

}

@media (min-width:1024px) {
.smartnav {display:none}
ul.mainnav {
	display:block;
	height: inherit;
	overflow: visible;
	margin: 0;
	line-height: inherit;
	font-size: 16px;
	background:none;
	position: relative;
	text-align: center;
}
ul.mainnav>li {
        margin: 0;
        padding: 0 2px;
        display: inline-block;
        height: 100%;
    }

ul.mainnav>li a {
        padding:  0 8px;
        display: inline-block;
        line-height: 30px;
    }
ul.mainnav>li.active>a {
        background: #88c532;
        color: #fff!important;
    }
ul.mainnav ul.subnav { display:none }
ul.mainnav>li:hover ul.subnav {
	display:block!important;
	position:absolute;
	background:rgba(255,255,255,0.9);
	text-align:left;
	padding:10px;
	box-shadow:rgba(0,0,0,0.35)0 3px 5px;
	font-size:90%
}
ul.subnav li.active,
ul.mainnav>li.active ul.subnav li.active a {
        color: #66a900;
    }
.content {width:100%;margin: 0 auto;border-width: 0 1px}

.footer ul li {margin:0;display:inline; margin: 0 10px;}
}

@media (min-width:1400px) {
.header {
     background:url(/images/preview/bg-header-start.jpg);
     background-size: cover;
     background-position: center 60%;
     height: 420px;
     margin-right:  -15px;
     margin-left: -15px;
     }

.header .logo {height: 40px;}
.nav {
    height: 66px;
    width: calc(100% - 10px);
    line-height: 66px;
    }

ul.mainnav {font-size: 18px;}
ul.mainnav li {
        margin: 0;
        paddong: 0 5px;
    }
ul.mainnav>li a {
    padding: 0 16px;
    display: inline-block;
    line-height: 40px;
}
.header .login {top: 20px;}
.header .login .headernav,.header .login form {width: 220px;float:right;clear:right;margin: 5px;}
.header .login .headernav {width: 260px!important;margin: 0 0 20px 15px;}
.header .login .headernav img {height: 60px;}
.form-group {margin-bottom: 15px}
.form-control {
	color: #000;
    background-color:rgba(255,255,255,0.8);
    border: 2px solid #fff;
    border-radius: 0;
    padding: 6px 12px;
}

}
@media (min-width:1560px) {
.topnav ul {margin: 0 20px 0 0;float:right;}
.nav {
    width: calc(100% - 60px);
    }
.header .login img {margin: 15px 5px;}
	.boxes .welcome p {
		font-size: 18.5px
		}

}

@media(min-width:1800px) {
	.boxes .welcome p {
		line-height: 180%;
		font-size: 20px
		}
}
@media print {
    .container-fluid:first-child, .navipath , .btn, .new-member .nopadding .col-xs-3{ display:none}
    .two-col>div,
    .boxes>div{float: none;width:100%}
    .content {border-width:0}
    h1 {font-size: 20pt}
    a::after {content:''!important;}
    .workshop h2.summary {padding-left: 0!important; background:none!important}
    .new-member ul li a {margin:0}
    .vevent a.textlink {padding-left:0}
    
    body.foerderpreis.foerderpreis .two-col>.col-sm-4.green.right,
		body.foerderpreis.foerderpreis .container-fluid.footer {display:none!important}
}