/* FONT-INTEGRATION */

/* open-sans-light-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/opensans-light-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-light-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-light-i-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans LightItalic'), local('OpenSans-LightItalic'),
       url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-lightitalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-regular-400 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/opensans-regular-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-regular-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-regular-i-400 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Regular Italic'), local('OpenSans-Regular-Italic'),
       url('../fonts/opensans-italic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-italic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-semibold-600 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-semibold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-semibold-i-600 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBoldItalic'), local('OpenSans-SemiBoldItalic'),
       url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-semibolditalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/opensans-bold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-bold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-i-700 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans BoldItalic'), local('OpenSans-BoldItalic'),
       url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-bolditalic-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-extrabold-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-extrabold-webfont.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* open-sans-bold-i-800 */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBoldItalic'), local('OpenSans-ExtraBoldItalic'),
       url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url("../fonts/MaterialIcons-Regular.woff2") format('woff2'),
    url("../fonts/MaterialIcons-Regular.woff") format('woff'),
    url("../fonts/MaterialIcons-Regular.ttf") format('truetype');
}
/* RESPONSIVE GRID */

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	}

@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}

.container-fluid {
	width: 100%;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
	}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%} .col-xs-11{width:91.66666667%} .col-xs-10{width:83.33333333%} .col-xs-9{width:75%} .col-xs-8{width:66.66666667%} .col-xs-7{width:58.33333333%} .col-xs-6{width:50%} .col-xs-5{width:41.66666667%} .col-xs-4{width:33.33333333%} .col-xs-3{width:25%} .col-xs-2{width:16.66666667%} .col-xs-1{width:8.33333333%}

@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666667%} .col-sm-10{width:83.33333333%} .col-sm-9{width:75%} .col-sm-8{width:66.66666667%} .col-sm-7{width:58.33333333%} .col-sm-6{width:50%} .col-sm-5{width:41.66666667%} .col-sm-4{width:33.33333333%} .col-sm-3{width:25%} .col-sm-2{width:16.66666667%} .col-sm-1{width:8.33333333%}}

@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%} .col-md-11{width:91.66666667%} .col-md-10{width:83.33333333%} .col-md-9{width:75%} .col-md-8{width:66.66666667%} .col-md-7{width:58.33333333%} .col-md-6{width:50%} .col-md-5{width:41.66666667%} .col-md-4{width:33.33333333%} .col-md-3{width:25%} .col-md-2{width:16.66666667%} .col-md-1{width:8.33333333%}}

@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%} .col-lg-11{width:91.66666667%} .col-lg-10{width:83.33333333%} .col-lg-9{width:75%} .col-lg-8{width:66.66666667%} .col-lg-7{width:58.33333333%} .col-lg-6{width:50%} .col-lg-5{width:41.66666667%} .col-lg-4{width:33.33333333%} .col-lg-3{width:25%} .col-lg-2{width:16.66666667%} .col-lg-1{width:8.33333333%}}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.pull-right {
	float: right !important;
	}

.pull-left {
	float: left !important;
	}

/* HTML â€“ SITE CONSTRUCTION */

body {
	background: #fff;
	color: #5f605f;
	font-family: 'Open Sans', sans-serif;
	margin: 0;	
	font-size: 18px;
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 16px;
			}
		}

.clear {
	clear: both;
	}

/* ----- FONT ----- */
.orange {
    color: #efa900;
    font-weight: 600;
    }

