/*@media screen and (min-width: 768px) {
p
{ -moz-column-count: 2;
-moz-column-gap: 30px;
-webkit-column-count: 2;
-webkit-column-gap: 30px;
column-count: 2;
column-gap: 30px;}

}*/

.jumbotron h1, .jumbotron .h1 {
font-size: 40px;
}

.modal-body2 {
  height: 400px;
  overflow: auto;
  padding: 20px;
}

a.impressum:link {
color: #000;
text-decoration: none;
}

a.impressum:visited {
color: #000;
text-decoration: none;
}

a.impressum:hover {
color: #ff9900;
text-decoration: none;
}


img.align_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}


.jumbotron {
padding: 10px;
margin-top: 10px;
margin-bottom: 0px;
font-size: 1.1em;
font-weight: 300;
line-height: 2;
color: #000;
background-color: #f0f0f0;
-webkit-font-smoothing: antialiased;
}

.jumbotron.slideshow,
.jumbotron_white.slideshow {
	margin-top: -30px;
	padding-top: 0px;
	margin-bottom: 0px;
}


.jumbotron p, .jumbotron_fb p, .jumbotron_white p {
line-height: 1.7;
}

.jumbotron_fb {
padding: 10px;
margin-bottom: 0px;
margin-top: 60px;
font-size: 1.1em;
font-weight: 300;
line-height: 2.5;
color: #fff;
background-color: #3b5998;
-webkit-font-smoothing: antialiased;
}

.jumbotron_white {
padding: 0px;
margin-bottom: 30px;
margin-top: 30px;
font-size: 1.1em;
font-weight: 300;
line-height: 2.5;
color: #000;
background-color: #fff;
-webkit-font-smoothing: antialiased;
}

.jumbotron .container a,
.jumbotron_white .container a {
	color: #FF6600;
}

.jumbotron .container p a:before,
.jumbotron_white .container p a:before {
	content: ' ';
}

.h1_fb {
color: #fff;
font-size: 30px;
-webkit-font-smoothing: antialiased;
}

.h1_slogan {
color: #000;
font-weight: 400;
font-size: 2em;
-webkit-font-smoothing: antialiased;

}

.logo {
position: absolute;
z-index: 15;
right: 30px;
top: 70px;
text-align: center;
list-style: none;
}

.logo2 {
position: relative;
z-index: 15;
right: 0px;
top: 36px;
list-style: none;
background-color: #eee;
background-image: url(../img/logo.png);
background-repeat: no-repeat;
background-position: right;
background-size: 91px;
padding-left: 10px;
font-size: 0.86em;
}


.slogan {
position: absolute;
z-index: 15;
right: 20px;
top: 105px;
text-align: center;
list-style: none;
-webkit-font-smoothing: antialiased;
}

.logo_mobile {
position: relative;
z-index: 15;
top: 25px;
margin:0px auto;
bottom: 20px;
}

.navbar-inverse {
background-color: #ff9900;
border-color: #fff;
}

.navbar-fixed-top {
top: 0;
border-width: 0 0 6px;
}

ul
{
list-style-image: url('../img/list.gif');
}

.navbar-inverse .navbar-nav > li > a {
color: #000;
font-size: 1em;
font-weight: 500;
}

.navbar-inverse .navbar-brand {
color: #fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -5px;
margin-right: 40px;
margin-top: 10px;
}

.navbar-nav.navbar-right:last-child {
margin-right: 0px;
}

.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 22px;
line-height: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Raleway', sans-serif;
font-weight: 200;
line-height: 1.1;
color: #000;
-webkit-font-smoothing: antialiased;
}

body {
font-family: 'Raleway', sans-serif;
background-color: #fff;
font-size: 1.4em;
font-weight: 300;
-webkit-font-smoothing: antialiased;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: white;
background-color: #EC8016;
}

.navbar-nav > li > a {
line-height: 40px;
}

.btn-primary_grey {
color: white;
background-color: #ff9900;
border-color: #fff;
}

.carousel {
position: relative;
margin-top: 42px;
}

.arrowdown {
display: inline-block;
width: 11px;
height: 12px;
margin-left: 10px;
vertical-align: middle;
border-top: transparent;
border-right: transparent;
border-left: transparent;
}

.footer {
padding: 40px;
margin-bottom: 0px;
margin-top: 50px;
font-size: 0.9em;
font-weight: 400;
line-height: 2.1428571435;
color: #000;
text-align: center;
background-color: #f0f0f0;
border-top: 2px solid #ddd;
-webkit-font-smoothing: antialiased;
}

