

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&display=swap');




*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #fff;
	color: #5a5350;
	font-weight: 300;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	overflow-y: scroll;
	
}

.navi-header {
    margin: 0 auto 3em;
    padding: 3em;
    text-align: center;
}

.navi-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}

.navi-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	color: #aca89a;
}

.column {
    float: left;
    width: 50%;
    padding: 0 2em;
    min-height: 300px;
    position: relative;
    text-align: right;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0 0 0.5em;
	margin: 0;
	line-height: 1.5;
}


button {
	border: none;
	padding: 0.6em 1.2em;
	background: #a9a9a9;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	border-radius: 2px;
	font-weight: 400;
	outline: none;
}



.bu-datum a {
	border: none;
	padding: 1.6em 1.2em;
	background: #fff;
	color: #605C5D;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 1px;
	border-radius: 2px;
	font-weight: 200;
	outline: none;
	text-decoration:none !important;
	
}

.bu-datum a span {
	border: none;
	padding: 1.6em 1.2em;
	background: #fff;
	color: #605C5D;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	border-radius: 2px;
	font-weight: 400;
	outline: none;
}




.bu-datum a:hover,
.bu-datum a:active,
.bu-datum a.current-demo {
	background: #fff;
}

button {
	font-size: 75%;
	background: #ed8151;
}

.column:nth-child(2) {
    box-shadow: -1px 0 0 rgba(0,0,0,0.1);
    text-align: left;
}

button:hover,
button:active {
	background: #e86a32;
}

.current-demo img {
     -webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
border-width:1px;
border-style: solid;
visibility: hidden\9;
-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
background: transparent;	
}




.navi-container {
	
	background:url('../images/hintergrund.jpg') no-repeat;
	min-height: 100%;
	position: relative;
	outline: 1px solid rgba(0,0,0,0);
	z-index: 10;
	-webkit-transform: translateZ(0) translateX(0) rotateY(0deg); /* reset transforms (Chrome bug) */
	transform: translateZ(0) translateX(0) rotateY(0deg);
}

.perspective.modalview {
    /* position: fixed; */
    -webkit-perspective: 1500px;
    perspective: 1500px; 
	}

.effect-airbnb {
    background: #F7EEE5;
	color: #303C4B;
}



.navbar-inverse .navbar-inner {
    background-color: #FEDB00;
    background-image: -moz-linear-gradient(top, ##FEDB008c, ##FEDB008c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(##FEDB008c), to(##FEDB008c));
    background-image: -webkit-linear-gradient(top, ##FEDB008c, ##FEDB008c);
    background-image: -o-linear-gradient(top, ##FEDB008c, ##FEDB008c);
    background-image: linear-gradient(to bottom, ##FEDB008c, ##FEDB008c);
    background-repeat: repeat-x;
    border-color: #2B649B;
	font-family: 'Dancing Script', cursive;
	 /* nice browsers */
background: rgba(255, 255, 255, 0.6);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	cursor: pointer;
}


    .wappen {
    z-index: 3;
    position: absolute;
	margin-top: 40px;
	margin-left: 40px;
}
    .rechts {
    z-index: 4;
    position: absolute;
	margin-top: 40px;
	background-color: #ff0000;
	min-height: 300px;
}


li {
    line-height: 60px;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    color: #56A0D1;
    background-color: #2B649B;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
	font-size: 2em;
    text-decoration: none;
    background-color: #2B649B;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none; 
	padding-left: 50px;
	padding-right: 50px;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #61625D;
    text-shadow: none;
	padding-left: 50px;
}

.navbar-inverse .nav > li > a:hover {
    color: #E7AACC;
    text-shadow: none;
	padding-left: 50px;
}

.navbar-inverse .nav > li > a:focus {
    color: #D5D4D5;
    text-shadow: none;
	padding-left: 50px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dancing Script', cursive;
	
 
  color: #2B649B;
  opacity: 0.5;
}

.sand {
	background-color: #BBD2FE;
	padding: 80px  20px;
	
	margin-top: 200px;
	
	
}