.sub {
    color: #5f605f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    }

h1 {
    font-size: 36px;
    color: #efa900;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
    @media only screen and (max-width: 1200px) {
		h1 {
			font-size: 30px;
            margin: 50px 0 25px 0;
			}
		}

h2 {
    font-size: 24px;
    color: #efa900;
    font-weight: 400;
    }
    @media only screen and (max-width: 1200px) {
		h2 {
			font-size: 14px;
			}
		}

h3, .hl3 {
    font-size: 20px;
    color: #efa900;
    font-weight: 600;
	/*text-transform: uppercase;*/
    }
    @media only screen and (max-width: 991px) {
		h3 {
			font-size: 18px;
			}
		}

/* ----- ICONS ----- */
.material-icons {
    color: #fff;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    vertical-align: sub;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    }

span.nav-icon{
    color: #5f605f;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 18px;
    vertical-align: sub;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    }

.material-system-icons{
    color: #efa900;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: 30px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    } 
    @media only screen and (max-width: 991px) {
		.material-system-icons {
			font-size: 20px;
			}
		}


.adressen-icon{
    color: #efa900;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0 0 2px 0;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    } 

/* ----- HEADER ----- */
header {
    background: #fff;
    color: #5f605f;
    padding: 10px 0 0 0;
    }
    @media only screen and (max-width: 767px) {
		header{
			}
		}

header a {
    color: #5f605f;
    text-decoration: none;
    }

/* ----- CONTACT HEADER ----- */
.contact-header {
    background-color: #efa900;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 5px 0;
    text-align: right;
    }

.contact-header a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    }

.contact-header a:hover{
    text-decoration: underline;
    }

/* ----- LOGO ----- */
.logo {
    margin: 25px 0;
    }
    @media only screen and (max-width: 991px) {
		.logo {
			margin: 25px 0;
			}
		}

.logo img {
    width: 100%;
	max-width: 250px;
    height: auto;
    }
    @media only screen and (max-width: 991px) {
		.logo img{
			width: 60%;
            margin: 0 40% 0 0;
			}
		}

/* ----- NAVIGATION ----- */
.navigation {
	margin: 0;
	}

.navigation ul {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	@media only screen and (max-width: 991px) {
		.navigation ul {
			display: none;
			width: 100%;
            background: #eee;
			}
		}

ul.nav li {
	display: inline-block;
	padding: 38px 0 0 0;
    margin: 0;
	}
	@media only screen and (max-width: 1200px) {
		ul.nav li {
	        padding: 32px 0 0 0;
			}
		}
    @media only screen and (max-width: 991px) {
		ul.nav li {
			display: block;
			float: none;
			padding: 5px 0;
			margin: 0 auto;
			text-align: center;
			}
		}

ul.nav li a {
	display: block;
	margin: 0 5px;
	padding: 0;
	color: #5f605f;
	text-decoration: none;
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	}
    @media only screen and (max-width: 1200px) {
		ul.nav li a {
			font-size: 14px;
			}
		}
	@media only screen and (max-width: 991px) {
		ul.nav li a {
			display: block;
			width: 100%;
			margin: 0;
			padding: 2.5px 0;
			border-bottom: none;
			font-size: 16px;
			}
		}

ul.nav li a:hover,
ul.nav li.active a,
ul.nav li a span:hover,
ul.nav li.active a span{
	color: #efa900;
	}

ul.nav li.active ul li a {
	color: #5f605f;
	}
    @media only screen and (max-width: 991px) {
		ul.nav li.active ul li a {
            color: #a8a5a5;
            }
		}

ul.nav li ul li a:hover,
ul.nav li ul li.active a {
	color: #efa900;
	}

ul.nav li ul {
	display: none;
	position: absolute;
	margin: 0;
	padding: 0;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li ul {
			display: block;
			position: relative;
			margin: 0;
			}
		}

ul.nav li:hover ul {
	display: block;
	padding: 5px 20px;
	background: #eee;
	z-index: 2000;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li:hover ul {
			padding: 0 20px;
			background: none;
			z-index: 2000;
			margin-left: 0;
			}
		}

ul li.subnav ul li {
	float: none;
	display: block;
	padding: 5px 0;
	}
	@media only screen and (max-width: 991px) {
		ul li.subnav ul li {
			float: none;
			display: block;
			padding: 0;
			}
		}

ul li.subnav ul li a {
	margin: 0;
	font-size: 14px;
    letter-spacing: none;
	}
    @media only screen and (max-width: 1200px) {
		ul li.subnav ul li a  {
			font-size: 12px;
			}
		}
    @media only screen and (max-width: 991px) {
		ul li.subnav ul li a  {
			color: #a8a5a5;
			font-size: 14px;
			}
		}

span.mobile-menu {
  	display: none;
	}
    @media only screen and (max-width: 991px) {
    	span.mobile-menu {
			display: block;
            position: absolute;
            top: 70px;
            right: 45px;
            z-index: 5000;
			}
		}

/* ----- BANNER ----- */
.banner img {
    display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
    }

/* ----- CONTENT ----- */
.content {
    margin: 50px 15%;
    width: 70%;
    text-align: center;
    }
    @media only screen and (max-width: 1200px) {
		.content {
            margin: 50px 10%;
            width: 80%;
            text-align: center;
            }
		}
    @media only screen and (max-width: 554px) {
		.content {
            margin: 30px 5%;
            width: 90%;
            text-align: center;
            }
		}
    @media only screen and (max-width: 364px) {
		.content {
            margin: 30px 2.5%;
            width: 95%;
            text-align: center;
            }
		}

.content a,
.vcontent a,
.vorstand-inner a,
.adressen-inner a,
.termin-inner a{
	color: #efa900;
	}

.content a:hover,
.vcontent a:hover,
.vorstand-inner a:hover,
.adressen-inner a:hover,
.termin-inner a:hover{
	text-decoration: underline;
	}

/* ----- VORSTAND CONTENT ----- */
.vcontent {
    margin: 50px 15%;
    width: 70%;
    text-align: center;
    }
    @media only screen and (max-width: 1200px) {
		.vcontent {
            margin: 50px 10%;
            width: 80%;
            text-align: center;
            }
		}
    @media only screen and (max-width: 554px) {
		.vcontent {
            margin: 30px 5%;
            width: 90%;
            text-align: center;
            }
		}
    @media only screen and (max-width: 364px) {
		.vcontent {
            margin: 30px 2.5%;
            width: 95%;
            text-align: center;
            }
		}

.boxen-vorstand {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    }
    @media only screen and (max-width: 767px) {
		.boxen-vorstand{
            width: 100%;
            margin: 0 auto;
			display: grid;
			}
		}

.vorstand-inner {
    padding: 0 20px 40px 20px;
    margin: auto 0;
    position: inherit;
    /*top: 50%;
    transform: translate(0, -50%);*/
	text-align: center
    }
    @media only screen and (max-width: 991px) {
		.vorstand-inner{
            font-size: 12px;
			}
		}
    @media only screen and (max-width: 767px) {
		.vorstand-inner{
            font-size: 18px;
            transform: none;
            top: 0;
			padding: 0;
			}
		}

.adressen-inner,
.termin-inner{
    padding: 0 20px 20px 20px;
    margin: auto 0;
    position: inherit;
    /*top: 50%;
    transform: translate(0, -50%);*/
	text-align: left;
	border-top: 1px dotted #cccccc;
    }
    @media only screen and (max-width: 991px) {
		.adressen-inner{
            font-size: 12px;
			}
		}
    @media only screen and (max-width: 767px) {
		.adressen-inner,
        .termin-inner{
            font-size: 18px;
            transform: none;
            top: 0;
			padding: 0 0 30px 0;
			}
		}

.termin-inner p {
	margin: 2px 0;
	display: flex;
	}

.termin-inner p span {
	}

.adressen-inner img {
	width: 100%;
	max-width: 150px;
	margin: 0 0 10px 0;
	border-radius: 50%;
	}

.termin-info {
	flex: 1;
	flex-grow: 0;
	flex-basis: 150px;
	padding-top: 20px;
	}

.termin-content {
	flex: auto;
	flex-grow: 2;
	padding-top: 20px;
	}

.seminar-info {
	width: 70px;
	display: inline-block;
	font-weight: bold;
	}

.name {
    font-size: 18px;
    color: #5f605f;
    font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
    }
    @media only screen and (max-width: 991px) {
		.name {
			font-size: 16px;
			}
		}

.adresse {
    font-size: 14px;
    }

.divider {
	margin: 50px 0;
	}

/* ----- FOOTER ----- */
footer {
    background-color: #5f605f;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    }

footer a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 5px;
    }
    @media only screen and (max-width: 440px) {
		footer a {
            font-size: 12px;
			}
	}

footer a:hover {
    text-decoration: underline;
    }

/* ----- BACK-TO-TOP ----- */
#back-to-top {
    bottom: 35px;
    color: #000;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 45px;
    background-color: rgba(255,255,255,1.00);
    padding: 10px;
    opacity: 0.8;
	}
    @media only screen and (max-width: 991px) {
		#back-to-top {
			right: 40px;
			z-index: 500;
            padding: 5px;
			}
	}
	@media only screen and (max-width: 440px) {
		#back-to-top {
			right: 8px;
			z-index: 500;
			}
	}

#back-to-top:hover {
	opacity: 1.0;
	}