body {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	background: #fff;
	color: #51534A;
	font-family: 'AdelleSansSAGE';
	font-size: 15px;
}

html {
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

.magenta {
	color: #ED1C5F;
}

@font-face {
	font-family: 'AdelleSansSAGE';
	src:url("../fonts/AdelleSansSAGE.eot");
	src:url("../fonts/AdelleSansSAGE.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE.woff") format("woff"),
		url("../fonts/AdelleSansSAGE.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AdelleSansSAGEBold';
	src:url("../fonts/AdelleSansSAGE-Bold.eot");
	src:url("../fonts/AdelleSansSAGE-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-Bold.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AdelleSansSAGE-Light';
	src:url("../fonts/AdelleSansSAGE-Light.eot");
	src:url("../fonts/AdelleSansSAGE-Light.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-Light.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AdelleSansSAGEItalic';
	src:url("../fonts/AdelleSansSAGE-Italic.eot");
	src:url("../fonts/AdelleSansSAGE-Italic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-Italic.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-Italic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AdelleSansSAGELightItalic';
	src:url("../fonts/AdelleSansSAGE-LightItalic.eot");
	src:url("../fonts/AdelleSansSAGE-LightItalic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-LightItalic.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-LightItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'AdelleSansSAGEThin';
	src:url("../fonts/AdelleSansSAGE-Thin.eot");
	src:url("../fonts/AdelleSansSAGE-Thin.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-Thin.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-Thin.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AdelleSansSAGEThinItalic';
	src:url("../fonts/AdelleSansSAGE-ThinItalic.eot");
	src:url("../fonts/AdelleSansSAGE-ThinItalic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AdelleSansSAGE-ThinItalic.woff") format("woff"),
		url("../fonts/AdelleSansSAGE-ThinItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
   color: #51534A;
   font-family: 'AdelleSansSAGE';
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #51534A;
	font-family: 'AdelleSansSAGE';
     opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #51534A;
	font-family: 'AdelleSansSAGE';
     opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #51534A;
	font-family: 'AdelleSansSAGE';
     opacity:  1;
}


/*Fonts*/




h1 {
	font-family: 'AdelleSansSAGEThinItalic';
	font-size: 65px;
	color: #00F5E1;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0;
}

h2 {
	font-family: 'AdelleSansSAGE-Light';
	font-size: 32px;
	color: #2A3456;
	line-height: 43px;
	margin-bottom: 22px;
}

h3 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #2A3456;
}


h4 {
	font-family: 'AdelleSansSAGE';
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #51534A;
}



a {
	color: inherit;
	text-decoration: underline;
}

a.small-text-link {
	font-size: 13px;
	line-height: 19px;
}

a.red-link {
	color: #ED1C5F;
	text-decoration: underline;
}

a.red-link:hover {
	text-decoration: none;
}


a.small-text-link:hover {
	text-decoration: none;
}

p {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 22px;
}
p.last {
	margin-bottom: 0;
}
p.max-640 {
	max-width: 650px;
	margin: 0 auto;
}
p.max-520 {
	max-width: 520px;
	margin: 0 auto;
}
p.big {
	font-size: 15px;
	line-height:22px;
}
p.small {
	font-size: 12px;
	line-height:17px;
}

strong {
	font-family: 'AdelleSansSAGEBold';
	font-weight: normal;
}



/*Helper*/

.margin-0 {
	margin-bottom: 0 !important;
}
.margin-10 {
	margin-bottom: 10px !important;
}
.margin-15 {
	margin-bottom: 15px !important;
}
.margin-20 {
	margin-bottom: 20px !important;
}
.margin-30 {
	margin-bottom: 30px !important;
}
.margin-40 {
	margin-bottom: 40px !important;
}
.margin-50 {
	margin-bottom: 50px !important;
}
.margin-60 {
	margin-bottom: 60px !important;
}
.margin-70 {
	margin-bottom: 70px !important;
}
.margin-80 {
	margin-bottom: 80px !important;
}
.margin-90 {
	margin-bottom: 90px !important;
}
.margin-180 {
	margin-bottom: 180px !important;
}


.cleaner {
	clear: both;
}

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




/*FRAME*/


.inside {
	width:100%;
	height: 100%;
	max-width: 964px;
	margin: 0 auto;
	position: relative;
	padding: 65px 0 65px 0;
	box-sizing: border-box;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}
.group.line {
	border-bottom: 1px solid #2A3456;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}

/*COLS*/

.col {
	float: left;
}

.col.center {
	text-align: center;
}
.col.right {
	text-align: right;
}
.col-full {
	width: 100%;
}

.group.slim {
	margin: 0 auto;
	max-width: 770px;
}

.col-3, .col-third {
	width: 32%;
	margin-left: 2%;
}

.col-2 {
	width: 49%;
	margin-left: 2%;
}

.col-half {
	width: 50%;
}


.group .col-3:first-child,
.group .col-third:first-child,
.group .col-2:first-child,
.group .col-half:first-child  {
	margin-left: 0!important;
}


/*BuTTONS*/
span.button-group a.button{
	margin-right: 10px!important;
}

span.button-group a.button:last-child {
	margin-right: 0!important;
}
a.button {
	background: #ED1C5F url(../gfx/button-arrow.png) no-repeat right 10px center;
	background-size: 7px 12px!important;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.1px;
	line-height: 22px;
	display: inline-block;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
}
a.button:hover {
	background-color: #CA2A60;
}
a.button.next {
	position: absolute;
	right: 0;
}
a.button.back {
	position: absolute;
	left: 0;
	padding: 10px 15px 10px 30px;
	background: #2A3456 url(../gfx/button-arrow-back.png) no-repeat left 10px center;
}
a.button.back:hover {
	background: #2A3456 url(../gfx/button-arrow-back.png) no-repeat left 10px center;
}

/*NAVI*/

a.anmeldung {
	position: absolute;
	top:25px;
	right: 20px;
    color: #fff;
    display: inline-block;
	padding: 9px 10px 0px 10px;
	border: 1px solid #fff;
    text-align: right;
    text-decoration: none;
	font-size: 13px;
	height: 32px;
	box-sizing: border-box;
	cursor: pointer;
	z-index:9999;
	-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
}

a.back-to-start {
	position: absolute;
	top:25px;
	left: 20px;
    color: #fff;
    display: inline-block;
	padding: 9px 10px 0px 10px;
	border: 1px solid #fff;
    text-align: right;
    text-decoration: none;
	font-size: 13px;
	height: 32px;
	box-sizing: border-box;
	cursor: pointer;
	z-index:9999;
	-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
}

span.telefon-beratung {
	position: absolute;
	top:34px;
	right: 20px;
    color: #fff;
    display: inline-block;
    text-align: right;
    text-decoration: none;
	font-size: 13px;
	height: 18px;
	box-sizing: border-box;
	z-index:9999;
	-webkit-touch-callout: none;
	    -webkit-user-select: none;
	    -khtml-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
}

span.open-img {
	background: url(../gfx/icons/uebersicht-open.png) center center;
	background-size: cover!important;
	width: 15px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 7px;
	display: inline-block;
}

span.open-img.open {
	background: url(../gfx/icons/close.png) center center;
}

.uebersicht-open span.text {
	position: relative;
	bottom: 2px;
}


#navi.active span.open-img {
	background: url(../gfx/icons/uebersicht-open-active.png) center center;
}

#navi.active span.open-img.open {
	background: url(../gfx/icons/close-active.png) center center;
}

#navi.active a.beratung {
	color:#ED1C5F;
	border-color: #ED1C5F;
}

a.beratung span.beratung-icon {
	background: url(../gfx/icons/beratung.png) center center;
	background-size: cover!important;
	width: 20px;
	height: 18px;
	position: relative;
	top: 4px;
	margin-right: 7px;
	display: inline-block;
}

#navi.active a.beratung span.beratung-icon {
	background: url(../gfx/icons/beratung-active.png) center center;
}

#navi.active .uebersicht-open {
	color:#ED1C5F;
	border-color: #ED1C5F;
}

#navi #uebersicht-panel {
	width: 100%;
	height: 750px;
	position: absolute;
	top: 0px;
	background-color: rgba(42, 52, 86, 0.9);
	display: none;
	z-index: 1000;
}

#navi.active #uebersicht-panel {
	height: auto;
}

#uebersicht-panel .inside {
	padding: 130px 0 20px 0;
	margin: 0 auto;
	height: auto!important;
}
#uebersicht-panel a {
	text-align: center!important;
	text-decoration: none;
}

