/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Munter - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

.font-thin {
	font-family: "Titillium Web", sans-serif;
	font-weight: 200;
}

.font-semibold {
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
}

.font-light {
	font-family: "Titillium Web", sans-serif;
	font-weight: 300;
}

* {
	position: relative;
}

.breaker {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #2f2f2f;
	font-family: "Titillium Web", sans-serif;
	font-weight: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
}

.justify-text {
	text-align: justify;
}
.justify-text_left {
	text-align: left;
}

.navbar {
	background-color: rgba( 0, 0, 0, .8 );
	border-bottom: 1px solid #bfbfbf !important;
	xxx_background-color: #e4e6e5;
	xxx_background-color: rgba( 228, 230, 229, .85 );
	border-bottom: 0 none;
	font-size: 13px;
	transition: .25s all linear;
}
@media (max-width: 1000px) {
  .navbar {
    font-size: 10px;
  }
}


.navbar.inv {
	background-color: rgba( 0, 0, 0, .8 );
	border-bottom: 1px solid #bfbfbf;
}

.navbar .nav a {
	XXX_color: #5f5f5f;
	color: #e4e6e5;
	font-family: "Titillium Web", sans-serif;
	font-weight: 600;
	transition: all .5 linear;
}

.navbar.inv a {
	color: #e4e6e5;
}


.navbar-responsive-collapse {
	margin: 0 auto;
	width: 100%;
}

.nav li {
	text-align: center;
	white-space: nowrap;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background-color: inherit;
	outline: none;
}

.navbar-brand {
	padding: 8px;
}

.active-menu {
	background-color: #e4e6e5;
	xxx_background-color: #4e4e4e;
	content: '.';
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .5 linear;
	width: 1%;
	z-index: 9;
}

.inv .active-menu {
	background-color: #e4e6e5;
}

.special-active-menu {
	z-index: 10;
}

#special-active-menu-1,
#special-active-menu-6 {
	background-color: #4e4e4e !important;
}

#special-active-menu-2 {
	background-color: #1abc9c !important;
}

#special-active-menu-3 {
	background-color: #e74c3c !important;
}

#special-active-menu-4 {
	background-color: #34495e !important;
}

#special-active-menu-5 {
	background-color: #e67e22 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	#slide-4 .content-row h2 {
		min-height: 6em;
	}
}

@media (max-width: 767px) {

	.nav li {
		text-align: left;
		white-space: nowrap;
		XXX_opacity: 0.95;
border-bottom: solid;
border-color: white;
border-width: 1px;
	}

	.navbar-responsive-collapse  {
		width: 100%;
	}

	.active-menu {
		display: none !important;
	}

	.navbar-toggle {
		margin-right: 10px;
	}

	.navbar {
		XXX_background-color: #e4e6e5 !important;
		padding: 0;
	}

	.navbar .nav a {
		color: #e4e6e5;
		font-size: 16px;
		padding-left: 0;
	}

	.icon {
		margin-right: 12px;
	}

	.nav li[data-slide="1"] {
		background-color: #b78020;
		border-top: solid;
		border-color: white;
		border-width: 1px;
	}

	.nav li[data-slide="2"] {
		background-color: #434a48;
	}

	.nav li[data-slide="3"] {
		background-color: #528e8b;
	}

	.nav li[data-slide="4"] {
		background-color: #bd7902;
	}

	.nav li[data-slide="5"] {
		background-color: #a17324;
	}

		.nav li[data-slide="6"] {
		background-color: #2f2f2f;
	}

	.nav li[data-slide="7"] {
		background-color: #34495e;
	}

	.navbar-brand {
		margin: 0;
		text-align: left;
	}
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

.slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 65px;
	padding-top: 50px;
	text-align: center;
}

#XXX_slide-1 {
	background-image: url('../images/bg1.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

	background-attachment: relative;
	background-position: center center;
	text-align: left;
}
#slide-1 {
	background-image: url('../images/bg1.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	text-align: left;
}
#slide-1r {
	background-image: url('../images/bg1_60.jpg');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	text-align: left;
}

#slide-1 h1 {
	padding-top: 50px;
	padding-bottom: 20px;
	margin-top:0px
}
	#home-row-1 {
		padding-top: 0px;
	}

	#home-row-2 {
		padding-top: 25px;
	}

	#home-row-1 h1 {
		font-size: 90px;
	}
	#home-row-1 h1r {
		font-size: 60px;
	}

	#home-row-1 h4 {
		font-size: 28px;
		padding-bottom: 120px;

	}


