/* body
--------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400italic,700,700italic,900,900italic|Alegreya+Sans:400,700,300,800);

*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
	padding: 0;
}

html {
	position: relative;
	height: 100%;
	background-color: white;
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: 'Alegreya Sans', sans;
	font-weight: 400;
	color: #000;
	font-size: 17px;
	line-height: 25px;
	height: 100%;
}

.noscroll {
	overflow: hidden;
}


.center {
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
}

/*fight elementor mini*/

/*removes border effect*/
ul.elementor-nav-menu--dropdown a, 
ul.elementor-nav-menu--dropdown a:focus, 
ul.elementor-nav-menu--dropdown a:hover {
	border: none;
}

.elementor-menu-toggle {
	margin-top: -5px;
}

.current-menu-item > a {
	color: #000;
}

.elementor-sub-item.elementor-item-active {
	color: rgb(0, 158, 225);
}

/*elementor writes 0,66*/
.image_size_fix .elementor-post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
}

.elementor-background-overlay {
	opacity: 1;
	transition: all 1s;
}

.elementor-background-overlay:hover {
	opacity: 0;
	transition: all 1s;
}


/*mobile navigation*/

@media (max-width: 980px) {
	
	body.noscroll {
		position: fixed;
		overflow: hidden;
	}
	
	.noscroll header:after {
		background: none;
	}
	
	.is_fixed #mainnav {
		padding: 10px 0 0 0;
	}
	
	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 0;
	}
	
	nav.elementor-nav-menu--dropdown {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		top: 0;
		left: 0;
		padding-top: 40px;
		font-size: 1.2rem;
		font-weight: 700;
	}
	
	.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
		font-size: 1rem;
		font-weight: 400;
	}
	
	.elementor-nav-menu--dropdown a {
		color: rgb(0, 158, 225);
	}
	
	.elementor-nav-menu--dropdown .elementor-item:hover,
	.elementor-nav-menu--dropdown a:hover {
		color: black;
	}
	
	.elementor-menu-toggle {
		display: block;
	}
	
	.elementor-menu-toggle.open {
		z-index: 500;
		position: fixed;
		top: 20px;
		right: 20px;
	}
	
	.sub-menu .menu-item a {
		font-weight: 500;
		text-transform: none;
	}
	
	.elementor-nav-menu ul {
		display: block;
	}

}

/* lines
-------------*/

.line {
	position: relative;
	width: 100%;
	min-height: 0px;
	float: left;

}

.blue, .lightblue {
	background-color: rgba(0, 0, 0, 0.1);
	/*background-image: url('images/karton.jpg');*/
}