.modal-content {
position: relative;
background-color: #ddd;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
-webkit-font-smoothing: antialiased;
}

#footer a {
color: #000;
padding-right: 20px;
text-decoration: none;
}
#footer a:hover {
	color: #ff9900;
}

.img {
margin-right: 20px;
float: left;
margin-bottom: 20px;
margin-top: 20px;
}

a {
color: #fff;
text-decoration: none;
}

.fb-like {
margin-top: 30px;
}

.fb-like, .fb-like span, .fb-like.fb_iframe_widget span iframe, .fb-like-box {
    width: 100% !important;
}

.gradient_orange {
background: #f36623; /* Old browsers */
background: -moz-linear-gradient(left,  #f36623 0%, #f99828 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f36623), color-stop(100%,#f99828)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f36623 0%,#f99828 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f36623 0%,#f99828 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f36623 0%,#f99828 100%); /* IE10+ */
background: linear-gradient(to right,  #f36623 0%,#f99828 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36623', endColorstr='#f99828',GradientType=1 ); /* IE6-9 */
padding: 0px 15px 0px 15px;
position: absolute;
z-index: 16;
right: 60px;
top: 180px;
text-align: center;
color: #000;
border-radius: 5px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 1.2em;
}

.gradient_orange_s {
background: #f36623; /* Old browsers */
background: -moz-linear-gradient(left,  #f36623 0%, #f99828 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f36623), color-stop(100%,#f99828)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #f36623 0%,#f99828 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #f36623 0%,#f99828 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #f36623 0%,#f99828 100%); /* IE10+ */
background: linear-gradient(to right,  #f36623 0%,#f99828 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36623', endColorstr='#f99828',GradientType=1 ); /* IE6-9 */
padding: 0px 15px 0px 15px;
position: absolute;
z-index: 16;
right: 35px;
top: 0px;
text-align: center;
color: #000;
border-radius: 5px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 1.2em;
}

.triangle-right.top {
background: #fff;
font-size: 1.2em;
font-weight: 500;
}


.triangle-right {
position: absolute;
padding: 10px;
color: #000;
background: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
z-index: 18;
right: 90px;
top: 245px;
}

.triangle-right2 {
position: relative;
padding: 10px;
color: #000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
/* border-radius: 10px; */
z-index: 6;
/* right: 90px; */
top: 9px;
/* float: left; */
}

.triangle-right.top:after {
top: -20px;
right: 20px;
bottom: auto;
left: auto;
border-color: transparent #fff;
}

.triangle-right:after {
content: "";
position: absolute;
bottom: -20px;
left: 50px;
border-width: 20px 0 0 20px;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
}

p {
margin: 20px 0 10px 0;
}

h1 {
margin-top: 20px;
margin-bottom: 17px;
}

h2, h3 {
margin-top: 20px;
margin-bottom: 35px;
}


a[href^=tel]{
    color:inherit;
    text-decoration:none;
}


.modal-footer {
padding: 19px 20px 20px;
margin-top: 0px;
text-align: right;
border-top: 1px solid #e5e5e5;
}

.nav > li > a {
position: relative;
display: block;
padding: 10px 12px;
}

h2, .h2 {
font-size: 30px;
}

.img {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.img-thumbnail {
display: inline-block;
max-width: 100%;
height: auto;
padding: 4px;
line-height: 1.428571429;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
margin: 15px;
}

.footer li {
float: left; 
list-style-type: none;
}

@media screen and (max-width: 767px) {
.jumbotron p	{line-height: 1.5; font-size: 0.85em }
.jumbotron_white p {line-height: 1.5; font-size: 0.85em}
.nav > li { position: relative; display: inline-block }
.navbar-nav > li > a { line-height: 14px; }
li {line-height: 1.5; font-size: 0.85em}
}

@media screen and (max-width: 992px) {
.logo {top: 85px; right: 0px}
.gradient_orange {top: 180px; right: 25px}
.triangle-right {top: 245px; right: 35px}
.carousel-indicators {bottom: -10px}
}

@media screen and (max-width: 1024px) {
.logo {top: 85px; right: 0px}

}

@media screen and (max-width: 380px) {
h2, .h2	{line-height: 0.9; font-size: 1.4em }
.modal-body {line-height: 1.2; font-size: 0.85em;}
}