#uebersicht-panel a span {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px 0 9px 0;
	font-size: 15px;
	font-weight: 400;
}

#navi.active .anmeldung {
	color:#ED1C5F;
	border-color: #ED1C5F;
}


/*HEADER*/

#header {
	background-size: cover!important;
	max-height: 750px;
	height: 750px;
	background: url(../images/bg-header.jpg) no-repeat center top;
}

#header-anmeldung {
	background: #2A3456;
}

#header-anmeldung p.medium {
	font-size: 14px!important;
	line-height:23px!important;
}

#header-map {
	background: #2A3456;
	padding-top: 60px;
	padding-bottom: 0px;
}

#header-map p {
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	max-width: 620px;
	margin: 0 auto;
}

#header-map .inside {
	padding-bottom: 0!important;
}

#header .inside  {
	padding-top: 250px;
}

#header a.blue {
	color:#00F5E1;
	font-size: 19px;
	line-height: 26px;
	text-decoration: underline;
	display: inline-block;
}

#uebersicht-panel a img:hover {
	opacity: 0.8;
}

#header .button-group {
	max-width: 640px!important;
	width:100%!important;
	display: block;
	margin: 0 auto;
}

#seminar-termine select {
	width: auto!important;
	display: inline-block;
	height: 42px;
	margin-right: 5px;
	font-size: 17px;
	line-height: 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