@media (max-width: 991px) {
	#slide-1 {
		xxx_background-position: -70% 0, 170% 0;
	}
	#slide-1 h1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	#slide-1 {
		xxx_background-image: none;
	}
	#slide-1 h1 {
		padding-top: 5px;
		padding-bottom: 15px;
	}


	#home-row-1,
	#home-row-2 {
		padding-top: 25px;
	}

	#home-row-1 h1 {
		font-size: 90px;
	}

	#home-row-1 h4 {
		font-size: 28px;
		padding-bottom: 120px;

	}

	#home-row-2 {
		font-size: 25px;
	}

	#home-row-2 .col-12 {
		height: 232px;
		padding-top: 30px;
	}

	#home-row-2 .col-12 .home-hover {
		height: 166px;
		overflow: hidden;
		padding-top: 26px;
		transition: all ease-in .5s;
	}

	#home-row-2 .col-12 .home-hover:hover {
		height: 166px;
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	#home-row-1,
	#home-row-2 {
		padding-top: 16px;
	}

	#home-row-1 h1 {
		font-size: 35px;
	}

	#home-row-1 h4 {
		font-size: 23px;
	}

	#home-row-2 {
		font-size: 16px;
	}
}

#slide-2 {
  background-image: url('../images/bg2.jpg');
	XXX_background-color: #1abc9c;
	background-color: #2e3030;
	color: #e4e6e5;
	padding-top: 90px;
}
#slide-2r {
	xxx_background-image: url('../images/bg2.jpg');
	background-color: #936f02;
	color: #e4e6e5;
	padding-top: 90px;
}

	.title-row {
		font-size: 45px;
		padding-bottom: 50px;
	}

	.line-row .hr {
		background-color: #e4e6e5;
		height: 5px;
		margin: 0 auto;
		width: 33%;
	}

	.subtitle-row {
		font-size: 28px;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.content-row {
		padding-top: 45px;
	}
	#slide-2 .content-row {
		padding-top: 5px;
	}

	.content-row i,
	#about-row-5 i {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}

	.content-row h2 {
		font-size: 28px;
		XXX_padding-bottom: 40px;
	}

	.content-row h4 {
		font-family: "Titillium Web", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 20px;
		font-weight: 300;
	}

	i {
		font-size: 25px;
		color: white;
	}


@media (max-width: 767px) {
	.title-row {
		font-size: 34px;
		padding-bottom: 33px;
	}

	.subtitle-row {
		font-size: 26px;
		padding-bottom: 26px;
		padding-top: 26px;
	}

	.content-row {
		padding-top: 29px;
	}

	.content-row h2 {
		font-size: 24px;
		padding-bottom: 26px;
	}

	.content-row h4 {
		font-size: 20px;
	}
}

#slide-3 {xxxbackground-color: #528e8b;
		xxxbackground-color: #DAA81A;
		background-image: url('../images/bg-analoge-inseln.gif');
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

	background-attachment: relative;
	background-position: left top;
	background-repeat:repeat;


	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;

	text-align: center;
	color: white;
	font-size: 45px;

}

	#slide-3 .col-12 {
		display: inline-block;
		height: 279px;
		margin-top: 0px;
		padding: 0;
		width: 280px;
	}

	#slide-3 a,
	#slide-3 img {
		display: inline-block;
		height: 100%;
		margin: 0 auto;
		width: 100%;
		border-radius: 13px;
	}
	#slide-3 img {
		padding: 8px;
	}
	#slide-3 .row {
		left: 0 !important;
		margin: 0;
		width: 100% !important;
	}

@media (max-width: 991px) {
	#slide-3 {
		text-align: center;
		width: 100%;
	}

	#slide-3 .row {
		left: 0 !important;
		margin: 0;
		width: 100% !important;
	}

	#slide-3 .col-12 {
		height: auto;
		width: 280px;
	}

	#slide-3 a,
	#slide-3 img {
		height: auto;
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}
}

@media (max-width: 767px) {
	#slide-3 {
		font-size: 34px;
	}

	#slide-3 .col-12 {
		width: 280px;
	}
}

#slide-4 {
	background-image: url('../images/bg4.jpg');
	background-color: #34495e;
	color: #e4e6e5;
	padding-top: 90px;
}

#slide-4 i {
		font-size: 80px;
		color: white;
	}

  #slide-4r {
  	background-image: url('../../images/Karte.png');
  	background-color: #34495e;
  	color: #e4e6e5;
  	padding-top: 90px;
  }

  #slide-4r i {
  		font-size: 80px;
  		color: white;
  	}
    mark_r {
      color: #ffffff;
      background: #4a5e6796;
  }