.blue:after, .blue:before, .slider:after {
    content: "";
	width: 100%;
	height: 20px;
	display: block;
	background-image: url('images/tear_down_k.png'); 
	position: absolute;
	bottom: -17px;
	z-index: 50;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.blue:before{
	background-image: url('images/tear_up_k.png'); 
	top: -17px;
	bottom: auto;
	background-position: center bottom;
}

.slider:after {
	background-image: url('images/tear_up_w.png');
	background-position: left bottom;
	bottom: 17px;
}


.blue.window:after {
	background-image: url('images/tear_up_w.png');
	background-position: left bottom;
	bottom: 0px;
}

.blue.window:before {
	background-image: url('images/tear_down_w.png');
	top: -10px;
}

.blue.last:after, .line.last:after {
    content: "";
	background-image: none; 
}

.line.window,
.line.scope {
  background: no-repeat center center fixed; 
  -webkit-background: no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 330px;
}

.line.content {
	padding: 60px 0 80px;
}

.line.window {
	min-height: 500px;
}

.line.window .text {
	padding: 10%;
	width: 100%;
}

.line.window h1,
.line.window h2 {
	font-size: 50px;
	line-height: 50px;
	margin-top: 15px;
}

.line.window .white,
.line .white a,
.line a.white,
.line a .white {
	color: white;
	text-shadow: 2px 0px 5px rgba(0, 0, 0, .9);
}

.line.window a.white:hover,
.line.window .white a:hover,
.line.window a:hover .white  {
	color: #fff;
}


/*content_line*/

.line.content .single {
	display: table;
	width: 100%;
}

.line.content .imagebox,
.line.content .textbox {
	display: table-cell;
	float: none;
	width: auto;
}

.line.content h2 {
	font-size: 50px;
	line-height: 56px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}

.line.content h2 a {
	/*color: rgb(181, 179, 176);*/
}

.line.content h2 a:hover {
	text-decoration: none;
}

.line.content h2 {
	font-size: 50px;
	line-height: 57px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 400;
}

.line.content h3 {

}











a.editlink {
	position: absolute;
	display: block;
	height: 28px;
	width: 28px;
	background: black;
	 -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
	text-align: center;
	color: grey !important;
	font-weight: 300;
	text-shadow: none;
	font-size: 18px;
	bottom: 20px;
	right: 20px;
	z-index: 1000000;
}



/* links
--------------------------------------------------*/
a {
	text-decoration:none;
	color: rgb(0, 158, 225);
}

.list .colored a, .colored a, a.colored {
	color: rgb(0, 158, 225);
}

.white a {
	color: rgb(255, 255, 225);
}


a:active,
a:focus,
a:hover {
  outline: none;
  color: rgb(0, 0, 0);
}

a img {
	border:none;
}


div a:link, div a:visited, div a:hover, div a:focus, div a:active  {
	border: none;
}

.text a {
	font-style: normal;
}

.text a:hover {
	text-decoration: underline;
}

.listline .text a {
}

a.arrowlink:before {
    content: "";
    display: inline-block;
	border-color: rgb(0, 158, 225);
    border-style: solid;
    border-width: 1px;
	border-bottom: none;
	border-left: none;
	margin: 0 8px 2px -18px;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

a:hover.arrowlink:before {
	border-color: rgb(0, 0, 0);
}

.white a.arrowlink:before {
	border-color: rgb(255, 255, 255);
}

.linkbutton {
	display: inline-block;
	padding: 15px 15px;
	background-color: rgba(0, 158, 225, .9);
	border: 1px solid rgb(0, 158, 225);
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	min-width: 300px;
	text-align: center;
	letter-spacing: .05em;
}



.shadow {
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
}

.textshadow {
	text-shadow: 2px 0px 5px rgba(0, 0, 0, .9);
}




/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 1.3em 0;
}

li {
  margin:0;
  padding:0 0 1em 0;
}

ol {
  margin:0;
}


sup {
	font-size: 60%;
	line-height: 1px;
}

input, textarea, select {
	font-family: 'Alegreya Sans', sans;
	font-size: 17px;
}

blockquote {
	font-size: 25px;
	line-height: 34px;
}

small {
	font-size: 80%;
}


/*font styles*/

.colored {
	color: rgb(0, 158, 225);
}

white, a.white, .white a {
	color: white;
}

.black, a.black, .black a {
	color: black;
}

strong, b {
	font-weight: 700;
}

.blackbox {
	color: #fff;
	font-weight: 300;
	/*background-image: url('images/blackbar.png');*/
	background-color: rgb(0, 158, 225); 
	display: inline-block;
	position: relative;
	padding: 5px 20px;
	background-position: center top;
	margin: -20px 0;
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
}

span:first-child.blackbox {
	background-position: left top;
	z-index: 1;
	margin-left: 0px;
}


h1, h2, h3, h4 {
	font-weight: 300;
	font-family: 'Alegreya Sans', sans;
}

h1 {
	font-size: 50px;
	line-height: 56px;
}

h2, .text h2 {
	font-size: 30px;
	text-transform: none;
	line-height: 34px;
	margin-bottom: 25px;
}

h3 {
	font-size: 30px;
	line-height: 33px;
	margin-bottom: 15px;
	font-weight: 500;
}

h4 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}


/*positioning styles*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block !important;
	margin: 0 auto;
}

img.alignleft {
	margin-right: 2%;
}

img.alignright {
	margin-left: 2%;
}

.clear {
	clear: both;
	width: 100%;
}

#right p, .index p {
  margin:0;
  padding-bottom: 10px;
}


/*default elements*/

hr {
	background-color: #000;
	height: 1px;
	margin: 0;
	border: none;
	clear: both;
}

hr.hidden {
	background: none;
	margin: 20px 0;
}

img.round {
	border-radius: 50%;
}

a.more-link {
	display: block;
	margin-top: 10px;
	font-weight: 500;
	width: auto;
	text-align: left;
	position: relative;
}

