html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    display: block;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
img {
max-width:100% !important;	
}
/*page style*/
html,
body {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
header {
    position: relative;
    min-height: 80px;
    width: 100%;
    border-bottom: 4px solid #ffd200;
}
    header ul {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
    }
        header ul li {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            padding: 0 20px;
            border-right: 2px solid #2d2d2d;
        }
        header ul li.home_link {
            padding: 0 20px 0 20px;
            border-left: 2px solid #2d2d2d;
        }
        header ul li:last-child {
            padding: 0 0 0 20px;
            border: none;
        }
        header ul li a {
            text-decoration: none;
            color: #2d2d2d;
            transition: all .5s;
            font-size: 1.4em;
        }
        header ul li a:hover,
        header ul li a.active {
            color:#daab4b;
            transition: all .5s;
        }
        header ul li.header_logo {
            height: 45px;
            border-right: none;
        }
		header ul li.menuSwitcher {
		display:none;	
		}
		 .menu-toggle {
		cursor:pointer;
		background:transparent url('../images/menu_icon.png') no-repeat left top;
		margin-top:15px;
		padding:0px;
		display:block;
		width:29px;
		height:24px;
		z-index:1010;
		text-indent:-10000px;
		}
		.menu-toggle:hover, .menu-toggle:active {
		background:transparent url('../images/menu_icon_hi.png') no-repeat left top;
		 }
header ul li.header_logo a img {
    display: inline-block;
    height: 100%;
}
.slider {
    width: 100%;
    height: 600px;
    border-bottom: 4px solid #d7d7d7;
    position: relative;
}
.slider_full {
    width: 100%;
    border-bottom: 4px solid #d7d7d7;
    position: relative;
}


.language_selector {

}
.language_selector a {
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: middle;
    text-decoration: none;
    margin-right: 10px;
    transition: all .5s;
    opacity: .4;
    color: #2d2d2d;
    overflow: hidden;
    font-weight: bold;
}
.language_selector a:last-child {
    margin-right: 0;
}
.language_selector a.selected {
    opacity: 1;
}
.language_selector a:hover {
    opacity: 1;
    transition: all .5s;
}
.language_selector a span {
    display: inline-block;
    width: 20px;
    height: 24px;
    vertical-align: sub;
}
.language_selector a span.lang_ger {
    background: url(../images/lang_german.png) top left no-repeat transparent;
}
.language_selector a span.lang_eng {
    background: url(../images/lang_english.png) top left no-repeat transparent;
}
.language_selector a span.lang_hun {
    background: url(../images/lang_hun.png) top left no-repeat transparent;
}
.slide1 {
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
    background: #f6f4f5 url(../images/bg_home.jpg) top right no-repeat scroll;
}
.logo {
    width: 60%;
    max-width: 450px;
}
.slider_text {
    position: absolute;
    color: #ffffff;
    text-shadow: 0px 0px 20px #000000;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.4em;
 left:70px;
 bottom:70px;
 margin-top:0px;
max-width:90%;
}
.slider_text.black {
    color:#000000;
    text-shadow: none;
}
.slider_text.black strong {
    display: block;
    text-align: right;
}
.top_image {
max-height: 450px;
overflow:hidden;
}
.top_image img {
margin-top:-5%;	
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.more_link {
    display: inline-block;
    height: 31px;
    padding-right: 25px;
    color: #fb9041;
    text-decoration: none;
    font-size: 1.3em;
    transition: all .5s;
}
    .more_link span {
        display: inline-block;
        margin-left: 5px;
        width: 17px;
        height: 26px;
        background: url(../images/bg_link.png) center right no-repeat transparent;
        transition: all .5s;
    }
    .more_link:hover {
        text-decoration: underline;
        transition: all .5s;
    }
    .more_link:hover span {
        margin-left: 15px;
        transition: all .5s;
    }
.box_menu_container .centerSection {
    display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
    padding: 2.1%;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
	-webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
    align-items: center;
    align-content: center;
}
.box_menu_container {
    border-bottom: 4px solid #d7d7d7;
}
    .box_menu {
        flex: 0 1 31.7%;
        align-self: flex-start;	
width:31.7%;
    }
    .box_text {
        margin: 30px 0 0 0;
    }
    .box_text h1,
    .box_menu_small h1 {
        display: block;
        font-size: 1.6em;
        font-weight: bold;
        margin-bottom: 0.81em;
        color: #fb9041;
    }
        .box_text h1 span {
            display: block;
            font-size: 0.8em;
            font-weight: normal;
            margin-bottom: 5px;
            color:#000000;
        }
        .box_text h2 {
            display: block;
            font-size: 1.2em;
            font-weight: normal;
            line-height: 1.5em;
            text-align: justify;
            margin-bottom: 30px;
        }
        .box_menu_big {
            flex: 0 1 65.4%;
            align-self: flex-start;
			width:65.4%;
			display:flex;
        }
           .box_menu_big .box_text_big {
                
                vertical-align: top;
            }
            .box_text_big h1 {
                display: block;
                font-size: 1.5em;
                line-height: 1.5em;
                font-weight: bold;
				margin-bottom: 0.81em;
                padding: 0 0 0 40px;
            }
            .box_text_big p {
                display: block;
                padding: 0 0 0 40px;
                margin-bottom: 20px;
                font-size: 1.2em;
                text-align: justify;
                font-weight: normal;
                line-height: 1.5em;
            }
            .box_text_big .more_link {
                margin: 20px 0 0 40px;
            }
        .box_menu_small {
            flex: 0 1 31.7%;
            align-self: flex-start;			
			width:31.7%;
        }
            .box_menu_small .more_link {
                margin: 40px 0 0 0;
            }
.footer {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 5%;
    text-align: center;
    font-size: 1.2em;
    color: #ffffff;
    line-height: 1.6em;
    background: #5a5959; /* Old browsers */
    background: -moz-linear-gradient(top, #5a5959 0%, #423f3f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5a5959 0%,#423f3f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5a5959 0%,#423f3f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5959', endColorstr='#423f3f',GradientType=0 ); /* IE6-9 */
    border-top: 4px solid #ffd200;
    border-bottom: 4px solid #ffd200;
}
    .footer img {
        display: inline-block;
        margin-bottom: 10px;
		max-width:90%;
    }
    .footer a {
        text-decoration: none;
        color:#fb9041;
        transition: all .5s;
    }
        .footer a:hover {
            color:#ffffff;
            text-decoration: underline;
            transition: all .5s;
        }
    a.facebook {
        display: block;
        text-decoration: none;
        width: 35px;
        height: 35px;
        margin: 10px auto 10px auto;
        background: url(../images/logo_fb.png) center center no-repeat transparent;
        opacity: .6;
        transition: all .5s;
    }
    a.facebook:hover {
        opacity: 1;
        text-decoration: none;
        transition: all .5s;
    }
	a.facebook + br {
	display:none;	
	}
.footer_logos {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
    opacity: .5;
	display:none;
}

/*pages css*/
.one_col_text_block {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 2.1%;
}
.quote_block {
    width: 80%;
    margin: 0 auto 40px auto;
    font-size: 1.6em;
    text-align: justify;
    color: #737373;
}
    .quote_block span {
        display: block;
        margin: 20px 0 0 0;
    }
.top_image {
    width: 100%;
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.slider_full.ueberMich {	
background-color:#f6f4f5;
}
.slider_full.ueberMich img{	
float:right;
margin-top:-2%;
}
.slider_full.seminare img{	
float:right;
margin-top:-2%;
}

.slider_full .top_image {
    padding: 0;
}

    .top_image.seminare {
        background: #f6f4f5 url(../images/slide_seminare.jpg) center center no-repeat scroll;
    }
    .top_image.coaching {
        background: #f6f4f5 url(../images/slide_coaching.jpg) left center no-repeat scroll;
    }
    .top_image.referenzen {
        background: #f6f4f5 url(../images/slide_referenzen.jpg) center center no-repeat scroll;
    }
    .top_image.uber_mich {
        background: #f6f4f5 url(../images/slide_ubermich_2.jpg) center right no-repeat scroll;
    }
    .top_image.kontakt {
        background: #f6f4f5 url(../images/slide_kontakt.jpg) center center no-repeat scroll;
    }

.page_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0px 0px 20px #000000;
}
.one_col_text_block h1 {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    margin: 20px 0 30px 0;
    border-bottom: 2px solid #ccc;
    padding-bottom: 5px;
    color:#fb9041;
}
.one_col_text_block h1 span {
    display: block;
    font-size: 0.8em;
    font-weight: normal;
    margin-bottom: 5px;
}
.one_col_text_block h2 {
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 30px;
    font-weight: bold;
    color:#fb9041;
}
.one_col_text_block p {
    display: block;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
    margin-bottom: 30px;
}
.one_col_text_block p.testimonial {
    padding: 20px;
    margin-bottom: 50px;
    border: 1px solid #ececec;
    border-radius: 30px;
    color: #737373;
    background-color: #ececec;
    font-style: italic;
    position: relative;
}
.one_col_text_block p.testimonial:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 90%;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-top-color: #ececec;
    border-bottom: 0;
    border-left: 0;
    margin-left: -15.5px;
    margin-bottom: -31px;
}
    .one_col_text_block p.testimonial span {
        display: block;
        text-align: right;
        margin-top: 10px;
        font-style: normal;
    }
.one_col_text_block ul {
    display: block;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0 0 20px 0;
}
.one_col_text_block ul li {
    margin: 10px 0 0 80px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.5em;
}
.one_col_text_block .more_link {
    font-size: 1.2em;
}

.one_col_text_block .sub_content {
    padding: 20px;
    margin: 20px 20px 40px 20px;
    position: relative;
}
.sub_content .bg_top {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: -10px;
    background: url(../images/bg_top_left.png) top left no-repeat transparent;
    z-index: 10;
}
.sub_content .bg_bottom {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/bg_bottom_rightt.png) top left no-repeat transparent;
    z-index: 10;
}
.sub_content .link_box {
    width: 100%;
    text-align: right;
}

.one_col_text_block .divider {
    display: block;
    margin: 40px 0 50px 0;
    width: 100%;
    border-bottom: 2px solid #cccccc;
}

.referenzen_container {
    width: 100%;
    margin: 20px 0;
}
    #page_referenzen h2 {
        margin-top: 10px;
    }
