/* CSS Document */
html {
	margin:0px 0 0 0; 
	padding:0; 
	min-height: 100%;
	width:100%; 
	height:100%;
	top: 0px;
	bottom: 0px;
}
*+html {
	overflow: scroll; /*Scrollbar bei Firefox anzeigen*/ 
	height:100%;
}
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
	border: 0;
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	text-align:left;
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;
	background: #fff;
   	background-color: rgb(255, 255, 255);
	margin: 0;
}

/*---popup---*/
#popup {
	
}

#popup img {
   width: 100%;
   height: auto !important;
   max-height: none;
}

#popup div.dynpg_AA_row_HeadtextA {
 	display:none;

}

#popup div.dynpg_AA_row_DescriptionA img {
   
}

#popup div.dynpg_AA_row_Main_Col_01A img {

   
}


.popup iframe {
    width: 100%;
    height: auto !important;
    max-width: 100%;
}


/*---container---*/

.container-fluid {
	padding-left:0px;
	padding-right:0px;

}



td { 
	font-size: 20px;
	line-height: 1.4em;
	font-weight:normal;

}

p { 
	font-size: 20px;
	line-height: 1.4em;

}


tr { 
	font-size: 20px;
	line-height: 1.4em;

}

h1 {
	font-size:36px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	padding-bottom:30px;
	padding-left:15px;
}

h2 {
	font-size:22px;
	letter-spacing:6px;
	line-height:1.5em;
	text-transform:uppercase;
	color: rgb(170,170,170);
	letter-spacing:2px;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}


h4 {
	font-size: 40px;
	font-weight: bold;
	color:rgb(255,0,0);
	line-height: 1.2em;
}


h6 {
	font-size:22px;
	line-height:1.2em;
	color: rgb(255,255,255);
	margin-top:0px;
	
	
}


ul, ol {
   	padding-left:0px;

}

ul {
	list-style:none;

}


/*---tabelle--*/
.tabelle div.dynpg_A_parentgroup {
	display:none;
}


#td1_row {
	width: 10%;
	text-align:left;
}
#td2a_row {
	width: auto !important;
	
}


.image_fit div.dynpg_A_header .dynpg_A_header_text {
    font-size:36px;
	letter-spacing:20px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	display:block;
	text-align:right;
}

.image_fit_index div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:20px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	display:block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.content .dynpg_H .dynpg_A_header_text {
    font-size:24px;
	color: rgb(170,170,170);
	text-align: left;

}

#flexgrid > div > :last-child {
    margin-bottom: 40px;
}

#flexgrid > div > :last-child li {
	list-style:none;
    
}

#flexgrid > div {
    border-style: none;
    border-color: rgba(255, 255, 255, 0.25);
    border-left-width: 1px;
    border-top-width: 1px;
    text-align: center;
}


.image.fit.index .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child {
    margin-bottom: 0;
    list-style: none;     
}


.image.fit {
    display: block;
    padding:20px;
    width: 100%;
}


.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
    color:rgb(153,153,153);
}


.box .content {
    padding-left:20px;
    background: #FFF;
}

.box {
    border-color: rgba(144, 144, 144, 0.25);
    background: rgb(255,255,255);
}



/*---Start Button---*/
#banner a {

    color: #FFF;
    text-decoration: none;

}
input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {

    background-color: #5AA6ED;
    color: #ffffff !important;

}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {

    background-color: #f2f2f2;
    color: #000 !important;

}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {

    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.85rem;
    line-height: 2.95rem;
    padding: 0 1.5rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;

}



/*------------------------------- Link Colors ---------------------------------*/
a:link,
a:visited {
	color: rgb(255,0,0);
	text-decoration: none;
}
a:hover {
	color: rgb(255,0,0);
	text-decoration: none;
}

.listicons {
	
}
table#optik tr:nth-child(2n) {
     background-color: #CCC;
}
table#optik tr:nth-child(2n):hover {
     background-color: #B90000;
	 color: #FFF;
}
table#optik tr:hover {
     background-color: #B90000;
	 color: #FFF;	
}