a.more-link:before {
    content: "";
    display: inline-block;
	border-color: #000;
    border-style: solid;
    border-width: 1px;
	border-bottom: none;
	border-left: none;
	margin: 0 8px 2px 2px;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.more-link:after {
    content: "";
	position: absolute;
	width: 12px;
	border-top: 1px solid #000;
	margin-top: 9px;
	left: 0;
}

a.more-link:hover:before, a.more-link:hover:after {
	border-color: rgb(0, 158, 225);
}




/* header
--------------------------------------------------*/

header {
	height: 100px;
	width: 100%;
	z-index: 500;
}

header:after {
    content: "";
	width: 100%;
	height: 20px;
	display: block;
	background-image: url('images/tear_down_w.png'); 
	position: absolute;
	bottom: -17px;
	z-index: 100;
	background-size: 50% auto;
	background-repeat: no-repeat;
}

header.is_fixed {
	position: fixed;
	height: 50px;
	padding: 10px 0 0;
	transition: all 0.3s;
}

header .logo {
	width: 330px;
	height: auto;
}

header .logo img{
	width: 100%;
	height: auto;
}

header.is_fixed .logo {
	width: 220px;
	height: 45px;
	overflow: hidden;
	top: -3px;
	margin: 0;
	transition: all 0.3s;
	z-index: 101;
	position: relative;
}

header.is_fixed:after {
	bottom: -12px;
}

.scrolldown {
	position: fixed;
	left: 50%;
	margin-left: -25px;
	display: block;
	bottom: 0;
	font-size: 14px;
	z-index: 400;
	background: #fff;
	height: 55px;
	width: 55px;
	text-align: center;
	display: none;
}

.scrolldown img {
	width: 45px;
	height: auto;
}

.navigation {
	line-height: 19px;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: right;
}

.navigation a:hover {
	text-decoration: none;
}

header.is_fixed .navigation {
	padding-top: 7px;
}

.header {
	width: 100%;
}


.header .menuicon {
	display: none;
}

.contact_field {
    background: rgb(0, 0, 0);
    width: 50px;
    height: 115px;
    background-size: contain;
    position: fixed;
    top: 30%;
    right: 0px;
	text-align: center;
	z-index: 999;
	font-size: 15px;
	font-weight: 700;
}

.contact {
    display: block;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    color: #fff;
	white-space: nowrap;
	margin: 32px 0 0 3px;
}


/* navigation
---------------------------*/


.navigation ul, .navigation li, footernavigation ul, footernavigation li  {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header .menu-item {
	display: inline-block;
	min-height: 30px;
	text-align: center;
    padding-left: 4%;
	text-transform: uppercase;
	position: relative;
}

.header .menu-item a {
	color: #000;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 15px;
}

.header .current-menu-item a,
.header .menu-item a:hover,
.header .current-menu-item,
.header .current-menu-ancestor,
.header .current-menu-ancestor .child.current-menu-item
 {
	text-decoration: none;
	color: rgb(0, 158, 225);
}

.facebook {
	position: relative;
}

.facebook a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: rgb(0, 158, 225);
	text-indent: 10000px;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.facebook a:before {
	content: 'f';
	display: block;
	color: white;
	position: absolute;
	top: 3px;
	left: 3px;
	text-indent: 6px;
	z-index: 0;
	text-transform: lowercase;
}

ul.sub-menu {
	margin-top: 10px !important;
}

.sub-menu .menu-item {
	white-space: nowrap;
}

.sub-menu .menu-item a {
	text-transform: none;
	font-weight: 400;
	font-size: 1rem;
}

.menu-item.current-menu-ancestor > a,
.current-menu-item > a, .elementor-nav-menu--dropdown .current-menu-item > a,
.menu-item a:hover {
	color: black;
}

.elementor-nav-menu--dropdown a {
	color: rgb(0, 158, 225);
}




/* slider
--------------------------------------------------*/

.slider {
	height: 600px;
    width: 100%;
    overflow: hidden;
	float: left;
	position: relative;
}

.slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide {
	position: absolute;
	width: 100%;
	height: 600px;
	overflow: hidden;
}

.slide.current {
	z-index: 1;
}

.slider .center {
	z-index: 2;
	position:absolute;
    left:0;
    right:0;
	bottom: 30px;
	width: 80%;
}

.eye {
	width: 100%;
}

.eye, .eye a {
	color: #fff;
}

.eye h2 {
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	margin: 0 0 20px;
}

.eye h3 {
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	margin: 0 0 10px;
}

.eye h2 strong, .eye h3 strong {
	font-weight: 500;
}

.eye h2.colored, .eye h3.colored, .eye .colored, .eye .colored a  {
	color: rgb(0, 0, 0);
	text-shadow: 2px 0px 5px #fff;
}

.next, .prev {
	display: block;
	height: 32px;
	width: 32px;
	text-indent: -500px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -42px;
	right: 2%;
	overflow: hidden;
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.prev {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 2%;
	right: auto;
}

.slidepoints {
	position: absolute;
	bottom: 3%;
	text-align: center;
	width: 100%;
	z-index: 5;
}

.slidepoint {
	height: 18px;
	width: 18px;
	-moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	cursor: pointer;
}

.slidepoint.current {
	border: 1px solid black;
}

.slidepoint div {
	height: 4px;
	width: 4px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background: black;
	display: block;
	margin: 7px;
}

.slidepoint.current div {
	margin: 6px;
}


/*//////////////////////////////////////////////////////////////*/
/* ticket tool
-------------------------*/


.TourTeaser{
	height: 100px;
	clear: both;
}

.teaserContent {
	float: left;
	width: 75%;
}

.fl {
	float: left;
}

.clr{
	clear: both !important;
	height: 0px;
}

fieldset {
	border: none;
}

.span6{
	float: left; 
	width: 50%;
}
.span3{
	width: 25%;
	float: left; 
}

.span2{
	width: 20%;
	float: left;
}
.span5{
	width: 40%;
	float: left;
}


.TourSingle{
	width: 100%;
	padding: 0 2%;
	margin: 30px 0;
	float: left;
}

.line .page .TourTeaser .imagebox {
	width: 15%;
}

.TourTeaser h2 {
	margin: 0 0 30px;
	color: rgb(0, 158, 225);
	font-weight: 400;
	font-size: 40px;
}

.page .TourTeaser h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.page .TourTeaser h3 .name {
	font-weight: 700;
}

.TourSingle .date {
    background-color: rgb(0, 158, 225);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-weight: 300;
    margin: -20px 0;
    padding: 5px 20px;
    position: relative;
    transform: rotate(4deg);
	font-weight: 700;
}


.terminTable {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.leftcolumn .terminTable {
	padding-right: 20%; 
}

body .terminTable thead tr th {
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 0;
	border-top: 1px solid black;
}

.terminTable thead th:first-child {
	text-align: left;
}

.terminTable tbody td {
	padding: 10px 0;
}


.terminTable tbody tr td:first-child {
	color: #009ee1;
	font-weight: 700;
}

.terminTable tbody td:nth-child(2),
.terminTable thead th:nth-child(2),
.terminTable tbody td:nth-child(3),
.terminTable thead th:nth-child(3),
.terminTable tbody td:nth-child(4),
.terminTable thead th:nth-child(4)
 {
	display: none;
	
}

.BookingContent button,
.terminTable button {
	background: #009ee1;
	color: white;
	padding: 7px 20px;
	border: none;
	text-transform: uppercase;
	min-width: 100px;
	cursor: pointer;
	float: right;
}

.terminTable button:hover {
	background: rgba(0, 158, 225, .8);
}

/*booking content*/

.BookingContent {
	margin-top: 10px;
}


form {
	display: table;
	width: 100%;

}

.bookingFirst {
	width: 100%;
	padding-top: 20px;
	float: left; 
}

.bookingFirst form {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-spacing: 40px 0px;
}

.ticketselect {
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.4);
	padding: 15px;
	max-width: 400px;
}

.ticketselect.chosen {
	border: none;
	font-weight: 700;
}

.ticketselect.notchosen {
	border: none;
	background: rgba(0, 0, 0, 0.03);
}

.bookingSecond {
	width: 100%;
	display: table;
	float: left;
	background: rgba(255, 255, 255, 0.4);
	padding: 2%;
}

.ticketList,
.summeArea {
	display: table-cell;
	float: none;
	vertical-align: top;
	width: 30%;
}

.ticketList {
	width: 70%;
}

.ticketList .fl {
	width: 50%;
}

body .bookingSecond div:last-child.clr {
	display: none;
}

.ticketList div div:not(.clr),
.summeArea div:not(.clr) {
	padding: 10px 0;
}

.BookingContent input,
.ticketList input,
.ticketList select  {
    padding: 5px;
	font-size: 17px;
}

.ticketComment{
	font-size: 14px;	
}

.gutscheinEinlosenArea div,
.gutscheinEinlosenArea p {
	display: block;
}

.gutscheinEinlosenArea.show div,
.gutscheinEinlosenArea.show p {
	display: block;
}

.gutscheinEinlosenArea .show_voucher {
	display: none;
	font-weight: 700;
}

.gutscheinEinlosenArea p{
	font-size: 14px;
	padding: 10px;
	padding-left: 25%;
}

.ticketList div.gutscheinEinlosenArea:not(.clr) {
	padding-top: 30px;
	float: left;
}

.ticketList .gutscheinEinlosen label,
.ticketList label {
    float: left;
    font-weight: bold;
    width: 50%;
}

.gutscheinEinlosen,
.ticketList .ticketSelecet {
	width: 50%;
}

.gutscheinButton button {
	background: black;
	
}
.gutscheinButton button {
	text-align: left;
}
.gutscheinButton .fleft {
	float: left; 
}


.gutscheinEinlosen input{
	width: 80px;
	font-size: 15px;
	text-align: center;
}

 .totalPreis{
 	width: 40%;
	padding-right: 15px;
	text-align: center;
}

.summeArea .totalText{
	width: 60%;
	text-align: right;
}

.summeArea button {
	width: 80%;
	padding: 15px 0;
	display: block;
	height: auto;
}

.box-heading-first {
	font-weight: 700;
	font-size: 17px;
	padding-top: 10px;
}

/*clients-data*/

.row-fluid {
	background: rgba(255, 255, 255, .4);
	padding: 2%;
	width: 100%;
	float: left;
}

.control-group {
	padding: 10px 0;
	clear: both; 
}

.control-group .control-label{
	float: left; 
	width: 30%;
}
.control-group .controls{
	float: left; 
}

.radio-list li {
	float: left;
	padding-right: 10px;
}

.TicketSet {
	clear: both;
	padding-bottom: 10px;	
}
.TicketSet .TicketText,
.TicketSet .TicketPreis {
	width: 100%;
}

.KundenTop .TicketSet:last-child .TicketPreis {
	font-weight: 700;
}

.BookingContent .paypal-button {
	min-width: 300px;
	padding: 15px 0;
	float: right;
	margin: 20px 2% 0;
	display: block;
}

.BookingContent h4 {
	font-weight: 600;
}

#BuchenButton {
	width: 100%;
	clear: none;
	float: left;
}

#paypalArea {
	background: rgba(255, 255, 255, 0.4);
	padding-bottom: 30px; 
}

#paypalArea .paypal-button {
	margin: 20px auto 0;
	float: none;
}