a.seminarorte {
	color: #ffffff;
	background: url(../images/map-marker.png) no-repeat left center;
	font-size: 13px;
	line-height: 18px;
	padding: 6px 10px 5px 23px;
	display: inline-block;
	position: absolute;
	left:auto;
	right: auto;
	bottom: 30px;
	background-size: 15px 21px!important;
	text-decoration: none;
	width:176px;
	box-sizing: border-box;
	margin-left: -88px;
}

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

/*FACTS*/

#facts {
	background:#fff;

}

#facts .inside {
	padding-top: 90px;
	padding-bottom: 20px;
}

#facts .inside p {
	font-size: 13px;
	line-height: 21px;
}

#facts .inside p span {
	font-family: 'AdelleSansSAGEBold';
	display: block;
}

p.sternchen {
	font-size: 10px!important;
	line-height: 14px!important;
	opacity: 0.5;
}


table {
	font-size: 13px;
	line-height: 21px;
  text-align: left;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.white {
	color: #fff;
}

th, td {
    padding: 5px 15px 3px 0px;
    border-bottom: 1px solid #E3E3E3;
}

.white th, .white td {
    border-bottom: 1px solid #fff;
}

.last {
    padding: 1px 0px 0px 0px;
}

.no-border, .white .no-border{
    border-bottom: none;
}

.rtl {
    text-align: right;
}

/*Seminarthemen*/

#themen {
	background: #EEEEED;
}
#themen ul li {
	font-size: 14px;
	line-height: 24px;
	padding-left: 13px;
	background: transparent url('./../gfx/list.png') no-repeat 0 9px;
}
#themen ul li span {
	font-family: 'AdelleSansSAGEBold';
}
#themen ul li:last-child {
	margin-bottom: 0;
}
ul.max-490 {
	width: 100%;
	max-width: 490px;
	margin: 0 auto;
}


/*Vorteile*/

#vorteile {
	background: #2A3456;
}

#vorteile h2,
#vorteile p {
	color:#ffffff;
}

#vorteile p {
	font-size: 13px;
	line-height: 18px;
}

#vorteile span.icon {
	display: inline-block;
	margin-bottom: 20px;
	width: 62px;
}

#vorteile span.icon img {
	display: block;
	width: 100%;
}


/*Referenten*/

span.referent {
	display: inline-block;
	margin-right: 50px;
}

span.referent img {
	display: block;
	max-width: 100%;
	width: 133px;
}

#referenten span.referent:last-child {
	margin-right: 0;
}

span.referent p {
	font-size: 13px;
	line-height: 18px;
}

span.referent p span {
	display: block;
	font-family: 'AdelleSansSAGE-Bold';
}

/*meinungen*/

#meinungen {
	background: #EEEEED;
}

#meinungen .inside {
	padding-bottom: 120px;
}

#meinungen .bx-wrapper .bx-pager.bx-default-pager a {
    background: #CACBC8;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#meinungen .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00DC00;
}

