/* @MEDIA OVERRIDES*/
@media (min-width: 1200px) {
	.container {width: 960px;}


}

@media (max-width: 767px) {
	.navbar .link-internal img {width: 100px;}
	.navbar .nav>li {display: block !important;}
	.teaser h1 a {color: #919191;font-weight: 200;letter-spacing: 1px; }
}

@media (max-width: 767px) {
	body {padding: 0;}
	.container {padding: 0 40px;}
	.teaser {text-align: center;}
	.teaser .item {margin-bottom: 40px; text-align: }
		.teaser h1 a {color: #919191;font-weight: 200;letter-spacing: 1px; }
}

/* SYSTEM OVERRIDES */
body {
  font-family:  'Helvetica Neue', Arial, sans-serif;
  font-size: 100%;
}

p {font-size: 90%;color:#919191;}  

h1,h2,h3,h4,h5 {font-weight: normal;}
h3 {color:#EB7045;line-height: 20px;font-size: 110% }
h4 {
font-family: 'Helvetica Neue';
text-transform: uppercase;
color: #EB7045;
font-size: 80%;
}
a {color: #EB7045;}
a:hover, a:focus {color: #EB7045; opacity: 0.5; text-decoration: blink;}
ul {list-style-type: circle;color:#919191; font-size: 90%;}
strong, b {font-family: 'Helvetica Neue'; font-weight: normal; line-height: normal;}


/* Colors*/
.grey {color:#919191;}
/* BOOTSTRAP OVERRIDES*/
.row-fluid [class*="span"] {margin:0;}
.row-fluid [class*="12"] {
margin:0;

}
header{background: url("img/AOF-Logo-Canvas.jpg"); text-align: center; width: 100%;}
.navbar { margin: 0;}
.navbar ul {font-size: 100%;}
.header-inner {
border: 0;
box-shadow: none;
background-color: none; background-image: none;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 95%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1)), color-stop(95%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 95%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 95%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 95%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 95%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.header-inner .link-internal img {background-color: white; }
.navbar .nav {float: none;}
.navbar .nav>li {float: none; display: inline-block;position: relative;}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	background-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow:none;
}


.navbar .nav>li > a {font-family: 'Helvetica Neue'; text-transform: uppercase; color: #919191; font-size: 80%;}
.navbar .nav >.active > a, .navbar .nav > .active > a:hover, .navbar .nav>.active > a:focus {color: #EB7045;}

.navbar .nav .dropdown-menu {text-align: left;}
.navbar .nav .dropdown-menu > li {display: block; text-align: left;}
.navbar .nav > li.dropdown:hover  ul.dropdown-menu {display: block;}



/*.subnav > ul > li.sub_ul > a { display: none;}
.subnav > ul > li.sub_no {display: none;}*/

.subnav.active-nav > li {display: inline-block; margin: 0 10px;}
.subnav.active-nav > li.active a {color: #EB7045;}
.subnav > li {display: inline-block;}

.subnav {text-align: center; margin: 10px 0;}
.subnav > li a {
margin: 0 3px;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.subnav > li a:hover {color:#EB7045; text-decoration: none;}
.subnav > li.active a {color: #EB7045;}

.navbar .nav  .dropdown-menu {text-align: left; padding: 20px 0; top:80%; display: none;}
.navbar .nav  .dropdown-menu li a {text-align: left; }
.navbar .nav  .dropdown-menu  li:first-child a {border-radius: 0;}
.navbar .nav  .dropdown-menu  li:last-child a {border-radius: 0;}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color: #EB7045;
background-image: none;
border-radius: 0;
 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a{
background-color: #EB7045;
background-image: none;
opacity: 0.5;
border-radius: 0;
}

.navbar .nav li {
display: table-cell;

float: none;
}

.navbar .nav {
margin: 0;
display: table;
width: 100%;
}

.navbar-inner {
min-height: 40px;
padding:0;
background-color: #fafafa;
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat: repeat-x;
border: 1px solid #d4d4d4;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar .nav li a {
font-family: 'Helvetica Neue';
text-align: center;
border-left: 1px solid rgba(255,255,255,.75);
border-right: 1px solid rgba(0,0,0,.1);
font-size: 90%;
text-transform: none;
}

.navbar .nav > li > a {
float: none;
padding: 10px 15px 10px;
color: #777777;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav li:last-child a {
border-right: 0;
border-radius: 0 3px 3px 0;
}

.navbar .nav li:first-child a {
border-left: 0;
border-radius: 3px 0 0 3px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
color: #555555;
text-decoration: none;
background-color: #e5e5e5;
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}


/* OWN CLASSES */
.container .container {width: 60%;}
.container [class^="span"] {position: relative; padding: 20px; box-sizing: border-box;}
.footer {margin: 60px 0 40px;}


.article-text {margin: 20px auto 40px auto;}
.image a {height: 300px;}
.title {
	display: block; font-size:80%; font-family: 'Helvetica Neue'; text-transform: uppercase; color: #EB7045; line-height: 1.5em; height: 50px;
	}
.title a {color: #EB7045;}	
	

p.text {text-align: left;}



.page-title {/* margin-bottom: 30px; */}
.page-title h1 { 
color: #919191;
font-family: 'Helvetica Neue';
margin: 20px 0 0 0;
font-size: 280%;
line-height: 1em;
font-weight: 100;
letter-spacing: 3px;
margin-bottom: 40px;
}
.page-title h4 {
font-family: 'Helvetica Neue';
color: #EB7045;
width: 45%;
font-size: 90%;
margin-bottom: 40px;
margin: 0 auto;
display: block;
padding: 0 0 30px;
text-transform: none;
	
}

.page-title .half-img {height: 120px; overflow: hidden;}
.page-title .half-img img {position: relative;}
.page-content {
/*text-align: left;
column-count:2;
-moz-column-count:2;
-webkit-column-count:2; 
color: #919191;*/
}


.teaser {margin: 0;}
.teaser .item {padding: 0 10px; border: 0; box-shadow: none;}
.teaser .item.span4 .image {padding: 0 40px;height: 130px;} 
.teaser .item .image {
	text-align: center;
	height: 150px;
}
.teaser-title h3 {
	text-align: center;
font-size: 260%;
margin-top: 60px;
font-weight: 100;
letter-spacing: 1px;
margin-bottom: 40px;
}
.teaser-title .border-wrapper {
width: 110%;
margin-left: -7%;
}
.teaser h1 {
	color: #919191; 
font-family: 'Helvetica Neue';	
margin: 20px 0 0 0;
font-size: 140%;
line-height: 1em;
}

.teaser.col-3 h1, .teaser.col-4 h1 { height: 40px; font-size: 150%; text-align: center;}
.teaser h1 a {color: #919191;font-weight: 100;letter-spacing: 1px; }
.teaser .subtitle, .teaser .text-block h3 {
	display: block; font-size:100%; font-family: 'Helvetica Neue'; text-transform: ; color: #EB7045; line-height: 1.5em;
}
.teaser .text-block ul {font-size: 100%;}
.teaser .item .image:hover {opacity: 0.5;}
.teaser .text-block {margin-bottom: 40px;padding-left: 20px;}

.teaser ul li {font-size:90%; list-style-type: circle; color:#919191;}
.border-wrapper {
display: block;
height: 15px;
width: 100%;
margin: 20px auto;
overflow: hidden;

}
.border-wrapper.horizontal {
-webkit-transform:rotate(90deg);
}
.border-wrapper.horizontal.right {
position: absolute;
right: -50%;
top: 50%;
-webkit-transform:rotate(-90deg);

}
.border-slice {
display: block;
position: relative;
top: -13px;
height: 20px;
width: 100%;
margin: 0 auto;
opacity: 0.15;
box-shadow: 1px 1px 160px # inset;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 34%, rgba(0,0,0,0) 67%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(34%,rgba(0,0,0,1)), color-stop(67%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 34%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 34%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 34%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%); /* IE10+ */
background: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 34%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.content .span3 .border-wrapper.horizontal.right {
position: absolute;
right: -38%;
top: 50%;
-webkit-transform: rotate(-90deg);
width: 270%;
}
/* New Styles */

.teaser .item {
padding: 40px;
margin: 10px 5px;
box-sizing: border-box;
overflow: hidden;
position: relative;
}

.teaser .item .image {position: relative;}

.teaser.col-3 {text-align: center;}
.teaser.col-3 .item {height: 480px;}
.teaser.col-3 .item p {text-align: left;}

.teaser.col-1 .item {
	padding: 0 40px;
margin: 0px 5px;
box-sizing: border-box;
overflow: hidden;
position: relative;
border-bottom: 1px solid #ddd;
width: 100%;
margin-top: 20px;
}
.teaser.col-1 .item .more-link {position: absolute; bottom: 10px;}
.teaser.col-1 .item:last-child .border-wrapper {display: none;}
.teaser.col-1 .item:last-child {border:0}
.teaser.col-1 .item h4 {
position: absolute;
right: 0;
top: 0;
text-transform: none;
text-align: right;
margin-top: 18px;
font-size: 14px;
color: #919191;
font-weight: 300;
}
.teaser.col-1 .item h4 em {display: block;font-style: normal;font-size: 12px;}

.teaser.col-1 .item strong {margin-right: 5px;font-weight: 300;}
/*.teaser.col-1 .item .text-block {position: relative;}
.teaser.col-1 .item .image {
text-align: left;
padding: 3% 0;
}
.teaser.col-1 .item .border-wrapper {
position: absolute;
top: 50%;
left: -28%;
width: 45%; 
}*/

/* Tabs*/
.nav-tabs {border: 0;}
.dates .tab-content {color: #EB7045; font-size: 90%; line-height: normal;}
.accordion-heading {text-align: center;}
.accordion-group {border: 0;}
.accordion-inner {border: 0;width: 90%;margin: 0 auto;}
.accordion-toggle.collapsed .icon-chevron-sign-right:before {content:"\f13a";}
/* Price Item */
.teaser .price-item {
padding-top: 155px;
height: 420px !important;
padding-bottom: 0;
margin-bottom: 0;
}
.teaser .price-item h2 {
background: url('../../img/cmsimage.php/250x250/ddba7888c5bafa458739a78888cbfb0b.png') no-repeat center center;
font-size: 80%;
color: #EB7045;
text-align: center;
padding: 55px 0 35px;
background-size: 200px;
font-family: 'Helvetica Neue';
position: absolute;
text-transform: uppercase;
top: 0;
margin: 0 30px;
width: 185px;
}
.teaser .price-item h2 strong, .teaser .price-item h2 b {
display: block;
font-size: 380%;
font-family: 'Helvetica Neue';
color: #919191;
line-height: 20px;
text-transform: none;
}
.teaser .price-item h3 {
font-family: 'Helvetica Neue';
font-size: 80%;
text-transform: uppercase;
line-height: 17px;
margin: 0;

color: #EB7045;
}
.teaser .price-item .tab-content {overflow: visible;}
.tab-item h4 {text-transform: none; font-weight: 800;margin: }
.teaser .price-item h4 {
	color: #919191;
	margin: 0;
}

h3.cp-title {text-align: center;color: #EB7045;}

blockquote {border: 0; padding: 0 100px;}
blockquote p {padding: 0 50px; box-sizing: border-box;}
blockquote:before {content: open-quote;float: left;font-size: 300%; font-family: 'Times'; color: #919191;position: relative;bottom: 30px;}
blockquote:after {content: close-quote;float: right;font-size: 300%; font-family: 'Times'; color: #919191;}

.liste ul li {padding-left: 10px;margin: 3px 0;}
.liste ul li:before {
content: "\f105"; font-family: 'FontAwesome'; position: relative; right: 10px;
}

form {width: 70%; margin: 0 auto;}
form .form-field { float: left;
margin: 6px;}
input[type="submit"] {
	margin: 0 3px;
display: inline-block;
padding: 4px 12px;
margin-bottom: 0;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #cccccc;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #b3b3b3;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.anmeldung form{
width:100%;
height: 190px;
}
.anmeldung:after {clear:both;}
.mathspam {position: absolute;
    font-size: 12px;
    margin-top: -12px;}

.footer ul li {
float:left;
}
.footer .footer-nav {
margin-bottom: 20px;
text-align:center;}
.footer .footer-nav a {
margin-right: 10px;}
#cookie-bar {border-width:1px !important; border-color: #777 !important;}