.transactionCommentArea{
	clear: both; 
}

.transactionCommentArea .transactionText{
	margin: auto;
	width: 610px;
	background-color: white;
	border: 1px solid #ebebeb;
	padding: 10px;
	text-align: center;
}


input[type="text"]:disabled {
	border: none;
	background: none;
}

.help, .bottom-info-block {
	font-size: 14px;
	padding-left: 10px;
	display: inline-block;
}

.redBorder{
	border: 1px solid red;
	background-color: #fffab9; 
}





/*//////////////////////////////////////////////////////////////*/
/* content lines
-------------------------*/


#description {
  margin: 33px 0;
}

.line h1 {	
}

.line.news {
padding: 40px 0;
}


.line.red,
.line.red a {
	color: #fff;
}

.line.scope h1 a {
	font-size: 45px;
    line-height: 49px;
	color: black;
	margin-top: 150px;
	display: block;
}

.line.scope .white h1 a,
.line.scope a.white,
.line.scope h1 .white a {
	color: white;
}




/* single / page
----------*/

.breadcrumb {
	padding: 0 50px;
	font-size: 11px;
	color: #999999;
	display: none;
}

.breadcrumb a {
	color: #999999;
}

.breadcrumb br {
	display: none;
}

.page, .detail, .guides, .calendar {
  float: left;
  width: 100%;
  min-height: 0px;
  padding-bottom: 80px;
}

