@charset "UTF-8";
/* CSS Document */

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

*{
	padding:0;
	margin:0;
}

html, body {	
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family: 'Open Sans', Helvetica, sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: manual;
	 background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #5f5e5e;
}

body img {
	width:100%;
	height:auto;
	display:block;
}


/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 100%;
	margin: auto;
	background: #FFFFFF;
	position: fixed;
	top: 0px;
	z-index: 9998;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}

.logo {
	width: 400px;
	height: auto;
	float: left;
	padding:20px;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}

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


/* ---------------------------------- CONTENT ---------------------------------- */

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

.main {
	width: 91.66%;
	max-width: 1820px;
	margin: auto;
	clear: both;
}

/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */

.ct-block, .cm-block, .cs-block { display: none; }


/* ---------------------------------- SPALTEN ---------------------------------- */

.cd,.cd1,.cd2,.cd3,.cd4,.cd5,.cd6,.cd7,.cd8,.cd9,.cd10,.cd11,.cd12,
.ct,.ct1,.ct2,.ct3,.ct4,.ct5,.ct6,.ct7,.ct8,.ct9,.ct10,.ct11,.ct12,
.cm,.cm1,.cm2,.cm3,.cm4,.cm5,.cm6,.cm7,.cm8,.cm9,.cm10,.cm11,.cm12,
.cs,.cs1,.cs2,.cs3,.cs4,.cs5,.cs6,.cs7,.cs8,.cs9,.cs10,.cs11,.cs12 {
	float: left;
}

.cd1 { width:8.33%; }

.cd2 { width:16.66%; }

.cd3 { width:25%; }

.cd4 { width:33.33%; }

.cd5 { width:41.66%; }

.cd6 { width:50%; }

.cd7 { width:58.33%; }

.cd8 { width:66.66%; }

.cd9 { width:75%; }

.cd10 { width:83.33%; }

.cd11 { width:91.66%; }

.cd12 {	width:100%; }


/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cr { float: right; }
	
.cl { float: left; }

.cc { float: none; margin: auto; }

.relativ { position: relative; }

.absolut { position: absolute; }

/* ---------------------------------- TEXTE - AUSRICHTUNG ---------------------------------- */

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right {text-align: right; }

/* ---------------------------------- TEXTE ---------------------------------- */


h1 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 300%;
	letter-spacing: 1px;
	color: #d5cdb5; 	
}

h2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 220%;
	letter-spacing: 1px;
	color: #d5cdb5; 	
}

h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 170%;
	letter-spacing: 1px;
	color: #d5cdb5; 	
}

p, a { font-size: 120%;line-height: 150%; }


a { text-decoration: none; 	color: #5f5e5e;}

a:hover { 	color: #d5cdb5;  }


/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.pd-1 {
	padding: 1%;
}

.pd-2 {
	padding: 2%;
}

.pd-3 {
	padding: 3%;
}

.pd-5 {
	padding: 5%;
}



/* ---------------------------------- TRENNER ---------------------------------- */


.trenner-50 {
	width: 100%;
	clear:both;
	height: 3vw;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 2vw;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 1vw;
}


.trenner-linie {
	width: 100%;
	height: 1px;
	clear:both;
}

.border-box {
	border: 10px solid #fff;
}

.tx-box-line {
	border: 1px solid #fff;
	background: rgba(18,91,96,0.3);
}

.tx-box-line-w {
	border: 1px solid #d5cdb5;;
	background: #fff;
}

/* ---------------------------------- IMAGES ---------------------------------- */

#hero {
	margin-top: 138px;
}

.haende {
	background-image: url("../image/haende.jpg");
	background-size: cover;
	background-position: center center;
}

.haende-stein {
	background-image: url("../image/haende-stein.jpg");
	background-size: cover;
	background-position: center center;
}

.steine {
	background-image: url("../image/steine.jpg");
	background-size: cover;
	background-position: center center;
}

.haende-hals {
	background-image: url("../image/haende-hals.jpg");
	background-size: cover;
	background-position: center center;
}

.haende-ruecken {
	background-image: url("../image/haende-ruecken.jpg");
	background-size: cover;
	background-position: center center;
}


.julica {
	background-image: url("../image/julica-kolberg.jpg");
	background-size: cover;
	background-position: center center;
}


.aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top:52.66%;
  position: relative;
}
.aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.box-minus {
	position: relative;
	margin-top: -15%;
}