#slide-5 {
	background-image: url('../images/bg5.jpg');
	background-color: #f39c12;
	color: #e4e6e5;
	padding-top: 90px;
}
	.subtitle-row h4 {
		font-size: 28px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
@media (max-width: 767px) {
	.subtitle-row h4 {
		font-size: 21px;
	}
}
#slide-5r {
	background-image: url('../images/Absage.png');
	background-color: #f39c12;
	color: #e4e6e5;
	padding-top: 90px;
}
	.subtitle-row h4 {
		font-size: 28px;
		padding-bottom: 40px;
		padding-top: 40px;
	}
@media (max-width: 767px) {
	.subtitle-row h4 {
		font-size: 21px;
	}
}


#slide-6 {
	background-color: #2f2f2f;
	color: #e4e6e5;
	padding-bottom: 150px;
	padding-top: 90px;
}
#slide-6r {
	background-image: url('../images/bg6d.png');
	color: #ffffff;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
	background-attachment: relative;
	background-position: center center;
	text-align: center;
}


@media (max-width: 767px) {
	#slide-6 {
		background-image: none;
	}
}

	#slide-6 .line-row .hr {
		background-color: #4e4e4e;
		color: #4e4e4e;
	}

	#slide-6 a {
		color: inherit;
		outline: none;
		text-decoration: none;
	}

@media (max-width: 767px) {
	.with-hover-text{
		margin-bottom: 2em;
		margin-top: 1em;
	}
}

	#contact-row-4 {
		padding-top: 25px;
	}

	#contact-row-4 .col-12 {
		height: 175px;
		overflow: hidden;
		padding-top: 20px;
		transition: all ease-in .5s;
	}

	#contact-row-4 img {
		display: block;
		margin: 0 auto;
		max-height: 100%;
		max-width: 100%;
	}

	#contact-row-4 .col-12:hover {
		height: 175px;
		padding-top: 0;
	}

	#contact-row-4 .col-12 .hover-text {
		display: none;
		font-size: 20px;
	}

#slide-7 {
	xxx_background-color: #e4e6e5;
	XXX_color: #4e4e4e;
    background-color: #34495e;
    color: #e4e6e5;
	font-size: 35px;
	line-height: 50px;
	text-align: center;
}

#lightbox-out {
	background-color: rgba( 0, 0, 0, 0.7 );
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.with-hover-text span {
	display: none;
}

.zoom {
	background-image: url('../images/zoom.png');
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

#arrows {
	bottom: 10%;
	height: 80px;
	position: fixed;
	right: 10%;
	width: 80px;
	z-index: 1000;
}

#arrows div {
	background-image: url('../images/website-arrows.png');
	cursor: pointer;
	height: 30px;
	position: absolute;
	width: 30px;
}

#arrows div.disabled {
	cursor: default;
}

#arrow-up {
	background-position: 30px 0;
	left: 25px;
	top: 0;
}

#arrow-up.disabled {
	background-position: 0 0;
}

#arrow-down {
	background-position: 30px -30px;
	left: 25px;
	bottom: 0;
}

#arrow-down.disabled {
	background-position: 0 -30px;
}

#arrow-left {
	background-position: 30px -60px;
	left: 0;
	top: 25px;
}

#arrow-left.disabled {
	background-position: 0 -60px;
}

#arrow-right {
	background-position: 30px -90px;
	right: 0;
	top: 25px;
}

#arrow-right.disabled {
	background-position: 0 -90px;
}

.navigation-slide {
	cursor: pointer;
}

.Text_gold {
	color: #ffcc00;
}

.link-gold {
	color: #ffcc00;
	text-decoration: underline;
}

.link-gold:hover {
	color: #00ffed;
	XXX_font-weight: bold;
}

.text_align_left {
    text-align: left !important;
}

.text_align_right {
    text-align: justify !important;
}

.text_align_center {
    text-align: center !important;
}
.li_abstand {
  margin-bottom: 20px;
}

.textbox_transparent {
    background-color: rgba(0, 0, 0, 0.55);
}
.textbox_transparent_gesichter {
    background-color: rgba(0, 0, 0, 0.4);
}
.textbox_transparent_gesichter_rainer {
    background-color: rgba(0, 0, 0, 0.3);
}


#slide-1 h1,
#slide-1 h4 {
    opacity: 0;
}

#slide-1 #home-row-2 {
    display: none;
}

#box-rund {
    background-color: #0099CC;
    position: relative;
    width: 180px;
    height: 180px;
    top: 10px;
    left: 30px;
    border: 1px solid white;
    text-align: center;
    border-radius: 90px;
}
.middle > * {
  vertical-align: middle;
}