.page .text a.inpage {
	display: none;
}

.single .text a.inpage {
	display: block;
}

.focus {
	color: rgb(0, 158, 225);
}

.page .textbox,
.single .textbox {
	width: 50%;
	float: left;
}

.page .textbox.broad,
.single .textbox.broad {
	width: 100%;
}


/* leftbox
----------------------*/

.leftbox {
	width: 100%;
	float: left;
	margin-top: 0px;
	font-size: 17px;
	padding-right: 20%;
}

.imagebox .leftbox img {
	width: auto;
	max-width: 100%;
	float: none;
}

.rightcolumn .leftbox {
	padding: 15px;
}



/* content-elements
--------------------------------------------------*/

.page h1,
.single h1,
.list h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 56px;
    margin: 50px 0;
    text-align: center;
	text-transform: uppercase;
}

.single h1 {
text-transform: none;
}

.page.listline {
	width: 100%;
}


.page .video {
	margin-bottom: 30px;
}

.text h1 {
	text-transform: none;
}

/*single*/

.single.columns {
	display: table;
	width: 100%;
}

.leftcolumn,
.rightcolumn {
	display: table-cell;
	vertical-align: top;
	padding: 2%;
	width: 50%;
}

div a.eventlink {
	clear: both;
	width: 150px;
	border: 1px solid rgb(0, 158, 225);
    color: rgb(0, 158, 225);
    display: block;
    font-weight: 700;
    padding: 10px 0;
	text-align: center;
    position: relative;
    transform: rotate(4deg);
	margin-top: -3px;
	margin-left: calc(40% - 75px);
	z-index: 200;
	text-transform: uppercase;
}


/*
.tour .single .leftcolumn,
.tour .single .textbox {
	width: 100%;
}
.line.tour .single .imagebox {
	width: 27%;
}



.line.tour .single .imagebox,
.tour .single .leftbox {
	width: 66%;
	float: left;
}
*/

iframe {
	 max-width: 100%;
	 border: none;
}


.text img {
	max-width: 100%;
}

#events {
	width: 100%; 
	float: left;
}


/*ajax*/

.load {
	background: url(images/load.gif) center center no-repeat;
	height: 10%;
	width: 10%;
	position: fixed;
	top: 45%;
	left: 45%;
}

#detail {
	float: left;
	width: 100%;
}

.wp-caption {
	
}

/*contactform*/


#simple-contact-form label, #simple-contact-form input {
	min-height: 35px;
	font-family: 'Alegreya Sans', sans;
}

#simple-contact-form input {
	padding: 4px;
}

label {
	
}

/*mailchimp*/

.mc-field-group input {
	min-height: 35px;
	width: 100%;
}