/*----header---*/
.top {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.95);

}

.top_index {
		-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color:transparent;
	height: 4vH;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	z-index: 1;
	font-size:24px;
	color:rgb(255,255,255);
	padding:20px;
}


.top_index div#course_categories_menu_horizontal p.single_grp_exp a.link, div#course_categories_menu_horizontal p.single_grp_a a.link, div#course_categories_menu_horizontal p.single_grp_a_exp a.link {

    color: #F00;

}

.top_index div#course_categories_menu_horizontal div.inactive a.link {

    color: rgb(255,255,255);
    text-decoration: none;

}



#header.alt2 {
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    top: 0em;
}

#header.alt {
    -moz-animation: none;
    -webkit-animation: none;
    -ms-animation: none;
    animation: none;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
    position: absolute;
    top: 1.5em;
}

#header {
    background: rgba(0, 0, 0, 0.75);
        background-color: rgba(0, 0, 0, 0.75);
    color: #a6a6a6;
    cursor: default;
    height: 3.25em;
    left: 0;
    line-height: 3.25em;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10001;
}


#header > a:last-child {
    padding-right: 1.25em;
}
#header > a[href="#menu"] {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
#header > a {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: inline-block;
    padding: 0 0.75em;
        padding-right: 0.75em;
    color: inherit;
    text-decoration: none;
    color: #FFF;
}

#header .toggle span {
}


/*---menu---*/
#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
    -webkit-overflow-scrolling: touch;
    background: #000;
    box-shadow: none;
    color: #000;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 20em;
    z-index: 10002;
}

#menu.visible {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
    visibility: visible;
}

#menu .close {
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 3.25em;
    line-height: 3.25em;
    padding-right: 1.25em;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    width: 7em;
}

#menu .close::before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;top
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}


/*---index banner---*/
.index_top {
}

.bannerinhalt {
	padding-bottom:10vH;
}



#banner {
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-image: url("/images/banner_affe.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 0;
    min-height: 100vh;
    height: 100vh !important;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

#banner::before {
    -moz-transition: opacity 3s ease;
    -webkit-transition: opacity 3s ease;
    -ms-transition: opacity 3s ease;
    transition: opacity 3s ease;
        transition-delay: 0s;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#banner .logo {
	float:left;
    z-index: 2;
   
}


#banner .logo img {
	width:100%;
	height: auto !important;
   
}


#banner .inner {
    float:left;
    z-index: 2;
}

#banner a {
    color: #FFF;
    text-decoration: none;
}

#banner .inner div.dynpg_A_header .dynpg_A_header_text {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 4px;
}


.logo_index {
	top:12vH;
	margin-left:-2%;

}


.logo_index img {
	width:100%;
	height:auto !important;

}

.logo {
	top:0;
	padding-left:0px;
}

.logo img {
	width:60%;
	height:auto !important;

}

.inner {

}

.index_inhalt_alles {
	float:left;

}


.navigation_desktop {
	z-index:2;
	padding-top:1vH;
	padding-bottom:1vH;
	padding-left:0px;

}

.rubriktitel {
	padding-bottom:20px;

}

.rubriktitel div.dynpg_H .dynpg_A_parentgroup {
	display:none;

}


.index_inhalt {
	float:left;
	top:25vH;
	height: auto !important;
	padding-bottom: 30px;
	

}


.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:70px;
	line-height:1.5em;
	color: rgb(255,255,255);
	font-family: 'Karma', serif;
	letter-spacing:2px;
	padding-bottom:200px;
}


.start {
	float:left;
	background-image:url(../medien/35weiss_trans.png);
	background-repeat:repeat;
	width:100px;
	height: 36px;
	color: rgb(255,0,0);
	font-size:22px;	
}


.icons {
  	text-align: left;
	padding-right: 10px;
}


#banner video {
    -moz-transform: translateX(50%) translateY(50%);
    -webkit-transform: translateX(50%) translateY(50%);
    -ms-transform: translateX(50%) translateY(50%);
    transform: translateX(50%) translateY(50%);
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}