.referenzen {
    height: 90px;
}
.referenzen_col {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
}
.referenzen_img {
    display: table-cell;
    width: 110px;
    margin-right: 10px;
    vertical-align: middle;
}
.referenzen_text {
    display: table-cell;
    box-sizing: border-box;
    padding: 20px;
    font-size: 1.4em;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
}
.referenzen_text strong {
    font-weight: normal;
}

#formkontakt {
    display: inline-block;
    width: 60%;
}
#formkontakt p {
    display: block;
    margin: 20px 0;
}
label {
    display: block;
    font-size: 1.2em;
    margin: 0 0 5px 0;
}
    label span {
        color:#fb9041;
    }
input,
textarea {
    width: 100%;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.2em;
}
textarea {
    height: 200px;
}

.send_button {
    display: block;
    width: 100%;
    background-color: #fb9041;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    transition: all .5s;
}
    .send_button:hover {
        transition: all .5s;
        background-color: #8c0909;
        color: #ffffff;
    }
.contact_details {
    display: inline-block;
    width: 38%;
    vertical-align: top;
    padding-top: 20px;
}
.contact_details p {
    box-sizing: border-box;
    padding: 0 0 0 40px;
    text-align: left;
    line-height: 1.6em;
}
.contact_details p a,
.one_col_text_block p a {
    color:#fb9041;
    text-decoration: none;
    transition: all .5s;
}
.contact_details p span {
    font-size: .7em;
    display: block;
    margin: 30px 0 20px 0;
}
.contact_details p a:hover,
.one_col_text_block p a:hover {
    text-decoration: underline;
    transition: all .5s;
}
.book_content {
    display: flex;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
	justify-content:space-between;
	-webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
}
.book_img {
    flex: 0 1 16%;
	width:16%;
    text-align: left;
}
.book_img img {
    display: block;
	width:100% !important;
	height:auto !important;
}
.book_text {
    flex: 0 1 79%;
    vertical-align: top;
    font-size: 1.3em;
    line-height: 1.4em;
}
.book_text .more_link {
    font-size: 1em;
}