#mc-embedded-subscribe {
	background: #009ee1;
	color: white;
	padding: 7px 20px;
	border: none;
	text-transform: uppercase;
	min-width: 100%;
	cursor: pointer;
	float: right;
}


/*gallery*/

.wp-caption-text {
font-size: 14px;
line-height: 16px;
}

dl.gallery-item {
	display: inline-block;
}

dl.gallery-item img {
	width: 98%;
	height: auto;
}

.gallery-columns-8 dl.gallery-item {
	width: 12.5%;
}

.gallery-columns-6 dl.gallery-item {
	width: 16.6%;
}

.gallery-columns-5 dl.gallery-item {
	width: 20%;
}

.gallery-columns-4 dl.gallery-item {
	width: 25%;
}

.gallery-columns-3 dl.gallery-item {
	width: 33%;
}

dd.gallery-caption {
	margin: 0;
}



/*//////////////////////////////////////////////////////////////*/
/* list
-------------------------*/



/*listtitle
----------*/

h1.list_title .description,
h2.list_title .description {
	display: block;
	clear: both;
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	padding-top: 20px;
}

h1.list_title,
.list_title {
	font-size: 50px;
	line-height: 56px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
}

.archive h1.list_title,
.archive .list_title {
	text-align: left;
	padding: 0 3%;
}


/*listlines
----------*/

.list a {
	color: #000;
}

.list a:hover {
	color: rgb(0, 158, 225);
}

.listline .text {
	font-size: 14px;
	line-height: 22px;
}

.listline .imagebox {
	width: 100%;
	float: left;
}

.imagebox img {
	max-width: 100%;
	height: auto;
	float: left;
}

.listline .imagebox img:hover,
.listline.focus .imagebox img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}


/*sticky
------*/

.listline.sticky {
	display: table;
	float: left;
	min-height: 1px;
	width: 98%;
	margin-bottom: 30px;
	padding: 2% 2% 2% 4%;
}

.listline.sticky .textbox,
.listline.sticky .imagebox {
    padding: 0 0 0 12%;
	width: 60%;
	float: none;
	display: table-cell;
	vertical-align: top;
}

.sticky .inner {
	width: 100%;
	display: table-row;
}

.listline.sticky .imagebox {
    padding: 0;
	width: 40%;
}

.listline.sticky .cats {
	text-align: center;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #000;
}

.listline.sticky h3 {
	margin-top: 15px;
	font-size: 50px;
	line-height: 56px;
}

.listline.sticky .textbox .text {
	padding: 20px 0;
}


/*2 columns listlines
------*/

.listline {
	width: 50%;
	margin-bottom: 30px;
	padding: 0 2% 2%;
	float: left;
	position: relative;
}

.listline .cats {
	text-align: right;
	font-size: 13px;
	border-top: 1px solid #000;
	width: 100%;
	float: left;
}

.listline .cats a {
	text-transform: uppercase;
	padding-top: 15px;
	display: none;
}

.listline h3 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	margin-bottom: 15px;
}


/*3 columns listlines
------*/

.list .list_title {
	margin-top: 50px;
}


.list.image .listline,
.guides .listline {
	width: 33.3%;
	display: inline-block;
	vertical-align: top;
	float: none;
}

.guides .listline .text {
	font-size: 17px;
}

.listline h3,
.guides h2,
.guides .listline h1 {
	margin: 15px 0;
	float: left;
	width: 100%;
}

.guides .listline .text h3 {
	margin: -15px 0 0;
}

.guides h2 a {
	
}





.images .listline {
	width: 100%;
	display: table;
	vertical-align: top;
}

.images .listline .inner {

}

.images .listline .imagebox {
	width: 20%;
	display: inline-block;
}

.images .listline .textbox {
	display: inline-block;
	margin-left: 2%;
	width: 78%;
}

.images .listline .text {
	font-size: 17px;
}

.images h3 {
	margin: 0 0 15px;
}

.start .images h3 {
	display: none;
}

.images .text h3 {
	display: block;
}

.terminpage {
	float: left; 
	width: 73%;
}

.terminpage .terminTable .listline {
	display: block;
}

.list.events .terminTable {
	width: 100%;
	padding: 2% 4%;
} 

.list .rightcolumn {
	float: right;
	width: 25%;
	background: rgba(255, 255, 255, .4);
	padding: 0;
	margin: 155px 0 100px;
}

.rightcolumn h2 {
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding: 15px 0;
	font-weight: 700;
	margin: 0;
}

.rightcolumn h3 {
	font-size: 18px;
	margin: 0;
}

.rightcolumn li {
	padding: 2%;
	border-bottom: 1px solid white;
	text-align: center;
}

.terminTable {
	margin-top: 0;
}

.terminTable .listline {
	background: rgba(255, 255, 255, .4);
	padding: 0;
}