header {
    background:transparent;
    height: auto !important;
    text-align: center;
}


/*--Teil 1--*/

.container-eins {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;	
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.95);
	height: 100%;	
	left: 0;
	opacity: 0.75;
	position: absolute;	
	margin-top:20vH;
	width: 100%;
	z-index: 1;
	padding-bottom:2rem;
	padding-top:2rem;
}

.container-eins-inhalt {   
}

.eins-left {
	 
}

.eins-left-container {
	background-color: white;
	padding-top: 1rem;  
}

.eins-left-container div.dynpg_H .dynpg_A_parentgroup {
   display:none;
}


.eins-left-inhalt {	 
	padding-top:1rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:3rem;  
}

.eins-left-image {
}

.eins-left-image img {
    max-width: 100%;
	height:auto !important;
}

.eins-middle {
	  
}

.eins-middle div.dynpg_H .dynpg_A_parentgroup {
   display:none;
}

.eins-middle-container {
	background-color: white;
	padding-top: 1rem; 
}

.eins-middle-inhalt {
	padding-top:1rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:3rem; 	  
}

.eins-middle-image {
}

.eins-middle-image img {
    max-width: 100%;
	height:auto !important;
}


.eins-right {
  
}

.eins-right div.dynpg_H .dynpg_A_parentgroup {
   display:none;
}

.eins-right-container {
	background-color: white;
	padding-top: 1rem; 
}

.eins-right-inhalt {
	padding-top:1rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:3rem; 	  
}

.eins-right-image {
}

.eins-right-image img {
    max-width: 100%;
	height:auto !important;
}

.eins-left div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}


.eins-middle div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}
.eins-right div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}

.eins-left-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-family: 'PT Sans', sans-serif;
	text-transform:none;
	font-size: 20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
}

.eins-middle-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-family: 'PT Sans', sans-serif;
	text-transform:none;
	font-size: 20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
}
.eins-right-inhalt div.dynpg_A_header .dynpg_A_header_text {
   	font-family: 'PT Sans', sans-serif;
	text-transform:none;
	font-size: 20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
}


/*--Teil 2--*/

.container-zwei {
	background-color: #f2f2f2;
	opacity: 1.0;
}

.container-zwei-inhalt {
	padding: 6rem 0 4rem 0;
	 
}


.zwei-left {
	 
}
.zwei-left-container {
	background-color: white;
	padding-top: 1rem;  
}


.zwei-left-container div.dynpg_H .dynpg_A_parentgroup {
   display:none;
}

.zwei-left-inhalt {	
	padding-top:1rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:3rem;  
}

.zwei-left-image {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
}

.zwei-left-image img {
    max-width: 100%;
	height:auto !important;
}

.zwei-middle {
   
}

.zwei-middle-container div.dynpg_H .dynpg_A_parentgroup {
   display:none;
}
.zwei-middle-container {
	background-color: white;
	padding-top: 1rem;  
}

.zwei-middle-inhalt {	
	padding-top:1rem;
	padding-left:3rem;
	padding-right:3rem;
	padding-bottom:3rem; 
}

.zwei-middle-image {
	display: block;
	margin: 0 0 2rem 0;
	width: 100%;
}

.zwei-middle-image img {
    max-width: 100%;
	height:auto !important;
}

.zwei-left-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}

.zwei-middle-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}


.zwei-left div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}

.zwei-middle div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:center;
}


.zwei-left-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-family: 'PT Sans', sans-serif;
	text-transform:none;
	font-size: 20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
}

.zwei-middle-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-family: 'PT Sans', sans-serif;
	text-transform:none;
	font-size: 20px;
	text-align:left;
	letter-spacing:1px;
	margin-top:10px;
}




/*--Teil 3--*/

.container-drei {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 1.0);
	height: 100%;
	left: 0;
	opacity: 1.0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	padding-left:0px;
	padding-right:0px;

}



.drei-inhalt {
	padding-top:20px;
	padding-bottom:20px;
	color: white;
	 
}


/*--Teil 4--*/