p.cite {
	font-size:13px;
	line-height: 18px;
	font-family: 'AdelleSansSAGEItalic';
	margin-bottom: 40px;
}

p.name  {
	font-size: 13px;
	line-height: 18px;
}

span.people {
	width: 65px;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 10px;
}

span.people img {
	width: 65px;
	display: block;

}



p.name span {
	display: block;
	font-family: 'AdelleSansSAGEBold';
}

#meinungen .bx-wrapper .bx-pager {
	bottom: -60px!important;
}

/*eindruecke*/

#eindruecke h2,
#eindruecke p {
	color:#fff;
}

#eindruecke {
	background: url(../images/bg-eindruecke.jpg) no-repeat center center;
	height: 650px;
	background-size: cover!important;
	padding-top: 135px;
	box-sizing: border-box;
}

/*MAP*/

#seminar-map {
	width: 100%;
	height: 900px;
}


/*BROCHURE*/

#brochure {
	background: url(../images/bg-brochure.jpg) no-repeat center bottom;
	background-size: cover!important;
	max-height: 740px;
	height: 740px;
}

#brochure .inside {
	padding-top: 200px;
}

#brochure h2 {
	color:#fff;
}

#brochure p {
	color:#fff;

}


/*kontakt*/

.danke {
	padding: 30px 10px 30px 10px;
}

.danke h2 {
	font-size: 30px;
	line-height: 45px;
	color:#fff;
}


#kontakt {
	background: #2A3456;
	position: relative;
	padding-top: 60px;
}

.bubble-img {
	display: block;
	width: 120px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -60px;
}

#kontakt h2,
#kontakt p {
	color:#fff;
}

span.bold {
	font-size: 12px;
	font-family: 'AdelleSansSAGEBold';
}



label {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 22px;
	box-sizing: border-box;
}
label.last {
	border-bottom: 0;
}
label.checkbox {
	position: relative;
	padding-left: 25px;
	border: 0;
	margin-bottom: 0;
}
label.checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}
.col {
	box-sizing: border-box;
	display: block;
}
.col.col-number {
	width: 30px;
	font-size: 15px;
	line-height: 22px;
}
.col.col-question {
	width: 50%;
	margin-right: 15px;
	font-size: 15px;
	line-height: 22px;
}
.col.col-rating {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 44%;
}
.col.col-rating a.open-textfield {
	position: relative;
	top: 5px;
	font-size: 12px;
	color: #2A3456;
	text-decoration: none;
}
.col.col-rating a.open-textfield:hover {
	color: #51534A;
	text-decoration: underline;
}
.col.col-rating .textfield {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	display: none;
}
.col.col-rating .textfield input[type=text] {
	padding-right: 25px;
}
.col.col-rating .textfield a.close-textfield {
	z-index: 9999;
	position: absolute;
	top: 6px;
	right: 6px;
}
.col.col-rating .textfield a.close-textfield:hover {
	opacity: 0.7;
} 

#kontakt input[type=submit] {
	margin-bottom: 60px;
}

textarea:focus, input:focus, select:focus {
    outline: 0!important;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
    font-size: 15px;
    border: 1px solid #2A3456;
    width: 100%;
    padding: 7px 98px 8px 9px;
    display: inline-block;
    -webkit-appearance: none;
	-moz-appearance: none;
    box-sizing: border-box;
	border-radius: 0;
}

input[type=text], input[type=email], input[type=tel], select {
	height: 42px;
}

input.small {
	padding: 7px 9px 8px 9px;
}

.error input,
select.error,
.error select {
	border-color: #bd0d3d;
}

p.error {
	color: #bd0d3d !important;
}