.terminTable h3.guide  {
	font-size: 18px;
	margin-bottom: 5px;
}

.terminTable .name  {
	font-weight: 700;
}

.terminTable h2  {
	font-size: 40px;
}

.list .terminTable .textbox {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.bookingbox {
	width: 25%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.list .terminTable .date {
	border: 1px solid rgb(0, 158, 225);
    color: rgb(0, 158, 225);
    display: inline-block;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    transform: rotate(4deg);
	margin: 20px 0;
}

.list .terminTable button {
	float:  none;
	margin-top: 20px;
}





.imagebox {
	position: relative;
	/*-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);*/
	background: rgb(0, 158, 225);
	z-index: 2;
}

.imagebox:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	-moz-box-shadow: -10px 10px 15px rgba(0, 0, 0, .9);
	-webkit-box-shadow: -10px 10px 15px rgba(0, 0, 0, .9);
	box-shadow: -10px 10px 15px rgba(0, 0, 0, .9);
	position: absolute;
	z-index: 1;
	transform: skew(-3deg, -3deg) scale(.9, .9);
}

.imagebox img {
	z-index: 3;
	position: relative;
}

.imagebox:hover:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;;
}

.page .leftcolumn {
	width: 50%;
	float: left;
}

.line .page .imagebox {
	padding: 0;
	margin: -2% 4% 2% 2%;
	width: 80%;
}



/*list_footer
------*/

.all_link {
	display: none;
	clear: both;
	text-align: center;
}


/*list_blog
------*/

.blog .leftcolumn {
	width: 66.6%;
}

.blog .rightcolumn {
	width: 33.3%;
}

.blog .leftcolumn .listline {
	width: 100%;
}

.contentline.blog .listline {
	width: 50%;
}

.blog .listline h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 20px;
}

.blog .listline.first h2 {
	font-size: 50px;
	line-height: 56px;
}

.blog .imagebox {
	width: 50%;
	margin: 5px 20px 20px 0;
}





.date {
	color: rgb(0, 158, 225);
}



/* sidebar
--------------------------------------------------*/

.catlist {
	margin-bottom: 70px;
}




/* legs
--------------------------------------------------*/

#paging {
	display: none;
}

#paging .prevposts, #legs .nextposts {
}

#paging .prevposts a, #legs .nextposts a {
	float: right;
	display: block;
	height: 25px;
	padding-right: 30px;
	background: url(images/nextposts.png) right 0 no-repeat;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 4px;
}

#paging .prevposts a {
	float: left;
	padding-left: 30px;
	background: url(images/prevposts.png) left 0 no-repeat;
}





/* footer
--------------------------------------------------*/

footer {
	min-height: 400px;
	width: 100%;
	display: block;
	background: rgb(0, 0, 0);
	float: left;
	color: #000;
	font-size: 15px;
	padding: 0 0 40px 0;
	font-weight: 300;
	position: relative;
}

footer:before {
    content: "";
	width: 100%;
	height: 20px;
	display: block;
	background-image: url('images/tear_up_b.png');
	position: absolute;
	top: -15px;
	z-index: 50;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}


a.top {
	display: block;
	text-align: center;
	display: block;
	margin-left: 50%;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin: -80px 0 80px -40px;
	width: 80px;
	height: 80px;
	position: relative;
	padding: 30px 0 0;
	left: 50%;
	/*background-image: url('images/blackbar.png');
	background-position: right top;
	background-size: auto 100%;*/
	background: black;
}

a.top:before {
    content: "\2191";
	color: #fff;
	font-size: 30px;
}


footer a {
	color: rgb(255, 255, 255);
}

footer a:hover {
	color: rgba(255, 255, 255, .7);
}

footer ul,
footer li,
footer ul {
	float: left;
	list-style: none;
}

footer ul.menu  {
	width: 25%;
}

footer .menu li {
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 5px;
}

footer .sub-menu {
	margin-top: 20px;
	width: 100%;
}

footer .sub-menu li {
	font-size: 14px;
	padding-bottom: 2px;
	width: 100%;
	float: left;
	text-transform: none;
}

footer .sub-menu li ul {
	padding-left: 10px;
	margin: 0;
}

footer .sub-menu li a {
}

footer .current-menu-item a,
footer .current-page-ancestor a,
footer .menu-item a:hover {
color: #ede7db;
text-transform: underline;	
}


footer .current-page-ancestor ul li a {
color: #ede7db;	
}

footer .current-menu-item .sub-menu li a {
color: #ede7db;	
}

footer .current-page-ancestor ul li.current-menu-item a {
color: #ede7db;
}



.address {
	font-size: 14px;
	float: right;
	font-size: 14px;
	display: block;
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 40px;
}

.footerlogo {
	width:100%;
	clear: both;
	display: block;
}

.footerlogo img {
	width:200px;
	height: auto;
}

.name {
	font-weight: 500;
	font-size: 18px;
}