.container-vier {
	background-color: #f2f2f2;
	color: #a6a6a6;
	opacity: 1.0;
}

.container-vier-inhalt {
	background-color: rgb(255,255,255);
	padding: 6rem 0 4rem 0;
	 
}

.vier-inhalt {
	padding-top:20px;
	padding-bottom:20px; 
}


.vier-image {	
text-align:center;  
}

.vier-image .dynpg_H .dynpg_A_parentgroup {	
display:none; 
}

.vier-image img {
	max-width: 100%;
	height:auto !important;	
	
}



.vier-image div.dynpg_A_header .dynpg_A_header_text {
    display:none;
}

.vier-referenzen {
	 
}

.vier-referenzen div.dynpg_H .dynpg_A_parentgroup {
	 display:none;
}

.vier-referenzen div.dynpg_A_header .dynpg_A_header_text {
   	font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:left;
	padding-left:35px;
}


.vier-inhalt .dynpg_H_header_lead iframe {
	max-width: 100%;
	min-height: auto !important;
	
}


/*---Textspalte--*/
.container-textspalte {	 
	background-color: #f2f2f2;
	color: rgb(0,0,0);
	opacity: 1.0;
}

.textspalte-image div.dynpg_H .dynpg_A_parentgroup {
    display:none;
}

.container-textspalte-inhalt {	
	background-color: rgb(255,255,255);
	padding-left:0px;
	padding-right:0px; 
}

.textspalte-container {	
	padding-left:0px;
	padding-right:0px; 
}

.textspalte-inhalt {
	padding:20px;	 
}



.textspalte-blocks-inhalt {	 
}

.textspalte-blocks-inhalt .dynpg_H .dynpg_A_parentgroup{
    display:none;
}

.textspalte-blocks {
	padding-bottom:20px;	 
}

.textspalte-blocks-inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:right;
	padding-top:20px;
}


.textspalte-image {	 
}


.textspalte-image img {
	max-width: 100%;
	height:auto !important;	 
}

.textspalte-image div.dynpg_A_header .dynpg_A_header_text {
    font-size:24px;
	letter-spacing:10px;
	text-transform:uppercase;
	color: rgb(170,170,170);
	font-family: 'Karma', serif;
	text-align:right;
	padding-top:35px;
}






.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    position: relative;

}








/*---inhalt---zusatz---*/

.content_left {
	

}

.content_right {

 padding-right:80px;
}

.content_right ul li{
	list-style: square;
}

.clear {
	clear:both;
}

.list_left {
 
}

.pagetitle {
	color:rgb(255,153,0);
 
}

.cont_clear {
 
}


.main2spaltig {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:15px;
 	
}

.main2spaltig .title {
		
}


.shorty {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2em;
	color: rgb(0,0,0);
	

}

.title {
	font-weight: bold;
	color:rgb(0,0,0);

 	
}

.zwischentext title {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2em;
	color: rgb(255,255,255);

 	}

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

.right {
 	
}

.content_full {
 	
}


.shariff-button.googleplus {
    display: none;
}

.shariff-button.twitter {
    display: none;
}

.shariff-button.linkedin {
    display: none;
}

.shariff-button.xing {
    display: none;
}

.elastislide_autostart {
	width: 100%;
	float:left;
	padding-bottom:6vH;
	
}




.main elastislide_autostart {
	
}


#elastislide_content_container {
	clear:both;

}



/*--footer---*/

.footer{
	padding: 6rem 0 4rem 0 ;
	background: #f2f2f2;
}

.copyright {
	color: #bbb;
	font-size: 1.0em;
	margin: 0 0 2rem 0;
	padding: 0;
	text-align: center;
}
			


.article-media{
display:none;
}
			





/*------------------------------- google-maps und youtube ---------------------------------*/
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 1px;
}

.google-maps iframe {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	clear:both;
}


/*------------------------------- config_general.css ---------------------------------*/
.parentgroup,
.newsdate {
	display: none;
}

