@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');

body {
	background-color: #fff;
	padding-top:10px;
	font-family:'Open Sans', sans-serif;
	font-family: 'Roboto Condensed', serif;
	padding-top:0px;
	font-size:20px;
}

h1 { color: #124fac; font-size: 42px; font-family: 'Lato', sans-serif; font-weight: 400 !important; text-decoration: none; text-transform: uppercase; margin-bottom: 5px;margin-top:30px; }
h2 { color: #333; font-size: 32px; font-family: 'Lato', sans-serif; font-weight: 300 !important; text-decoration: none; text-transform: none; margin-bottom: 5 px;}
h3 { color: #0095e5; font-size: 25px; font-family: 'Lato', sans-serif; text-decoration: none; margin-bottom: 5px; }
h4 { color: #fff; font-size: 22px; font-family: 'Lato', sans-serif;font-weight: 600; text-decoration: none; text-transform: none; margin-bottom: 5px;}
h5 { color: #124fac; font-size: 42px; font-family: 'Lato', sans-serif;font-weight: 400 !important; text-decoration: none; text-transform: none; margin-bottom: 5px;}

	a {color:#337ab7;}

@media(max-width:767px)
{
	h1{font-size:26px;}
}

hr{
    border: 0;
    height: 1px;
    background: #124fac;
    background-image: linear-gradient(to right, rgba(255,255,255,0), #0095e5, rgba(255,255,255,0));
	max-width:600px;
}



.google-maps{

position:relative;
padding-bottom: 25%;
height: 0;
overflow: hidden;
}

@media(max-width:767px){
.google-maps{
padding-bottom:50%;
}
}

.google-maps iframe{
pointer-events:none;
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.formular iframe{
height:1000px;
}

@media (max-width: 1199px) {
  .formular iframe{
    height:1400px;
  }
}

.video-frame{
position:relative;
z-index:1;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-frame iframe{
position: absolute;
top:0;
left: 0;
width: 100% !important;
height: 100% !important;
z-index:1;
}

.nav-logo{
	    position: absolute;
    width: 90px;
    margin-top: 5px;
    top: 0;
    left: 0;
    z-index: 10000;
    margin-left: 10px;

}

#fancybox-wrap * {
    max-width: 100% !important;
}

.success-message{
	display:none;
}

#fancybox-wrap,
#fancybox-wrap * {
 -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
     -ms-box-sizing: content-box;
      -o-box-sizing: content-box;
         box-sizing: content-box;
}

.toggle-btn{
	width:100%;
	max-width:200px;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
	background-color:#D83C3C;
	border:2px solid transparent;
	transition:all .31s;
	text-align:center;
	padding:5px;
	color:#fff;
	margin-left:auto;
	margin-right:auto;
	border-radius:4px;
}

.toggle-btn:hover, .toggle-btn:focus, .toggle-btn:active{
	border:2px solid #D83C3C;
	background-color:#fff;
	color:#D83C3C;
	text-decoration:none;
}


#pruefung{
display:none;
}



/*Suchfunktion Styles*/
.sufu{
	min-height:400px;
	padding-top:20px;
}

.sufu-margin{
	margin-top:15px;
}

.search-heading{
	background-color:#fdfdfd;
	padding:5px;
	display:block;
	width:100%;
	border-bottom:1px solid #E40000;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	}

.search-result{
	background-color:transparent;
	box-shadow:0px -1px 10px 3px rgba(199,199,199,0.69);
	border-radius:4px;
	margin-bottom:10px;

}

.search-content{
	padding:10px;
}

.search-content h1{
	font-size:20px;
	color:#333;
	font-weight:normal;
}

.search-content h2{
	font-size:18px;
	color:#333;
	font-weight:normal;
}

.search-content h3{
	font-size:18px;
	color:#333;
	font-weight:normal;
}

.search-content h4{
	font-size:16px;
	color:#333;
	font-weight:normal;
}

.search-content p{
	font-size:16px;
	color:#333;
	font-weight:normal;
}

.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}

.search-wrapper {
width: 220px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .4) inset, 0 1px 0 rgba(255, 255, 255, .2);
}

.search-wrapper input {
width: 148px;
height:40px;
padding: 10px 5px;
float: left;
font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
border: 1px solid #d3d3d3;
background: #EEE;
border-radius: 3px 0 0 3px;
}

.search-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}

.search-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.search-wrapper button {
overflow: visible;
position: relative;
float: right;
border: 0;
padding: 0;
cursor: pointer;
height: 40px;
width: 72px;
font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
color: white;
text-transform: uppercase;
background: #D83C3C;
border-radius: 0 3px 3px 0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.search-wrapper button:hover{
    background: #e54040;
}

.search-wrapper button:active,
.search-wrapper button:focus{
    background: #c42f2f;
    outline: 0;
}

.search-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.search-wrapper button:hover:before{
    border-right-color: #e54040;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before{
        border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

/*Ende Sufu*/




/*2. Untermenü*/
.dropdown-submenu {
position: relative;
}

.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}

.open > .dropdown-submenu {
  display: block;
}

.dropdown-submenu.pull-left {
float: none;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
margin-left:5px;
}

.dropdown-submenu .caret{
border-top-color: #000000;
border-bottom-color: #000000;
}

.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}

.navbar-default .navbar-toggle{
	border-color:#fff;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color:#124FAC;
}

/*Seiten spezifische Styles*/
.parallax-window {
    min-height: 300px;
    background: rgba(255,255,255,0.85);
}



/*Beispiel Custom Formular CSS klasse z.Z. $formname(Formular2)*/

.Formular2 .form-control{
	background:transparent;
	border:0;
	border-radius:0px;
	border-bottom:2px solid #333;
	box-shadow:none;
}

.Formular2 label{
	display:none;
}

.Formular2 .col-sm-6{
	width:100%;
}

.Formular2{
	max-width:600px;
	display:block;
	margin:auto;
	margin-top:20px;
}

.Formular2 .btn-default{
	max-width:250px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-radius:0px;
	border:1px solid #333;
	color:#fff;
	font-size:20px;
	transition: all .31s;
	background-color: rgba(0, 149, 229, 0.37);
}

.Formular2 .btn-default:hover{
	background-color:#0095E5;
	transform:scale(1.05);
	color:#fff;
	border:1px solid #0095E5;
}
.Buchungsanfrage .btn-default{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:250px;
	width:100%;
	border:2px solid #A6A869;
	color:#A6A869;
	border-radius:0px;
	transition:all .31s;
}

.Buchungsanfrage .btn-default:hover{
	background-color:#A6A869;
	color:#fff;
}


.navbar-default{
	background-color:#fff;
	border-bottom:3px solid #0095E5;
}

.navbar-default .navbar-nav > li > a{
	font-size:18px;
	color:#333;
	transition:all .31s;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #0095E5;
}

section{
	padding-top:30px;
	padding-bottom:30px;
}

.section-bg{
	background:#fff;

	/*-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);*/
}

.section-bg2{
	background:rgba(206, 219, 234, 0.7);
	/*border-top:3px solid #0095E5;
	border-bottom:3px solid #0095E5;*/
}
.section-bg-maps{
	background:rgba(206, 219, 234, 0.7);
	/*border-top:3px solid #0095E5;
	border-bottom:3px solid #0095E5;*/
}

.section-home{

	background:#0095E5;
	padding:100px 0 40px 0;
	-webkit-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 38px 0px rgba(0,0,0,0.75);}

.section-bg h1{
	text-align:center;
}

.section-bg h2{
	text-align:center;
}

.parallax-window{
	background:rgba(255,255,255,0.45);
	border-top:3px solid #0095E5;
	border-bottom:3px solid #0095E5;
}

.parallax-window h2{
	text-align:center;
	color:#333;
}

.parallax-window h3{
	text-align:center;
	color:#fff;
}

.box-holder{
	position:relative;
	min-height:400px;
}

.rotate-box{
    background-color: #0095e5;
    width: 200px;
    height: 200px;

    margin: auto;

    margin-top: 50px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 50%;
	cursor:auto;
	border: 2px solid transparent;
	color:#fff;
	padding-top: 60px;
    padding-left: 55px;
}

.rotate-box:hover{
	border: 2px solid #0095e5;
	color:#0095e5;
	background-color:#fff;
}

.rotate-text{
    position: absolute;
    left: 2%;
    right: 0;
    margin: auto;
    top: 35%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
		-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rotate-text:hover{
	color: #0095e5;

}

.rotate-content{
	margin-top: 0px;
	min-height:200px;
/* 	border-left:1px solid #333;
	border-right:1px solid #333; */
	margin-bottom:25px;
	text-align:center;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
}


@media(min-width:768px){
#splitter::before {
    content: '';
    min-height: 50%;
    position: absolute;
    left: 0;
    width: 1px;
    background: #333;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, hsla(0, 0%, 0%, 0)), color-stop(50%, hsl(46, 54%, 65%)), color-stop(100%, hsla(0, 0%, 0%, 0)));
	    top: 50%;
}
#splitter::after {
    content: '';
    min-height: 50%;
    position: absolute;
    right: 0;
    width: 1px;
    background: #333;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, hsla(0, 0%, 0%, 0)), color-stop(50%, hsl(46, 54%, 65%)), color-stop(100%, hsla(0, 0%, 0%, 0)));
	    top: 50%;
}
}



.rotate-content h2{
	text-align:center;
}

.rotate-content h3{
	text-align:center;
	margin-bottom:20px;
}


.btn-custom{
	max-width:250px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	border-radius:0px;
	border:1px solid #333;
	color:#d6c076;
	font-size:20px;
	transition: all .31s;
}

.btn-custom:hover{
	background-color:#d6c076;
	transform:scale(1.05);
	color:#fff;
	border:1px solid #d6c076;
}


.carousel-caption h2 {color:#d6c076;}


.carousel-caption{
	background:rgba(0,0,0,0.4)
}

.carousel-control, .carousel-control {
    color: #d6c076;
}

.carousel-control:hover, .carousel-control:focus {
    color: #d6c076;
}

.footer{
	background-color:#333;
	padding-top:20px;
	padding-bottom:30px;
	color:#fff;
}

.footer h3{
	color:#fff;
}

.footer a{
	color:#0095E5;
}


.footer a:hover{
	color:#0095E5;
}


.media__body{
	background:rgba(0,0,0,0.8)
}

.navbar-default .navbar-toggle{border-color:#333;}
.navbar-default .navbar-toggle{
	background-color:#0095E5;
}

@media(max-width:991px){
	.rotate-box{
		width:150px;
		height:150px;
		/*margin-top:-200px;*/
	}
	.rotate-content{
		/*margin-top:250px;*/
	}
	.box-holder{
		padding-bottom:40px;
	}
	.rotate-text{
		font-size:22px;
	}
	.rotate-box {
    padding-top: 30px!important;
    padding-left: 30px!important;
}

}

.btn-home {
	line-height: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
}


.btn-one {
	color: #000;
	transition: all 0.3s;
	position: relative;
}
.btn-one span {
	transition: all 0.3s;
}
.btn-one::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(0, 149, 299);
	border-bottom-color: rgb(0, 149, 299);
	transform: scale(0.1, 1);
}
.btn-one:hover span {
	letter-spacing: 2px;
}
.btn-one:hover::before {
	opacity: 1;
	transform: scale(1, 1);
}
.btn-one::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all 0.3s;
	background-color: rgba(0, 149, 229, 0.37);
}
.btn-one:hover::after {
	opacity: 0;
	transform: scale(0.1, 1);
}

.fa-header-slider-left{
	position: absolute;
    top: 47%;
    left: 10%;
    z-index: 5;
    display: inline-block;
    font-size: 30px !important;
	    color: #333;
}

.fa-header-slider-right{
	position: absolute;
    top: 47%;
    right: 10%;
    z-index: 5;
    display: inline-block;
    font-size: 30px !important;
	color: #333;
}

.fa-style{
	font-size: 80px;
}
.fa-style2{
	padding-left: 8px;
}
.fa-style3{
	padding-left: 5px;
}
.slider{display:none;}

.circ-wrap {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    /* line-height: 100px; */
    text-align: center;
    float: left;
    /* margin-right: 10px; */
    border: 2px solid rgba(10,10,10,.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-bottom: 20px;
}
.circ-wrap:hover {
    border: 2px solid rgba(250,250,250,.1);
    background: rgba(0,0,0, 0.1);
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset;
}
.google-maps2 {
    pointer-events: none;
    position: relative;
    overflow: hidden;
}

.google-maps2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.myrow {
    clear: both;
    margin: 0;
    padding-top: 60px;
    display: table;
}

.circ-wrap a{color:#fff;}


.btn-close-modal {
position:absolute;
right:0;
top:0;
margin-top:-15px;
margin-right:-15px;
z-index:1000;
padding:5px;
padding-left:10px;
padding-right:10px;
border:2px solid #0095E5;
background-color:rgba(000,000,000,0.85);
border-radius:50%;
color: #0095E5;
-moz-transition: all .51s;
   -o-transition: all .51s;
   -webkit-transition: all .51s;
   transition: all .51s;
}

.btn-close-modal:hover{
background-color:rgba(255,255,255,1);
}

.modal-content{background-color:transparent;}

.modal-body {
border-radius:10px;
padding:20px;
background-color:rgba(255,255,255,0.8);
border:2px solid #0095E5;
}


@media (min-width: 768px){
.modal-dialog {
    max-width: 1200px;
	width:80%;
    margin: 30px auto;
}


}

@media(max-width:767px){
	.nav-logo{
	width:40px;
}

}
#cookiesdirective {
	background: rgba(206, 219, 234, 0.7)!important;
	color: #333!important;
	border-top:2px solid #124fac!important;
}
#cookiesdirective a{
	color: #333!important;
}

#impliedsubmit {
		background:#fff!important;
		border: 2px solid #124fac!important;
		color: #124fac!important;
		font-size: 22px;
}
a.tel-style-1 {
    color: #333333;
}
a.tel-style-2 {
    color: #333333;
}
a.tel-style-1:hover {
    color: #333333;
}a.tel-style-2:hover {
    color: #333333;
}
@media (min-width: 768px){
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 100px;
}}