.publikationen_col {
    display: table-cell;
    vertical-align: top;
    width: 460px;
    box-sizing: border-box;
    padding: 10px;
	padding-top:40px;
}
.publikation img,
.presse img {
   display: inline-block;
   margin-right: 10px;
}

/*media queries*/

@media only screen and (max-width: 1480px) {
    header ul li {
        padding: 0 10px;
    }
    header ul li:first-child {
        padding: 0 10px 0 0;
    }
    header ul li:last-child {
        padding: 0 0 0 10px;
    }
    header ul li a {
        font-size: 1.2em;
    }
}
@media only screen and (max-width: 1200px) {
    header ul li {
        margin: 5px 0;
    }
    header ul li a {
        font-size: 1em;
    }
}
@media only screen and (max-width: 1100px) {
    header ul li a {
        font-size: .8em;
    }
    .slider_text {
        font-size: 1.6em;
        line-height: 1.4em;
    }
    .box_text h1 {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .box_text h2 {
        font-size: 1em;
        line-height: 1.4em;
    }
    .more_link {
        font-size: 1em;
        line-height: 1.5em;
    }
    .more_link span {
        width: 16px;
        height: 20px;
    }
    .box_text_big h1 {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .box_text_big p {
        font-size: 1em;
        line-height: 1.4em;
    }
    .footer a,
    .footer p {
        font-size: 1em;
    }
}