.content .article-media a:link,
.content .article-media a:visited {
	color: inherit;
	font-size: 12px;
	float: left;
	margin-top:20px;
}
.content .shariff::after, .shariff::before {
    content: " ";
    display: inherit;
	clear: none;
	float: left;
}

.navbar-toggle {
  		display: block !important;
}
	


/*------------------------------- mobile devices ---------------------------------*/




@media (max-width: 1200px) {


.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size: 80px;
    line-height: 1.5em;
    color: rgb(255,255,255);
    padding-bottom: 20px;
    font-family: 'Karma', serif;
    letter-spacing: 2px;
}


}

@media (max-width: 1024px) {
.top {
	height:8vH;

}

.logo {
	top:1.5vH;

}
.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size: 60px;
    line-height: 1.5em;
    color: rgb(255,255,255);
    padding-bottom: 20px;
    font-family: 'Karma', serif;
    letter-spacing: 2px;
}



}


@media (max-width: 768px) {
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	letter-spacing:0.5px;
	border: 0;
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	line-height: 1.4em;
	text-align:left;
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;
	background: #fff;
        background-color: rgb(255, 255, 255);
		 margin: 0;
}	
	
tr {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
}

td {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.4em;
}

h1 {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(170,170,170);
    font-family: 'Karma', serif;
    padding-bottom: 30px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
	letter-spacing:5px;
	padding-bottom:10vH;
}

h6 {
    font-size: 20px;
    line-height: 1.2em;
    color: rgb(255,255,255);
    margin-top: 0px;
}	
.navigation {
	display:none;
}

.navigation_desktop {
	display:none;

}

#banner .inner div.dynpg_A_header .dynpg_A_header_text {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2em;
    padding-bottom: 4px;
}

.top {
	height:6vH;

}

.logo {
	top:1.5vH;

}

#popup div.dynpg_AA_row_Main_Col_01A img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup div.dynpg_AA_row_DescriptionA img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}	

}

@media (max-width: 540px) {
#header .toggle span {
		display:none;
}

.bannerinhalt {
    width: 100%;
    top: 0px;
	
	
}

.top {
	height:15vH;

}

.logo {
	text-align:right;
	
}

.logo img {
	width:40%;
	height: auto !important;
	
}

.navigation {
	top: 3vH;
	left: 0;
	float: left;
	z-index: 1100;


}

iframe {
	max-width: 100%;
}
	
.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:36px;
	line-height:1.4em;
	color: rgb(255,255,255);
	padding-bottom:20px;
	font-family: 'Karma', serif;
	letter-spacing:2px;
}	
	
h2 {
  	font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
	letter-spacing:5px;
}	
	
.footer{
	padding-left:2rem;
	padding-right:2rem;
}	
	
h6 {
    font-size: 17px;
 
}	

#popup div.dynpg_AA_row_Main_Col_01A img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup div.dynpg_AA_row_DescriptionA img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}	


	
	
}


@media (max-width: 480px) {	
body {
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	letter-spacing:0.5px;
	border: 0;
	min-height: 100%;
	height:100%;
	width:100%; 
	bottom: 0px;
	top: 0px;
	line-height: 1.4em;
	text-align:left;
	-webkit-text-size-adjust: none;
	-ms-overflow-style: scrollbar;
	background: #fff;
        background-color: rgb(255, 255, 255);
		 margin: 0;
}

td { 
	font-size: 17px;
	letter-spacing:0.5px;
	line-height: 1.4em;

}

p { 
	font-size: 17px;
	letter-spacing:0.5px;
	line-height: 1.4em;

}


tr { 
	font-size: 17px;
	letter-spacing:0.5px;
	line-height: 1.4em;

}

iframe {
	max-width: 100%;
}

#header .toggle span {
	display:none;
}

.bannerinhalt {
	width: 100%;
    top: 0px;
	padding:20px;
	padding-bottom:200px;

}

.top {
	height:8vH;

}

.index_inhalt {
    float: left;
    top: 15vH;
    height: auto !important;
}

.navigation {
	float: left;
	z-index: 1100;
	width:100%;
}

.navigation_desktop {
	display:none;
}