select {
	background: #fff url(../gfx/drop.png) no-repeat right 10px center;
	background-size: 12px 7px!important;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

textarea {
	position: relative;
	height: 132px;
	padding: 10px;
	font-family: 'AdelleSansSAGE';
	font-size: 15px;
	line-height: 22px;
}


span.pflichtfeld {
    top: 4px;
    position: absolute;
    right: 10px;
    z-index: 999;
	font-size: 12px;
	color:#BABAB7;

}

span.optional {
    top: 17px;
	color:#BABAB7;

    position: absolute;
    right: 10px;
    z-index: 999;
	font-size: 10px;
	text-transform: uppercase;
	font-family: 'AdelleSansSAGEBold';
}

input[type=text].error {
    border-color: #bd0d3d !important;
    color: #bd0d3d;
}

input[type=email].error {
    border-color: #bd0d3d !important;
    color: #bd0d3d;
}

input[type=text].valid {
    border-color: #fff;
    font-family: 'AdelleSansSAGE-Bold';
}

input[type=submit] {
	background: #ED1C5F url(../gfx/button-arrow.png) no-repeat right 10px center!important;
	background-size: 7px 12px!important;
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0.1px;
	line-height: 22px;
	display: inline-block;
	padding: 10px 30px 10px 15px;
	text-decoration: none;
	cursor: pointer;
	border:0!important;

}

input[type=submit]:hover {
	opacity: 0.8;
}

input:focus {
}


p.disclaimer {
	color:#fff;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}



#kontaktformular h3 {
	text-transform: uppercase;
	color:#00F5E1;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 30px;
	margin-top: 15px;
	font-family: 'AdelleSansSAGEBold';
	letter-spacing: 1.5px;
}


/*ACADEMY*/

#academy img {
	width:100%;
	max-width: 740px;
	display: block;
	margin: 0 auto;
}
.box {
	background: #ffffff;
	padding: 50px;
	width: 100%;
	margin: 50px auto 0 auto;
	box-sizing: border-box;
}
.box p {
	color: #51534A;
}
.box .buttons {
	position: relative;
	width: 100%;
	height: 43px;
}






/*Footer*/

#footer {
	background: #EEEEED;
}


#footer .inside {
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer ul li {
	display: inline-block;
}

#footer ul.social-media {
	float: right;
}

#footer ul.impressum li a {
	font-size: 13px;
	line-height: 22px;
	text-decoration: none;
}

#footer ul.impressum li a:hover {
	text-decoration: underline;
}

#footer ul.impressum li {
	margin-right: 7px;
}

#footer ul.social-media li {
	/*float: right;*/
	margin-left: 7px;

}

#footer ul.social-media li a img {
	width: 24px;
}

#footer ul.social-media li a:hover {
	opacity: 0.7;
}

/*MODAL*/

.modal-content {
	width: 100%;
	max-width: 415px;
	margin: 0 auto 45px auto;
	position: relative;
}


@media (max-width: 1140px) {
	#portfolio .bx-wrapper .bx-controls-direction a,
	#leistungen .bx-wrapper .bx-controls-direction a {
	    position: absolute;
	    top: 50%;
	    margin-top: -20px;
	    outline: 0;
	    width: 20px;
	    height: 20px;
	    text-indent: -9999px;
	    z-index: 1000;
	}
}


@media (max-width: 1000px) {

	.inside {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}


	#brochure .inside {
	    padding-top: 60px;
	}

	#header .inside {
		padding-top: 160px;
	}

	#header {
	    height: 600px;
	}

	#header a.button {
		margin-bottom: 10px;
	}

	#navi #uebersicht-panel {
	    height: auto;
	}

/*	h1 {
		font-size: 80px;
		line-height: 100px;
	}*/

	#messe .inside {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	#brochure {
	    height: auto;
	}

	#messe {
		height: auto;
	}

}
hr {
	height: 1px;
	border: 0;
	outline: 0;
	background-color: #2A3456;
	margin: 0;
	padding: 0;
}

@media (max-width: 990px) {

	h1 {
		font-size: 50px;
		line-height: 80px;
	}
}

@media (max-width: 885px) {

	.col-rating {
		width: 100% !important;
		max-width: 430px !important;
		float: none;
		padding-left: 30px;
		padding-top: 5px;
	}
	.col-question {
		width: 85% !important;
		margin-right: 0 !important;
	}
	.col.col-rating .textfield {
		left: 30px;
		max-width: 400px;
	}
}

@media (max-width: 850px) {

	/*Helper*/
	.margin-40 {
		margin-bottom: 20px !important;
	}

	.margin-60 {
		margin-bottom: 40px !important;
	}

	#messe {
		height: auto;
	}

	#seminar-map {
		width: 100%;
		height: 800px;
	}
}

@media (max-width: 810px) {
	span.border {
	    border-bottom: none!important;
	    display: inline-block;
	}

	h1 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 20px;
	}


	#messe {
	   height: auto;
	}

	#portfolio .bx-wrapper .bx-controls-direction a,
	#leistungen .bx-wrapper .bx-controls-direction a {
	    display: none;
	}

	#portfolio-pager a.floater {
		display: block;
		min-height: 175px;
	}

	span.telefon-beratung {
		display: none;
	}

}