/* ---------------------------------- FARBEN ---------------------------------- */


.weiss { background-color: #ffffff; }

.weiss-a { background: rgba(256, 256, 256, 0.9) }

.grau { background-color: #cccccc; }

.hellblau { background-color: #d5cdb5; }

.blaugruen { background-color: #248288; }

.tx-weiss { color: #ffffff; }

.tx-black { color: #000; }

.tx-grau { color: #333; }

.tx-sand { color: #d5cdb5; }

.tx-weiss a { color: #ffffff; }

.tx-grau a { color: #333; }

.tx-black a { color: #000; }

a.tx-sand { color: #d5cdb5; }
a.tx-sand:hover { color: #333; }

a.tx-black { color: #000; }
a.tx-black:hover { color: #d5cdb5; }
/* ---------------------------------- AUFLSITUNG ----------------------------------*/

.pfeil-liste li {
	list-style: none;
	padding: 5px;
	padding-left: 30px;
	margin-left: 5px;
	display: block;
	background-image: url(../grafik/pfeile.svg);
	background-position: left top 11px;
	background-repeat: no-repeat;
	background-size: 17px;
}

/* .................................. Middel-Box .................................. */

.box-middel {
	display: flex;
	align-items: center;
}

.bm-cr {
	justify-content: flex-end;
}

.bm-cl {
	justify-content: flex-start;
}

/* .................................. ÜBERLAPPUNG .................................. */


.lap-box {
	position: absolute;
	bottom: -50px;
}

.lap-box-top {
	position: relative;
	margin-top: -80px;
	float: left;
}

/* ---------------------------------- FOOTER ---------------------------------- */

footer {
	width: 100%;
}

footer a {
	display: block;
}

footer a:hover {
	color: #d5cdb5;
}

footer h2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-size: 180%;
	letter-spacing: 1px;
	color: #5f5e5e;	
}

footer .icon {
	width: 90px;
	float: left;
}

/* ---------------------------------- UP SCROLLER  ---------------------------------- */

.scrollup{
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:60px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}


@media only screen and (min-width: 2200px) { 
	
.main {
	max-width: 1950px;
	}	
	
	.logo {
		width: 500px;
	}	

/* ---------------------------------- TEXTE ---------------------------------- */

h1 { font-size: 430%; }

h2 { font-size: 250%; }

h3 { font-size: 220%; }

	
p { font-size: 140%;line-height: 160% }

a { font-size: 140%; text-decoration: none; }

	
	
}
/* ------- ENDE 2200 ----- */


@media only screen and (max-width: 1396px) { 
	

/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 400%; }

h2 { font-size: 220%; }

h3 { font-size: 180%; }

h4 { font-size: 120%; line-height: 120% }
	
p,a { font-size: 100%; }	
	
/* ---------------------------------- HEADER ---------------------------------- */

.logo {
	width: 300px;
	height: auto;
	float: left;
	padding: 20px;
		transition: all 200ms linear 0ms;
	-webkit-transition:all 200ms linear 0ms;
	-moz-transition:  all 200ms linear 0ms;
	-o-transition:  all 200ms linear 0ms;
}
/* ---------------------------------- IMAGES ---------------------------------- */

#hero {
	margin-top: 125px;
}	
	
} /* ------- ENDE 13960 ----- */



@media only screen and (max-width: 1280px) { 
	
	
/* ---------------------------------- SPALTEN ---------------------------------- */

.ct1 { width:8.33%; }

.ct2 { width:16.66%; }

.ct3 { width:25%; }

.ct4 { width:33.33%; }

.ct5 { width:41.66%; }

.ct6 { width:50%; }

.ct7 { width:58.33%; }

.ct8 { width:66.66%; }

.ct9 { width:75%; }

.ct10 { width:83.33%; }

.ct11 { width:91.66%; }

.ct12 {	width:100%; }

/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.ct-cr { float: right; }
	
.ct-cl { float: left; }

.ct-cc { float: none; margin: auto; }
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.ct-none { display: none; }
	
.ct-block { display: block; }	
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1 { font-size: 230%; }

h2 { font-size: 160%; }

h3 { font-size: 140%; }

h4 { font-size: 110%; line-height: 120% }
	
p,a { font-size: 95%; }		
	
.ct-txc { text-align: center; }
.ct-txl { text-align: left; }
.ct-txr {text-align: right; }	
/* ---------------------------------- TRENNER ---------------------------------- */	

.trenner-50 {
	width: 100%;
	clear:both;
	height: 50px;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 25px;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 10px;
}

} /* ------- ENDE 1280 ----- */



@media only screen and (max-width: 880px) { 
	
.logo {
	width: 250px;
	padding: 10px;
}
	
#hero {
	margin-top: 90px;
}	

/* ---------------------------------- SPALTEN ---------------------------------- */

.cm1 { width:8.33%; }

.cm2 { width:16.66%; }

.cm3 { width:25%; }

.cm4 { width:33.33%; }

.cm5 { width:41.66%; }

.cm6 { width:50%; }

.cm7 { width:58.33%; }

.cm8 { width:66.66%; }

.cm9 { width:75%; }

.cm10 { width:83.33%; }

.cm11 { width:91.66%; }

.cm12 {	width:100%; }
	
/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cm-cr { float: right; }
	
.cm-cl { float: left; }

.cm-cc { float: none; margin: auto; }	
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }
	
/* ---------------------------------- BOX MIDDEL ---------------------------------- */
	
.bm-clear {
	position: static;
	top:0%;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	
	}	
	
	
.box-middel {
	display: block;
	align-items: center;
}

	.box-minus {
		margin: 0;
	}
	

.aspect-ratio-box {
  height: auto;
  overflow: visible;
  padding-top:0;
  position: static;
}
.aspect-ratio-box-inside {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
	
.haende,
.haende-stein,
.steine,
.haende-hals,
.haende-ruecken,
.julica {
	background-image: none;
	background-size: cover;
	background-position: center center;
}	

/* ---------------------------------- TEXT ---------------------------------- */	

h1 { font-size: 200%; }

h2 { font-size: 150%; }

h3 { font-size: 130%; }
	
p { font-size: 95%; }		
.cm-txc { text-align: center; }
.cm-txl { text-align: left; }
.cm-txr {text-align: right; }	
	
.cm-tx-weiss { color: #ffffff; }

.cm-tx-grau { color: #333; }
	
.cm-tx-black { color: #000; }	

.cm-tx-hellblau { color: #d5cdb5; }

.cm-tx-weiss a { color: #ffffff; }

.cm-tx-grau a { color: #333; }
	
	
footer .icon {
	width: 74px;
	float: left;
}	
	
} /* ------- ENDE 880 ----- */


@media only screen and (max-width: 560px) { 
	

/* ---------------------------------- SPALTEN ---------------------------------- */

.cs1 { width:8.33%; }

.cs2 { width:16.66%; }

.cs3 { width:25%; }

.cs4 { width:33.33%; }

.cs5 { width:41.66%; }

.cs6 { width:50%; }

.cs7 { width:58.33%; }

.cs8 { width:66.66%; }

.cs9 { width:75%; }

.cs10 { width:83.33%; }

.cs11 { width:91.66%; }

.cs12 {	width:100%; }
		
.main {	width: 90%; }	
	
	
/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cs-cr { float: right; }
	
.cs-cl { float: left; }

.cs-cc { float: none; margin: auto; }
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cs-none { display: none; }
	
.cs-block { display: block; }	
		
	
/* ---------------------------------- TEXTE ---------------------------------- */

h1 { font-size: 180%; line-height: 110%; }

h2 { font-size: 130%; letter-spacing: 0px; }

h3 { font-size: 120%; }

h4 { font-size: 100%; line-height: 100% }


.cs-txc { text-align: center; }
.cs-txl { text-align: left; }
.cs-txr {text-align: right; }	
		
	
/* .................................. ÜBERLAPPUNG .................................. */


.lap-box {
	position: absolute;
	bottom: -1px;
}
	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */	
	
.icon {
	width: 80px;
}

.pd-1 {
	padding: 0.5%;
}

.pd-2 {
	padding: 1%;
}

.pd-3 {
	padding: 2%;
}

.pd-5 {
	padding: 4%;
}

	footer .icon {
	width: 60px;
	float: left;
		padding-bottom: 20px;
}	

} /* ------- ENDE 560 ----- */