.logo {
	text-align:right;
}

.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:36px;
	line-height:1.5em;
	color: rgb(255,255,255);
	padding-bottom:20px;
	font-family: 'Karma', serif;
	letter-spacing:2px;
}


.index_inhalt {
    padding-top: 8vH;
    padding-left: 0px;
}


.container-textspalte {
    background-color: #f2f2f2;
    color: rgb(0,0,0);
    opacity: 1.0;
	float:left;
}

.container-textspalte img iframe {
    max-width:100%;
	height: auto !important;
}

.textspalte-image div.dynpg_A_header .dynpg_A_header_text {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(170,170,170);
    font-family: 'Karma', serif;
    text-align: right;
	font-weight:normal;
}

.content_right {
    padding-right: 0px;
}

#banner .logo {
    opacity: 1;
  	float:left;
}


h1 {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(170,170,170);
    font-family: 'Karma', serif;
    padding-bottom: 30px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
	letter-spacing:5px;
	padding-bottom:10vH;
}




.vier-referenzen div.dynpg_A_header .dynpg_A_header_text {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(170,170,170);
    font-family: 'Karma', serif;
    text-align: left;
}

.block {
    cursor: pointer;
    float: left;
    position: relative;
    width: 50%;
    min-height: 6vH;
}

.footer{
	padding-left:2rem;
	padding-right:2rem;
}


#popup div.dynpg_AA_row_Main_Col_01A img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup div.dynpg_AA_row_DescriptionA img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup iframe {
    max-width: 70%;
}


}


@media (max-width: 320px) {
#header .toggle span {
		display:none;
}

.bannerinhalt {
    width: 100%;
    top: 0px;
	
	
}

.top {
	height:8vH;

}

.logo {
	text-align:right;
}

.navigation {
	top: 3vH;
	left: 0;
	float: left;
	z-index: 1100;


}

iframe {
	max-width: 100%;
}
	
.index_inhalt div.dynpg_A_header .dynpg_A_header_text {
    font-size:36px;
	line-height:1.4em;
	color: rgb(255,255,255);
	padding-bottom:20px;
	font-family: 'Karma', serif;
	letter-spacing:2px;
}	
	
h2 {
  	font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
	letter-spacing:5px;
}	
	
.footer{
	padding-left:2rem;
	padding-right:2rem;
}	
	
h6 {
    font-size: 17px;
 
}

#popup div.dynpg_AA_row_Main_Col_01A img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup div.dynpg_AA_row_DescriptionA img {
    width: auto !important;
    height: auto !important;
    max-width: 50%;
}

#popup iframe {
    max-width: 70%;
}		
	
	
}




/*  ----------------------formular--------------------------- */
td {
	padding: 3px 3px 3px 3px;
	padding-left:0px;
}

.td {
    display: block;
}

.input{
	width: 100%;
	margin: 3px;
	border: none;
	background-color: rgb(153,153,153);
}
input.formfield_error,
textarea.formfield_error {
	background-color: #B90000;
}	
span.form_error,
span.form_success {
	font-size: 18px;
	color: #B90000;
	line-height: 30px;
}
textarea {
	width: 100%;	
	border: none;
	background-color:rgb(153,153,153);
}
textarea:focus {
	background: #ccc;
	width: 300px;
	font-weight: bold;
	color: #000;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}  
.input:focus {
	width: 100%;
	background: #CCC;
	color: #FFF;
	font-weight: bold;
}
.select {
	margin: 5px auto 0 0;
	background: #ffffff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.select:focus {
	background-color: #ccc;
}


/*---- nav----*/
.navbar-toggle {
	float:left;
    position: relative;
     padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;

}

.navbar-default {

    background-color: transparent;
    border-color: #e7e7e7;
    border: 0px solid;

}

.navbar-nav {
    margin: 0px -15px;

}
.nav {

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	background-image:url(../medien/70weiss_trans.png);
	background-repeat:repeat;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: -15px;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}
.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
        border-top-color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-default .navbar-toggle {
    border-color:white;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}