@media (max-width: 600px) {
	#navi {
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 60px;
	}

	.uebersicht-open,
	a.beratung,
	#logo,
	a.back-to-start,
	a.anmeldung  {
		top: 15px;
	}

	a.anmeldung {
		right: 10px!important;
	}

	a.back-to-start,
	.uebersicht-open {
		left: 10px!important;
	}


	h1 {
		font-size: 24px;
		line-height: 45px;
		margin-bottom: 20px;
	}


	h2 {
		font-family: 'AdelleSansSAGEThin';
		font-size: 26px;
		color: #51534A;
		line-height: 34px;
		margin-bottom: 25px;
	}

	p {
		font-size: 13px;
		line-height: 17px;
	}

	#header {
		height: auto;
	}

	#header a.blue {
	    color: #00F5E1;
	    font-size: 15px;
	    line-height: 21px;
	    text-decoration: underline;
	    display: inline-block;
	}

/*	a.button {
	    background: #ED1C5F url(../gfx/button-arrow.png) no-repeat right 10px center;
	    background-size: 7px 12px!important;
	    font-size: 15px;
	    color: #FFFFFF;
	    letter-spacing: 0.1px;
	    line-height: 20px;
	    display: inline-block;
	    padding: 5px 30px 5px 10px;
	    text-decoration: none;
	}*/

	#messe .inside {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}

	.seminarorte {
		display: none!important;
	}

	#eindruecke {
		height: auto!important;
		padding-top: 0px;
	}

	#meinungen .inside {
	    padding-bottom: 80px!important;
	}

	/*COLS*/


	.uebersicht-open span.text ,
	a.beratung span.text {
		display: none;
	}

	span.open-img,
	span.beratung-icon {
		margin-right: 0!important;
	}

	.col-3 {
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
	}

	.col-2 {
		width: 100%;
		margin-left: 0%;
	}

	.col-half {
		width: 100%;
	}


	.group .col-3:last-child {
		margin-bottom: 0;
	}

	.inside {
	padding-top: 40px!important;
	padding-bottom:40px!important;
	}

	#header p,
	#header-map p,
	#header-anmeldung p   {
		font-size: 15px;
		line-height:22px;
	}

	#header p br,
	#header-map p br,
	#header-anmeldung p be   {
		display: none;
	}

	#uebersicht-panel .inside {
	    padding: 100px 0 20px 0;
	    margin: 0 auto;
	    height: auto!important;
	}

	.col-third {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}

	.col-third span {
		font-size: 20px!important;
	}

	.col-third img {
		display: none;
	}

	#uebersicht-panel .margin-20 {
		margin-bottom: 0!important;
	}

	#uebersicht-panel .inside {
		padding-top: 60px!important;
		padding-bottom: 30px;
	}

	#footer ul.social-media {
	    float: none;
		padding-top: 20px;
		text-align: center;
	}

	#footer ul.social-media li {
		text-align: center;
	}


	#footer ul.impressum {
		text-align: center;
	}

	#header .inside {
		padding-top: 130px!important;
	}

	#header .inside p.no-show {
		display: none!important;
	}


	span.referent {
	    margin-right: 20px;
	}

	#themen ul {
	    margin-bottom: 15px;
	}


	#vorteile span.icon {
	    display: inline-block;
	    margin-bottom: 15px;
	    width: 55px;
	}

	#seminar-map {
		width: 100%;
		height: 600px;
	}

	p.cite {
		font-size:13px;
		line-height: 18px;
		font-family: 'AdelleSansSAGEItalic';
		margin-bottom: 15px;
	}

	p.name  {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 15px;
	}


	.margin-90 {
		margin-bottom: 50px!important;
	}

	.margin-50 {
		margin-bottom: 30px!important;
	}
	#kontakt {
	    background: #2A3456;
	    position: relative;
	    padding-top: 20px;
	}
	.col-rating {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.modal-content {
		margin-bottom: 0;
	}
	.modal-content a.button {
		position: relative;
		display: block;
		left: auto;
		right: auto;
		text-align: center;
		margin: 10px auto 0 auto;
	}
}