@media (max-width: 1280px) {
	.center {
	width: 98%;
	}

}


/* respond to mobile */


@media (max-width: 1300px) {
	
	.slider .center {
	width: 80%;
	}
	
	.team .listline .textbox h3 a {
	font-size: 18px;
	line-height: 18px;
	}
	
	.slide, .slider {
		height: 450px;
		transition: height 0.3;
	}

	.eye h2 {
		margin-bottom: 10px;
	}
	
	.eye h3 {
		font-size: 24px;
		line-height: 28px;
	}
	
	.eye {
		font-size: 14px;
	}
	
	.line.content {
		padding: 40px 0;
		transition: padding 0.3s;
	}
	
	.line.content.last {
		padding: 40px 0 80px;
	}

}

@media (max-width: 980px) {

	
	header {
		height: 50px;
		padding: 10px 0 0;
	}

	
	header .logo {
		width: 220px;
		top: -3px;
		transition: width 0.3s, top 0.3s;
		height: 45px;
    	margin: 0;
    	overflow: hidden;
   		position: relative;
    	z-index: 101;
	}
		
	
	.slide, .slider {
		height: 410px;
		transition: height 0.3;
	}
	
	.eye p {
		float: left;
	}
	
	.eye h2 {
		font-size: 30px;
		line-height: 34px;
	}
	
	#request input, #request textarea {
		width: 50%;
	}
	
	.leftbox {
		padding: 0 2%;
	}
	
	.line .page .imagebox {
		width: 96%;
	}
	
	.terminTable h2  {
	font-size: 30px;
	}
	
	.leftcolumn .terminTable {
		padding-right: 0;
	}
	
	.ticketList {
		padding-right: 20px;
	}
	
	.span2 {
		width: 30%;
	}
	.row-fluid .span5 {
		width: 70%;
		float: right;
	}
	
	.ticketList .gutscheinEinlosen label,
	.gutscheinEinlosenArea p {
		width: 100%;
		padding: 10px 0;
	}
	
	div a.eventlink {
	margin-left: calc(50% - 75px);
	}
	
}

@media (max-width: 800px) {
	
	
	.slide img {
		width: 140%;
		margin-left: -20%;
	}
	
	
	.slider .center {
	}
	
	
	.address {
		width: 100%;
	}
	
	footer .menu {
		display: none;
	}
	
	.footerlogo img {
		width: 25%;
	}
	
	.guides .listline {
		width: 50%;
	}
	
	.list .terminpage,
	.list .rightcolumn,
	.list .terminTable {
		width: 100%;
	}
	
	.list .rightcolumn {
		margin-top: 40px;
	}
	
}

@media (max-width: 600px) {
	
	
	.slide img {
		height: 100%;
		width: auto;
	}
	
	
	.slider .center {
	}
	
	.page .leftcolumn, .rightcolumn, .page .textbox {
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
	
	.line .page .TourTeaser .imagebox {
		width: 96%;
		margin-bottom: 40px;
	}
	
	.TourTeaser {
		text-align: center;
	}
	
	.summeArea,
	.ticketList {
		padding-right: 0px;
		width: 100%;
		display: block;
		float: left;
	}
	
	.summeArea {
		border-top: 1px dotted rgb(0, 0, 0);
		margin-top: 30px;
	}
	
	.BookingContent button {
		float: none;
		margin: 0 auto;
		display: block;
		width: 80%;
	}

	.teaserContent,
	.control-group .control-label,
	.control-group .controls,
	.control-group input[type="text"] {
		width: 100%;
	}
	
	.bookingFirst form {
		border-spacing: 0;
		border-collapse: collapse;
	}
	
	.ticketList .gutscheinEinlosen,
	.ticketList .gutscheinButton,
	.gutscheinEinlosenArea p {
		width: 100%;
		padding: 10px 0;
	}
	
}


@media (max-width: 400px) {

	.slide, .slider {
		height: 350px;
		transition: height 0.3;
	}
	
	.line.content h2,
	.eye h2 {
		font-size: 30px;
		line-height: 34px;
	}
	
	.eye h3 {
		font-size: 18px;
		line-height: 21px;
	}
	
	#request label,
	.mandatory,
	#request input, #request textarea {
		width: 100%;
		padding-right: 0;
	}
	
	#request .orderbutton {
		margin-left: 0;
	}
	
	#request label {
		text-align: left;
	}
		
	.footerlogo img {
		width: 50%;
	}
	
	.guides .listline {
		width: 100%;
	}
	
	.images .listline .imagebox {
		width: 100%;
	}
	
	.images .listline .bookingbox,
	.images .listline .textbox {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	


}



@media screen and (orientation:portrait) and (max-width: 960px) { 
 
	
	
}






/*////////////////////////////////////////////////END///////////////////////////////////////////////////////////////////////*/